@font-face {
  font-family: "DIN";
  src: url("/static/font/DIN.eot") format("embedded-opentype"),
    url("/static/font/DIN.woff") format("woff"),
    url("/static/font/DIN.woff2") format("woff2"),
    url("/static/font/DIN.ttf") format("truetype"),
    url("/static/font/DIN.svg") format("svg");
}
@font-face {
  font-family: "din-bold";
  src: url("/static/font/din-bold.eot") format("embedded-opentype"),
    url("/static/font/din-bold.woff") format("woff"),
    url("/static/font/din-bold.woff2") format("woff2"),
    url("/static/font/din-bold.ttf") format("truetype"),
    url("/static/font/din-bold.svg") format("svg");
}
/* CSS Document */
html {
  background: #fff;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", SimSun,
    SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica,
    sans-serif;
}
/* * {
 	box-sizing: border-box;
} */
html,
body,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul,
dd,
dl,
dt,
li,
button,
object,
a,
img,
span {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}
fieldset,
img {
  border: 0;
}
img,
object {
  max-width: 100%;
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:hover {
  color: #1b76d6;
  text-decoration: none;
}

.tw a:hover{
  color: #b31e23;
}

input[type="button"] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
ul,
ol,
li {
  list-style: none outside none;
}
button {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
input,
textarea,
select {
  font-weight: inherit;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
.clearFix {
  *zoom: 1;
  clear: both;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  width: 100%;
  overflow: hidden;
}

.row {
  max-width: 1320px;
  position: relative;
  z-index: 2;
  margin-left: auto !important;
  margin-right: auto !important;
}
.row_l {
  position: absolute;
  left: calc(50% - 660px);
  z-index: 2;
}
.row_r {
  position: absolute;
  right: calc(50% - 660px);
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  .row {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
  }
  .row_l {
    position: absolute;
    left: calc(50% - 600px);
    z-index: 2;
  }
  .row_r {
    position: absolute;
    right: calc(50% - 600px);
    z-index: 2;
  }
}
@media screen and (max-width: 1040px) {
  .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .row_l {
    left: 20px;
    max-width: calc(100vw - 40px);
  }
  .row .row_l {
    left: 0;
  }
  .row_r {
    right: 20px;
    max-width: calc(100vw - 40px);
  }
  .row .row_r {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .only_mob {
    display: none !important;
  }
}

.pa-t,
.pa-b,
.pa-l,
.pa-r,
.pa-lt,
.pa-rt,
.pa-lb,
.pa-rb,
.pa-lm,
.pa-rm,
.pa-tm,
.pa-bm,
.pa-c {
  z-index: 2;
  position: absolute;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pa-t {
  left: 0;
  right: 0;
  top: 0;
}
.pa-b {
  left: 0;
  right: 0;
  bottom: 0;
}
.pa-l {
  left: 0;
  top: 0;
  bottom: 0;
}
.pa-r {
  right: 0;
  top: 0;
  bottom: 0;
}
.pa-lt {
  left: 0;
  top: 0;
}
.pa-rt {
  right: 0;
  top: 0;
}
.pa-lb {
  left: 0;
  bottom: 0;
}
.pa-rb {
  right: 0;
  bottom: 0;
}
.pa-lm {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pa-rm {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pa-tm {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pa-bm {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pa-c {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.z1 {
  position: relative;
  z-index: 1;
}
.z2 {
  position: relative;
  z-index: 2;
}
.z3 {
  position: relative;
  z-index: 3;
}
.z4 {
  position: relative;
  z-index: 4;
}
.z5 {
  position: relative;
  z-index: 5;
}

.fs44 {
  font-size: 44px;
}
.fs42 {
  font-size: 42px;
}
.fs40 {
  font-size: 40px;
}
.fs38 {
  font-size: 38px;
}
.fs36 {
  font-size: 36px;
}
.fs34 {
  font-size: 34px;
}
.fs33 {
  font-size: 33px;
}
.fs32 {
  font-size: 32px;
}
.fs30 {
  font-size: 30px;
}
.fs28 {
  font-size: 28px;
}
.fs26 {
  font-size: 26px;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs19 {
  font-size: 19px;
}
.fs18 {
  font-size: 18px;
}
.fs17 {
  font-size: 17px;
}
.fs16 {
  font-size: 16px;
}
.fs15 {
  font-size: 15px;
}
.fs14 {
  font-size: 14px;
}
.fs13 {
  font-size: 13px;
}
.fs12 {
  font-size: 12px;
}

[class*="lh"][class*="x1"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
[class*="lh"][class*="x2"],
[class*="lh"][class*="x3"],
[class*="lh"][class*="x4"],
[class*="lh"][class*="x5"],
[class*="lh"][class*="x6"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lh20,
[class*="lh20"] {
  line-height: 20px;
}
.lh22,
[class*="lh22"] {
  line-height: 22px;
}
.lh23,
[class*="lh23"] {
  line-height: 23px;
}
.lh24,
[class*="lh24"] {
  line-height: 24px;
}
.lh25,
[class*="lh25"] {
  line-height: 25px;
}
.lh26,
[class*="lh26"] {
  line-height: 26px;
}
.lh28,
[class*="lh28"] {
  line-height: 28px;
}
.lh30,
[class*="lh30"] {
  line-height: 30px;
}
.lh32,
[class*="lh32"] {
  line-height: 32px;
}
.lh34,
[class*="lh34"] {
  line-height: 34px;
}
.lh36,
[class*="lh36"] {
  line-height: 36px;
}
[class*="lh"][class*="x2"] {
  -webkit-line-clamp: 2;
}
[class*="lh"][class*="x3"] {
  -webkit-line-clamp: 3;
}
[class*="lh"][class*="x4"] {
  -webkit-line-clamp: 4;
}
[class*="lh"][class*="x5"] {
  -webkit-line-clamp: 5;
}
[class*="lh"][class*="x6"] {
  -webkit-line-clamp: 6;
}
.lh20x1 {
  height: 20px;
}
.lh20x2 {
  height: 40px;
}
.lh20x3 {
  height: 60px;
}
.lh20x4 {
  height: 80px;
}
.lh20x5 {
  height: 100px;
}
.lh20x6 {
  height: 120px;
}
.lh22x1 {
  height: 22px;
}
.lh22x2 {
  height: 44px;
}
.lh22x3 {
  height: 66px;
}
.lh22x4 {
  height: 88px;
}
.lh22x5 {
  height: 110px;
}
.lh22x6 {
  height: 132px;
}
.lh23x1 {
  height: 23px;
}
.lh23x2 {
  height: 46px;
}
.lh23x3 {
  height: 69px;
}
.lh23x4 {
  height: 92px;
}
.lh23x5 {
  height: 115px;
}
.lh23x6 {
  height: 138px;
}
.lh24x1 {
  height: 24px;
}
.lh24x2 {
  height: 48px;
}
.lh24x3 {
  height: 72px;
}
.lh24x4 {
  height: 96px;
}
.lh24x5 {
  height: 120px;
}
.lh24x6 {
  height: 144px;
}
.lh25x1 {
  height: 25px;
}
.lh25x2 {
  height: 50px;
}
.lh25x3 {
  height: 75px;
}
.lh25x4 {
  height: 100px;
}
.lh25x5 {
  height: 125px;
}
.lh25x6 {
  height: 150px;
}
.lh26x1 {
  height: 26px;
}
.lh26x2 {
  height: 52px;
}
.lh26x3 {
  height: 78px;
}
.lh26x4 {
  height: 104px;
}
.lh26x5 {
  height: 130px;
}
.lh26x6 {
  height: 156px;
}
.lh28x1 {
  height: 28px;
}
.lh28x2 {
  height: 56px;
}
.lh28x3 {
  height: 84px;
}
.lh28x4 {
  height: 112px;
}
.lh28x5 {
  height: 140px;
}
.lh28x6 {
  height: 168px;
}
.lh30x1 {
  height: 30px;
}
.lh30x2 {
  height: 60px;
}
.lh30x3 {
  height: 90px;
}
.lh30x4 {
  height: 120px;
}
.lh30x5 {
  height: 150px;
}
.lh30x6 {
  height: 180px;
}
.lh32x1 {
  height: 32px;
}
.lh32x2 {
  height: 64px;
}
.lh32x3 {
  height: 96px;
}
.lh32x4 {
  height: 128px;
}
.lh32x5 {
  height: 160px;
}
.lh32x6 {
  height: 192px;
}
.lh34x1 {
  height: 34px;
}
.lh34x2 {
  height: 68px;
}
.lh34x3 {
  height: 102px;
}
.lh34x4 {
  height: 136px;
}
.lh34x5 {
  height: 170px;
}
.lh34x6 {
  height: 204px;
}
.lh36x1 {
  height: 36px;
}
.lh36x2 {
  height: 72px;
}
.lh36x3 {
  height: 108px;
}
.lh36x4 {
  height: 144px;
}
.lh36x5 {
  height: 180px;
}
.lh36x6 {
  height: 216px;
}
@media screen and (max-width: 1480px) {
  .fs24 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1220px) {
  .fs44,
  .fs42 {
    font-size: 36px;
  }
  .fs40 {
    font-size: 32px;
  }
  .fs38 {
    font-size: 30px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs34,
  .fs33 {
    font-size: 27px;
  }
  .fs32 {
    font-size: 26px;
  }
  .fs30,
  .fs28 {
    font-size: 25px;
  }
  .fs24,
  .fs26 {
    font-size: 20px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20,
  .fs19 {
    font-size: 18px;
  }
  .fs17 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .fs44,
  .fs42 {
    font-size: 32px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs38 {
    font-size: 26px;
  }
  .fs36,
  .fs34,
  .fs33 {
    font-size: 24px;
  }
  .fs30,
  .fs32,
  .fs28 {
    font-size: 22px;
  }
  .fs24,
  .fs26 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16,
  .fs17 {
    font-size: 14px;
  }
  .fs14,
  .fs15 {
    font-size: 13px;
  }
  .lh36 {
    line-height: 24px;
  }
  .lh30,
  [class*="lh30"] {
    line-height: 24px;
  }
  .lh30x2 {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .fs44,
  .fs42 {
    font-size: 26px;
  }
  .fs38,
  .fs40 {
    font-size: 20px;
  }
  .fs36,
  .fs34,
  .fs33 {
    font-size: 20px;
  }
  .fs30,
  .fs32,
  .fs28 {
    font-size: 19px;
  }
  .fs26 {
    font-size: 18px;
  }
  .fs24 {
    font-size: 16px;
  }
  .fs22,
  .fs20 {
    font-size: 16px;
  }
  .fs18,
  .fs19 {
    font-size: 14px;
  }
  .fs16,
  .fs17 {
    font-size: 14px;
  }
  .fs14,
  .fs13,
  .fs15 {
    font-size: 12px;
  }
}

.ul-inline {
  font-size: 0;
}
.ul-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
  width: 100%;
}
.ul-inline li a {
  display: block;
}
.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info {
  display: block;
  overflow: hidden;
}
.img,
.img1x1,
.img5x7,
.img5x3,
.img3x2,
.img4x3,
.img2x3,
.img3x4 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.img1x1 {
  padding-bottom: 100%;
}
.img5x7 {
  padding-bottom: 140%;
}
.img5x3 {
  padding-bottom: 60%;
}
.img3x2 {
  padding-bottom: 66.6%;
}
.img4x3 {
  padding-bottom: 75%;
}
.img2x3 {
  padding-bottom: 150%;
}
.img3x4 {
  padding-bottom: 133.3%;
}
.img img,
.img1x1 img,
.img5x7 img,
.img5x3 img,
.img3x2 img,
.img4x3 img,
.img2x3 img,
.img3x4 img {
  width: 100%;
  display: block;
  transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}
.img_centered {
  display: block;
  overflow: hidden;
  position: relative;
}
.img_centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}
.img_cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.img_cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.iconfont::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover .img img,
a:hover .img5x7 img,
a:hover .img5x3 img,
a:hover .img3x2 img,
a:hover .img4x3 img,
a:hover .img2x3 img,
a:hover .img3x4 img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.item:hover .img img,
.item:hover .img5x7 img,
.item:hover .img5x3 img,
.item:hover .img3x2 img,
.item:hover .img4x3 img,
.item:hover .img2x3 img,
.item:hover .img3x4 img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.img_centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}
.time {
  font-family: "Arial";
}
.clear {
  clear: both;
}
.rightDate {
  float: right;
}
.clear2 {
  line-height: 0;
}
.clear2::after {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 0;
  line-height: 0;
}

.visible_box {
  display: none;
}
.visible_box.on {
  display: block;
}
@keyframes y_scale {
  0% {
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: top;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
  }
}

.col {
  float: left;
}
.col:nth-last-child(2) {
  float: right;
  margin-right: 0 !important;
}
.col:first {
  margin-left: 0 !important;
}

[class*="gp-xs"],
[class*="gp-sm"],
[class*="gp-md"],
[class*="gp-lg"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100%;
}
[class*="gp-avg"] {
  font-size: 0;
  letter-spacing: 0;
}
[class*="gp-avg"] > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 100px) {
  [class*="gp-avg"] li {
    width: 100%;
  }
  .gp-avg-xxs-1 > li {
    width: 100%;
  }
  .gp-avg-xxs-2 > li {
    width: 50%;
  }
  .gp-avg-xxs-3 > li {
    width: 33.3%;
  }
  .gp-avg-xxs-4 > li {
    width: 25%;
  }
  .gp-avg-xxs-5 > li {
    width: 20%;
  }
}
@media screen and (max-width: 479px) {
  [class*="gp-xs"] {
    width: 100%;
    display: block;
  }
  .gp-avg-xxs-1 > li {
    width: 100%;
  }
  .gp-avg-xxs-2 > li {
    width: 50%;
  }
  .gp-avg-xxs-3 > li {
    width: 33.3%;
  }
  .gp-avg-xxs-4 > li {
    width: 25%;
  }
  .gp-avg-xxs-5 > li {
    width: 20%;
  }
}
@media screen and (min-width: 479px) {
  [class*="gp-xs"] {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gp-xs-1 {
    width: 8.33333333%;
  }
  .gp-xs-2 {
    width: 16.66666667%;
  }
  .gp-xs-3 {
    width: 25%;
  }
  .gp-xs-4 {
    width: 33.33333333%;
  }
  .gp-xs-5 {
    width: 41.66666667%;
  }
  .gp-xs-6 {
    width: 50%;
  }
  .gp-xs-7 {
    width: 58.33333333%;
  }
  .gp-xs-8 {
    width: 66.66666667%;
  }
  .gp-xs-9 {
    width: 75%;
  }
  .gp-xs-10 {
    width: 83.33333333%;
  }
  .gp-xs-11 {
    width: 91.66666667%;
  }
  .gp-xs-12 {
    width: 100%;
  }
  .gp-xs-offset-0 {
    margin-left: 0;
  }
  .gp-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .gp-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .gp-xs-offset-3 {
    margin-left: 25%;
  }
  .gp-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .gp-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .gp-xs-offset-6 {
    margin-left: 50%;
  }
  .gp-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .gp-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .gp-xs-offset-9 {
    margin-left: 75%;
  }
  .gp-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .gp-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .gp-xs-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="gp-"].gp-xs-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class*="gp-"].gp-xs-centered:last-child {
    float: none;
  }
  [class*="gp-"].gp-xs-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="gp-"].gp-xs-uncentered:last-child {
    float: left;
  }
  .gp-avg-xs-1 > li {
    width: 100%;
  }
  .gp-avg-xs-2 > li {
    width: 50%;
  }
  .gp-avg-xs-3 > li {
    width: 33.3%;
  }
  .gp-avg-xs-4 > li {
    width: 25%;
  }
  .gp-avg-xs-5 > li {
    width: 20%;
  }
}

@media screen and (min-width: 767px) {
  [class*="gp-sm"] {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gp-sm-1 {
    width: 8.33333333%;
  }
  .gp-sm-2 {
    width: 16.66666667%;
  }
  .gp-sm-3 {
    width: 25%;
  }
  .gp-sm-4 {
    width: 33.33333333%;
  }
  .gp-sm-5 {
    width: 41.66666667%;
  }
  .gp-sm-6 {
    width: 50%;
  }
  .gp-sm-7 {
    width: 58.33333333%;
  }
  .gp-sm-8 {
    width: 66.66666667%;
  }
  .gp-sm-9 {
    width: 75%;
  }
  .gp-sm-10 {
    width: 83.33333333%;
  }
  .gp-sm-11 {
    width: 91.66666667%;
  }
  .gp-sm-12 {
    width: 100%;
  }
  .gp-sm-offset-0 {
    margin-left: 0;
  }
  .gp-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .gp-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .gp-sm-offset-3 {
    margin-left: 25%;
  }
  .gp-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .gp-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .gp-sm-offset-6 {
    margin-left: 50%;
  }
  .gp-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .gp-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .gp-sm-offset-9 {
    margin-left: 75%;
  }
  .gp-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .gp-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .gp-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="gp-"].gp-sm-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  [class*="gp-"].gp-sm-centered:last-child {
    display: block;
  }
  [class*="gp-"].gp-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
  }
  [class*="gp-"].gp-sm-uncentered:last-child {
    display: block;
  }
  .gp-avg-sm-1 > li {
    width: 100%;
  }
  .gp-avg-sm-2 > li {
    width: 50%;
  }
  .gp-avg-sm-3 > li {
    width: 33.3%;
  }
  .gp-avg-sm-4 > li {
    width: 25%;
  }
  .gp-avg-sm-5 > li {
    width: 20%;
  }
}

.article {
  overflow: auto;
}
.article img {
  display: inline-block;
}
.article video {
  max-width: 100%;
}
.article i,
.article em {
  font-style: italic;
}
.article a {
  word-break: break-all;
}
.article strong,
.article strong span {
  font-weight: bold;
}
.article i strong,
.article em strong,
.article strong i,
.article strong em {
  font-style: italic;
  font-weight: bold;
}
.article table img {
  max-width: initial;
}
.article thead td,
.article tbody td,
.article tfoot td {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.article ol {
  list-style: decimal inside none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.article ul {
  list-style: disc inside none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.article ul li {
  list-style-type: disc;
}
.article ol li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .article img {
    width: auto !important;
    height: auto !important;
  }
  .article div {
    overflow: auto;
  }
  .article video {
    width: 100% !important;
    height: auto;
  }
  .article table {
    height: auto;
    margin: 0 !important;
    table-layout: fixed;
    word-break: break-all;
    box-sizing: border-box;
    display: block;
  }
  .article table td {
    width: auto !important;
  }
  .article table tr {
    height: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .effect0 {
    opacity: 0;
    transition: all 0.8s ease-out;
  }
  .effect0.isView {
    opacity: 1;
    -webkit-animation-name: effect0;
    animation-name: effect0;
  }

  .effect1,
  .effect11,
  .effect11 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateY(70px);
  }
  .effect1.isView,
  .effect11.isView,
  .effect11.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect1;
    animation-name: effect1;
  }

  .effect2,
  .effect21,
  .effect21 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateX(50px);
  }
  .effect2.isView,
  .effect21.isView,
  .effect21.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect2;
    animation-name: effect2;
  }

  .effect3,
  .effect31,
  .effect31 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateY(-70px);
  }
  .effect3.isView,
  .effect31.isView,
  .effect31.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect3;
    animation-name: effect3;
  }

  .effect4,
  .effect41,
  .effect41 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateX(-50px);
  }
  .effect4.isView,
  .effect41.isView,
  .effect41.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect4;
    animation-name: effect4;
  }

  .effect {
    transition: transform 1.5s, opacity 1.5s ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes effect0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes effect0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect2 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect2 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect3 {
  from {
    opacity: 0;
    transform: translateY(-70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect3 {
  from {
    opacity: 0;
    transform: translateY(-70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect4 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect4 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* 播放按钮样式 */
.video_title_item {
  position: absolute; /* 设置为绝对定位，以便位于图片上方 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer; /* 设置光标为手型，表示可以点击 */

}


.video_title_item::after {
  content: ""; /* 生成伪元素 */
  position: absolute; /* 设置为绝对定位，以便位于图片上方 */
  width: 100px;
  height: 100px;
  background-image: url(/images/play_button.png); /* 播放按钮的背景图片 */
  background-size: contain; /* 背景图片适应容器大小 */
  background-repeat: no-repeat; /* 不重复显示背景图片 */
  background-position: center; /* 背景图片居中显示 */
  opacity: 50%; 
  animation: scale 2s infinite cubic-bezier(0,0,0.49,1.02);
  animation-delay: 100ms;
}
/* 定义动画效果 */
@keyframes scale {
  0%,
  100% {
    transform: scale(1); /* 初始和结束状态为原始大小 */
  }
  50% {
    transform: scale(1.1); /* 中间状态为放大 1.1 倍 */
  }
}

/* 鼠标悬停时的播放按钮样式 */
.video_title_item:hover .play-btn {
  opacity: 1; /* 鼠标悬停时将透明度设置为 1，显示播放按钮 */
}
