@media (min-width: 240px) and (max-width: 320px) {
  html,
  body {
    font-size: 12.8px !important;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  html,
  body {
    font-size: 14.4px !important;
  }
}
@media (min-width: 361px) and (max-width: 375px) {
  html,
  body {
    font-size: 15px !important;
  }
}
@media (min-width: 376px) and (max-width: 384px) {
  html,
  body {
    font-size: 15.36px !important;
  }
}
@media (min-width: 385px) and (max-width: 414px) {
  html,
  body {
    font-size: 16.56px !important;
  }
}
@media (min-width: 415px) and (max-width: 450px) {
  html,
  body {
    font-size: 18px !important;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  html,
  body {
    font-size: 20px !important;
  }
}
@media (min-width: 501px) and (max-width: 550px) {
  html,
  body {
    font-size: 22px !important;
  }
}
@media (min-width: 551px) and (max-width: 569px) {
  html,
  body {
    font-size: 22.72px !important;
  }
}
@media (min-width: 569px) and (max-width: 640px) {
  html,
  body {
    font-size: 25.6px !important;
  }
}
@media (min-width: 641px) and (max-width: 667px) {
  html,
  body {
    font-size: 26.68px !important;
  }
}
@media (min-width: 668px) and (max-width: 736px) {
  html,
  body {
    font-size: 29.44px !important;
  }
}
@media (min-width: 738px) and (max-width: 768px) {
  html,
  body {
    font-size: 30.72px !important;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  html,
  body {
    font-size: 36px !important;
  }
}
@media (min-width: 901px) and (max-width: 1080px) {
  html,
  body {
    font-size: 43.24px !important;
  }
}
.center {
  width: 1200px;
  margin: 0 auto;
}
body {
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.woff2?t=1644823198100") format("woff2"), url("../font/iconfont.woff?t=1644823198100") format("woff"), url("../font/iconfont.ttf?t=1644823198100") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#web-detail-header,
#web-video-header,
#web-header {
  width: 100%;
  background-image: url('https://wxjx-system.oos-cn.ctyunapi.cn/1bbcac9f99d49eb5_1650250071197.png');
  background-size:100% 70%;
  background-position:right top;
  background-repeat: no-repeat;
}
#web-detail-header .header-contain,
#web-video-header .header-contain,
#web-header .header-contain {
  width: 1200px;
  height: 108px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#web-detail-header .header-contain .logo-box,
#web-video-header .header-contain .logo-box,
#web-header .header-contain .logo-box {
  position: relative;
  width: 374px;
  height: 96px;
  overflow: hidden;
}
#web-detail-header .header-contain .logo-box img,
#web-video-header .header-contain .logo-box img,
#web-header .header-contain .logo-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  cursor: pointer;
}
#web-detail-header .header-contain .mobile-logo-box,
#web-video-header .header-contain .mobile-logo-box,
#web-header .header-contain .mobile-logo-box {
  display: none;
}
#web-detail-header .header-contain .search-box,
#web-video-header .header-contain .search-box,
#web-header .header-contain .search-box {
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#web-detail-header .header-contain .search-box .search-placeholder,
#web-video-header .header-contain .search-box .search-placeholder,
#web-header .header-contain .search-box .search-placeholder {
  display: none;
}
#web-detail-header .header-contain .search-box input,
#web-video-header .header-contain .search-box input,
#web-header .header-contain .search-box input {
  width: 324px;
  height: calc(100% - 2px);
  padding: 0px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
  border-right-width: 0px;
  border-radius: 2px 0 0 2px;
  outline: none;
}
#web-detail-header .header-contain .search-box input::placeholder,
#web-video-header .header-contain .search-box input::placeholder,
#web-header .header-contain .search-box input::placeholder {
  color: #c5c5c5;
}
#web-detail-header .header-contain .search-box a,
#web-video-header .header-contain .search-box a,
#web-header .header-contain .search-box a {
  display: block;
  height: 100%;
}
#web-detail-header .header-contain .search-box .box-icon,
#web-video-header .header-contain .search-box .box-icon,
#web-header .header-contain .search-box .box-icon {
  display: inline-block;
  width: 60px;
  height: 100%;
  background: #ac0101;
  border-radius: 0px 2px 2px 0px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}
#web-detail-header .header-contain .search-box .box-icon span,
#web-video-header .header-contain .search-box .box-icon span,
#web-header .header-contain .search-box .box-icon span {
  font-size: 26px;
}
#web-detail-header .header-contain .phone-box,
#web-video-header .header-contain .phone-box,
#web-header .header-contain .phone-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 20px;
}
#web-detail-header .header-contain .phone-box span,
#web-video-header .header-contain .phone-box span,
#web-header .header-contain .phone-box span {
  color: #333;
  cursor: pointer;
}
#web-detail-header .header-contain .phone-box span a,
#web-video-header .header-contain .phone-box span a,
#web-header .header-contain .phone-box span a {
  color: #333;
}
#web-detail-header .header-contain .phone-box .signup-btn,
#web-video-header .header-contain .phone-box .signup-btn,
#web-header .header-contain .phone-box .signup-btn {
  margin-left: 20px;
}
#web-detail-header .header-contain .phone-box .icon-box,
#web-video-header .header-contain .phone-box .icon-box,
#web-header .header-contain .phone-box .icon-box {
  display: flex;
  align-items: center;
}
#web-detail-header .header-contain .phone-box .icon-box img,
#web-video-header .header-contain .phone-box .icon-box img,
#web-header .header-contain .phone-box .icon-box img {
  width: 20px;
  height: 30px;
  margin-left: 20px;
}
#web-detail-header .header-contain .phone-box .icon-box .icon-tip,
#web-video-header .header-contain .phone-box .icon-box .icon-tip,
#web-header .header-contain .phone-box .icon-box .icon-tip {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #333333;
  margin-left: 10px;
}
#web-detail-header .header-contain .mobile-menu-icon,
#web-video-header .header-contain .mobile-menu-icon,
#web-header .header-contain .mobile-menu-icon {
  display: none;
}
#web-detail-header .menu-box,
#web-video-header .menu-box,
#web-header .menu-box {
  width: 100%;
  height: 55px;
  background: #ac0101;
}
#web-detail-header .menu-box .menu-title,
#web-video-header .menu-box .menu-title,
#web-header .menu-box .menu-title {
  display: none;
}
#web-detail-header .menu-box .menu-text,
#web-video-header .menu-box .menu-text,
#web-header .menu-box .menu-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#web-detail-header .menu-box .menu-text .menu-contain,
#web-video-header .menu-box .menu-text .menu-contain,
#web-header .menu-box .menu-text .menu-contain {
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item,
#web-video-header .menu-box .menu-text .menu-contain .menu-item,
#web-header .menu-box .menu-text .menu-contain .menu-item {
  width: 122px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ffffff;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item:last-child,
#web-video-header .menu-box .menu-text .menu-contain .menu-item:last-child,
#web-header .menu-box .menu-text .menu-contain .menu-item:last-child {
  display: none;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item a,
#web-video-header .menu-box .menu-text .menu-contain .menu-item a,
#web-header .menu-box .menu-text .menu-contain .menu-item a {
  color: #ffffff;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item a span,
#web-video-header .menu-box .menu-text .menu-contain .menu-item a span,
#web-header .menu-box .menu-text .menu-contain .menu-item a span {
  display: inline-block;
  font-size: 16px;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item:nth-child(10),
#web-video-header .menu-box .menu-text .menu-contain .menu-item:nth-child(10),
#web-header .menu-box .menu-text .menu-contain .menu-item:nth-child(10) {
  border: 0px;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  background: #ffffff;
  z-index: 9;
  transform: translate(0, 100%);
  box-shadow: 5px 5px 10px 2px grey;
  display: none;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item {
  padding: 10px;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item a,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item a,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item a {
  color: #000000;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover {
  background: #d30000;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover a,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover a,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain .sub-menu-item:hover a {
  color: #ffffff;
}
#web-detail-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain-show,
#web-video-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain-show,
#web-header .menu-box .menu-text .menu-contain .menu-item .sub-menu-contain-show {
  display: block;
}
#web-detail-header .menu-box .menu-ect,
#web-video-header .menu-box .menu-ect,
#web-header .menu-box .menu-ect {
  display: none;
}
#web-detail-header .menu-box .mobile-menu-contain,
#web-video-header .menu-box .mobile-menu-contain,
#web-header .menu-box .mobile-menu-contain {
  display: none;
}
#web-detail-header .login-box,
#web-video-header .login-box,
#web-header .login-box {
  width: 100%;
  height: 45px;
  background: #f4f4f4;
}
#web-detail-header .login-box .login-contain,
#web-video-header .login-box .login-contain,
#web-header .login-box .login-contain {
  width: 1200px;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
}
#web-detail-header .login-box .login-contain .time-box,
#web-video-header .login-box .login-contain .time-box,
#web-header .login-box .login-contain .time-box {
  float: left;
  width: 183px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
#web-detail-header .login-box .login-contain .login-form-box,
#web-video-header .login-box .login-contain .login-form-box,
#web-header .login-box .login-contain .login-form-box {
  float: right;
}
#web-detail-header .login-box .login-contain .login-form-box span,
#web-video-header .login-box .login-contain .login-form-box span,
#web-header .login-box .login-contain .login-form-box span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
#web-detail-header .login-box .login-contain .login-form-box input,
#web-video-header .login-box .login-contain .login-form-box input,
#web-header .login-box .login-contain .login-form-box input {
  width: 100px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #dedede;
}
#web-detail-header .login-box .login-contain .login-form-box .signup-btn,
#web-video-header .login-box .login-contain .login-form-box .signup-btn,
#web-header .login-box .login-contain .login-form-box .signup-btn,
#web-detail-header .login-box .login-contain .login-form-box .login-btn,
#web-video-header .login-box .login-contain .login-form-box .login-btn,
#web-header .login-box .login-contain .login-form-box .login-btn {
  font-size: 12px;
  font-weight: 400;
  padding: 1px 12px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  box-shadow: 0px 3px 6px #c4c4c4;
  background: linear-gradient(180deg, #f9905f 0%, #d76e3d 100%);
}
#web-detail-header .login-box .login-contain .login-form-box .signup-btn a,
#web-video-header .login-box .login-contain .login-form-box .signup-btn a,
#web-header .login-box .login-contain .login-form-box .signup-btn a,
#web-detail-header .login-box .login-contain .login-form-box .login-btn a,
#web-video-header .login-box .login-contain .login-form-box .login-btn a,
#web-header .login-box .login-contain .login-form-box .login-btn a {
  color: #ffffff;
}
#web-video-header .header-contain {
  display: none;
}
#web-video-header .menu-box {
  width: 100%;
  height: 30px;
  background: rgba(211, 0, 0);
}
#web-video-header .menu-box .menu-contain {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#web-video-header .menu-box .menu-contain .menu-item {
  width: 120px;
  text-align: center;
  font-size: 14px;
}
#web-video-header .menu-box .menu-contain .menu-item a {
  color: #ffffff;
}
#web-video-header .videolist-top-img {
  width: 100%;
  height: 125px;
  background: url("../imgs/videolist-1.png") repeat;
  display: flex;
  align-items: center;
}
#web-video-header .videolist-top-img .top-img-contain {
  width: 1200px;
  margin: 0px auto;
}
#web-register-header {
  height: 98px;
}
#web-register-header .header-contain {
  height: 98px;
  display: flex;
  align-items: center;
}
#web-register-header .header-contain .logo-box {
  width: 248px;
  height: 70px;
}
#web-register-header .header-contain .logo-box img {
  width: 100%;
  height: 100%;
}
#web-searchpage-header {
  width: 100%;
  background: #d30000;
}
#web-searchpage-header .header-contain {
  width: 1200px;
  height: 98px;
  margin: 0 auto;
}
#index-main {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
#index-main .background-image-box{
  position: absolute;
  top:0px;
  width: 100%;
  height: 1754px;
  background-image: url('https://wxjx-system.oos-cn.ctyunapi.cn/f661cd516629234b_1650251019816.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
#index-main .background-color-box{
  background: linear-gradient(180deg, rgba(231, 231, 231, 0.28) 0%, rgba(255, 255, 255, 0.28) 100%);
  position: absolute;
  top:1754px;
  width: 100%;
  z-index:-1;
}
#index-main .hot-list-box {
  display: flex;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#index-main .hot-list-box .hot-news-box {
  margin-top: 20px;
}
#index-main .hot-list-box .hot-news-box .hot-news-title {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  opacity: 0.9;
}
#index-main .hot-list-box .hot-news-box .first-news-img {
  position: relative;
  width: 255px;
  height: 143.44px;
  margin-top: 10px;
  overflow: hidden;
}
#index-main .hot-list-box .hot-news-box .first-news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .hot-list-box .hot-news-box .first-news-img .img-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.39);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .hot-list-box .hot-news-list .hot-news-item {
  width: calc(100% - 40px);
  padding-left:20px;
  padding-right:20px;
  opacity: 1;
}
#index-main .hot-list-box .hot-news-list .hot-news-item-hover {
  background:linear-gradient(90deg, #ac0101 0%, rgba(202, 0, 0, 0.3) 100%);
}
#index-main .hot-list-box .hot-news-list .hot-news-item .mobile-info,
#index-main .hot-list-box .hot-news-list .hot-news-item .mobile-tip {
  display: none;
}
#index-main .hot-list-box .hot-news-list .hot-news-item a {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
}
#index-main .hot-list-box .hot-news-list .hot-news-item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-main .hot-list-box .hot-news-list .hot-news-item .info-box {
  display: none;
}
#index-main .hot-list-box .web-notis-box {
  margin-top: 0px;
  width: 420px;
  height: 424px;
  position: absolute;
  right: 0px;
  z-index: 0;
}
#index-main .hot-list-box .web-notis-box .hot-news-title {
  font-size: 18px;
}
#index-main .hot-list-box .web-notis-box .first-news-img {
  position: relative;
  width: 286px;
  height: 160.88px;
  margin-top: 10px;
  overflow: hidden;
}
#index-main .hot-list-box .web-notis-box .first-news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .hot-list-box .web-notis-box .first-news-img .img-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.39);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .hot-list-box .hot-news-list{
  width: 420px;
  background: rgba(118, 118, 118, 0.3);
  z-index: 1;
  height: 404px;
  padding: 10px 0px
}
#index-main .hot-list-box .hot-news-list .hot-news-item {
  width: calc(100% - 40px);
  height: 56.85px;
  display: flex;
  align-items: center;
  /* border-bottom: 0.6px solid rgba(153, 153, 153, 0.3); */
}
#index-main .hot-list-box .hot-news-list .hot-news-item a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
#index-main .hot-list-box .hot-news-list .hot-news-item .info-box {
  display: none;
}
#index-main .hot-list-box .hot-news-list .driver-line {
  width: 100%;
  height: 0px;
  border: 0.5px solid rgba(153, 153, 153, 0.3);
}
#index-main .hot-list-box .important-news-box {
  position: relative;
  margin:0 auto;
  width: 1160px;
  height: 415px;
  overflow: hidden;
}
#index-main .hot-list-box .important-news-box .important-news {
  display: flex;
}
/* #index-main .hot-list-box .important-news-box .important-news {
  display: flex;
  width: 400%;
  height: 100%;
}
#index-main .hot-list-box .important-news-box .important-news .important-news-item {
  position: relative;
  width: 25%;
  height: 100%;
}*/
#index-main .hot-list-box .important-news-box .important-news .important-news-item .important-news-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-main .hot-list-box .important-news-box .important-news .important-news-item .important-news-img img{
  width: 100%;
  object-fit: cover;
}
#index-main .hot-list-box .important-news-box .hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10px);
  padding-left: 10px;
  padding-top: 9px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 400;
  background: rgba(90,90,90,0.7);
  color: #ffffff;
}
#index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain .title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain .contain {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .hot-list-box .important-news-box .carousel-box {
  position: absolute;
    display: flex;
    right: 1rem;
    bottom: 0.5667rem;
    transform: translate(0rem, -25%);
}
#index-main .hot-list-box .important-news-box .carousel-box .carousel-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
}
#index-main .hot-list-box .important-news-box .carousel-box .carousel-item-active {
  background: #d30000;
}
#index-main .hot-list-box .important-news-box .important-news-right-btn,
#index-main .hot-list-box .important-news-box .important-news-left-btn {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 47px;
  height: 98px;
  line-height: 98px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 100;
  background: rgba(178, 178, 178, 0.39);
  cursor: pointer;
}
#index-main .hot-list-box .important-news-box .important-news-left-btn {
  left: 0;
  padding-left: 15px;
}
#index-main .hot-list-box .important-news-box .important-news-right-btn {
  right: 0;
  text-align: right;
  padding-right: 15px;
}
    #index-main .hot-list-box .bg-box #canvas{
    z-index:1;
    position:absolute;
    width:420px;
    height:424px;
    
    }
#index-main .hot-list-box .mobile-newest-box {
  display: none;
}
#index-main .modules-btn-box {
  display: none;
}
#index-main .third-big-img,
#index-main .secord-big-img,
#index-main .first-big-img {
  position: relative;
  width: 1200px;
  height: 64px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
#index-main .third-big-img img,
#index-main .secord-big-img img,
#index-main .first-big-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .secord-big-img {
  height: 98px;
}
#index-main .third-big-img {
  /* height: 68px; */
}
#index-main .modules-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#index-main .modules-box .module-item-box {
  width: 387px;
  background:#ffffff;
}
#index-main .modules-box .module-item-box .item-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 387px;
  height: 36px;
  padding-top:14px;
  padding-left:20px;
  padding-right:20px;
  box-sizing: border-box;
  border-top: 6px solid rgba(172, 1, 1, 1);
}
#index-main .modules-box .module-item-box:nth-child(2n) .item-title-box {
  border-top: 6px solid rgba(1, 46, 172, 1);
}
#index-main .modules-box .module-item-box .item-title-box .item-title {
  width: 193px;
  font-size: 20px;
  font-weight: bold;
}
#index-main .modules-box .module-item-box .item-title-box span a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  opacity: 0.6;
}
#index-main .modules-box .module-item-box .item-title-box .item-title a {
  color: #000000;
}
#index-main .modules-box .module-item-box .item-contain-box .contain-list {
  padding-left: 20px;
  padding-right:20px;
  padding-top:5px;
}
#index-main .modules-box .module-item-box .item-contain-box .contain-list .contain-item {
  padding: 14px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .modules-box .module-item-box .item-contain-box .contain-list .contain-item .item-info {
  display: none;
}
#index-main .modules-box .module-item-box .item-contain-box .contain-list .contain-item a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
/* #index-main .modules-box .module-item-box .item-contain-box .contain-list .contain-item:last-child {
  margin-bottom: 10px;
} */
#index-main .modules-box .module-item-box .item-contain-box .watch-more-box {
  display: none;
}
#index-main .campus-alerts-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
#index-main .campus-alerts-box .module-item-box{
    width: 387px;
    background: #ffffff;
}
#index-main .campus-alerts-box .module-item-box .item-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 387px;
    height: 36px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-top: 6px solid rgba(1, 46, 172, 1);
}
#index-main .campus-alerts-box .module-item-box .item-title-box .item-title {
    width: 193px;
    font-size: 20px;
    font-weight: bold;
}
#index-main .campus-alerts-box .module-item-box .item-title-box .item-title a {
    color: #000000;
}
#index-main .campus-alerts-box .module-item-box .item-title-box span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    opacity: 0.6;
}
#index-main .campus-alerts-box .module-item-box .item-contain-box .contain-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}
#index-main .campus-alerts-box .module-item-box .item-contain-box .contain-list .contain-item {
    padding: 14px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#index-main .campus-alerts-box .module-item-box .item-contain-box .watch-more-box {
    display: none;
}
#index-main .campus-alerts-box .module-item-box .item-contain-box .contain-list .contain-item .item-info {
    display: none;
}
#index-main .campus-alerts-box .module-item-box .item-contain-box .contain-list .contain-item  a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
#index-main .campus-alerts-box .campus-alerts {
  width: 790px;
  background:#ffffff;
}
#index-main .campus-alerts-box .campus-alerts .campus-alerts-title-box {
  display: flex;
  justify-content: space-between;
  padding-left:20px;
  padding-right:20px;
  padding-top:8px;
  box-sizing: border-box;
  width: 100%;
  border-top: 6px solid rgba(172, 1, 1, 1);
}
#index-main .campus-alerts .campus-alerts-title-box span a{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    opacity: 0.6;
}
#index-main .campus-alerts .campus-alerts-title-box .campus-alerts-title {
  display: flex;
  width: 193px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  /* border-bottom: 2px solid #ca0000; */
}
#index-main .campus-alerts .campus-alerts-title-box .campus-alerts-title a {
  color: #000000;
}
#index-main .campus-alerts .campus-alerts-contain-box {
  width: 100%;
  padding:0px 0px 0px 20px;
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-img-box {
  position: relative;
  width: 387px;
  height: 336px;
  overflow: hidden;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-img-box .img-title {
  position: absolute;
  bottom: 0px;
  width: 395px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.39);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box {
  width: 387px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item {
  margin-bottom: 14px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item .item-info {
  display: none;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item a {
  font-size: 16px;
  font-weight: 400;
  color: #212223;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:nth-child(1) a {
  font-weight: bold;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:nth-child(6) a {
  font-weight: bold;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:last-child {
  margin-bottom: 0px;
}
#index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .watch-more-box {
  display: none;
}
#index-main .synthesize-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#index-main .synthesize-box .bbs-integrated {
  width: 795px;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  background:#ffffff;
  border-top: 6px solid rgba(172, 1, 1, 1);
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box .bbs-integrated-title {
  width: 193px;
  font-size: 20px;
  font-weight: bold;
  margin-top:8px;
  /* border-bottom: 2px solid #ca0000; */
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    opacity: 0.6;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box .bbs-integrated-title a {
  color: #000000;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  justify-content: space-between;
  background:#ffffff;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item {
  width: 386.5px;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-title {
  width: calc(100% - 10px);
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #f7f8f9;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain{
  box-sizing: border-box;
  padding-left:20px;
  padding-right: 20px;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-title span {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border-left: 2px solid red;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item {
  width: 100%;
  padding: 13px 0px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item:last-child {
  border-bottom: none;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item a {
  font-size: 16px;
  font-weight: 400;
  color: #212223;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item .item-info {
  display: none;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item:last-child {
  margin-bottom: 0px;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item:nth-child(n + 3) {
  margin-top: 17px;
}
#index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .watch-more-box {
  display: none;
}
#index-main .synthesize-box .bbs-integrated .secord-small-img,
#index-main .synthesize-box .bbs-integrated .first-small-img {
  position: relative;
  width: 100%;
  /* height: 68px; */
  margin-top: 30px;
  overflow: hidden;
}
#index-main .synthesize-box .bbs-integrated .secord-small-img img,
#index-main .synthesize-box .bbs-integrated .first-small-img img {
  width: 100%;
  object-fit: cover;
}
#index-main .synthesize-box .bbs-integrated .secord-small-img {
  margin-top: 20px;
}
#index-main .synthesize-box .news-special-box .weibo-erweima {
  position: relative;
  width: 387px;
  height: 167px;
  overflow: hidden;
}
#index-main .synthesize-box .news-special-box .weibo-erweima img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .synthesize-box .news-special-box .web-school-box {
  position: relative;
  width: 387px;
  height: 82px;
  margin-top: 20px;
  overflow: hidden;
}
#index-main .synthesize-box .news-special-box .web-school-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .synthesize-box .news-special-box {
  background:#ffffff;
}
#index-main .synthesize-box .news-special-box .news-special .news-special-title-box {
  display: flex;
  width: 100%;
  /* height: 36px;
  line-height: 36px; */
  border-top: 6px solid rgba(1, 46, 172, 1);
}
#index-main .synthesize-box .news-special-box .news-special .news-special-title-box .news-special-title {
  display: flex;
  width: 193px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-top:8px;
  padding-left:20px;
  box-sizing: border-box;
  /* line-height: 24px; */
  /* border-bottom: 2px solid #ca0000; */
}
#index-main .synthesize-box .news-special-box .news-special .news-special-title-box .news-special-title a {
  color: #000000;
}
#index-main .synthesize-box .news-special-box .news-special .news-img-box {
  position: relative;
  margin-top: 18px;
  width: 386px;
  height: 228px;
  overflow: hidden;
}
#index-main .synthesize-box .news-special-box .news-special .news-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .synthesize-box .news-special-box .news-special .news-img-box .img-tip {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10px);
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.39);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .synthesize-box .news-special-box .news-special .news-special-list {
  width: 386px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#index-main .synthesize-box .news-special-box .news-special .news-special-list .news-special-item {
  width: 100%;
  padding: 13px 0px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .synthesize-box .news-special-box .news-special .news-special-list .news-special-item:last-child {
  border-bottom: none;
}
#index-main .synthesize-box .news-special-box .news-special .news-special-list .news-special-item a {
  color: #212223;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#index-main .synthesize-box .news-special-box .news-special .watch-more-box {
  display: none;
}
#index-main .mobile-big-img-box {
  display: none;
}
#index-main .tv-lanmu {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
#index-main .tv-lanmu .wu-etv {
  width: 100%;
}
#index-main .tv-lanmu .wu-etv .etv-title-box {
  display: flex;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid rgba(94, 119, 140, 0.39);
}
#index-main .tv-lanmu .wu-etv .etv-title-box .etv-title {
  display: flex;
  width: 193px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 2px solid #ca0000;
}
#index-main .tv-lanmu .wu-etv .etv-title-box .etv-title a {
  color: #000000;
}
#index-main .tv-lanmu .wu-etv .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item {
  width: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box {
  position: relative;
  width: 285px;
  height: 160px;
  overflow: hidden;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-black {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../imgs/video-black.png");
  z-index: 9;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-black .video-player {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  bottom: 8px;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-info-box {
  position: absolute;
  width: calc(100% - 30px);
  height: 28px;
  line-height: 28px;
  bottom: 0px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-info-box span {
  color: #ffffff;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-info-box .watch-times {
  display: flex;
  align-items: center;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-info-box .watch-times img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box .video-info-box .video-duration {
  float: right;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .img-box:hover .video-black {
  display: block;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .item-bd .bd-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .item-bd .bd-title a {
  color: #333333;
}
#index-main .tv-lanmu .wu-etv .video-list .list-item .item-bd .bd-detail {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
#index-main .live-streaming-online {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
#index-main .live-streaming-online .live-streaming-online-title-box {
  display: flex;
  width: 100%;
  /* height: 36px;
  line-height: 36px; */
  padding-top:8px;
  padding-left:20px;
  box-sizing: border-box;
  border-top: 6px solid rgba(212, 121, 0, 1);
}
#index-main .live-streaming-online .live-streaming-online-title-box .live-streaming-online-title {
  display: flex;
  width: 193px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  /* line-height: 24px; */
  /* border-bottom: 2px solid #ca0000; */
}
#index-main .live-streaming-online .live-streaming-online-title-box .live-streaming-online-title a {
  color: #000000;
}
#index-main .live-streaming-online .video-box {
  display: none;
}
#index-main .live-streaming-online .main-list-img {
  width: 100%;
  margin-top: 20px;
  height: 168px;
  overflow: hidden;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul {
  white-space: nowrap;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 224px;
  height: 168px;
  cursor: pointer;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li:first-child {
  margin-left: 0px;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box {
  position: relative;
  width: 224px;
  height: 168px;
  overflow: hidden;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item .status-tip {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  background: #d30000;
  border-radius: 2px;
  z-index: 9;
  color: #ffffff;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item .end-tip {
  background: #939393;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .img-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  padding-left: 10px;
  font-size: 12px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .live-streaming-online .main-list-img .main-list-img-ul li .img-info {
  display: none;
}
#index-main .live-streaming-online .zaixian-right-btn,
#index-main .live-streaming-online .zaixian-left-btn {
  position: absolute;
  top: 90px;
  width: 37px;
  height: 98px;
  line-height: 98px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 100;
  background: rgba(178, 178, 178, 0.6);
  cursor: pointer;
}
#index-main .live-streaming-online .zaixian-left-btn {
  left: 0;
  padding-left: 10px;
}
#index-main .live-streaming-online .zaixian-right-btn {
  right: 0;
  text-align: right;
  padding-right: 10px;
}
#index-main .live-streaming-online .watch-more-box {
  display: none;
}
#index-main .column {
  position: relative;
  background:#ffffff;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 31px;
}
#index-main .column .column-title-box {
  display: flex;
  width: 100%;
  border-top: 6px solid rgba(172, 1, 1, 1);
}
#index-main .column .column-title-box .column-title {
  display: flex;
  margin-top:8px;
  margin-left:20px;
  width: 193px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 2px solid #ca0000; */
}
#index-main .column .column-title-box .column-title a {
  color: #000000;
}
#index-main .column .main-list-img .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#index-main .column .main-list-img .video-list .list-item {
  width: 389px;
}
#index-main .column .main-list-img .video-list .list-item .img-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-black {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../imgs/video-black.png");
  z-index: 9;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-black .video-player {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  bottom: 8px;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-info-box {
  position: absolute;
  width: calc(100% - 30px);
  height: 28px;
  line-height: 28px;
  bottom: 0px;
  padding-left: 20px;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-info-box span {
  color: #ffffff;
}
#index-main .column .main-list-img .video-list .list-item .img-box .video-info-box .video-duration {
  float: right;
}
#index-main .column .main-list-img .video-list .list-item .img-box:hover .video-black {
  display: block;
}
#index-main .column .main-list-img .video-list .list-item .item-bd .bd-title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-main .column .main-list-img .video-list .list-item .item-bd .bd-title a {
  color: #000000;
}
#index-main .column .main-list-img .video-list .list-item .item-bd .bd-secord-title {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-main .column .main-list-img .video-list .list-item:nth-child(n + 4) {
  margin-top: 30px;
}
#index-main .option-menu-box {
  position: fixed;
  right: 0;
  bottom: 400px;
  width: calc(100% - 1200px);
  z-index: 10;
}
#index-main .option-menu-box .option-menu {
  position: absolute;
  right: 50%;
  transform: translate(90px, 0px);
  cursor: pointer;
}
#index-main .option-menu-box .option-menu .option-menu-item {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border: 1px solid #c5c5c5;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 6px;
}
#index-main .option-menu-box .option-menu .option-menu-item img {
  width: 27.77px;
  height: 27.77px;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
#index-main .option-menu-box .option-menu .option-menu-item:last-child {
  display: none;
  margin-bottom: 0px;
}
#index-main .option-menu-box .option-menu .option-menu-item:last-child img {
  height: 18.61px;
}
#index-main .option-menu-box .forth-menu-box,
#index-main .option-menu-box .third-menu-box,
#index-main .option-menu-box .secord-menu-box,
#index-main .option-menu-box .first-menu-box {
  position: absolute;
  right: 50%;
  flex-wrap: wrap;
  background: #ffffff;
  transform: translate(20px, 0);
  border: 1px solid #c5c5c5;
  font-size: 14px;
  color: rgba(172, 1, 1, 1);
  border-radius: 3px;
  padding: 9px 10px;
  display: none;
}
#index-main .option-menu-box .forth-menu-box a,
#index-main .option-menu-box .third-menu-box a,
#index-main .option-menu-box .secord-menu-box a,
#index-main .option-menu-box .first-menu-box a {
  color: rgba(172, 1, 1, 1);
}
#index-main .option-menu-box .forth-menu-box .erweima-box,
#index-main .option-menu-box .third-menu-box .erweima-box,
#index-main .option-menu-box .secord-menu-box .erweima-box,
#index-main .option-menu-box .first-menu-box .erweima-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}
#index-main .option-menu-box .first-menu-box .erweima-box:nth-child(-n+3) {
  margin-bottom:10px;

}
#index-main .option-menu-box .forth-menu-box .erweima-box img,
#index-main .option-menu-box .third-menu-box .erweima-box img,
#index-main .option-menu-box .secord-menu-box .erweima-box img,
#index-main .option-menu-box .first-menu-box .erweima-box img {
  width: 60px;
  height: 60px;
}
#index-main .option-menu-box .forth-menu-box .erweima-box .erweima-title,
#index-main .option-menu-box .third-menu-box .erweima-box .erweima-title,
#index-main .option-menu-box .secord-menu-box .erweima-box .erweima-title,
#index-main .option-menu-box .first-menu-box .erweima-box .erweima-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(172, 1, 1, 1);
  opacity: 1;
}
#index-main .option-menu-box .forth-menu-box::before,
#index-main .option-menu-box .third-menu-box::before,
#index-main .option-menu-box .secord-menu-box::before,
#index-main .option-menu-box .first-menu-box::before {
  content: ">";
  position: absolute;
  right: 0px;
  top: 40%;
  background: rgba(255, 255, 255, 0);
  height: 6px;
  line-height: 5px;
  color: #c5c5c5;
  transform: translate(90%, 0);
}
#index-main .option-menu-box .first-menu-box {
  width: 250px;
}
#index-main .option-menu-box .first-menu-box::before {
  top: 20%;
}
#index-main .option-menu-box .secord-menu-box {
  margin-top: 85px;
}
#index-main .option-menu-box .third-menu-box {
  margin-top: 155px;
  white-space: nowrap;
}
#index-main .option-menu-box .forth-menu-box{
  margin-top: 230px;
  white-space: nowrap;
}
#index-main .option-menu-box .show-menu-box {
  display: flex;
}
#index-main .outline-url-box {
  margin-top: 8px;
  border-top: 2px solid rgba(172, 1, 1, 1);
  background-color: #fff;
}
#index-main .outline-url-box .outline-url-contain {
  max-width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
}
#index-main .outline-url-box .outline-url-contain span {
  display: block;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 29px;
  color: #333333;
}
#index-main .outline-url-box .outline-url-contain ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#index-main .outline-url-box .outline-url-contain ul li {
  flex: 0 0 25%;
  margin-bottom: 30px;
}
#index-main .outline-url-box .outline-url-contain ul li img {
  height: 34px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #7070703d;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
}
.login-back {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.39);
  z-index: 9;
}
.login-back .form-box {
  width: 520px;
  margin: 8% auto 0px;
  padding-bottom: 20px;
  background: #ffffff;
  position: relative;
}
.login-back .form-box .close-icon {
  position: absolute;
  font-size: 18px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  right: 0;
  top: 0;
  background-color: #ffffff;
  transform: translate(50%, -50%);
  color: #d30000;
  cursor: pointer;
}
.login-back .form-box .form-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  background-color: #d30000;
}
.login-back .form-box .form-title .logo-img-box {
  position: relative;
  margin-left: 40px;
  width: 147px;
  height: 42px;
  overflow: hidden;
}
.login-back .form-box .form-title-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.login-back .form-box .form-contain {
  width: 298px;
  margin: 0px auto;
}
.login-back .form-box .form-contain .form-item {
  display: flex;
  position: relative;
  margin-top: 30px;
}
.login-back .form-box .form-contain .form-item .label-span {
  display: inline-block;
  width: 50px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f5f7fa;
  color: rgba(153, 153, 153, 0.39);
  border: 1px solid rgba(144, 147, 153, 0.4);
  border-right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.login-back .form-box .form-contain .form-item .label-span .iconfont {
  font-size: 18px;
}
.login-back .form-box .form-contain .form-item input {
  outline: none;
  display: inline-block;
  border: 1px solid rgba(144, 147, 153, 0.4);
  border-left: 0px;
  width: 238px;
  padding-left: 10px;
  height: 34px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.login-back .form-box .form-contain .form-item input::placeholder {
  color: #909399;
}
.login-back .form-box .form-contain .form-item .null-label {
  border: 1px solid #d30000;
  border-right: 0px;
}
.login-back .form-box .form-contain .form-item .null-input {
  border: 1px solid #d30000;
  border-left: 0px;
}
.login-back .form-box .form-contain .form-item .clear-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 13px;
  width: 13px;
  height: 13px;
  line-height: 10px;
  text-align: center;
  border: 1px solid rgba(144, 147, 153, 0.4);
  color: rgba(144, 147, 153, 0.4);
  border-radius: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
}
.login-back .form-box .form-contain .form-item .yanzhengma-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  width: 173px;
}
.login-back .form-box .form-contain .form-item .yanzhengma-box {
  width: 76px;
  height: 36px;
  border: 1px solid rgba(144, 147, 153, 0.4);
  border-left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.login-back .form-box .form-contain .form-item .yanzhengma-box img {
  width: 100%;
  height: 100%;
}
.login-back .form-box .form-contain .form-item:last-child {
  margin-top: 30px;
  display: block;
  height: 20px;
  line-height: 20px;
}
.login-back .form-box .form-contain .form-item:last-child .check-login {
  width: 16px;
  height: 16px;
}
.login-back .form-box .form-contain .form-item:last-child span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.login-back .form-box .form-contain .null-form-item {
  position: relative;
}
.login-back .form-box .form-contain .null-form-item:nth-child(1)::after {
  content: "请输入用户名/手机号";
  color: #d30000;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -14px;
}
.login-back .form-box .form-contain .null-form-item:nth-child(2)::after {
  content: "请输入密码";
  color: #d30000;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -14px;
}
.login-back .form-box .form-footer .login-btn,
.login-back .form-box .form-footer .register-btn {
  margin: 20px auto 0px;
  width: 298px;
  height: 36px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.login-back .form-box .form-footer .login-btn {
  background: #d30000;
  color: #ffffff;
  border: 1px solid #d30000;
  cursor: pointer;
}
.login-back .form-box .form-footer .register-btn {
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid rgba(144, 147, 153, 0.4);
  color: #606266;
}
#education-dynamic-main {
  width: 1200px;
  margin: 0 auto;
}
#education-dynamic-main .tabs {
  width: 100%;
  height: 22px;
  margin: 20px 0;
}
#education-dynamic-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  color: #333;
}
#education-dynamic-main .tabs li a {
  color: #333;
}
#education-dynamic-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#education-dynamic-main .tabs li:first-child:after,
#education-dynamic-main .tabs li:last-child:after {
  content: "";
}
#education-dynamic-main .banner-img-box {
  display: none;
}
#education-dynamic-main .dynamic-contain {
  display: flex;
}
#education-dynamic-main .dynamic-contain .adv {
  width: 300px;
  margin-right: 22px;
}
#education-dynamic-main .dynamic-contain .adv .title-box {
  position: relative;
  width: 100%;
  height: 60px;
  background: #ac0101;
  border: 1px solid #ac0101;
  border-bottom: 0px;
  border-radius: 8px 8px 0px 0px;
}
#education-dynamic-main .dynamic-contain .adv .title-box .shadow-box {
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 150px;
  height: 38px;
  border-radius: 8px 8px 0px 0px;
  transform: translateX(11px) skewX(-15deg);
  background: rgba(172, 2, 2, 0.39);
}
#education-dynamic-main .dynamic-contain .adv .title-box .title {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 10px;
  min-width: 130px;
  height: 50px;
  color: #d30000;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
}
#education-dynamic-main .dynamic-contain .adv .title-box .title img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#education-dynamic-main .dynamic-contain .adv .title-box .title h3 {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
}
#education-dynamic-main .dynamic-contain .adv .box {
  width: calc(100% - 40px);
  border: 1px solid rgba(153, 153, 153, 0.39);
  border-radius: 0px 0px 8px 8px;
  border-top: 0px;
  padding: 20px;
}
#education-dynamic-main .dynamic-contain .adv .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  padding: 20px;
  font-size: 18px;
  color: #999999;
  background-color: #f7f8f9;
  margin-bottom: 20px;
  border-radius: 8px;
}
#education-dynamic-main .dynamic-contain .adv .box a span {
  float: right;
  transform: translate(10px,0);
}
#education-dynamic-main .dynamic-contain .adv .box a:last-child {
  margin-bottom: 0px;
}
#education-dynamic-main .dynamic-contain .adv .box .box-active {
  color: #d30000;
  background-color: #fdf2f2;
}
#education-dynamic-main .dynamic-contain .article-list {
  flex: 1;
  margin-bottom: 20px;
  border: 0.5px solid rgba(153, 153, 153, 0.39);
  padding-bottom: 36px;
}
#education-dynamic-main .dynamic-contain .article-list .article-title {
  height: 48px;
  background: #f7f8f9;
}
#education-dynamic-main .dynamic-contain .article-list .article-title span {
  display: inline-block;
  height: 100%;
  padding: 0px 10px;
  margin-left: 20px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #d30000;
  border-bottom: 1px solid #d30000;
}
#education-dynamic-main .dynamic-contain .article-list .list {
  margin: 0px 20px;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.39);
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .img-box {
  display: none;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box {
  flex: 1;
  display: flex;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box h3 {
  flex: 1;
  margin-left: 10px;
  width: 589px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box .source-box {
  display: none;
}
#education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box .time-box {
  margin-left: 130px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
#education-dynamic-main .dynamic-contain .article-list .page {
  right: 0;
  height: 24px;
  margin: 25px 20px 0px 0;
  float: right;
}
#education-dynamic-main .dynamic-contain .article-list .page li {
  float: left;
  line-height: 24px;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
#education-dynamic-main .dynamic-contain .article-list .page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
#education-dynamic-main .dynamic-contain .article-list .page .home,
#education-dynamic-main .dynamic-contain .article-list .page .last {
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#education-dynamic-main .dynamic-contain .article-list .page .page-num {
  margin-left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
}
#education-dynamic-main .dynamic-contain .article-list .page .prev,
#education-dynamic-main .dynamic-contain .article-list .page .next {
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ac0101;
}
#education-dynamic-main .dynamic-contain .article-list .page .prev a,
#education-dynamic-main .dynamic-contain .article-list .page .next a {
  font-size: 16px;
  color: #fff;
}
#education-dynamic-main .dynamic-contain .article-list .page .prev-next-disable {
  background: #f2f5f8;
}
#education-dynamic-main .dynamic-contain .article-list .page .prev-next-disable a {
  color: #9e9fa0;
}
#education-dynamic-main .dynamic-contain .article-list .page .page-active {
  background-color: #ac0101;
}
#education-dynamic-main .dynamic-contain .article-list .page .page-active a {
  color: #fff;
}
#education-special-main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#education-special-main .tabs {
  width: 100%;
  height: 22px;
  margin: 20px 0;
}
#education-special-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  color: #333;
}
#education-special-main .tabs li a {
  color: #333;
}
#education-special-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#education-special-main .tabs li:first-child:after,
#education-special-main .tabs li:last-child:after {
  content: "";
}
#education-special-main .special-contain {
  display: flex;
}
#education-special-main .special-contain .special-list {
  width: 100%;
}
#education-special-main .special-contain .special-list .list {
  display: flex;
  flex-wrap: wrap;
}
#education-special-main .special-contain .special-list .list .list-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
#education-special-main .special-contain .special-list .list .list-item:nth-child(3n) {
  margin: 0px;
}
#education-special-main .special-contain .special-list .list .list-item .img-box {
  width: 385px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#education-special-main .special-contain .special-list .list .list-item .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#education-special-main .special-contain .special-list .list .list-item .info-box h3 {
  width: 385px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#education-special-main .special-contain .special-list .list .list-item .info-box h3 a {
  color: #222222;
}
#education-special-main .special-contain .special-list .list .list-item .info-box .info-content {
  width: 385px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#education-special-main .special-contain .special-list .list .list-item .info-box .time-box {
  display: block;
  width: 109px;
  height: 16px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
#education-special-main .special-contain .special-list .page {
  right: 0;
  height: 24px;
  margin: 25px 20px 0px 0;
  float: right;
}
#education-special-main .special-contain .special-list .page li {
  float: left;
  line-height: 24px;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 300;
}
#education-special-main .special-contain .special-list .page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
#education-special-main .special-contain .special-list .page .home,
#education-special-main .special-contain .special-list .page .last {
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#education-special-main .special-contain .special-list .page .page-num {
  margin-left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
}
#education-special-main .special-contain .special-list .page .prev,
#education-special-main .special-contain .special-list .page .next {
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d30000;
}
#education-special-main .special-contain .special-list .page .prev a,
#education-special-main .special-contain .special-list .page .next a {
  font-size: 16px;
  color: #fff;
}
#education-special-main .special-contain .special-list .page .prev-next-disable {
  background: #f2f5f8;
}
#education-special-main .special-contain .special-list .page .prev-next-disable a {
  color: #9e9fa0;
}
#education-special-main .special-contain .special-list .page .page-active {
  background-color: #d30000;
}
#education-special-main .special-contain .special-list .page .page-active a {
  color: #fff;
}
#detail-page-main {
  background: #f5f5f5;
  padding-bottom: 37px;
}
#detail-page-main .tabs {
  width: 1200px;
  height: 22px;
  margin: 0px auto;
  padding: 20px 0px;
}
#detail-page-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  height: 100%;
  line-height: 22px;
}
#detail-page-main .tabs li a {
  color: #333;
}
#detail-page-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#detail-page-main .tabs li:first-child:after,
#detail-page-main .tabs li:last-child:after {
  content: "";
}
#detail-page-main .detail-contain {
  width: 1200px;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 43px;
  margin: 0 auto;
}
#detail-page-main .detail-contain .detail-title-box {
  width: 100%;
}
#detail-page-main .detail-contain .detail-title-box .detail-title {
  width: 425px;
  font-size: 25px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0 auto;
  line-height: 48px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#detail-page-main .detail-contain .detail-title-box .detail-info {
  width: 1080px;
  display: flex;
  margin: 40px auto 0;
  justify-content: space-around;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.39);
}
#detail-page-main .detail-contain .detail-title-box .detail-info .size-box span {
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}
#detail-page-main .detail-contain .contain-and-comment {
  padding-top: 40px;
}
#detail-page-main .detail-contain .contain-and-comment .contain-box {
  padding: 0px 60px;
  min-height: 290px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.39);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  opacity: 1;
}
#detail-page-main .detail-contain .contain-and-comment .contain-box p img {
  max-width: 550px;
  height: auto;
  object-fit: cover;
}
#detail-page-main .detail-contain .contain-and-comment .big-size p {
  font-size: 18px !important;
}
#detail-page-main .detail-contain .contain-and-comment .middle-size p {
  font-size: 16px !important;
}
#detail-page-main .detail-contain .contain-and-comment .small-size p {
  font-size: 14px !important;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box {
  padding: 40px 60px 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list {
  margin-top: 10px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item {
  padding: 30px 0px 20px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.39);
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-person {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-person .avatar-img-box {
  display: none;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-content {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #333333;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option {
  margin-top: 30px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .time-box {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box {
  float: right;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span span {
  display: none;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:first-child {
  margin-right: 26px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:first-child span {
  display: inline-block;
  margin: 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(4) span {
  margin: 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(3) span,
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(2) span {
  margin: 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(3)::after,
#detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(2)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box {
  margin-top: 40px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-option span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-option span:nth-child(1)::after,
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-option span:nth-child(2)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box {
  margin-top: 10px;
  border: 1px solid rgba(153, 153, 153, 0.39);
  border-radius: 8px;
  border-bottom: 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box textarea {
  width: calc(100% - 40px);
  height: 134px;
  outline: none;
  border: 0px;
  resize: none;
  padding: 20px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .text-area-bottom {
  width: 1080px;
  height: 46px;
  background: rgba(247, 248, 249);
  border-radius: 0px 0px 8px 8px;
  border-top: 0px;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .text-area-bottom button {
  float: right;
  height: 100%;
  width: 162px;
  background: #d30000;
  color: #ffffff;
  border-bottom-right-radius: 8px;
  border: 0px;
  outline: none;
}
#detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .mobile-active-box {
  display: none;
}
#video-list-main .tabs {
  width: 1200px;
  height: 22px;
  margin: 0px auto;
  padding: 20px 0px;
}
#video-list-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  color: #333;
}
#video-list-main .tabs li a {
  color: #333;
}
#video-list-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#video-list-main .tabs li:first-child:after,
#video-list-main .tabs li:last-child:after {
  content: "";
}
#video-list-main .list-nav {
  display: flex;
  justify-content: space-between;
  padding: 23px 20px 13px;
  border: 1px solid #f1f1f1;
}
#video-list-main .list-nav .title-box {
  width: 50px;
  padding: 7px 0px;
  color: #333333;
  font-size: 14px;
}
#video-list-main .list-nav .nav-same {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#video-list-main .list-nav .nav-same li {
  width: 84px;
  margin-bottom: 10px;
}
#video-list-main .list-nav .nav-same li a {
  display: block;
  width: 74px;
  text-align: center;
  white-space: nowrap;
  padding: 7px 0px;
  color: #737373;
}
#video-list-main .list-nav .nav-same .active a {
  color: #fff;
  background-color: #d30000;
}
#video-list-main .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#video-list-main .video-list .list-item {
  width: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#video-list-main .video-list .list-item .img-box {
  position: relative;
  width: 285px;
  height: 160px;
  overflow: hidden;
}
#video-list-main .video-list .list-item .img-box .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#video-list-main .video-list .list-item .img-box .video-black {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../imgs/video-black.png");
  z-index: 9;
}
#video-list-main .video-list .list-item .img-box .video-black .video-player {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  bottom: 8px;
}
#video-list-main .video-list .list-item .img-box .video-info-box {
  position: absolute;
  width: calc(100% - 30px);
  height: 28px;
  line-height: 28px;
  bottom: 0px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
#video-list-main .video-list .list-item .img-box .video-info-box span {
  color: #ffffff;
}
#video-list-main .video-list .list-item .img-box .video-info-box .watch-times {
  display: flex;
  align-items: center;
}
#video-list-main .video-list .list-item .img-box .video-info-box .watch-times img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
#video-list-main .video-list .list-item .img-box .video-info-box .video-duration {
  float: right;
}
#video-list-main .video-list .list-item .img-box:hover .video-black {
  display: block;
}
#video-list-main .video-list .list-item .item-bd .bd-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#video-list-main .video-list .list-item .item-bd .bd-title a {
  color: #333333;
}
#video-list-main .video-list .list-item .item-bd .bd-user {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
#video-list-main .page-box {
  margin: 15px 0 30px;
  height: 24px;
}
#video-list-main .page {
  right: 0;
  height: 24px;
  margin: 25px 20px 0px 0;
  float: right;
}
#video-list-main .page li {
  float: left;
  line-height: 24px;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 300;
}
#video-list-main .page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
#video-list-main .page .home,
#video-list-main .page .last {
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#video-list-main .page .page-num {
  margin-left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
}
#video-list-main .page .prev,
#video-list-main .page .next {
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d30000;
}
#video-list-main .page .prev a,
#video-list-main .page .next a {
  font-size: 16px;
  color: #fff;
}
#video-list-main .page .prev-next-disable {
  background: #f2f5f8;
}
#video-list-main .page .prev-next-disable a {
  color: #9e9fa0;
}
#video-list-main .page .page-active {
  background-color: #d30000;
}
#video-list-main .page .page-active a {
  color: #fff;
}
#video-detail-main .tabs {
  width: 1200px;
  height: 22px;
  margin: 0px auto;
  padding: 20px 0px;
}
#video-detail-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  color: #333;
}
#video-detail-main .tabs li a {
  color: #333;
}
#video-detail-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#video-detail-main .tabs li:first-child:after,
#video-detail-main .tabs li:last-child:after {
  content: "";
}
#video-detail-main .video-contain-box .video-info .video-title .title-box {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
#video-detail-main .video-contain-box .video-info .video-title .info-box {
  height: 100%;
  padding: 20px 0;
  overflow: hidden;
}
#video-detail-main .video-contain-box .video-info .video-title .info-box li {
  float: left;
  display: flex;
  align-items: center;
}
#video-detail-main .video-contain-box .video-info .video-title .info-box li img {
  width: 12px;
  height: 12px;
}
#video-detail-main .video-contain-box .video-info .video-title .info-box li span {
  margin-right: 30px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#video-detail-main .video-contain-box .video-info .video-title .info-box li span:first-child {
  margin-left: 0;
}
#video-detail-main .video-contain-box .video-info video {
  width: 100%;
  height: 700px;
}
#video-detail-main .video-contain-box .video-info .video-option {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 23px;
}
#video-detail-main .video-contain-box .video-info .video-option span {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#video-detail-main .video-contain-box .video-info .video-option span .iconfont {
  margin-right: 5px;
}
#video-detail-main .video-contain-box .about-video .about-video-title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
#video-detail-main .video-contain-box .about-video .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 63px;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item {
  width: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box {
  position: relative;
  width: 285px;
  height: 160px;
  overflow: hidden;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-black {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../imgs/video-black.png");
  z-index: 9;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-black .video-player {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  bottom: 8px;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-info-box {
  position: absolute;
  width: calc(100% - 30px);
  height: 28px;
  line-height: 28px;
  bottom: 0px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-info-box span {
  color: #ffffff;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-info-box .watch-times {
  display: flex;
  align-items: center;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-info-box .watch-times img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box .video-info-box .video-duration {
  float: right;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .img-box:hover .video-black {
  display: block;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .item-bd .bd-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .item-bd .bd-title a {
  color: #333333;
}
#video-detail-main .video-contain-box .about-video .video-list .list-item .item-bd .bd-user {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
#wuetv-detail-main .tabs {
  width: 1200px;
  height: 22px;
  margin: 0px auto;
  padding: 20px 0px;
}
#wuetv-detail-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  color: #333;
  height: 100%;
  line-height: 22px;
}
#wuetv-detail-main .tabs li a {
  color: #333;
}
#wuetv-detail-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#wuetv-detail-main .tabs li:first-child:after,
#wuetv-detail-main .tabs li:last-child:after {
  content: "";
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info {
  display: flex;
  width: 100%;
  height: 515px;
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info video {
  width: 823px;
  height: 100%;
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info .wuetv-menu {
  width: 377px;
  position: relative;
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info .wuetv-menu .tv-menu-title {
  width: 100%;
  height: 45px;
  background: #1b1b1b;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info .wuetv-menu .tv-menu-box {
  width: 100%;
  height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
#wuetv-detail-main .wuetv-contain-box .wuetv-info .wuetv-menu .tv-menu-box .tv-menu-item {
  height: 60px;
  background: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  padding-left: 40px;
  color: #ffffff;
  border-top: 1px solid #454545;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#wuetv-detail-main .wuetv-contain-box .about-video {
  margin-top: 37px;
}
#wuetv-detail-main .wuetv-contain-box .about-video .about-video-title {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
#wuetv-detail-main .wuetv-contain-box .about-video .about-video-title span {
  display: inline-block;
  width: 193px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  border-bottom: 2px solid #b80606;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item {
  width: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box {
  position: relative;
  width: 285px;
  height: 160px;
  overflow: hidden;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-black {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../imgs/video-black.png");
  z-index: 9;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-black .video-player {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  bottom: 8px;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-info-box {
  position: absolute;
  width: calc(100% - 30px);
  height: 28px;
  line-height: 28px;
  bottom: 0px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-info-box span {
  color: #ffffff;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-info-box .watch-times {
  display: flex;
  align-items: center;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-info-box .watch-times img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box .video-info-box .video-duration {
  float: right;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .img-box:hover .video-black {
  display: block;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .item-bd .bd-title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .item-bd .bd-title a {
  color: #333333;
}
#wuetv-detail-main .wuetv-contain-box .about-video .video-list .list-item .item-bd .bd-user {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .live-streaming-online-title-box {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .live-streaming-online-title-box span {
  display: inline-block;
  width: 193px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  border-bottom: 2px solid #b80606;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img {
  width: 100%;
  margin-top: 20px;
  height: 168px;
  overflow: hidden;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul {
  white-space: nowrap;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 224px;
  height: 168px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li:first-child {
  margin-left: 0px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box {
  position: relative;
  width: 224px;
  height: 168px;
  overflow: hidden;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item .status-tip {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  background: #d30000;
  border-radius: 2px;
  z-index: 9;
  color: #ffffff;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item .end-tip {
  background: #939393;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .img-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: 36px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .main-list-img .main-list-img-ul li .img-info {
  display: none;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .zaixian-right-btn,
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .zaixian-left-btn {
  position: absolute;
  top: 90px;
  width: 47px;
  height: 98px;
  line-height: 98px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 100;
  background: rgba(178, 178, 178, 0.39);
  cursor: pointer;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .zaixian-left-btn {
  left: 0;
  padding-left: 15px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .zaixian-right-btn {
  right: 0;
  text-align: right;
  padding-right: 15px;
}
#wuetv-detail-main .wuetv-contain-box .live-streaming-online .watch-more-box {
  display: none;
}
#register-main {
  padding-top: 40px;
  padding-bottom: 83px;
  background: #f5f5f5;
}
#register-main .form-box {
  width: 617px;
  margin: 0px auto;
  padding-bottom: 20px;
  background: #ffffff;
}
#register-main .form-box .form-title {
  padding-left: 40px;
  height: 68px;
  font-size: 28px;
  font-weight: 400;
  line-height: 68px;
  color: #333333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
#register-main .form-box .form-title span {
  color: #d30000;
  font-size: 27px;
}
#register-main .form-box .form-contain {
  width: 522.5px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.39);
}
#register-main .form-box .form-contain .form-item {
  margin-top: 30px;
}
#register-main .form-box .form-contain .form-item .label-span {
  display: inline-block;
  width: 105px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
#register-main .form-box .form-contain .form-item .label-span::before {
  content: "*";
  color: #d30000;
  margin-right: 5px;
}
#register-main .form-box .form-contain .form-item input {
  width: 390px;
  height: 36px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #909399;
  opacity: 0.4;
  border-radius: 4px;
}
#register-main .form-box .form-contain .form-item .tip-box {
  width: 400px;
  float: right;
  margin-top: 5px;
  color: #909399;
  font-size: 14px;
}
#register-main .form-box .form-contain .form-item .yanzhengma-box {
  margin-top: 10px;
  margin-left: 120px;
  width: 130px;
  height: 55px;
}
#register-main .form-box .form-contain .form-item .yanzhengma-box img {
  width: 100%;
  height: 100%;
}
#register-main .form-box .form-footer {
  display: flex;
  justify-content: flex-end;
  width: 522.5px;
  margin: 20px auto 0;
}
#register-main .form-box .form-footer button {
  width: 264px;
  height: 36px;
  border: 0px;
  outline: none;
  color: #ffffff;
  background: #d30000;
  margin-right: 20px;
  border-radius: 4px;
}
#register-main .form-box .form-footer span {
  display: inline-block;
  margin-top: 20px;
  width: 115px;
  font-size: 14px;
  font-weight: 400;
  color: #b80606;
}
#searchpage-main {
  background: #ffffff;
  padding-bottom: 60px;
}
#searchpage-main .tabs {
  width: 1200px;
  height: 22px;
  margin: 0px auto;
  padding: 20px 0px;
}
#searchpage-main .tabs li {
  float: left;
  position: relative;
  margin-right: 15px;
  line-height: 22px;
  font-size: 14px;
  opacity: 0.8;
  color: #333;
}
#searchpage-main .tabs li a {
  color: #333;
}
#searchpage-main .tabs li:after {
  content: ">";
  position: absolute;
  right: -12px;
}
#searchpage-main .tabs li:first-child:after,
#searchpage-main .tabs li:last-child:after {
  content: "";
}
#searchpage-main .search-contain-box {
  width: 1200px;
  margin: 0px auto;
  background: #ffffff;
}
#searchpage-main .search-contain-box .search-head {
  display: flex;
  align-items: center;
  width: 100%;
}
#searchpage-main .search-contain-box .search-head .search-box {
  display: flex;
  width: 500px;
  margin: 0px auto;
}
#searchpage-main .search-contain-box .search-head .search-box .box-select {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 38px;
  box-sizing: border-box;
  color: #333;
  border: 1px solid rgba(112, 112, 112, 0.39);
  border-radius: 4px 0px 0px 4px;
  cursor: pointer;
}
#searchpage-main .search-contain-box .search-head .search-box .box-select select {
  width: 83px;
  height: 35px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  padding-left: 15px;
  padding-right: 23px;
  font-size: 16px;
  color: #333;
}
#searchpage-main .search-contain-box .search-head .search-box .box-select select::-ms-expand {
  display: none;
}
#searchpage-main .search-contain-box .search-head .search-box .box-select i {
  position: absolute;
  right: 18%;
  top: 12px;
  display: block;
  font-size: 11px;
  color: #333;
  margin-left: 8px;
  pointer-events: none;
}
#searchpage-main .search-contain-box .search-head .search-box input {
  height: 36px;
  width: 325px;
  outline: none;
  border: 1px solid rgba(112, 112, 112, 0.39);
  border-width: 1px 0px;
  padding: 0px;
  padding-left: 20px;
}
#searchpage-main .search-contain-box .search-head .search-box input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #909399;
  opacity: 0.6;
}
#searchpage-main .search-contain-box .search-head .search-box button {
  width: 83px;
  height: 38px;
  border: 1px solid #d30000;
  outline: none;
  background: #d30000;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
#searchpage-main .search-contain-box .search-contain {
  width: 1120px;
  margin: 0 auto;
}
#searchpage-main .search-contain-box .search-contain .search-tabs {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
#searchpage-main .search-contain-box .search-contain .search-tabs .tabs-box {
  display: inline-block;
}
#searchpage-main .search-contain-box .search-contain .search-tabs .tabs-box span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
#searchpage-main .search-contain-box .search-contain .search-tabs .tabs-box .tab-active {
  color: #d30000;
  border-bottom: 2px solid #d30000;
}
#searchpage-main .search-contain-box .search-contain .search-tabs .result-count {
  float: right;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
#searchpage-main .search-contain-box .search-contain .search-tabs .result-count span {
  color: #d30000;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 20px;
  background: #f7f8f9;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box .sort-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-left: 20px;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box .sort-way {
  float: right;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box .sort-way span {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 20px;
  border: 1px solid rgba(144, 147, 153, 0.6);
  border-radius: 2px;
  color: #666666;
  cursor: pointer;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box .sort-way .sort-type i {
  font-size: 11px;
  margin-left: 4px;
  color: #999999;
}
#searchpage-main .search-contain-box .search-contain .search-sort-box .sort-way .sort-asc {
  display: none;
}
#searchpage-main .search-contain-box .search-contain .result-list {
  margin-bottom: 30px;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item {
  padding: 30px 10px 30px 0px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info {
  display: inline-block;
  width: 100%;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-title a {
  font-size: 20px;
  font-weight: 400;
  color: #212223;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-intr {
  margin-top: 12px;
  width: 100%;
  text-indent: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source {
  margin-top: 12px;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-time,
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-source {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-right: 20px;
}
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-time img,
#searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-source img {
  display: inline-block;
  width: 9.3px;
  height: 9.3px;
  margin-right: 3px;
}
#searchpage-main .search-contain-box .search-contain .page {
  right: 0;
  float: right;
}
#searchpage-main .search-contain-box .search-contain .page li {
  float: left;
  line-height: 24px;
  margin-left: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 300;
}
#searchpage-main .search-contain-box .search-contain .page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
#searchpage-main .search-contain-box .search-contain .page .home,
#searchpage-main .search-contain-box .search-contain .page .last {
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
#searchpage-main .search-contain-box .search-contain .page .page-num {
  margin-left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
}
#searchpage-main .search-contain-box .search-contain .page .prev,
#searchpage-main .search-contain-box .search-contain .page .next {
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d30000;
}
#searchpage-main .search-contain-box .search-contain .page .prev a,
#searchpage-main .search-contain-box .search-contain .page .next a {
  font-size: 16px;
  color: #ffffff;
}
#searchpage-main .search-contain-box .search-contain .page .prev-next-disable {
  background: #e6e6e6;
}
#searchpage-main .search-contain-box .search-contain .page .page-active {
  background-color: #d30000;
}
#searchpage-main .search-contain-box .search-contain .page .page-active a {
  color: #fff;
}
#download-detail-main {
  position: relative;
}
#download-detail-main .download-back-img-box {
  width: 998px;
  height: 561px;
  margin: 50px 0px;
  transform: translate(-37px, 0px);
}
#download-detail-main .download-back-img-box img {
  width: 100%;
  height: 100%;
}
#download-detail-main .download-erweima-box {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 522px;
  height: 561px;
}
#download-detail-main .download-erweima-box .app-icon-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 151px;
}
#download-detail-main .download-erweima-box .app-icon-box .icon-img-box {
  margin: 0px auto;
  width: 74px;
  height: 75px;
}
#download-detail-main .download-erweima-box .app-icon-box .icon-img-box img {
  width: 100%;
  height: 100%;
}
#download-detail-main .download-erweima-box .app-icon-box span {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
#download-detail-main .download-erweima-box .erweima-box {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  position: absolute;
  top: 157px;
  width: 100%;
  height: 345px;
}
#download-detail-main .download-erweima-box .erweima-box .ios-erweima{
  display: none;
}
#download-detail-main .download-erweima-box .erweima-box .android-erweima .erweima-img-box,
#download-detail-main .download-erweima-box .erweima-box .ios-erweima .erweima-img-box {
  width: 225px;
  height: 225px;
}
#download-detail-main .download-erweima-box .erweima-box .android-erweima .erweima-img-box img,
#download-detail-main .download-erweima-box .erweima-box .ios-erweima .erweima-img-box img {
  width: 100%;
  height: 100%;
}
#download-detail-main .download-erweima-box .erweima-box .btn-box {
  display: flex;
  align-items: center;
  background-color: #ca0000;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 12px 20px;
  line-height: 26px;
  border-radius: 4px;
  margin-top: 60px;
}
#download-detail-main .download-erweima-box .erweima-box .btn-box img {
  display: inline-block;
  width: 29.24px;
  height: 34.55px;
  margin-right: 31px;
}
#web-footer {
  width: 100%;
  padding-bottom: 36px;
  background-color: #F7F8F9;
}
#web-footer .footer-text {
  padding: 40px 0px 0px 0px;
}
#web-footer .footer-text span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  color: #333333;
}
#web-footer .other-web-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#web-footer .other-web-box a {
  display: flex;
  align-items: center;
  margin-right: 28px;
  margin-left: 28px;
}
#web-footer .other-web-box a img {
  width: 38px;
  height: 34px;
  object-fit: cover;
}
#web-footer .other-web-box a div {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 6px;
}
#web-footer .other-web-box a div span {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 4px;
}
#mobile-index-footer,
#mobile-notindex-footer {
  display: none;
}
#web-register-footer {
  background: #ffffff;
}
#web-searchpage-footer,
#web-notindex-footer {
  background: #ffffff;
  border-top: 1px solid #999999;
}
@media only screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
    background-color: #f2f5f8;
  }
  #web-video-header,
  #web-header {
    width: 100%;
  }
  #web-video-header .header-contain,
  #web-header .header-contain {
    display: flex;
    width: calc(100% - 1rem);
    background: #d30000;
    height: 3.34rem;
    padding-left: 1rem;
  }
  #web-video-header .header-contain .logo-box,
  #web-header .header-contain .logo-box {
    display: none;
  }
  #web-video-header .header-contain .mobile-logo-box,
  #web-header .header-contain .mobile-logo-box {
    display: block;
    position: relative;
    width: 6.1333rem;
    height: 1.2rem;
  }
  #web-video-header .header-contain .mobile-logo-box img,
  #web-header .header-contain .mobile-logo-box img {
    width: 100%;
    height: 100%;
  }
  #web-video-header .header-contain .search-box,
  #web-header .header-contain .search-box {
    flex: 1;
    margin-left: 1rem;
    position: relative;
  }
  #web-video-header .header-contain .search-box input,
  #web-header .header-contain .search-box input {
    width: 100%;
    height: 1.8667rem;
    background: rgba(255, 255, 255, 0.39);
    border-width: 0rem;
    outline: none;
    border: 0.0667rem solid transparent;
    border-radius: 0.9333rem;
    padding: 0rem 1rem;
    z-index: 9;
    color: #fff;
  }
  #web-video-header .header-contain .search-box input::placeholder,
  #web-header .header-contain .search-box input::placeholder {
    color: transparent;
  }
  #web-video-header .header-contain .search-box .box-icon,
  #web-header .header-contain .search-box .box-icon {
    display: none;
  }
  #web-video-header .header-contain .search-box .search-placeholder,
  #web-header .header-contain .search-box .search-placeholder {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-65%);
    font-size: 0.9333rem;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.6;
  }
  #web-video-header .header-contain .search-box .search-placeholder .iconfont,
  #web-header .header-contain .search-box .search-placeholder .iconfont {
    display: inline-block;
    margin-right: 0.4rem;
  }
  #web-video-header .header-contain .search-box .search-btn,
  #web-header .header-contain .search-box .search-btn {
    display: none;
  }
  #web-video-header .header-contain .phone-box,
  #web-header .header-contain .phone-box {
    display: none;
  }
  #web-video-header .header-contain .mobile-menu-icon,
  #web-header .header-contain .mobile-menu-icon {
    display: block;
    width: 1.3333rem;
    height: 1.3333rem;
    margin-right: 1rem;
    margin-left: 3.8667rem;
  }
  #web-video-header .header-contain .mobile-menu-icon img,
  #web-header .header-contain .mobile-menu-icon img {
    width: 100%;
    height: 100%;
  }
  #web-video-header .menu-box,
  #web-header .menu-box {
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.9333rem;
    line-height: 3.13rem;
    box-sizing: border-box;
    border-bottom: 0.0667rem solid #f7f9f9;
    box-shadow: 0 0.0667rem 0.1333rem #dbdbdb;
  }
  #web-video-header .menu-box .menu-title,
  #web-header .menu-box .menu-title {
    width: 3.866667rem;
    height: 100%;
    display: table;
    float: left;
  }
  #web-video-header .menu-box .menu-title a,
  #web-header .menu-box .menu-title a {
    width: 2.26rem;
    height: 1.46rem;
    color: #333333;
    font-weight: 400;
    line-height: 1.46rem;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
  }
  #web-video-header .menu-box .menu-title a span,
  #web-header .menu-box .menu-title a span {
    font-size: 1.0667rem;
  }
  #web-video-header .menu-box .menu-text,
  #web-header .menu-box .menu-text {
    display: block;
    flex: 1;
    height: 3.13rem;
    align-items: center;
    overflow: hidden;
    float: left;
    overflow-x: scroll;
  }
  #web-video-header .menu-box .menu-text::-webkit-scrollbar,
  #web-header .menu-box .menu-text::-webkit-scrollbar {
    display: none;
  }
  #web-video-header .menu-box .menu-text .menu-contain,
  #web-header .menu-box .menu-text .menu-contain {
    width: 40rem;
    height: 1.46rem;
    display: block;
    margin-top: 0.86rem;
  }
  #web-video-header .menu-box .menu-text .menu-contain .menu-item,
  #web-header .menu-box .menu-text .menu-contain .menu-item {
    width: 4.6rem;
    height: 1.46rem;
    line-height: 1.46rem;
    font-weight: 400;
    float: left;
    border-right: none;
    margin-left: 0.3333rem;
  }
  #web-video-header .menu-box .menu-text .menu-contain .menu-item:nth-child(9),
  #web-header .menu-box .menu-text .menu-contain .menu-item:nth-child(9),
  #web-video-header .menu-box .menu-text .menu-contain .menu-item:nth-child(10),
  #web-header .menu-box .menu-text .menu-contain .menu-item:nth-child(10),
  #web-video-header .menu-box .menu-text .menu-contain .menu-item:nth-child(1),
  #web-header .menu-box .menu-text .menu-contain .menu-item:nth-child(1) {
    display: none;
  }
  #web-video-header .menu-box .menu-text .menu-contain .menu-item:last-child,
  #web-header .menu-box .menu-text .menu-contain .menu-item:last-child {
    display: block;
  }
  #web-video-header .menu-box .menu-text .menu-contain .menu-item a,
  #web-header .menu-box .menu-text .menu-contain .menu-item a {
    color: #333333;
  }
  #web-video-header .menu-box .menu-text .menu-contain .menu-item a span,
  #web-header .menu-box .menu-text .menu-contain .menu-item a span {
    font-size: 1.0667rem;
  }
  #web-video-header .menu-box .menu-ect,
  #web-header .menu-box .menu-ect {
    display: block;
    width: 2rem;
    text-align: center;
  }
  #web-video-header .menu-box .menu-ect img,
  #web-header .menu-box .menu-ect img {
    margin: 0 auto;
    width: 1.3333rem;
    height: 1.3333rem;
  }
  #web-video-header .active-menu,
  #web-header .active-menu {
    position: relative;
    font-size: 1.1333rem;
    font-weight: bold;
    color: #d30000 !important;
  }
  #web-video-header .active-menu::after,
  #web-header .active-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    transform: translate(-50%);
    width: 85%;
    height: 0.1333rem;
    background-color: #d30000;
  }
  #web-video-header .login-box,
  #web-header .login-box {
    display: none;
  }
  #web-video-header .videolist-top-img {
    display: none;
  }
  #web-detail-header {
    width: 100%;
  }
  #web-detail-header .header-contain {
    width: 100%;
    background: #d30000;
    height: 4.2667rem;
  }
  #web-detail-header .header-contain .logo-box {
    display: none;
  }
  #web-detail-header .header-contain .mobile-logo-box {
    display: none;
  }
  #web-detail-header .header-contain .search-box {
    display: none;
  }
  #web-detail-header .header-contain .phone-box {
    display: none;
  }
  #web-detail-header .header-contain .mobile-menu-icon {
    display: none;
  }
  #web-detail-header .menu-box {
    display: none;
  }
  #web-detail-header .login-box {
    display: none;
  }
  #index-main {
    margin-top: 0rem;
  }
  #index-main .first-big-img,
  #index-main .secord-big-img,
  #index-main .third-big-img,
  #index-main .option-menu-box,
  #index-main .outline-url-box,
  #index-main .tv-lanmu,
  #index-main .column {
    display: none;
  }
  #index-main .hot-list-box {
    width: 100%;
    display: block;
  }
  #index-main .hot-list-box .notis-box {
    display: none;
    margin-top: 0.6667rem;
    width: 100%;
    height: 20.6rem;
    background-color: #ffffff;
  }
  #index-main .hot-list-box .hot-news-list {
    display: none;
    width: calc(100% - 2rem);
    padding: 0rem 1rem;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item {
    padding: 0.6667rem 0rem;
    border-bottom: 0.04rem solid rgba(153, 153, 153, 0.3);
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item a {
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1rem;
    color: #ffffff;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item a .mobile-tip {
    display: none;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item a .mobile-info {
    display: none;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item a .mobile-info span {
    font-size: 0.6667rem;
    font-weight: 500;
    line-height: 0.9333rem;
    color: #999999;
    margin-right: 0.6667rem;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item:nth-child(5) {
    border-bottom: none;
  }
  #index-main .hot-list-box .hot-news-list .hot-news-item:nth-child(n + 6) {
    display: none;
  }
  #index-main .hot-list-box .important-news-box {
    width: 100%;
    height: 8.6667rem;
  }
#index-main .hot-list-box .important-news-box .hover-img {
  display: none;
}
  #index-main .hot-list-box .important-news-box .important-news {
    display: flex;
    width: 400%;
  }
  #index-main .hot-list-box .important-news-box .important-news .important-news-item {
    position: relative;
    width: 25%;
    height: 100%;
  }
  #index-main .hot-list-box .important-news-box .important-news .important-news-item .important-news-img {
    width: 100%;
    height: 8rem;
  }
  #index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain {
    padding: 0.6667rem 1rem;
    width: calc(100% - 2rem);
  }
  #index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain .title {
    width: 80%;
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index-main .hot-list-box .important-news-box .important-news .important-news-item .title-contain .contain {
    display: none;
  }
  #index-main .hot-list-box .important-news-box .news-btn-box .carousel-box {
    position: absolute;
    display: flex;
    right: 1rem;
    bottom: 0.8667rem;
    transform: translate(0rem, -25%);
  }
  #index-main .hot-list-box .important-news-box .news-btn-box .carousel-box .carousel-item {
    background: #ffffff;
    margin-left: 0.2667rem;
  }
  #index-main .hot-list-box .important-news-box .news-btn-box .carousel-box .carousel-item-active {
    background: #d30000;
  }
  #index-main .hot-list-box .important-news-box .important-news-left-btn,
  #index-main .hot-list-box .important-news-box .important-news-right-btn {
    display: none;
  }
   #index-main .hot-list-box .bg-box {
     display: none;
   }
  #index-main .modules-btn-box {
    display: block;
    width: 100%;
    margin-top: 0.6667rem;
    background: #f2f2f2;
  }
  #index-main .modules-btn-box .btn-box {
    display: flex;
    width: 100%;
    background: #ffffff;
  }
  #index-main .modules-btn-box .btn-box .btn {
    width: 33.33%;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.1333rem;
    color: #222222;
    text-align: center;
    background: #f2f2f2;
  }
  #index-main .modules-btn-box .btn-box .btn-active {
    color: #ffffff;
    background: #d30000;
  }
  #index-main .modules-box {
    width: 100%;
    overflow: hidden;
    margin-top: 0rem;
    background-color: #ffffff;
  }
  #index-main .modules-box .module-item-box {
    display: none;
  }
  #index-main .modules-box .module-show {
    display: block;
    width: 100%;
  }
  #index-main .modules-box .module-show .item-title-box {
    display: none;
  }
  #index-main .modules-box .module-show .item-contain-box .first-info {
    display: none;
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list {
    margin: 0rem;
    padding: 0rem 1rem;
    width: calc(100% - 2rem);
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item {
    margin: 0rem;
    width: 100%;
    padding: 0.9333rem 0rem;
    border-bottom: 0.04rem solid rgba(153, 153, 153, 0.3);
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item a {
    font-size: 0.9333rem;
    font-weight: 400;
    color: #333333;
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item .item-info {
    display: none;
    margin-top: 0.4667rem;
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item .item-info .time-info,
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item .item-info .source-info {
    font-size: 0.6667rem;
    font-weight: 500;
    color: #999999;
    margin-right: 0.6667rem;
  }
  #index-main .modules-box .module-show .item-contain-box .contain-list .contain-item:nth-child(n + 7) {
    display: none;
  }
  #index-main .modules-box .module-show .item-contain-box .watch-more-box {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.6667rem;
    margin-bottom: 0.6667rem;
  }
  #index-main .modules-box .module-show .item-contain-box .watch-more-box a {
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.3333rem;
    color: #d30000;
  }
  #index-main .campus-alerts {
    display: block;
    width: 100%;
    margin-top: 0.6667rem;
    background: #ffffff;
  }
  #index-main .campus-alerts .campus-alerts-title-box {
    border-bottom: none;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  #index-main .campus-alerts .campus-alerts-title-box .campus-alerts-title {
    border-bottom: none;
  }
  #index-main .campus-alerts .campus-alerts-title-box .campus-alerts-title a {
    margin-top: 0.6667rem;
    margin-bottom: 0.2667rem;
    margin-left: 1rem;
    font-size: 1.0667rem;
    font-weight: bold;
    line-height: 1.4667rem;
    color: #333333;
  }
  #index-main .campus-alerts .campus-alerts-contain-box {
    margin: 0rem;
    width: 100%;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-img-box {
    display: none;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box {
    margin: 0rem;
    width: calc(100% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box:last-child {
    display: none;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item {
    margin: 0rem;
    width: 100%;
    padding: 0.9333rem 0rem;
    border-bottom: 0.0667rem solid rgba(153, 153, 153, 0.6);
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item .item-info {
    display: none;
    line-height: 0.6667rem;
    margin-top: 0.4667rem;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item .item-info .time-info,
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item .item-info .source-info {
    font-size: 0.6667rem;
    font-weight: 500;
    color: #999999;
    margin-right: 0.6667rem;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item a {
    display: block;
    width: 100%;
    font-size: 0.9333rem;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:nth-child(6) a,
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:nth-child(1) a {
    font-weight: 400;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .contain-item:nth-child(n + 6) {
    display: none;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .watch-more-box {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.6667rem;
    margin-bottom: 0.6667rem;
  }
  #index-main .campus-alerts .campus-alerts-contain-box .alert-contain-box .watch-more-box a {
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.3333rem;
    color: #d30000;
  }
  #index-main .synthesize-box {
    width: 100%;
    margin-top: 0.6667rem;
    background: #ffffff;
  }
  #index-main .synthesize-box .bbs-integrated {
    width: 100%;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box {
    border-bottom: none;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box .bbs-integrated-title {
    border-bottom: none;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-title-box .bbs-integrated-title a {
    margin-top: 0.6667rem;
    margin-bottom: 0.2667rem;
    margin-left: 1rem;
    font-size: 1.0667rem;
    font-weight: bold;
    line-height: 1.4667rem;
    color: #333333;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box {
    margin-top: 0.6667rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item {
    width: 100%;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-title {
    display: none;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain {
    width: 100%;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list {
    padding: 0rem 1rem;
    width: calc(100% - 2rem);
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item {
    padding: 0.9333rem 0rem;
    width: 100%;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item a {
    font-size: 0.9333rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item .item-info {
    display: none;
    margin-top: 0.4667rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item .item-info .time-info,
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item .bbs-contain .contain-list .contain-item .item-info .source-info {
    font-size: 10px;
    font-weight: 500;
    color: #999999;
    margin-right: 0.6667rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item:nth-child(2) .bbs-contain .contain-list .contain-item:nth-child(3) {
    display: none;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .bbs-item:nth-child(n + 3) {
    display: none;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .watch-more-box {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.6667rem;
    margin-bottom: 0.6667rem;
  }
  #index-main .synthesize-box .bbs-integrated .bbs-integrated-contain-box .watch-more-box a {
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.3333rem;
    color: #d30000;
  }
  #index-main .synthesize-box .bbs-integrated .first-small-img,
  #index-main .synthesize-box .bbs-integrated .secord-small-img {
    display: none;
  }
  #index-main .synthesize-box .news-special-box {
    display: none;
  }
  #index-main .mobile-big-img-box {
    display: block;
    position: relative;
    margin-top: 0.6667rem;
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
  }
  #index-main .mobile-big-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  #index-main .live-streaming-online {
    display: block;
    width: 100%;
    background-color: #ffffff;
    margin-top: 0.6667rem;
    margin-bottom: 0.6667rem;
  }
  #index-main .live-streaming-online .live-streaming-online-title-box {
    border-bottom: none;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  #index-main .live-streaming-online .live-streaming-online-title-box .live-streaming-online-title {
    border-bottom: none;
  }
  #index-main .live-streaming-online .live-streaming-online-title-box .live-streaming-online-title a {
    margin-top: 0.6667rem;
    margin-bottom: 0.2667rem;
    margin-left: 1rem;
    font-size: 1.0667rem;
    font-weight: bold;
    line-height: 1.4667rem;
    color: #333333;
  }
  #index-main .live-streaming-online .video-box {
    display: block;
    width: 100%;
    margin-top: 0.6667rem;
    height: 17.3333rem;
  }
  #index-main .live-streaming-online .video-box .recommend-img-box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #index-main .live-streaming-online .video-box .recommend-img-box img{
    width: 100%;
    height: 100%;
    position: relative;
  }
  #index-main .live-streaming-online .video-box .recommend-img-box .icon-img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 56px;
    height: 56px;
  }
  #index-main .live-streaming-online .video-box .recommend-img-box .title-box{
    position: absolute;
    bottom:0rem;
    padding:0.6667rem 1rem;
    width: calc(100% - 2rem);
    font-size: 0.9333rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    background: rgba(0, 0, 0, 0.39);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index-main .live-streaming-online .main-list-img {
    margin: 0rem;
    margin-top: 0.8rem;
    width: 100%;
    height: 22rem;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul {
    display: flex;
    width: calc(100% - 0.6666rem);
    padding: 0rem 0.3333rem;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li {
    width: 11.1333rem;
    margin-bottom: 0.5333rem;
    height: 10.2rem;
    margin-left: 0rem;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li:nth-child(n + 5) {
    display: none;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box {
    border-radius: 0.2667rem 0.2667rem 0rem 0rem;
    width: 11.1333rem;
    height: 7rem;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li .main-list-img-box .box-item .status-tip {
    top: 0rem;
    left: 0rem;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li .img-shadow {
    display: block;
    position: unset;
    width: calc(100% - 10px);
    padding-left: 0rem;
    height: 1.3333rem;
    line-height: 1.3333rem;
    margin-top: 0.5333rem;
    font-size: 0.9333rem;
    font-weight: 400;
    background-color: #ffffff;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index-main .live-streaming-online .main-list-img .main-list-img-ul li .img-info {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.1333rem;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index-main .live-streaming-online .zaixian-left-btn,
  #index-main .live-streaming-online .zaixian-right-btn {
    display: none;
  }
  #index-main .live-streaming-online .watch-more-box {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.1333rem;
    padding-bottom: 0.8667rem;
  }
  #index-main .live-streaming-online .watch-more-box a {
    font-size: 0.9333rem;
    font-weight: 400;
    line-height: 1.3333rem;
    color: #d30000;
  }
  #detail-page-main {
    padding-bottom: 0rem;
  }
  #detail-page-main .tabs {
    display: none;
  }
  #detail-page-main .detail-contain {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem;
    margin: 0.6667rem 0 0;
  }
  #detail-page-main .detail-contain .detail-title-box {
    width: calc(100% - 2rem);
    padding: 0rem 1rem;
  }
  #detail-page-main .detail-contain .detail-title-box .detail-title {
    width: 100%;
    font-size: 1.3333rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 2rem;
    text-align: left;
    color: #333333;
  }
  #detail-page-main .detail-contain .detail-title-box .detail-info {
    width: 100%;
    justify-content: space-between;
    margin-top: 1.3333rem;
    border-bottom: 0.0667rem solid rgba(0, 0, 0, 0.2);
  }
  #detail-page-main .detail-contain .detail-title-box .detail-info .source-box {
    display: none;
  }
  #detail-page-main .detail-contain .detail-title-box .detail-info .size-box {
    display: none;
  }
  #detail-page-main .detail-contain .contain-and-comment {
    padding: 0rem;
    background: #f2f5f8;
  }
  #detail-page-main .detail-contain .contain-and-comment .contain-box {
    padding: 1.3333rem 1rem;
    border-bottom: 0rem;
    background: #ffffff;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box {
    margin-top: 0.6667rem;
    padding: 0rem;
    padding-bottom: 0rem;
    background: #f2f5f8;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-title {
    padding-top: 0.6667rem;
    padding-left: 1rem;
    background: #ffffff;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list {
    background: #ffffff;
    padding: 0rem 1rem;
    margin: 0rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item {
    position: relative;
    padding: 1rem 0rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.39);
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item:last-child {
    border-bottom: 0rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-person {
    display: flex;
    align-items: center;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-person .avatar-img-box {
    position: relative;
    display: inline-block;
    width: 1.8667rem;
    height: 1.8667rem;
    border-radius: 50%;
    margin-right: 0.6667rem;
    overflow: hidden;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-person .avatar-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-content {
    margin-top: 0.0667rem;
    line-height: 1.9333rem;
    margin-left: 2.6667rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option {
    margin-left: 2.6667rem;
    margin-top: 0.3333rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .time-box {
    position: absolute;
    top: 1rem;
    transform: translate(0, 75%);
    right: 0rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box {
    float: none;
    display: flex;
    justify-content: space-between;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box .recommend-box {
    display: none;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(3) span,
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span:nth-child(4) span {
    display: inline-block;
    margin-right: 0.0667rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .comment-list .comment-item .comment-time-option .option-box span::after {
    display: none;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box {
    margin-top: 1.3333rem;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-option {
    display: none;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box {
    display: flex;
    align-items: center;
    margin: 0rem;
    border: 0rem;
    background: #ffffff;
    padding: 0.6667rem 1rem;
    border-radius: 0px;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box textarea {
    width: 12.8rem;
    height: 1.2667rem;
    padding: 0.3333rem 0rem 0.3333rem 1rem;
    background: #f7f8f9;
    opacity: 1;
    border-radius: 14px;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .text-area-bottom {
    display: none;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .mobile-active-box {
    display: inline-block;
  }
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .mobile-active-box .collection-box,
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .mobile-active-box .like-box,
  #detail-page-main .detail-contain .contain-and-comment .comment-box .add-comment-box .add-box .mobile-active-box .share-box {
    margin-left: 20px;
    margin-right: 10px;
    display: inline-block;
  }
  #education-dynamic-main {
    width: 100%;
    background-color: #f2f5f8;
    margin-top: 0.6667rem;
  }
  #education-dynamic-main .tabs {
    display: none;
  }
  #education-dynamic-main .banner-img-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
    margin: 0;
    margin-bottom: 0.6667rem;
  }
  #education-dynamic-main .banner-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  #education-dynamic-main .dynamic-contain {
    width: 100%;
    display: block;
  }
  #education-dynamic-main .dynamic-contain .adv {
    width: 100%;
    display: block;
  }
  #education-dynamic-main .dynamic-contain .adv .title-box {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .adv .box {
    display: flex;
    overflow: auto;
    border: none;
    border-radius: 0;
    padding: 0rem;
    width: 100%;
  }
  #education-dynamic-main .dynamic-contain .adv .box a {
    flex: 1;
    margin: 0rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0rem 2.2rem;
    white-space: nowrap;
    text-align: center;
    border-radius: 0;
    font-weight: 400;
    background-color: #f2f2f2;
    font-size: 0.9333rem;
  }
  #education-dynamic-main .dynamic-contain .adv .box a .iconfont {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .adv .box .box-active {
    color: #ffffff;
    background-color: #d30000;
  }
  #education-dynamic-main .dynamic-contain .adv .box::-webkit-scrollbar {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list {
    width: 100%;
    margin: 0rem;
    border: 0rem;
    padding-bottom: 0.6667rem;
  }
  #education-dynamic-main .dynamic-contain .article-list .article-title {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .list {
    margin: 0 0 0.6667rem;
    padding: 0 1rem;
    background-color: #fff;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item {
    border: 0rem;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .dot {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .img-box {
    position: relative;
    display: inline-block;
    width: 8rem;
    height: 5.2rem;
    overflow: hidden;
    margin: 0.6667rem 0rem;
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box {
    display: block;
    width: 14.6667rem;
    text-align: left;
    padding: 0.9333rem 0;
    box-sizing: border-box;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box h3 {
    display: block;
    white-space: normal;
    width: 100%;
    font-size: 0.9333rem;
    font-weight: 400;
    color: #333333;
    margin-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box .source-box,
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box .time-box {
    display: none !important;
    margin-top: 0.7rem;
    margin-right: 0.6667rem;
    display: inline-block;
    font-size: 0.6667rem;
    font-weight: 400;
    color: #999999;
  }
  #education-dynamic-main .dynamic-contain .article-list .list .list-item .info-box .time-box {
    margin-left: 0rem;
  }
  #education-dynamic-main .dynamic-contain .article-list .page {
    height: 4rem !important;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 0.6667rem 0rem;
    box-sizing: border-box;
    float: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul {
    display: flex;
    justify-content: center;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul li {
    width: 2.4rem !important;
    height: 2.6667rem !important;
    line-height: 2.6667rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 245, 248, 0.39);
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul li a {
    color: #d30000;
    font-size: 1.0667rem;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul .home {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul .last {
    display: none;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul .prev {
    margin-left: 0;
    width: 4.8rem !important;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul .next {
    width: 4.8rem !important;
    margin: 0;
  }
  #education-dynamic-main .dynamic-contain .article-list .page ul .page-num {
    margin-left: 0.0667rem;
  }
  #education-special-main {
    width: 100%;
  }
  #education-special-main .tabs {
    display: none;
  }
  #education-special-main .special-contain {
    width: 100%;
    padding: 0rem 0rem 2.5rem;
    display: block;
  }
  #education-special-main .special-contain .special-list {
    width: 100%;
    margin: 0rem;
    border: 0rem;
  }
  #education-special-main .special-contain .special-list .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
  }
  #education-special-main .special-contain .special-list .list .list-item {
    margin-right: 0.6667rem;
  }
  #education-special-main .special-contain .special-list .list .list-item:nth-child(3n) {
    margin-right: 0.6667rem;
  }
  #education-special-main .special-contain .special-list .list .list-item .img-box {
    width: 11.1333rem;
    height: 5.8rem;
  }
  #education-special-main .special-contain .special-list .list .list-item .info-box {
    width: 11.1333rem;
  }
  #education-special-main .special-contain .special-list .list .list-item .info-box h3 {
    width: 100%;
  }
  #education-special-main .special-contain .special-list .list .list-item .info-box .info-content {
    width: 100%;
  }
  #education-special-main .special-contain .special-list .list .list-item .info-box .time-box {
    margin: 0.3333rem;
  }
  #education-special-main .special-contain .special-list .page {
    width: 100%;
    background-color: #ffffff;
    margin: 0rem;
    padding: 0.6667rem 0rem;
  }
  #education-special-main .special-contain .special-list .page ul {
    width: 85%;
    margin-left: 50%;
    transform: translate(-50%, 0rem);
  }
  #education-special-main .special-contain .special-list .page ul .home {
    display: none;
  }
  #education-special-main .special-contain .special-list .page ul .last {
    display: none;
  }
  #searchpage-main {
    width: 100%;
    margin-top: 0.6667rem;
    padding-bottom: 0.6667rem;
    background-color: #f2f5f8;
  }
  #searchpage-main .tabs {
    display: none;
  }
  #searchpage-main .search-contain-box {
    width: 100%;
    background: transparent;
  }
  #searchpage-main .search-contain-box .search-head {
    display: none;
  }
  #searchpage-main .search-contain-box .contain-search {
    background-color: #fff;
  }
  #searchpage-main .search-contain-box .search-contain {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  #searchpage-main .search-contain-box .search-contain .search-tabs {
    margin: 0 1rem;
  }
  #searchpage-main .search-contain-box .search-contain .search-tabs .tabs-box span {
    padding: 0.6667rem;
    color: #333;
  }
  #searchpage-main .search-contain-box .search-contain .search-tabs .result-count {
    font-size: 0.8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1.9333rem;
    color: #999999;
  }
  #searchpage-main .search-contain-box .search-contain .search-sort-box {
    margin: 0.6rem 1rem 0;
  }
  #searchpage-main .search-contain-box .search-contain .search-sort-box .sort-title {
    margin-left: 0.6667rem;
    font-size: 0.8rem;
  }
  #searchpage-main .search-contain-box .search-contain .search-sort-box .sort-way .sort-type {
    font-size: 0.8rem;
    margin-right: 0;
  }
  #searchpage-main .search-contain-box .search-contain .result-list {
    margin: 0;
    padding: 0 1rem;
    background-color: #fff;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item {
    padding: 0.9333rem 0;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item:last-child {
    border: none;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-title a {
    font-size: 0.9333rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0;
    color: #333333;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-intr {
    display: none;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source {
    display: none;
    margin-top: 0.4667rem;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-source {
    color: #999999;
    margin-right: 0.6667rem;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-source .source-from {
    display: none;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-time {
    color: #999999;
  }
  #searchpage-main .search-contain-box .search-contain .result-list .result-item .item-info .info-time-source .info-time img {
    display: none;
  }
  #searchpage-main .search-contain-box .search-contain .page {
    margin-top: 0.6667rem !important;
    height: 4rem !important;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 0.6667rem 0rem;
    box-sizing: border-box;
    float: none;
  }
  #searchpage-main .search-contain-box .search-contain .page ul {
    display: flex;
    justify-content: center;
    float: none;
  }
  #searchpage-main .search-contain-box .search-contain .page ul li {
    width: 2.4rem !important;
    height: 2.6667rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 245, 248, 0.39);
    margin-left: 0.0667rem;
  }
  #searchpage-main .search-contain-box .search-contain .page ul li a {
    color: #d30000;
    font-size: 1.0667rem;
  }
  #searchpage-main .search-contain-box .search-contain .page ul .home {
    display: none;
  }
  #searchpage-main .search-contain-box .search-contain .page ul .last {
    display: none;
  }
  #searchpage-main .search-contain-box .search-contain .page ul .prev {
    margin-left: 0;
    width: 4.8rem !important;
  }
  #searchpage-main .search-contain-box .search-contain .page ul .next {
    width: 4.8rem !important;
    margin: 0;
  }
  #searchpage-main .search-contain-box .search-contain .page ul .page-num {
    margin-left: 0.0667rem;
  }
  #video-list-main {
    width: 100%;
  }
  #video-list-main .list-nav {
    display: none;
  }
  #video-list-main .video-list {
    width: 100%;
  }
  #video-list-main .video-list .list-item {
    width: 11.1333rem;
  }
  #video-list-main .video-list .list-item .img-box {
    width: 11.1333rem;
    height: 5.8rem;
  }
  #web-notindex-footer {
    display: none;
  }
  #mobile-notindex-footer {
    display: block;
    width: 100%;
    font-size: 0.9333rem;
    line-height: 1.8667rem;
    color: #9e9fa0;
    text-align: center;
    padding: 2rem 0rem;
    background: #262a30;
  }
  #mobile-index-footer {
    position: relative;
    width: 100%;
    display: block;
    font-size: 0.9333rem;
    line-height: 1.8667rem;
    color: #9e9fa0;
    text-align: center;
    padding: 2rem 0rem;
    background: #262a30;
  }
  #web-footer {
    display: none;
  }
}
