.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: #b25d42 !important;
}
.bgC2 {
  background: #c57a62 ;
}
.bgC3 {
  background: #b25d42 ;
}
.bgC4 {
  background: #c57a62 ;
}
.colorC1 {
  color: #b25d42 ;
}
.colorC2 {
  color: #c57a62 ;
}
.colorC3 {
  color: #c57a62 ;
}
.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid #b25d42;
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #b25d42;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #b25d42;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
}
.font-regular {
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
}
.font-bold {
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
html,
body {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  color: white;
  text-decoration: none;
}
@-webkit-keyframes shake {
  0%,
  10%,
  55%,
  90%,
  94%,
  98%,
  100% {
    -webkit-transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.14, 0.86);
  }
  75% {
    -webkit-transform: scale(0.92, 1.08);
  }
  92% {
    -webkit-transform: scale(1.04, 0.96);
  }
  96% {
    -webkit-transform: scale(1.02, 0.98);
  }
  99% {
    -webkit-transform: scale(1.01, 0.99);
  }
}
@media (max-width: 767px){
  .contentBox{
    margin-top: 20px;
  }
  .module1Box .module1Tabs{
    display: none;
  }
  .module1Box .rightBox{
    margin-top: 20px;
  }
  .module1Box .rightBox{
    width: 100%;
  }
  .module1Box .imgBox{
    height: auto !important;
  }
  .module2Box .module2Tabs .module2Tab{
    display: none;
  }
  .module3Box .module3Tabs .module3Tab{
    display: none;
  }
  .module4Box .module4Tabs .module4Tab{
    display: none;
  }
  .module3Box .module3ContentBox .module3Content:last-of-type{
    border: none;
  }
  .module4Box .module4ContentBox .swiperModule4{
    display: none;
  }
  .module4Box .module4ContentBox{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .bannersBoxH5 .bannerBtn{
    display: none;
  }
  ::-webkit-scrollbar{
    display: none;
  }
}

@media (min-width: 768px) {
  .container{
    width: 100%;
  }
  .contentBox{
    margin-top: 35px;
  }
  .module1Box .module1Tabs{
    display: flex;
  }
  .module1Box .imgBox{
    display: inline-block;
  }
  .module1Box .rightBox{
    width: calc(100% - 336px);
    margin-left: 25px;
  }
  .contentBox .preNext{
    display: none;
  }
  .module2Box .module2Tabs .module2Tab{
    display: inline-block;
  }
  .module2Box .module2ContentBox .content{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .module3Box .module3Tabs .module3Tab{
    display: inline-block;
  }
  .module3Box .module3ContentBox .module3Content{
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
  }
  .module3Box .module3ContentBox .module3Content:last-of-type{
    border: none;
  }
  .module4Box .module4Tabs .module4Tab{
    display: inline-block;
  }
  .module4Box .module4ContentBox .h5Module4{
    display: none;
  }
  .module4Box .module4ContentBox .lists{
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .container{
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container{
    width: 1170px;
  }
  .module3Box .module3ContentBox .module3Content{
    width: calc(100% - 40px);
    height: auto;
  }
}

@media (min-width: 1366px) {
  .container{
    width: 1230px;
  }
  .module4Box .module4ContentBox .lists .swiper-button-next, .module4Box .module4ContentBox .lists .swiper-button-prev{
    display: none;
  }
}

#abbs{
  width: 100%;
  height: auto;
  color: #333333;
}
.contentBox{
	margin-bottom: 90px;
  }
.module1Box{
  width: 100%;
  height: auto;
}
.module1Box .module1Tabs{
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.module1Box .module1Tabs .fa{
  font-size: 20px;
}
.module1Box .module1Tabs .fa-pencil{
  margin-right: 5px;
  font-size: 18px;
  cursor: pointer;
}
.module1Box .module1Tabs .fa-plus{
  cursor: pointer;
}
.module1Box .module1Tabs .fa-times{
  color: #A30014;
  font-size: 22px;
  cursor: pointer;
}
.module1Box .swiper-container, .module1Box .swiper-container-one{
  width: 100%;
  height: auto;
  margin-top: 10px;
  position: relative;
}
.module1Box .swiper-container .swiper-pagination-bullets,.module1Box .swiper-container-one .swiper-pagination-bullets{
  bottom: 0;
}
.module1Box .imgBox{
  width: 301px;
  /* height: 178px; */
  vertical-align: top;
}
.module1Box .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.module1Box .rightBox{
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.module1Box .rightBox .right{
  width: 100%;
  height: auto;
}
.module1Box .rightBox .title{
  width: 100%;
  font-weight: bold;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 23px;
  cursor: pointer;
}
.module1Box .rightBox .title:hover{
  text-decoration: underline;
}
.module1Box .rightBox .desc{
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 0 0;
  color: #7F7F7F;
}
.module1Box .rightBox .depict{
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin: 20px 0 35px;
  color: #000000;
  word-spacing: 6px;
  position: relative;
}
.module1Box .swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
}
.module2Box{
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}
.module2Box .module2Tabs{
  width: 100%;
  height: 35px;
  border-bottom: 2px solid #AAAAAA;
  display: flex;
  justify-content: space-between;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  box-sizing: content-box;
}
.module2Box .module2Tabs .module2Tab{
  width: auto;
  height: 100%;
  color: #AAAAAA;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  font-size: 18px;
  margin-right: 30px;
  cursor: pointer;
}
.module2Box .module2Tabs .active{
  color: #333333;
  display: inline-block;
}
.module2Box .moreBox, .module3Box .moreBox, .module4Box .moreBox{
  width: 100%;
  text-align: center;
}
.module2Box .more, .module3Box .more, .module4Box .more{
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 24px;
  margin-top: 10px;
}
.module2Box .more:hover, .module3Box .more:hover, .module4Box .more:hover{
  color: #ffffff;
  background: #c57a62;
}
.module2Box .module2ContentBox{
  width: 100%;
  height: auto;
}
.module2Box .module2ContentBox .content{
  height: auto;
  border-bottom: 1px solid #D7D7D7;
}
.module2Box .module2ContentBox .content .tag{
  display: inline-block;
  font-size: 14px;
  color: #AAAAAA;
  margin: 20px 0 6px;
}
.module2Box .module2ContentBox .content .tag span{
  margin: 0 10px;
}
.module2Box .module2ContentBox .content .tag span:first-of-type{
  margin-left: 0;
}
.module2Box .module2ContentBox .content .special{
  color: #F59A23;
}
.module2Box .module2ContentBox .content .title{
  font-weight: bold;
  font-size: 16px;
  color: #4b4b4b;
}
.module2Box .module2ContentBox .content .title a{
  color: #4b4b4b;
  text-decoration: none;
}
.module2Box .module2ContentBox .content .title a:hover{
  color: #4b4b4b;
  text-decoration: underline;
}
.module2Box .module2ContentBox .content .imgText{
  width: 100%;
  height: auto;
  margin: 15px 0 45px;
}
.module2Box .module2ContentBox .content:last-of-type .imgText{
  margin-bottom: 20px;
}
.module2Box .module2ContentBox .content .imgText .imgBox{
  width: 110px;
  height: 94px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.module2Box .module2ContentBox .content .imgText .imgBox img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* object-fit: cover;
  object-position: left top; */
}
.module2Box .module2ContentBox .content .imgText .descBox{
  display: inline-block;
  vertical-align: top;
}
.module2Box .module2ContentBox .content .imgText .descBox .textBox .authors{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module2Box .module2ContentBox .content .imgText .descBox .textBox .authors .author,
.module2Box .module2ContentBox .content .imgText .descBox .textBox .authors .popoverAuthor{
  color: #7F7F7F;
  font-size: 14px;
  display: inline-block;
}
.module2Box .module2ContentBox .content .imgText .descBox .textBox .authors .popover{
  color: #7F7F7F;
  z-index: 1;
}
.module2Box .module2ContentBox .content .imgText .descBox .authors .ellipsis{
  cursor: pointer;
}
.module2Box .module2ContentBox .content .imgText .descBox .depict{
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-top: 11px;
  word-spacing: 7px;
  position: relative;
}
.module2Box .module2ContentBox .content:last-child{
  border-bottom: 0;
}
.module3Box{
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.module3Box .module3Tabs{
  width: 100%;
  height: 35px;
  border-bottom: 2px solid #AAAAAA;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}
.module3Box .module3Tabs .module3Tab{
  width: auto;
  height: 100%;
  font-size: 18px;
  color: #AAAAAA;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  margin-right: 30px;
  cursor: pointer;
}
.module3Box .module3Tabs .active{
  color: #333333;
  display: inline-block;
}
.module3Box .module3ContentBox{
  width: 100%;
  height: auto;
  overflow: auto;
}
.module3Box .module3ContentBox .module3Content{
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 20px;
}
.module3Box .module3ContentBox .module3Content .tag{
  display: inline-block;
  color: #AAAAAA;
  font-size: 14px;
  margin: 20px 0 8px;
  width: 100%;
}
.module3Box .module3ContentBox .module3Content .tag span{
  margin: 0 10px;
}
.module3Box .module3ContentBox .module3Content .tag span:first-of-type{
  margin-left: 0;
}
.module3Box .module3ContentBox .module3Content .special{
  color: #F59A23;
}
.module3Box .module3ContentBox .module3Content .title{
  font-weight: bold;
  color: #4b4b4b;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  font-size: 16px;
  word-spacing: 3px;
}
.module3Box .module3ContentBox .module3Content .title a{
  color: #4b4b4b;
  text-decoration: none;
}
.module3Box .module3ContentBox .module3Content .title a:hover{
  color: #4b4b4b;
  text-decoration: underline;
}
/* .module3Box .module3ContentBox .module3Content .desc{
  color: #7F7F7F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 0 8px;
  font-size: 14px;
} */
.module3Box .module3ContentBox .module3Content .authors .author,
.module3Box .module3ContentBox .module3Content .authors .popoverAuthor{
  color: #7F7F7F;
  margin: 20px 0 8px;
  font-size: 14px;
  display: inline-block;
}
.module3Box .module3ContentBox .module3Content .authors .popover{
  color: #7F7F7F;
  z-index: 1;
}
.module3Box .module3ContentBox .module3Content .authors .ellipsis{
  cursor: pointer;
}
.module3Box .module3ContentBox .module3Content .detailedDesc{
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}
.module4Box{
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.module4Box .module4Tabs{
  width: 100%;
  height: 35px;
  border-bottom: 2px solid #AAAAAA;
  display: flex;
  justify-content: space-between;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  box-sizing: content-box;
}
.module4Box .module4Tabs .module4Tab{
  width: auto;
  height: 100%;
  font-size: 18px;
  color: #AAAAAA;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  margin-right: 30px;
  cursor: pointer;
}
.module4Box .module4Tabs .active{
  color: #333333;
  display: inline-block;
}
.module4Box .module4ContentBox{
  width: 100%;
  margin: 20px 0 0;
}
.module4Box .module4ContentBox .lists{
  width: auto;
  height: auto;
  position: relative;
}
.module4Box .module4ContentBox .list{
  width: 279px;
  height: 269px;
  background-color: white;
  margin-right: 20px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 11px;
}
.module4Box .module4ContentBox .lists .list .imgBox{
  margin: 10px auto 0;
  width: 255px;
  height: 160px;
  margin: 10px auto 0;
  border: 1px solid #F2F2F2;
}
.module4Box .module4ContentBox .lists .list .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.module4Box .module4ContentBox .lists .list .name{
  width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin: 13px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  color: #4b4b4b;
  position: relative;
}
.module4Box .module4ContentBox .lists .list .name a{
  color: #4b4b4b;
  text-decoration: none;
}
.module4Box .module4ContentBox .lists .list .name a:hover{
  color: #4b4b4b;
  text-decoration: underline;
}
.bannersBoxH5{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.bannersBoxH5 .textBox{
  font-size: 13px;
  display: inline-block;
}
.bannersBoxH5 .number{
  font-weight: bold;
  margin-left: 10px;
}
.bannersBoxH5 .line{
  margin: 0 6px;
}
.bannersBoxH5 .bannerBtn{
  width: 100%;
  height: auto;
  margin-top: 18px;
}
.bannersBoxH5 .submitBtn{
  width: 200px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 16px;
}
.bannersBoxH5 .submitBtn a{
  display: flex;
  align-items: center;
}
.bannersBoxH5 .submitBtn .submit{
  color: white;
  margin-left: 10px;
  font-weight: bold;
}
.bannersBoxH5 .submitBtn:hover{
  -webkit-animation: shake 0.38s;
}
#module2ImgModal .img{
  width: 100%;
  height: auto;
}
.swiper-button-prev, .swiper-button-next{
  background-color: rgba(0,0,0,0.6);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.swiper-button-prev{
  background-image: url(https://www.dotdotnews.com/static/dotdotnews/img/index/slider/left.svg);
}
.swiper-button-next{
  background-image: url(	https://www.dotdotnews.com/static/dotdotnews/img/index/slider/right.svg);
}
