/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/list.scss ***!
  \***********************************************************************************************************************************************************************************/
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
  font: 300 1em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Components */
/* Navigation */
.main-nav {
  background: #2b2b2b;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav .nav-container {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav .logo img {
  height: 40px;
}
.main-nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 50px;
  padding: 0;
}
.main-nav .nav-menu li {
  margin-left: 30px;
}
.main-nav .nav-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-nav .nav-menu li a:hover {
  color: #e74c3c;
}

.main-nav {
  background-color: #3ea49b;
}
.main-nav .nav-menu li a {
  color: #000000;
}
.main-nav .nav-menu li a:hover {
  color: #ffffff;
}

a {
  color: #333;
  text-decoration: none;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

#topline20210826 {
  z-index: 999;
  margin-bottom: 0;
}

#topline20210826 + .blank {
  height: 83px;
}

#footer0820 {
  margin-top: 0;
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  position: relative;
  padding-top: 43px;
  background-color: rgb(111, 187, 180);
  background-image: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0528/afa66ee7c95d81748413714235329015.jpg?auth=d90974ca812c0ea5efebbfee9d8230e3");
  background-repeat: repeat-y;
  background-position: center top;
}

.row {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.offset-1 {
  padding-left: 22px;
}

.grid {
  margin-left: -11px;
}

.container {
  padding-top: 90px;
}

.col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(20% - 0px);
          flex: 1 0 calc(20% - 0px);
  min-width: calc(20% - 0px);
  max-width: calc(20% - 0px);
  margin-bottom: 30px;
}

.playlet--poster {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
.playlet--poster.playlet--video:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 66px;
  margin-left: -33px;
  height: 67px;
  margin-top: -33.5px;
  background: url("https://mediabluk.cnr.cn/img/cnr/CNRCDP/2025/0529/b4f02e299a8b41748501506727916905.png?auth=6974ec60d6cb7bffe752f729f482f625") no-repeat center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.playlet--poster .playlet--poster__vertical {
  width: 100%;
  padding-top: 56.25%;
}
.playlet--poster .playlet--poster__horizontal {
  width: 100%;
  padding-top: 177.77%;
}
.playlet--poster .playlet--poster__vertical_223X109 {
  width: 100%;
  padding-top: 48.43%;
}
.playlet--poster .playlet--poster__horizontal_5X7 {
  width: 100%;
  padding-top: 140%;
}
.playlet--poster .playlet--poster--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.viewshort--list {
  width: 100%;
  padding: 0 20px 30px;
}
.viewshort--list .playlet--wrap {
  position: relative;
}
.viewshort--list .playlet--poster--image {
  -o-object-fit: cover;
     object-fit: cover;
}
.viewshort--list .playlet--poster__horizontal .color {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.viewshort--list .playlet--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.viewshort--list .playlet--info .playlet--name {
  color: #fff;
}
.viewshort--list .playlet--info .playlet--name a {
  color: #fff;
}
.viewshort--list .playlet--info .playlet--tag {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.viewshort--list .playlet--info .playlet--tag a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
