.smtl210414_02 {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  padding: 0px;
}

.smtl210414_02_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FCE0E3;
  margin-bottom: 30px;
  padding-bottom: 24px;
  color: #ED213A;
}

.smtl210414_02_title a {
  vertical-align: middle;
  color: #ED213A;
}

.smtl210414_02_title .title_l a.big {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

.smtl210414_02_title .title_l a.small,
.smtl210414_02_title .title_r a {
  font-size: 18px;
}

.smtl210414_02_title .title_l img {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.smtl210414_02_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.smtl210414_02_l {
  width: 62%;
  margin-right: 4%;
}

.smtl210414_02_r {
  width: 34%;
}

.smtl210414_02 .cfs_container {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 26px;
  background: #FFF0F1;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smtl210414_02 .sf_l {
  width: 19%;
}

.smtl210414_02 .sf_l img {
  width: 75%;
  height: auto;
  margin: auto;
}

.smtl210414_02 .sf_l a {
  display: block;
  width: 60%;
  height: 38px;
  cursor: pointer;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_cfs_btn.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  opacity: .8;
  margin: 0 auto;
  transition: opacity .3s ease;
}

.smtl210414_02 .sf_l a:hover {
  opacity: 1;
}

.smtl210414_02 .sf_r {
  width: 80%;
}

.smtl210414_02 .sf_r_title {
  display: flex;
  text-align: center;
  color: #ED213A;
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #FCE0E3;
}

.smtl210414_02 .sf_r_title p {
  flex: 1;
  color: #ED213A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.smtl210414_02 .sf_r_list {
  height: 30px;
  overflow: hidden;
}



.smtl210414_02 .sf_r_list li {
  display: flex;
  height: 30px;
  line-height: 30px;
}

.smtl210414_02 .sf_r_list li p {
  flex: 1;
  font-size: 16px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smtl210414_02 .article_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.smtl210414_02 .article_l {
  width: 59%;
}

.smtl210414_02 .article_r {
  width: 37%;
  margin-top: 20px;
}

.smtl210414_02 .article_container h3,
.smtl210414_02_r h3 {
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 26px;
  margin-bottom: 20px;
}

.smtl210414_02_r h3 {
  margin-top: 19px;
  margin-bottom: 15px;
}

.smtl210414_02_r h3 img {
  width: 29px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.smtl210414_02 .article_container h3 a,
.smtl210414_02_r h3 a {
  color: #ED213A;
  font-size: 22px;
  vertical-align: middle;
  margin: 0 5px;
  font-weight: bold;
}

.smtl210414_02 .link_list li {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 26px;
}

.smtl210414_02 .link_list li a {
  font-weight: normal;
  font-size: 16px;
}

.smtl210414_02 .link_list li span {
  color: #CCCCCC;
}

.smtl210414_02 .link_list li a:hover {
  color: #ED213A;
}

.smtl210414_02 .article_r_swiper1 {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.smtl210414_02_r_swiper2 {
  width: 100%;
  height: 178px;
  border-radius: 10px;
  overflow: hidden;
}

.smtl210414_02 .article_r_swiper1 .swiper-container,
.smtl210414_02_r_swiper2 .swiper-container {
  width: 100%;
  height: 100%;
}

.smtl210414_02 .article_r_swiper1 .swiper-container img,
.smtl210414_02_r_swiper2 .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smtl210414_02 .swiper-container-horizontal>.swiper-pagination-bullets,
.smfl_body_r .swiper-pagination-custom,
.smfl_body_r .swiper-pagination-fraction {
  bottom: -7px;
}

.smtl210414_02 .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}

.smtl210414_02 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.smtl210414_02 .play_container {
  margin-top: 24px;
}

.smtl210414_02 .play_container li img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.smtl210414_02 .zgzx_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.smtl210414_02 .zgzx_tip {
  display: block;
  width: 20%;
  height: 78px;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_zgzx_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.smtl210414_02 .zgzx_swiper {
  width: 80%;
  height: 78px;
  position: relative;
}

.smtl210414_02 .zgzx_swiper .swiper-container {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}

.smtl210414_02 .zgzx_swiper .swiper-button-prev,
.zgzx_swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: 0;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_arrow_l.png) no-repeat center;
}

.smtl210414_02 .zgzx_swiper .swiper-button-prev {
  left: 9px;
}

.smtl210414_02 .zgzx_swiper .swiper-button-next {
  right: 9px;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_arrow_r.png) no-repeat center;
}

.smtl210414_02 .zgzx_swiper a {
  display: block;
  width: 100%;
  height: 78px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 78px;
  text-align: center;
  font-weight: bold;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: .9;
  transition: opacity .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smtl210414_02 .zgzx_swiper a:hover {
  opacity: 1;
}

.smtl210414_02 .zgzx_swiper .swiper-slide:nth-child(1n) a {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_bg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_02 .zgzx_swiper .swiper-slide:nth-child(2n) a {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_bg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_02 .zgzx_swiper .swiper-slide:nth-child(3n) a {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_bg3.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_02 .zgzx_swiper .swiper-slide:nth-child(4n) a {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/02/tl02_bg4.png) no-repeat center center;
  background-size: 100% 100%;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

@media screen and (max-width:1520px) {
  .smtl210414_02_title .title_l a.big {
    font-size: 28px;
  }

  .smtl210414_02 .article_container h3 a,
  .smtl210414_02_r h3 a {
    font-size: 20px;
  }

  .smtl210414_02 .zgzx_tip {
    font-size: 22px;
  }

  .smtl210414_02 .zgzx_swiper a {
    font-size: 18px;
  }
}