a {
	color: white;
	text-decoration: none;
  }
  
  @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;
	}
	.module5Box .module5ContentBox .list {
	  display: inline-block;
	  vertical-align: top;
	}
	.bannersBoxH5 .bannerBtn{
	  display: none;
	}
	.fa-pencil{
	  display: none !important;
	}
	::-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;
	}
	.module5Box .module5ContentBox .list {
	  display: inline-block;
	  vertical-align: top;
	}
  }
  
  @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;
	}
	.module5Box .module5ContentBox .list {
	  float: left;
	}
  }
  
  #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;
	z-index: 1;
  }
  .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: #1851B3;
  }
  .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;
  }
  .module5Box{
	width: 100%;
	height: auto;
	margin-top: 50px;
  }
  .module5Box .module5Tabs{
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #AAAAAA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: content-box;
  }
  .module5Box .module5Tabs .module5Tab{
	width: auto;
	height: 100%;
	font-size: 18px;
	color: #AAAAAA;
	font-weight: bold;
	position: relative;
	vertical-align: top;
	margin-right: 30px;
	cursor: pointer;
  }
  .module5Box .module5Tabs .active{
	color: #333333;
	display: inline-block;
  }
  .module5Box .module5Tabs .fa{
	cursor: pointer;
  }
  .module5Box .module5ContentBox{
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
  }
  .module5Box .module5ContentBox .list {
	width: 148px;
  }
  
  .module5Box .module5ContentBox .list .imgBox {
	width: 135px;
	height: 177px;
	margin: 0 auto;
	position: relative;
  }
  
  .module5Box .module5ContentBox .list .imgBox .img {
	width: 100%;
	height: 100%;
  }
  
  .module5Box .module5ContentBox .list .imgBox .img:hover {
	cursor: pointer;
  }
  
  .module5Box .module5ContentBox .list .imgBox .mask {
	padding-top: 75px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: rgba(51, 51, 51, 0.5);
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
	display: none;
  }
  
  .module5Box .module5ContentBox .list .shadow {
	width: 100%;
	height: 6px;
	background: #305775;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.35);
	margin-top: -10px;
  }
  
  .module5Box .module5ContentBox .list .name {
	width: 135px;
	height: 97px;
	text-align: center;
	font-size: 16px;
	color: #4b4b4b;
	font-weight: bold;
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
	margin-top: 25px;
	line-height: 19px;
  }
  
  .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);
  }
  
  #sortJournalModal #sortArea{
	margin: 10px auto;
	width: 80%;
  }
  #sortJournalModal #sortArea div{
	padding: 6px;
	background-color: #fdfdfd;
	border: solid 1px #eee;
	margin-bottom: 10px;
	cursor: move;
  }
  #sortJournalModal #sortArea .fa-times{
	cursor: pointer;
	color: red;
  }