@media (max-width: 767px) {

	.module1 .fa-plus,
	.module4Box .fa-plus,
	.module5Box .fa-plus,
	.module7Box .fa-plus{
	  display: none !important;
	}
  
	.module1 .fa-times,
	.module4Box .fa-times,
	.module5Box .fa-times {
	  display: none !important;
	}
  
	.module1 .fa-pencil,
	.module4Box .fa-pencil,
	.module5Box .fa-pencil,
	.module7Box .fa-pencil{
	  display: none !important;
	}
  
	.container {
	  width: 100%;
	}
  
	.bannerBox{
	  margin-top: 60px !important;
	}
  
	.bannerBox .middleBox .titleEn{
	  font-size: 25px;
	}
  
	.bannerBox .title {
	  font-size: 29px;
	}
  
	.bannerBox .line {
	  margin: 15px 0 0 0;
	}
  
	.bannerBox .numberBox {
	  text-align: center;
	}
  
	.bannerBox .number {
	  color: #FFFFFF;
	  font-size: 24px;
	  font-weight: bold;
	  text-decoration: underline;
	  cursor: pointer;
	  margin-top: 15px;
	  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	}
  
	.bannerBox .searchBox,
  
	.module1Box {
	  display: none;
	}
  
	.module1Box-2 .imgTextBox {
	  width: 100%;
	}
  
	.module1Box-2 .imgBox {
	  height: 57vw;
	}
  
	.module2Box .module2HeaderBox {
	  /* height: 258px; */
	}
  
	.module2Box .module2HeaderBox .module2Header .header {
	  /* height: 230px; */
	}
  
	.module2Box .subjectType {
	  display: block;
	  margin: 0 15px 15px;
	}
  
	.module2Box .introduce {
	  width: 100%;
	}
  
	.module2Box .linkBox {
	  border: none;
	}
  
	.module2Box .link {
	  margin: 12px 50px 0 0;
	}
  
	.module2Box .module2ContentBox .topCited {
	  width: calc(100% - 30px);
	  margin: 25px 0 0 15px;
	}
  
	.module2Box .module2ContentBox .chemistry {
	  width: calc(100% - 30px);
	}
  
	.module2Box .module2ContentBox .popularArticles {
	  margin-bottom: 25px;
	}
  
	.module2Box .module2ContentBox .chemistry .chemistryContent{
	  height: auto !important;
	  padding: 0 15px !important;
	}
  
	.module2Box .module2ContentBox .chemistry .chenistryBtn{
	  width: 100% !important;
	  max-width: 300px;
	  min-width: 180px;
	}
  
	.module2Box .module2ContentBox .chemistry .moreBox{
	  display: none;
	}
  
	.module3Box .module3 {
	  width: 100%;
	}
  
	.module3Box .module3 .lists .list .referencesNumber{
	  margin-top: 5px;
	}
  
	.module4Box .module4Content .rightContent .lists {
	  padding: 20px 15px 0;
	}
  
	.module4Box .module4Content .leftContent {
	  width: 100%;
	}
  
	.module4Box .module4Content {
	  padding: 20px 15px 36px;
	}
  
	.module4Box .module4Content .leftContent .imgBox {
	  height: 54vw;
	}
  
	.module4Box .module4Content .leftContent .videoBox {
	  height: 54vw;
	}
  
	.module4Box .module4Content .rightContent {
	  width: 100%;
	  height: auto;
	}
  
	.module4Box .module4Content .rightContent .lists {
	  overflow: hidden;
	}
  
	.module4Box .module4Content .rightContent .lists .list .imgBox {
	  width: 100%;
	  height: 47vw;
	}
  
	.module4Box .module4Content .rightContent .lists .list .introduceBox {
	  width: 100%;
	  margin-top: 10px;
	}
  
	.module4Box .module4Content .rightContent .lists .videoBox {
	  width: calc(100% - 30px);
	  height: 47vw;
	}
  
	.module5Box .introduceBox {
	  width: 100%;
	}
  
	.module5Box .introduceBox .descBox {
	  padding: 0 44px 60px;
	}
  
	.module5Box .rightBox {
	  width: 100%;
	  margin-top: 20px;
	}
  
	.module5Box .rightBox .imgBox {
	  width: calc(100% - 30px);
	  height: 57vw;
	  margin: 63.5px auto;
	  max-width: 473px;
	  max-height: 316px;
	}
  
	.module5Box .rightBox .videoBox {
	  width: calc(100% - 30px);
	  height: 57vw;
	  max-width: 473px;
	  max-height: 316px;
	}
  
	.module6Box .module6Content .list .imgText .desc {
	  width: 100% !important;
	  margin-top: 10px;
	}
  
	.module6Box .module6Content .list .imgText {
	  padding-bottom: 65px;
	}
  
	.module7Box .module7 .module7Content .list {
	  display: inline-block;
	  vertical-align: top;
	}
  
	::-webkit-scrollbar {
	  display: none;
	}
  }
  
  @media (min-width: 768px) {
  
	.module1 .fa-plus,
	.module4Box .fa-plus,
	.module5Box .fa-plus,
	.module7Box .fa-plus{
	  color: green;
	  cursor: pointer;
	}
  
	.container {
	  width: 100%;
	}
  
	.bannerBox .middleBox .titleEn{
	  font-size: 25px;
	}
  
	.bannerBox .title {
	  font-size: 36px;
	}
  
	.bannerBox .line {
	  margin: 46px 0 0 0;
	}
  
	.bannerBox .firstPage,
	.bannerBox .search {
	  margin-top: 10px;
	}
  
	.bannerBox .advancedSearch {
	  display: inline-block;
	  margin: 0px 0 0 10px;
	  vertical-align: bottom;
	}
  
	.bannerBox .numberBox {
	  margin: 15px 0 0 0;
	  display: flex;
	  justify-content: space-around;
	}
  
	.bannerBox .numberBox .number {
	  color: #FFFFFF;
	  font-size: 24px;
	  font-weight: bold;
	  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	  border-bottom: 2px solid #ffffff;
	}
  
	.bannerBox .numberBox .journal{
	  cursor: pointer;
	}
  
	.module1Box {
	  display: none;
	}
  
	.module2Box .module2HeaderBox {
	  /* height: 109px; */
	}
  
	.module2Box .module2HeaderBox .module2Header .header {
	  /* height: 81px; */
	}
  
	.module1Box-2 .imgTextBox {
	  width: 100%;
	  margin: 0 auto;
	}
  
	.module1Box-2 .imgBox {
	  height: 440px;
	}
  
	.module1Box-2 .swiper-pagination-bullet {
	  width: 111px;
	  height: 6px;
	  border-radius: 10px 0 0 10px;
	}
  
	.module2Box .subjectType {
	  display: inline-block;
	  margin: 0 25px;
	}
  
	.module2Box .introduce {
	  width: 100%;
	}
  
	.module2Box .linkBox {
	  border: none;
	}
  
	.module2Box .link {
	  margin: 12px 50px 0 0;
	}
  
	.module2Box .module2ContentBox .topCited {
	  width: calc(100% - 50px);
	  margin: 25px 0 0 26px;
	}
  
	.module2Box .module2ContentBox .chemistry {
	  width: calc(100% - 50px);
	}
  
	.module2Box .module2ContentBox .topCited .lists .list .issueType .issue {
	  margin-left: 20px;
	}
  
	.module2Box .module2ContentBox .popularArticles {
	  margin-bottom: 25px;
	}
  
	.module3Box .module3 {
	  width: 100%;
	}
  
	.module3Box .module3 .lists .list .subjectBox{
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
  
	.module3Box .mostCited .lists .list .subject{
	  width: 75%;
	}
  
	.module3Box .module3 .lists .list .subject{
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
  
	.module4Box .module4Content .rightContent .lists {
	  padding: 20px 20px 0;
	}
  
	.module4Box .module4Content .leftContent {
	  width: 100%;
	}
  
	.module4Box .module4Content {
	  padding: 20px 25px 36px;
	}
  
	.module4Box .module4Content .leftContent .imgBox {
	  height: 372px;
	}
  
	.module4Box .module4Content .leftContent .videoBox {
	  height: 372px;
	}
  
	.module4Box .module4Content .rightContent {
	  width: 100%;
	  height: 681px;
	}
  
	.module4Box .module4Content .rightContent .lists .list .imgBox {
	  width: 168px;
	  height: 100px;
	  float: left;
	}
  
	.module4Box .module4Content .rightContent .lists .list .introduceBox {
	  width: calc(100% - 183px);
	  margin: 0 0 0 15px;
	  float: left;
	}
  
	.module4Box .module4Content .rightContent .lists .videoBox {
	  width: 168px;
	  height: 100px;
	}
  
	.module5Box .introduceBox {
	  width: 100%;
	}
  
	.module5Box .introduceBox .descBox {
	  padding: 0 44px 60px;
	}
  
	.module5Box .rightBox {
	  width: 100%;
	  margin-top: 20px;
	}
  
	.module5Box .rightBox .imgBox {
	  width: 473px;
	  height: 316px;
	  margin: 63.5px auto;
	}
  
	.module5Box .rightBox .videoBox {
	  width: 473px;
	  height: 316px;
	}
  
	.module6Box .module6Content .list {
	  width: 100%;
	  height: 270px;
	}
  
	.module6Box .module6Content .list .imgText .img {
	  float: left;
	}
  
	.module6Box .module6Content .list .imgText .desc {
	  float: left;
	  margin-left: 20px;
	}
  
	.module7Box .module7 {
	  width: 100%;
	}
  
	.module7Box .module7 .module7Header {
	  width: 100%;
	}
  
	.module7Box .module7 .module7Content .list {
	  display: inline-block;
	  vertical-align: top;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  width: 970px;
	}
  
	.module1Box {
	  display: block;
	}
  
	.module1Box-2 {
	  display: none;
	}
  
	.module1Box .module1 .imgTextBox .leftBox {
	  width: 640px;
	}
  
	.module1Box .module1 .imgTextBox .rightBox {
	  width: calc(100% - 640px);
	}
  
	.module2Box .introduce {
	  width: 362px;
	}
  
	.module2Box .linkBox {
	  border-left: 1px solid #D7D7D7;
	  width: calc(100% - 412px);
	  margin-left: 50px;
	}
  
	.module2Box .link {
	  margin: 12px 0 0 50px;
	}
  
	.module2Box .module2ContentBox .chemistry .chemistryContent{
	  display: flex;
	  align-items: center;
	}
  
	.module3Box .module3 {
	  width: calc(50% - 7.5px);
	}
  
	.module3Box .module3:nth-of-type(2) {
	  margin: 0 0 0 10px;
	}
  
	.module3Box .module3 .lists .list .title {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  word-break: break-all;
	}
  
	.module3Box .module3 .lists {
	  height: 781px;
	}
  
	.module3Box .module3 .lists .list {
	  height: 195px;
	}
  
	.module4Box .module4Content .leftContent {
	  width: 480px;
	  float: left;
	  height: 681px !important;
	}
  
	.module4Box .module4Content .rightContent {
	  width: 390px;
	  float: right;
	}
  
	.module4Box .module4Content .rightContent .lists {
	  margin-top: 0 !important;
	}
  
	.module7Box .module7 {
	  width: 970px;
	}
  }
  
  @media (min-width: 1200px) {
	.container {
	  width: 1170px;
	}
  
	.bannerBox .middleBox .titleEn{
	  font-size: 40px;
	}
  
	.bannerBox .middleBox .searchBox #searchForm{
	  display: flex;
	  align-items: flex-end;
	  justify-content: center;
	}
  
	/* .bannerBox .advancedSearch {
	  display: block;
	  margin: 10px 80px 0 0;
	} */
  
	.bannerBox .firstPage,
	.bannerBox .search {
	  margin-top: 0;
	}
  
	.module1Box .module1 .imgTextBox .leftBox {
	  width: 710px;
	}
  
	.module1Box .module1 .imgTextBox .rightBox {
	  width: calc(100% - 710px);
	}
  
	.module1Box-2 {
	  display: none;
	}
  
	.module1Box {
	  display: block;
	}
  
	.module3Box .module3 .lists {
	  height: 690px;
	}
  
	.module3Box .module3 .lists .list {
	  height: 172px;
	}
  
	.module4Box .module4Content .leftContent {
	  width: 602px;
	}
  
	.module4Box .module4Content .rightContent {
	  width: 470px;
	}
  
	.module7Box {
	  height: 1300px;
	}
  
	.module7Box .module7 {
	  width: 1170px;
	}
  }
  
  @media (min-width: 1366px) {
	.container {
	  width: 1230px;
	}
  
	.module2Box .popularArticles {
	  float: right;
	  margin: 25px 26px 25px 0;
	}
  
	.module2Box .module2ContentBox .topCited {
	  width: 554px;
	  height: 500px !important;
	  margin: 25px 0 25px 26px;
	}
  
	.module2Box .module2ContentBox .topCited .lists .list .title {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  word-break: break-all;
	}
  
	.module2Box .module2ContentBox .topCited .lists .list {
	  height: 97px;
	}
  
	.module3Box .module3 {
	  width: 390px;
	}
  
	.module3Box .module3:nth-of-type(2) {
	  margin: 0 10px;
	}
  
	.module3Box .module3 .lists {
	  height: 800px;
	}
  
	.module3Box .module3 .lists .list {
	  height: 195px;
	}
  
	.module4Box .module4Content .rightContent {
	  width: 520px;
	}
  
	.module5Box .introduceBox {
	  width: 687px;
	  height: 443px;
	}
  
	.module5Box .introduceBox .descBox {
	  padding: 0 44px;
	}
  
	.module5Box .rightBox {
	  width: 496px;
	  height: 443px;
	  margin-left: 12px;
	  margin-top: 0;
	}
  
	.module5Box .rightBox .imgBox {
	  width: 473px;
	  height: 316px;
	  margin: 63.5px auto 0;
	}
  
	.module6Box .module6Content .list {
	  width: 575px;
	}
  
	.module6Box .module6Content .preprint,
	.module6Box .module6Content .shop,
	.module6Box .module6Content .minici {
	  margin-left: 13px;
	}
  
	.module6Box .module6Content .openAccess {
	  margin-bottom: 0 !important;
	}
  
	.module7Box {
	  height: 992px;
	}
  
	.module7Box .module7 {
	  width: 1254px;
	}
  
	.module7Box .module7 .module7Header {
	  width: 1240px;
	}
  
	.module7Box .module7 .module7Content .list {
	  float: left;
	}
  }
  
  @font-face{
	font-family: "Script MT";
	  src: url("https://sciengine.obs.myhuaweicloud.com/template/Script%20MT%20Bold.ttf");
  }
  
  @-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);
	}
  }
  
  #home {
	width: 100%;
	height: auto;
	background: #F0F0F0cc;
	color: #333333;
	/* margin-top: 100px; */
  }
  
  #home .bannerBox {
	background: url('https://tedownloads.tcmjc.com/template/platform/bannerNew.png') no-repeat;
	width: 100%;
	height: 335px;
	background-size: 100% 100%;
	position: relative;
  }
  
  #home .bannerBox1 {
	margin-top: 100px;
  }
  
  #home .bannerBox .middleBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  #home .bannerBox .middleBox .title {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
  }
  
  #home .bannerBox .middleBox .titleEn{
	letter-spacing: 1.5px;
  }
  
  #home .bannerBox .middleBox .title .img{
	width: auto;
	height: auto;
	max-width: 350px;
	max-height: 171px;
  }
  
  #home .bannerBox .middleBox .searchBox {
	margin: 27px 0 0 0;
	text-align: center;
	position: relative;
  }
  
  #home .bannerBox .middleBox .searchBox .input {
	height: 37px;
	line-height: 37px;
	margin-right: 20px;
	/* padding: 0 5px; */
	text-align: center;
	font-size: 16px;
	color: #7F7F7F;
  }
  
  #home .bannerBox .middleBox .searchBox .keywords {
	width: 201px;
	border-radius: 20px 0 0 20px;
  }
  
  #home .bannerBox .middleBox .searchBox .authorName {
	width: 154px;
  }
  
  #home .bannerBox .middleBox .searchBox .bookTitle {
	width: 229px;
  }
  
  #home .bannerBox .middleBox .searchBox .volume,
  #home .bannerBox .middleBox .searchBox .issue {
	width: 75px;
  }
  
  #home .bannerBox .middleBox .searchBox .firstPage {
	width: 90px;
  }
  
  #home .bannerBox .middleBox .searchBox .search {
	width: 51px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	display: inline-block;
	background: url('https://tedownloads.tcmjc.com/template/platform/search.svg') no-repeat;
	background-size: 21px 21px;
	background-color: #FFFFFF;
	background-position: center;
	vertical-align: bottom;
	cursor: pointer;
  }
  
  #home .bannerBox .middleBox .searchBox .advancedSearch {
	font-size: 14px;
	color: #FFFFFF;
	/* text-align: right; */
	cursor: pointer;
  }
  
  #home .bannerBox .middleBox .line {
	width: 100%;
	height: 1px;
	background: #7F7F7F;
  }
  
  #home .bannerBox .middleBox .select2-container {
	height: 37px;
	margin-right: 17px;
	font-size: 16px;
	color: #7F7F7F;
  }
  
  #home .bannerBox .middleBox .select2-container .select2-selection--single {
	border-radius: 0;
	border: none;
	height: 37px;
  }
  
  #home .bannerBox .middleBox .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
	color: #7F7F7F;
	/* text-align: left; */
  }
  
  #home .bannerBox .middleBox .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #7F7F7F;
  }
  
  #home .bannerBox .middleBox .select2-container .select2-selection--single .select2-selection__arrow {
	height: 37px;
  }
  
  #home .module1Box {
	width: 100%;
	height: auto;
	background: #3c9cd7;
	overflow: hidden;
  }
  
  #home .module1Box strong{
	font-weight: bold;
  }
  
  #home .module1Box .module1 {
	height: 440px;
	border-radius: 10px;
	padding-top: 28px;
  }
  
  #home .module1Box .module1 .scopeBox{
	height: 23px;
  }
  
  #home .module1Box .module1 .imgTextBox {
	height: 440px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox {
	height: 440px;
	float: left;
	border-radius: 10px 0 0 10px;
	overflow-x: hidden;
	position: relative;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .swiper-pagination{
	z-index: 8;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .imgBox {
	width: 100%;
	height: 100%;
	cursor: pointer;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .imgBox .img {
	width: 100%;
	height: 100%;
	vertical-align: top;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .swiper-pagination-bullets {
	bottom: 30px;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .swiper-pagination-bullet {
	width: 70px;
	height: 6px;
	background: #c4c4c4;
	border-radius: 10px 0 0 10px;
	opacity: 1;
  }
  
  #home .module1Box .module1 .imgTextBox .leftBox .swiper-pagination-bullet-active {
	background: #00508B;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox {
	height: 440px;
	float: left;
	background-color: #FFFFFF;
	border-radius: 0 10px 10px 0;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .title {
	font-size: 22px;
	font-weight: bold;
	padding: 32px 40px 0 40px;
	line-height: 23px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	cursor: pointer;
	word-break: break-all;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .title:hover {
	text-decoration: underline;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .type {
	font-size: 14px;
	color: #3c9cd7;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 15px 40px 0 40px;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .type:hover{
	text-decoration: underline;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .volumn {
	font-size: 14px;
	color: #7F7F7F;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 2px 40px 0 40px;
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .desc {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 10px 40px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
	word-break: break-all;
  }
  
  #home .module1Box-2 {
	width: 100%;
	background: #209DA9;
  }
  
  #home .module1Box-2 .module1 {
	padding-top: 28px;
  }
  
  #home .module1Box-2 .module1 .imgTextBox {
	background: #ffffff;
	overflow-x: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
  }
  
  #home .module1Box-2 .module1 .imgBox .img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	cursor: pointer;
  }
  
  #home .module1Box-2 .module1 .rightBox {
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding-bottom: 70px;
  }
  
  #home .module1Box-2 .module1 .rightBox .title {
	font-size: 22px;
	font-weight: bold;
	padding: 32px 40px 0 40px;
	line-height: 23px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	cursor: pointer;
	word-break: break-all;
  }
  
  #home .module1Box-2 .module1 .rightBox .title:hover {
	text-decoration: underline;
  }
  
  #home .module1Box-2 .module1 .rightBox .type {
	font-size: 14px;
	color: #7F7F7F;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 15px 40px 0 40px;
  }
  
  #home .module1Box-2 .module1 .rightBox .volumn {
	font-size: 14px;
	color: #3c9cd7;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 2px 40px 0 40px;
	cursor: pointer;
  }
  
  #home .module1Box-2 .module1 .rightBox .volumn:hover {
	text-decoration: underline;
  }
  
  #home .module1Box-2 .module1 .rightBox .desc {
	max-height: 212px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 20px 40px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-break: break-all;
  }
  
  #home .module1Box-2 .module1 .swiper-pagination-bullets {
	bottom: 30px;
  }
  
  #home .module1Box-2 .module1 .swiper-pagination-bullet {
	background: #c4c4c4;
	opacity: 1;
  }
  
  #home .module1Box-2 .module1 .swiper-pagination-bullet-active {
	background: #209DA9;
  }
  
  #home .module2Box .module2HeaderBox {
	width: 100%;
	background: #3c9cd7;
	padding-top: 28px;
  }
  
  #home .module2Box .module2HeaderBox .module2Header .header {
	margin-left: 0;
	margin-right: 0;
	background: #ffffff;
	border-bottom: 1px solid #aaaaaa;
	border-radius: 10px 10px 0 0;
  }
  
  #home .module2Box .module2HeaderBox .module2Header .header .lg {
	padding: 25px 0;
  }
  
  #home .module2Box .module2HeaderBox .module2Header .subjectType {
	font-size: 20px;
	cursor: pointer;
	word-break: break-all;
  }
  
  #home .module2Box .module2HeaderBox .module2Header .active {
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
	border-bottom: 3px solid #00508B;
  }
  
  #home .module2Box .module2ContentBox {
	height: auto;
	overflow: hidden;
  }
  
  #home .module2Box .module2ContentBox .module2Content {
	width: 100%;
	background: #f8f8f8;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
  }
  
  #home .module2Box .module2ContentBox .chemistry {
	height: auto;
	background: #ffffff;
	border-radius: 10px;
	margin: 20px auto 0;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  }
  
  #home .module2Box .module2ContentBox .chemistry .chenistryBtn {
	width: 340px;
	background-color: #00508b;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	cursor: pointer;
	padding: 7px;
  }
  
  #home .module2Box .module2ContentBox .chemistry .chenistryBtn:hover {
	background-color: #0179c1;
  }
  
  #home .module2Box .module2ContentBox .chemistry .moreBox{
	position: absolute;
	right: 15px;
	bottom: 6px;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
  }
  
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent {
	height: auto;
	padding: 0 22px;
	margin: 20px 0 0 0;
	overflow: hidden;
	/* display: flex;
	align-items: center; */
  }
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .introduceBox{
	float: left;
	position: relative;
  }
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .introduce {
	font-size: 15px;
	line-height: 19px;
	margin: 30px 0 0 0;
  }
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .linkBox {
	height: 100%;
	float: left;
	padding-bottom: 15px;
  }
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .linkBox .link {
	color: #507395;
	font-size: 15px;
	float: left;
	cursor: pointer;
  }
  
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .linkBox .link:hover {
	text-decoration: underline;
  }
  
  #home .module2Box .module2ContentBox .topCited {
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	float: left;
  }
  
  #home .module2Box .module2ContentBox .topCited .topCitedBtn {
	width: auto;
	display: inline-block;
	padding: 0 17px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background-color: #78a32c;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	color: #FFFFFF;
	margin: 15px 0 0 15px;
	/* cursor: pointer; */
  }
  
  /* #home .module2Box .module2ContentBox .topCited .topCitedBtn:hover {
	background-color: #90c435;
  } */
  
  #home .module2Box .module2ContentBox .topCited .lists {
	margin: 28px 15px 0 15px;
	padding-bottom: 10px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .noList{
	text-align: center;
	color: #555555;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list {
	margin-bottom: 38px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .issueType {
	color: #7F7F7F;
	font-size: 13px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .issueType .type {
	display: inline-block;
	vertical-align: top;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .issueType .issue {
	display: inline-block;
	vertical-align: top;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .issueType .issue .text {
	padding-right: 15px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .issueType .issue .img {
	width: auto;
	height: 18px;
	vertical-align: inherit;
	margin-left: 10px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .accessReferences{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7F7F7F;
	margin-top: 10px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .referencesNumber{
	margin-left: 15px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .referencesNumber .el-tag{
	border-radius: 10px 0 0 10px;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .title {
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0 0 0;
	cursor: pointer;
  }
  
  #home .module2Box .module2ContentBox .topCited .lists .list .title:hover {
	text-decoration: underline;
  }
  
  #home .module2Box .module2ContentBox .popularArticles .topCitedBtn {
	background-color: #0179C1;
  }
  
  #home .module2Box .module2ContentBox .popularArticles .topCitedBtn:hover {
	/* background-color: #0191e8; */
  }
  
  #home .module3Box {
	margin: 0 auto;
  }
  
  #home .module3Box .module3 {
	display: inline-block;
	margin-top: 40px;
	vertical-align: top;
  }
  
  #home .module3Box .module3 .header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #002446;
	border-bottom: 3px solid #aaaaaa;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	font-size: 18px;
	padding-left: 23px;
	position: relative;
  }
  
  #home .module3Box .module3 .header .more{
	position: absolute;
	right: 15px;
	top: 50%;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
	transform: translateY(-50%);
  }
  
  #home .module3Box .module3 .lists {
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px 0;
  }
  
  #home .module3Box .module3 .lists .list {
	padding: 20px 0;
	border-bottom: 1px solid #AAAAAA;
  }
  
  #home .module3Box .module3 .lists .list .subject {
	font-size: 13px;
	color: #7F7F7F;
  }
  
  #home .module3Box .module3 .lists .list .referencesNumber{
	color: #7F7F7F;
	font-size: 14px;
  }
  
  #home .module3Box .module3 .lists .list .referencesNumber .el-tag{
	border-radius: 10px 0 0 10px;
  }
  
  #home .module3Box .module3 .lists .list .typeBox {
	margin: 5px 0 0 0;
	color: #7F7F7F;
	font-size: 13px;
  }
  
  #home .module3Box .module3 .lists .list .typeBox .type {
	padding-right: 10px;
  }
  
  #home .module3Box .module3 .lists .list .typeBox .time {
	padding-right: 10px;
  }
  
  #home .module3Box .module3 .lists .list .typeBox .img {
	width: auto;
	height: 18px;
	vertical-align: bottom;
	border-left: 1px solid #7F7F7F;
	padding-left: 10px;
  }
  
  #home .module3Box .module3 .lists .list .title {
	font-size: 16px;
	padding: 15px 0 0 0;
	cursor: pointer;
  }
  
  #home .module3Box .module3 .lists .list .title:hover {
	text-decoration: underline;
  }
  
  #home .module3Box .module3 .lists .list .authors {
	margin: 9px 0 0 0;
	color: #555555;
	font-size: 13px;
	letter-spacing: 1.5px;
  }
  
  #home .module3Box .module3 .lists .list .authors .ellipsis {
	cursor: pointer;
  }
  
  #home .module3Box .module3 .lists .list:last-of-type {
	border: none;
  }
  
  #home .module4Box {
	margin-top: 43px;
  }
  
  #home .module4Box .module4Header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #002446;
	border-bottom: 3px solid #aaaaaa;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 23px;
	padding-right: 23px;
	display: flex;
	justify-content: space-between;
  }
  
  #home .module4Box .module4Header .name{
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
  }
  
  #home .module4Box .module4Header .more{
	font-size: 14px;
	cursor: pointer;
  }
  
  #home .module4Box .module4Content {
	height: auto;
	background: #f8f8f8;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
  }
  
  #home .module4Box .module4Content .leftContent {
	height: auto;
	border-radius: 10px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	margin: 0 auto;
	position: relative;
  }
  
  #home .module4Box .module4Content .leftContent .imgBox {
	width: 100%;
	position: relative;
	overflow: hidden;
  }
  
  #home .module4Box .module4Content .leftContent .imgBox .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	transition: all 1s;
  }
  
  #home .module4Box .module4Content .leftContent .imgBox .img:hover {
	cursor: pointer;
	transform: scale(1.1);
  }
  
  #home .module4Box .module4Content .leftContent .imgBox .palyBth {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 25px;
	cursor: pointer;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox {
	padding: 30px 17px 40px;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .typeData {
	color: #555555;
	font-size: 13px;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .typeData .line {
	margin: 0 10px;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .name {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	line-height: 23px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .name:hover {
	text-decoration: underline;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .authors {
	margin: 8px 0 0 0;
	color: #555555;
	font-size: 13px;
	letter-spacing: 1.5px;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .authors .ellipsis {
	cursor: pointer;
  }
  
  #home .module4Box .module4Content .leftContent .introduceBox .desc {
	font-size: 14px;
	color: #555555;
	margin: 8px 0 0 0;
	line-height: 22px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	word-break: break-all;
  }
  
  #home .module4Box .module4Content .leftContent .videoBox {
	position: absolute;
	width: 100%;
  }
  
  #home .module4Box .module4Content .leftContent .videoBox #homePlayerLeft {
	width: 100%;
	height: 100%;
  }
  
  #home .module4Box .module4Content .rightContent {
	border-radius: 10px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	background: #ffffff;
  }
  
  #home .module4Box .module4Content .rightContent .lists {
	margin: 20px 0 0 0;
	position: relative;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list {
	margin-bottom: 34px;
	overflow: hidden;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .imgBox {
	position: relative;
	overflow: hidden;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .imgBox .img {
	width: 100%;
	height: 100%;
	transition: all 1s;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .imgBox .img:hover {
	cursor: pointer;
	transform: scale(1.1);
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .imgBox .playBtn {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	bottom: 15px;
	cursor: pointer;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .introduceBox .typeData {
	color: #555555;
	font-size: 13px;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .introduceBox .typeData .line {
	margin: 0 10px;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .introduceBox .name {
	margin: 6px 0 0 0;
	line-height: 19px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	cursor: pointer;
	word-break: break-all;
  }
  
  #home .module4Box .module4Content .rightContent .lists .list .introduceBox .name:hover {
	text-decoration: underline;
  }
  
  #home .module4Box .module4Content .rightContent .lists .videoBox {
	position: absolute;
  }
  
  #home .module4Box .module4Content .rightContent .lists .videoBox #homePlayerRight {
	width: 100%;
	height: 100%;
  }
  
  #home .module5Box {
	height: auto;
	margin-top: 38px;
  }
  
  #home .module5Box .introduceBox {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #ffffff;
	position: relative;
	display: inline-block;
  }
  
  #home .module5Box .introduceBox .module5Header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #002446;
	color: #FFFFFF;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	padding-left: 23px;
	border-bottom: 3px solid #aaaaaa;
  }
  
  #home .module5Box .introduceBox .descBox .name {
	font-size: 16px;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	margin-top: 23px;
  }
  
  #home .module5Box .introduceBox .descBox .desc {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
  }
  
  #home .module5Box .introduceBox .descBox .moreBox {
	position: absolute;
	right: 23px;
	bottom: 15px;
	cursor: pointer;
  }
  
  #home .module5Box .introduceBox .descBox .moreBox .more {
	font-size: 14px;
  }
  
  #home .module5Box .introduceBox .descBox .moreBox .img {
	width: 18px;
	height: 15px;
	vertical-align: middle;
  }
  
  #home .module5Box .rightBox {
	background: #ffffff;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
  }
  
  #home .module5Box .rightBox .imgBox {
	position: relative;
  }
  
  #home .module5Box .rightBox .imgBox .img {
	width: 100%;
	height: 100%;
  }
  
  #home .module5Box .rightBox .imgBox .playBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 27px;
	bottom: 30px;
	cursor: pointer;
  }
  
  #home .module5Box .rightBox .videoBox {
	position: absolute;
	top: 63.5px;
	left: 50%;
	transform: translateX(-50%);
  }
  
  #home .module5Box .rightBox .videoBox #homePlayerModule5 {
	width: 100%;
	height: 100%;
  }
  
  #home .module6Box {
	margin-top: 40px;
  }
  
  #home .module6Box .module6Header {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #002446;
	border-bottom: 3px solid #aaaaaa;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	font-size: 18px;
	padding-left: 23px;
  }
  
  #home .module6Box .module6Content {
	background: #F8F8F8;
	padding: 18px 16px;
	border-radius: 0 0 10px 10px;
  }
  
  #home .module6Box .module6Content .list {
	background-color: #ffffff;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
  }
  
  #home .module6Box .module6Content .list .name {
	width: 170px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	margin-left: 20px;
	margin-top: 22px;
	cursor: pointer;
  }
  
  #home .module6Box .module6Content .list .imgText {
	margin: 25px 20px 0 20px;
	overflow: hidden;
  }
  
  #home .module6Box .module6Content .list .imgText .desc {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
  }
  
  #home .module6Box .module6Content .list .moreBox {
	position: absolute;
	right: 23px;
	bottom: 15px;
	cursor: pointer;
  }
  
  #home .module6Box .module6Content .list .moreBox .more {
	font-size: 14px;
  }
  
  #home .module6Box .module6Content .list .moreBox .img {
	width: 18px;
	height: 15px;
	vertical-align: middle;
  }
  
  #home .module6Box .module6Content .scicloud .name {
	background: #00508b;
  }
  
  #home .module6Box .module6Content .scicloud .name:hover {
	background: #0179c1;
  }
  
  #home .module6Box .module6Content .scicloud .imgText .img {
	width: 108px;
	height: auto;
  }
  
  #home .module6Box .module6Content .scicloud .imgText .desc {
	width: calc(100% - 128px);
  }
  
  #home .module6Box .module6Content .preprint .name {
	background: #78A32C;
  }
  
  #home .module6Box .module6Content .preprint .name:hover {
	background: #90c435;
  }
  
  #home .module6Box .module6Content .preprint .imgText .img {
	width: 108px;
	height: auto;
  }
  
  #home .module6Box .module6Content .preprint .imgText .desc {
	width: calc(100% - 128px);
  }
  
  #home .module6Box .module6Content .openAccess .name {
	background: #FF8A00;
  }
  
  #home .module6Box .module6Content .openAccess .name:hover {
	background: #f59a23;
  }
  
  #home .module6Box .module6Content .openAccess .imgText .img {
	width: 108px;
	height: auto;
  }
  
  #home .module6Box .module6Content .openAccess .imgText .desc {
	width: calc(100% - 138px);
  }
  
  #home .module6Box .module6Content .shop {
	margin-bottom: 0;
  }
  
  #home .module6Box .module6Content .shop .name {
	background: #0179C1;
  }
  
  #home .module6Box .module6Content .shop .name:hover {
	background: #0191e8;
  }
  
  #home .module6Box .module6Content .shop .imgText .img {
	width: 108px;
	height: auto;
  }
  
  #home .module6Box .module6Content .shop .imgText .desc {
	width: calc(100% - 128px);
  }
  
  #home .module6Box .module6Content .minici .name {
	background: #f5222d;
  }
  
  #home .module6Box .module6Content .minici .name:hover {
	background: #d41822;
  }
  
  #home .module6Box .module6Content .minici .imgText .img {
	width: 108px;
	height: auto;
  }
  
  #home .module6Box .module6Content .minici .imgText .desc {
	width: calc(100% - 128px);
  }
  
  #home .module7Box {
	width: 100%;
	background: #3c9cd7;
	margin-top: 47px;
  }
  
  #home .module7Box .module7 {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
  }
  
  #home .module7Box .module7 .module7Header {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	text-align: center;
	margin: 47px auto 0;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 13px;
  }
  
  #home .module7Box .module7 .module7Content {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
  }
  
  #home .module7Box .module7 .module7Content .list {
	width: 209px;
  }
  
  #home .module7Box .module7 .module7Content .list .imgBox {
	width: 196px;
	height: 257px;
	margin: 0 auto;
	position: relative;
  }
  
  #home .module7Box .module7 .module7Content .list .imgBox .img {
	width: 100%;
	height: 100%;
  }
  
  #home .module7Box .module7 .module7Content .list .imgBox .img:hover {
	cursor: pointer;
  }
  
  #home .module7Box .module7 .module7Content .list .imgBox .mask {
	padding-top: 120px;
	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;
  }
  
  #home .module7Box .module7 .module7Content .list .shadow {
	width: 100%;
	height: 6px;
	background: #3c9cd7;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.35);
	margin-top: -10px;
  }
  
  #home .module7Box .module7 .module7Content .list .name {
	width: 196px;
	height: 97px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	/* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei"; */
	margin-top: 25px;
	line-height: 19px;
  }
  
  .bgC1 {
	background-color: #3c9cd7 !important;
  }
  
  .uploadBtn {
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	font-size: 13px;
	border-radius: 5px;
	margin-bottom: 15px;
	cursor: pointer;
  }
  
  .addRecArticleCoverImg,.updateRecArticleCoverImg {
	width: 100%;
  }
  
  .module1 .fa-pencil,
  .module4Box .fa-pencil,
  .module5Box .fa-pencil,
  .module7Box .fa-pencil{
	color: green;
	cursor: pointer;
  }
  
  .module1 .fa-times,.module4Box .fa-times,.module5Box .fa-times {
	color: red;
	cursor: pointer;
  }
  
  .label-point-green{
	  width: 10px;
	  height: 10px;
	  border: 1px solid #07c160;
	  border-radius: 50%;
	  background-color: #07c160;
	  display: inline-block;
  }
  .label-point-gray{
	  width: 10px; 
	  height: 10px;
	  border: 1px solid gray;
	  border-radius: 50%;
	  display: inline-block;
  }
  #sortArea {
	  margin: 10px auto;
	  width: 80%;
  }
  
  #sortArea div {
	  padding: 6px;
	  background-color: #fdfdfd;
	  border: solid 1px #eee;
	  margin-bottom: 10px;
	  cursor: move;
  }
  
  #sortArea .fa-times{
	  cursor: pointer;
	  color: red;
  }
  
  .carousel-button-group {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }
  .carousel-button-group button {
	cursor: pointer;
	border: none;
	background: transparent;
	font-size: 1.5em;
	padding: 0 10px;
	outline: none;
  }
  .tcm-top{
	width: 100%;
	height: 150px;
	background: #209DA9;
	margin-bottom: 20px;
	position: relative;
  }
  .tcm-top .el-carousel__container{
	height: 150px;
  }
  .tcm-top .el-carousel__indicators--horizontal{
	display: none;
  }
  .tcm-top .el-carousel__arrow--left{
	display: none;
  }
  .tcm-top .el-carousel__arrow--right{
	display: none;
  }
  .tcm-top .tt-d1{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
  }
  .tcm-top .tt-d1 .tt-d1-1{
	width: 56px;
	height: 56px;
	background: url(https://tedownloads.tcmjc.com/home/zxrd.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 15px;
  }
  .tcm-top .tt-d1 .tt-d1-1-ts{
	width: 56px;
	height: 56px;
	background: url(https://tedownloads.tcmjc.com/home/zxrd2.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 15px;
  }
  .tcm-top .tt-d1 .tt-d1-2{
	width: 1177px;
	height: 150px;
	position: relative;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1{
	width: 1059px;
	height: 150px;
	position: relative;
	margin-left: 60px;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1{
	margin-top: 27px;
	color: #fff;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1-1{
	font-size: 18px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1-1:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1-2{
	min-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1-2:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1 .d1-3{
	margin-top: 10px;
	color: #F8BE16;
	cursor: pointer;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-btn{
	width: 28px;
	height: 28px;
	position: absolute;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-btn:hover{
	cursor: pointer;
  }
  .tcm-top .tt-d1 .tt-d1-2 .btn1{
	left: -55px;
	top: 63px;
  }
  .tcm-top .tt-d1 .tt-d1-2 .btn2{
	right: -55px;
	top: 63px;
  }
  .tcm-top .tt-d1 .tt-d1-2 .tt-btn img{
	width: 28px;
	height: 28px;
  }
  #home .xbb-shouye{
	background: none;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  #home .xbb-shouye .module1{
	width: 860px!important;
	height: auto;
	border-radius: 10px;
	padding: 0;
	position: relative;
  }
  #home .module1-d2{
	width: 406px!important;
  }
  #home .module1-d2 .m1-2-pub{
	width: 406px!important;
	height: 223px;
	position: relative;
	cursor: pointer;
  }
  #home .module1-d2 .m12p-d1{
	width: auto;
	max-width: 100%;
	padding: 0 30px;
	position: absolute;
	bottom: 10px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
  }
  #home .module1-d2 .m12p-d1:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  #home .module1-d2 .m1-2-pub img{
	width: 100%;
	height: 100%;
  }
  #home .module1-d2 .m1-d2-d1{
	margin-bottom: 14px;
  }
  #home .module1-d2 .m1-d2-d1 .m1-d2-d1-1{
	width: 100%;
	height: 100%;
  }
  #home .module1-d2 .m1-d2-d1:last-child{
	margin-bottom: 0px;
  }
  #home .module1-d2 .m1-d2-d1 .water-add{
	position: absolute;
	left: 5px;
	cursor: pointer;
  }
  #home .module1-d2 .m1-d2-d1 .water-add .fa-plus{
	color: green;
  }
  #home .xbb-shouye .scopeBox{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 9;
  }
  #home .xbb-shouye .scopeBox2{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox{
	width: 330px;
	border-radius: 0;
  }
  #home .xbb-leftBox{
	width: 100%!important;
	border-radius: 0!important;
  }
  #home .xbb-swiperItem{
	display: flex;
	align-items: center;
  }
  #home .xbb-swiperItem .ts-xh{
	background-image: url(/img/new/1780045228913197056);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	background-size: 100% 100%;
  }
  #home .xbb-s-d2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 860px;
	height: 460px;
	margin: 0 auto;
  }
  #home .xbb-s-d2:hover{
	cursor: pointer;
  }
  #home .xbb-swiper-imgBox{
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox .desc{
	-webkit-line-clamp: 4;
	height: 110px;
	overflow: hidden;
	word-break: break-all;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox .xbb-swiper-btn{
	width: 156px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px 40px 0;
	margin-top: 20px;
	cursor: pointer;
	border: 2px solid #707070;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox .xbb-swiper-btn:hover{
	/* background: #00508b;
	color: #fff; */
	border: 2px solid #3c9cd7;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox .xbb-swiper-btn .img1{
	width: 11px;
	height: 12px;
	margin-left: 20px;
  }
  #home .module1Box .module1 .imgTextBox .xbb-leftBox{
	height: 460px!important;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox{
	height: 460px!important;
  }
  #home .module1Box .module1 .xbb-imgTextBox{
	height: 460px!important;
  }
  #home .module1Box .module1 .imgTextBox .xbb-leftBox .imgBox{
	/* width: calc(100% - 320px); */
	width: 100%;
  }
  #home .module1Box .module1 .xbb-imgTextBox{
	box-shadow: none;
  }
  #home .module2Box .xbb-module2HeaderBox{
	background: none;
	position: relative;
	z-index: 101;
  }
  #home .xbb-swiper-fy{
	  height: 38px;
	  position: absolute;
	  bottom: 30px;
	  right: 24px;
	  z-index: 90;
  }
  #home .xbb-swiper-text{
	position: absolute;
	bottom: 40px;
	font-size: 18px;
	left: 23px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-width: 420px;
	word-break: break-all;
  }
  #home .xbb-swiper-text .title:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  #home .xbb-swiper-fy .xsf-out{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-d1{
	width: 30px;
	height: 6px;
	border: 1px solid #ffffff7a;
	background: #ffffff7a;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-d2{
	border-bottom: 2px solid #ffffff00;
	display: none;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-active{
	background: #fff;
	border-color: #fff;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-active2{
	border-bottom: 2px solid #3c9cd7;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-out-d1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	cursor: pointer;
	padding: 0 10px;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-out-d1:hover > .xsf-d1{
	border-color: #fff;
  }
  #home .xbb-swiper-fy .xsf-out .xsf-out-d1:hover > .xsf-d2{
	border-bottom: 2px solid #fff;
  }
  #home .module1Box-2 {
	background: #209DA9;
  }
  #home .module1Box-2 .module1{
	padding-bottom: 20px;
  }
  #home .module1Box .module1 .imgTextBox .xbb-rightBox .title{
	padding-top: 20px!important;
  }
  #home .xbb-module2Box{
	position: relative;
	margin-top: 40px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2{
	position: relative;
	/* width: 1230px; */
	margin: 0 auto;
  }
  #home .xbb-module2Box .xbb-module2Box-content{
	width: 100%;
	height: 320px;
	position: absolute;
	top: 0;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out{
	display: flex;
	justify-content: center;
	background: none;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1{
	width: 330px;
	padding-top: 25px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d1{
	margin-top: 60px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d2{
	max-width: 305px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	color: #fff;
	  font-size: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 2px solid #0000;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d2-out{
	display: flex;
	align-items: center;
	min-height: 60px;
	margin-bottom: 20px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d2:hover{
	border-bottom: 2px solid #fff;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d2 .s1{
	margin-right: 20px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d2 .s2{
	margin-left: 10px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1 .xm2d-d3{
	min-width: 220px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	border: 1px solid #fff;
	/* border-radius: 10px; */
	border-left: 10px solid #3c9cd7;
	padding: 5px 25px 5px 10px;
	background: #fff;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1{
	display: flex;
	align-items: center;
	margin: 16px 0;
	max-width: 260px;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1:hover{
	cursor: pointer;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1:hover > .d31-d2{
	border-bottom: 1px solid #707070;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-d1-out{
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transform: rotate(45deg);
	border: 1px solid #fff;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-activated{
	background: #fff;
	border: 2px solid #707070;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-d1{
	width: 6px;
	height: 6px;
	background: #707070;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-activated .d31-d1{
	background: #fff;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-activated + .d31-d2{
	border-bottom: 1px solid #707070;
  }
  #home .xbb-module2Box .xm2d-d3 .d3-d1 .d31-d2{
	border-bottom: 1px solid #fff;
	line-height: 24px;
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d2{
	width: calc(100% - 330px);
  }
  #home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d2 .topCited{
	width: 100%;
	min-height: 424px!important;
  }
  #home .module2Box .module2ContentBox{
	width: 100%!important;
	padding: 0;
  }
  #home .module2Box .xbb-module2ContentBox{
	max-width: 1200px;
	margin: 0 auto;
  }
  #home .module2Box .module2ContentBox .module2Content{
	background: none;
	position: relative;
  }
  #home .module2Box .module2ContentBox .topCited{
	margin-left: 0!important;
	box-shadow: none!important;
	border-radius: 0!important;
	border-bottom: 10px solid #3c9cd7;
	height: auto!important;
	min-height: 450px!important;
  }
  #home .module2Box .module2ContentBox .topCited .lists{
	font-weight: 600;
	padding-bottom: 0;
  }
  #home .module2Box .module2ContentBox .topCited .lists .noList{
	margin-top: 152px;
	color: #000;
  }
  #home .module2Box .module2ContentBox .topCited .lists .list{
	margin-bottom: 20px;
  }
  /* #home .module2Box .module2ContentBox .topCited .lists .list .title{
	min-height: 38px;
  } */
  #home .module2Box .module2ContentBox .topCited .topCitedBtn{
	color: #000;
	background: #fff;
	font-size: 20px;
	padding: 0!important;
  }
  #home .module2Box .module2ContentBox .xbb-chemistry{
	display: none;
	position: relative;
	z-index: 9;
  }
  #home .module2Box .module2ContentBox .xbb-chemistry .xbb-chemistryTitle{
	font-size: 26px;
	text-align: center;
	margin-bottom: 5px;
  }
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .introduceBox{
	float: none!important;
  }
  #home .xbb-module2Box .xbb-module2Box-content .xbb-content-img{
	width: 100%;
	height: 320px;
  }
  #home .xbb-module6Box{
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
  }
  #home .xbb-module6Box .xbb-d6-d1{
	font-size: 18px;
	margin: 20px 0;
  }
  #home .xbb-module6Box .xbb-d6-d2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub{
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-dp{
	width: 64px;
	height: 64px;
	margin-right: 17px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-dp .d61-d1-dp{
	width: 40px;
	height: 40px;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1{
	background: #02ADC6;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d2{
	background: #F8BE16;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d3{
	background: #05BECA;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d4{
	background: #FF7124;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d5{
	background: #428CFD;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1-1{
	background: url(https://tedownloads.tcmjc.com/home/icon-qksl.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1-2{
	background: url(https://tedownloads.tcmjc.com/home/icon-lwqw.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1-3{
	background: url(https://tedownloads.tcmjc.com/home/icon-lwzy.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1-4{
	background: url(https://tedownloads.tcmjc.com/home/icon-zsk.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d61-d1-5{
	background: url(https://tedownloads.tcmjc.com/home/icon-slct.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d62-d1{
	font-size: 18px;
	/* margin-bottom: 10px; */
  }
  #home .xbb-module6Box .xbb-d6-d2 .d6-pub .d62-d2{
	font-size: 36px;
	color: #14818B;
	font-weight: 600;
  }
  #home .module3Box .module3 .lists{
	padding-top: 0px;
  }
  #home .module3Box .module3 .lists .list:first-child{
	border-top: 1px solid #aaa;
  }
  #home .module3Box .module3 .lists .list .referencesNumber .el-tag{
	color: #3c9cd7;
  }
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .linkBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-top: 20px;
  }
  #home .module2Box .module2ContentBox .chemistry .chemistryContent .linkBox .link{
	margin: 0!important;
	padding: 10px 20px;
	color: #3c9cd7;
  }
  #home .module2Box .module2ContentBox .chemistry .chenistryBtn{
	background: #3c9cd7;
  }
  @media (max-width: 992px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d1{
	  display: none;
	}
	#home .module2Box .module2ContentBox .xbb-chemistry{
	  display: block;
	  position: relative;
	  z-index: 9;
	}
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d2{
	  width: calc(100% - 50px);
	}
	#home .module2Box .module2ContentBox .chemistry .chenistryBtn{
	  width: 100%!important;
	}
	#home .xbb-module6Box{
	  padding: 0 15px;
	}
  }
  @media (max-width: 768px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out .xbb-mc2-d2{
	  width: calc(100% - 30px);
	}
	#home .module2Box .module2ContentBox .chemistry .chenistryBtn{
	  width: 100%!important;
	  max-width: none!important;
	}
  }
  
  #home .module1Box .module1 .imgTextBox .rightBox .type{
	color: #3c9cd7;
  }
  #home .module3Box .module3 .header{
	background: #fff;
	color: #333;
	border-top: 9px solid #3c9cd7;
	line-height: 48px;
	border-bottom: none;
  }
  #home .module3Box .module3 .header .more{
	color: #333;
  }
  #home .module4Box .module4Header{
	background: #fff;
	border-top: 9px solid #3c9cd7;
	color: #333;
	border-bottom: 1px solid #aaa;
	line-height: 48px;
  }
  #home .module5Box{
	margin-top: 47px;
	margin-bottom: 50px;
  }
  #home .module5Box .introduceBox .module5Header{
	background: #fff;
	border-top: 9px solid #3c9cd7;
	color: #333;
	border-bottom: 1px solid #aaa;
	line-height: 48px;
  }
  #home .module7Box{
	height: auto!important;
	background: none;
	margin-top: 37px;
  }
  #home .module7Box .module7{
	max-width: 1200px!important;
	height: auto!important;
  }
  #home .module7Box .module7 .module7-out{
	display: flex;
	justify-content: center;
  }
  #home .module7Box .module7 .module7-out .module7Header{
	color: #333;
	width: 300px;
	border-bottom: none;
	text-align: left;
	margin-top: 30px;
	font-size: 26px;
  }
  #home .module7Box .module7 .module7-out .module7Content{
	width: calc(100% - 300px);
  }
  #home .module7Box .module7 .module7Content{
	margin-top: 30px;
  }
  #home .module7Box .module7 .module7Content .list .shadow{
	box-shadow: none;
	background: #0000;
  }
  #home .module7Box .module7 .module7Content .list .name{
	margin: 0 auto;
	padding-top: 25px;
	height: 100px;
	border: 1px solid #cedbe0;
	margin-top: 4px;
	border-top: none;
	margin-bottom: 20px;
	padding: 25px 10px 0;
	color: #333;
  }
  #home .module7Box .module7 .module7Content .list .imgBox:hover > .mask{
	display: block;
  }
  @media (max-width: 992px){
	#home .module7Box .module7 .module7-out{
	  display: block;
	}
	#home .module7Box .module7 .module7-out .module7Header{
	  text-align: center;
	}
	#home .module7Box .module7 .module7-out .module7Content{
	  width: 100%;
	  padding: 0 15px;
	}
  }
  #home .module1Box-2 .module1 .rightBox .volumn{
	color: #3c9cd7;
  }
  #home .module1Box-2 .module1 .swiper-pagination-bullet-active{
	background: #209DA9;
  }
  @media (min-width: 768px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out {
	  /* padding: 0 15px; */
	}
  }
  @media (min-width: 992px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out {
	  width: 970px;
	  padding: 0 15px;
	}
  }
  @media (min-width: 1200px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out {
	  width: 1170px;
	  padding: 0 15px;
	}
  }
  @media (min-width: 1366px){
	#home .xbb-module2Box .xbb-module2Box-content2 .xbb-mc2-out {
	  width: 1200px;
	  padding: 0;
	}
	.module2Box .module2ContentBox .topCited .lists .list{
	  height: auto!important;
	}
  }
  /* 整体去掉圆角 */
  #home .module5Box .introduceBox{
	border-radius: 0;
  }
  #home .module5Box .introduceBox .module5Header{
	border-radius: 0;
  }
  #home .module5Box .rightBox{
	border-radius: 0;
  }
  #home .module4Box{
	margin-top: 47px;
  }
  #home .module4Box .module4Content{
	border-radius: 0;
  }
  #home .module4Box .module4Content .leftContent{
	border-radius: 0;
  }
  #home .module4Box .module4Content .rightContent{
	border-radius: 0;
  }
  #home .module3Box .module3 .lists{
	border-radius: 0;
  }
  #home .module4Box .module4Content .leftContent .imgBox .img{
	border-radius: 0;
  }
  #home .module3Box .module3 .header{
	border-radius: 0;
  }
  #home .module4Box .module4Header{
	border-radius: 0;
  }
  #home .bannerBox .middleBox .searchBox .search{
	background: url(https://tedownloads.tcmjc.com/template/platform/search.png) no-repeat;
	background-size: 21px 21px;
	background-position: center center;
  }
  #home .xbb-bannerBox .middleBox .searchBox .input{
	border-radius: 0;
  }
  #home .bannerBox .middleBox .searchBox .search{
	border-radius: 0;
  }
  /* 修改新刊入住高度 */
  #home .module7Box .module7 .module7-out .module7Content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  @media (min-width: 768px){
	#home .module7Box .module7 .module7-out .module7Content {
	  padding: 0 15px;
	}
  }
  @media (min-width: 992px){
	#home .module7Box .module7 .module7-out .module7Content {
	  width: 970px;
	  padding: 0 15px;
	}
  }
  @media (min-width: 1200px){
	#home .module7Box .module7 .module7-out .module7Content {
	  width: 1170px;
	  padding: 0 15px;
	}
  }
  @media (min-width: 1366px){
	#home .module7Box .module7 .module7-out .module7Content {
	  width: 1200px;
	  padding: 0;
	}
  }
  #home .module7Box .module7 .module7Content .list{
	width: 147px;
  }
  #home .module7Box .module7 .module7Content .list .imgBox{
	width: 147px;
	height: 222px;
  }
  #home .module7Box .module7 .module7Content .list .name{
	width: 147px;
	height: 140px;
	background: #fff;
	border-top: 1px solid #e3e3e360;
  }
  #home .module7Box .module7 .module7Content .list .imgBox .mask{
	padding-top: 100px;
  }
  #home .module1Box-2 .module1 .rightBox .desc{
	/* min-height: 200px; */
	height: 0;
  }
  #home .module5Box .introduceBox .descBox .moreBox .more{
	line-height: 19px;
  }
  #home .xbb-module3Box{
	width: 100%;
	height: auto;
	background: url(https://tedownloads.tcmjc.com/home/con-bg2.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module3Box .xbb-d3-d1{
	max-width: 1280px;
	margin: 0 auto;
  }
  #home .xbb-module3Box .d31-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
  }
  #home .xbb-module3Box .d31-content .d31c-d1{
	width: 630px;
	height: 230px;
	background: #fff;
	position: relative;
	padding: 30px;
	margin-bottom: 20px;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d1{
	width: 240px;
	height: 160px;
	position: absolute;
	z-index: 3;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d1-ts{
	display: none;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d1 img{
	width: 100%;
	height: 100%;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d2{
	width: 303px;
	position: absolute;
	right: 27px;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d2-ts{
	width: 100%;
	position: static;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d2 .d31-d12-d1{
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d2 .d31-d12-d1:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d2 .d31-d12-d2{
	font-size: 14px;
	color: #2c465f80;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d3{
	width: 575px;
	height: 60px;
	position: absolute;
	background: #FFF1E6;
	bottom: 30px;
	left: 19px;
	display: flex;
	align-items: center;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d3 .d3113-d1{
	color: #FF7607;
	margin-left: 282px;
	margin-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d3-ts .d3113-d1{
	margin-left: 10px;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d3 .d3113-d2{
	color: #2C465F;
	margin-right: 12px;
  }
  #home .xbb-module3Box .d31-content .d31-d1-d3 .d3113-d3{
	color: #2C465F;
	min-width: 116px;
  }
  #home .xbb-module4Box{
	width: 100%;
	height: 1030px;
	background: url(https://tedownloads.tcmjc.com/home/con-bg3.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module4Box-h5{
	display: none;
  }
  #home .xbb-module4Box .xbb-d4-d1{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
  }
  #home .xbb-module4Box .el-carousel__indicators--horizontal{
	display: none;
  }
  #home .xbb-module4Box .el-carousel__arrow--left{
	display: none;
  }
  #home .xbb-module4Box .el-carousel__arrow--right{
	display: none;
  }
  #home .xbb-module4Box .el-carousel__container{
	height: 360px!important;
  }
  #home .xbb-module4Box .d41-content{
	position: relative;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1{
	position: relative;
  }
  #home .xbb-module4Box .d41-content .tt-btn{
	width: 40px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000030;
	position: absolute;
	z-index: 9;
  }
  #home .xbb-module4Box .d41-content .tt-btn:hover{
	background: #F8BE16;
	cursor: pointer;
  }
  #home .xbb-module4Box .d41-content .tt-btn img{
	width: 14px;
	height: 23px;
  }
  #home .xbb-module4Box .d41-content .btn1{
	left: 0;
	top: 145px;
  }
  #home .xbb-module4Box .d41-content .btn2{
	right: 9px;
	top: 145px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp{
	display: flex;
	align-items: center;
	justify-content: left;
  }
  #home .xbb-module4Box-h5 .d41-content .d41-c-d1 .d41-c-d1-dp{
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p{
	width: 229px;
	margin-top: 20px;
	margin-right: 36px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p:hover{
	/* transform: translate(0,-20px); */
	cursor: pointer;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .m3-activated{
	transform: translate(0,-20px);
	/* cursor: pointer; */
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	width: 227px;
	height: 300px;
	background: url(https://tedownloads.tcmjc.com/home/bg2.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: left;
	justify-content: top;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .img1{
	width: 216px;
	height: 288px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d2{
	font-size: 16px;
	color: #fff;
	padding-left: 55px;
	margin-top: 12px;
  }
  #home .xbb-module4Box-h5 .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d2{
	padding-left: 0;
	text-align: center;
  }
  #home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d2-ts{
	color: #000;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2{
	width: 100%;
	position: absolute;
	top: 370px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d1{
	width: 36px;
	height: 16px;
	position: absolute;
	left: 95.5px;
	top: -18px;
  }
  #home .xbb-module4Box-h5 .d41-content .d41-c-d2 .d41cd2-d1{
	display: none;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d1 img{
	width: 36px;
	height: 16px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2{
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 42px 50px;
	position: relative;
	min-height: 680px;
  }
  #home .xbb-module4Box-h5 .d41-content .d41-c-d2 .d41cd2-d2{
	top: 20px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1{
	width: 830px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221-out{
	border-bottom: 1px solid #E3EBEC;
	margin-bottom: 20px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221-top{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-d1{
	min-width: 68px;
	max-width: 190px;
	padding: 0 5px;
	height: 28px;
	background: rgba(32, 157, 169, .1);
	border-radius: 4px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #209DA9;
	margin-right: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-d2{
	color: #B6B6B6;
	margin-right: 13px;
	min-width: 70px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-d3{
	color: #B6B6B6;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-line{
	color: #B6B6B6;
	margin-right: 13px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221-title{
	width: 95%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221-title:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d2{
	width: 304px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d2 .d41222-img{
	width: 304px;
	height: 413px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d2 .d41222-img:hover{
	/* cursor: pointer; */
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41222-img img{
	width: 100%;
	height: 100%;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d2 .d41222-title{
	font-size: 18px;
	text-align: center;
	margin-top: 26px;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d3{
	position: absolute;
	bottom: 20px;
	right: calc(50% + 100px);
	color: #1F8993;
  }
  #home .xbb-module4Box-h5 .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d3{
	position: absolute;
	bottom: 20px;
	right: calc(50% - 30px);
	color: #1F8993;
  }
  #home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d3:hover{
	cursor: pointer;
  }
  
  #home .xbb-module5Box{
	width: 100%;
	height: 943px;
	background: url(https://tedownloads.tcmjc.com/home/con-bg4.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .xbb-module5Box .xbb-d5-d1{
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 160px;
  }
  #home .xbb-module5Box .d51-content{
	position: relative;
  }
  #home .xbb-module5Box .d51-content .water-add{
	position: absolute;
	top: -20px;
  }
  #home .xbb-module5Box .d51-content .water-add .fa-plus{
	color: green;
	cursor: pointer;
  }
  .water-video-out{
	display: flex;
	justify-content: space-between;
  }
  .water-video1{
	width: 960px;
	margin-right: 14px;
	height: 540px;
  }
  .water-video-pen{
	position: absolute; 
	right: 10px;
	z-index: 20;
  }
  .water-video-pen .fa-pencil{
	color: green;
	cursor: pointer;
  }
  .water-video-pen .fa-times{
	color: red;
	cursor: pointer;
  }
  .water-video2{
	width: calc(100% - 974px);
	height: 540px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .water-video3{
	width: 100%;
	height: 540px;
	margin-right: 0;
  }
  .water-video2 .wv2-dout{
	height: 32%;
  }
  .water-pub-tabs{
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #AAAAAA;
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
  }
  .water-video2 .imgBox img{
	width: 100%;
	height: 100%;
  }
  .water-video1 .water-imgBox1{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
  }
  .water-video1 .water-imgBox1 .water-btn{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
  }
  .water-video2 .water-imgBox2 .water-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
  }
  .water-video1 .water-imgBox1 .water-v1-img1{
	width: 100%;
	height: 100%;
	transition: all 1s;
  }
  .water-video1 .water-imgBox1 .water-v1-img1:hover{
	cursor: pointer;
	transform: scale(1.1);
  }
  .water-video2 .water-imgBox2 .water-v2-img1{
	transition: all 1s;
  }
  .water-video2 .water-imgBox2 .water-v2-img1:hover{
	cursor: pointer;
	transform: scale(1.1);
  }
  .water-video1 .water-imgBox1 .water-v1-img2{
	width: 100%;
	height: 100%;
  }
  .water-video1 .water-imgBox1 .water-v1-img2:hover{
	cursor: pointer;
  }
  .water-bottomBox1{
	width: calc(100% - 75px);
	margin: 0 auto;
	display: flex;
	justify-content: start;
	position: absolute;
	bottom: 50px;
	left: 40px;
  }
  .water-pubVideo-text{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
  }
  .water-pubVideo-text .title{
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	cursor: pointer;
	word-break: break-all;
  }
  .water-pubVideo-text .title1{
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 5px;
  }
  .water-pubVideo-text .date{
	font-size: 16px;
  }
  .water-bottomBox2{
	width: calc(100% - 20px);
	margin: 0 auto;
	/* display: flex; */
	/* justify-content: space-between; */
	position: absolute;
	bottom: 0px;
	left: 10px;
  }
  .water-video2 .water-imgBox2{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
  }
  .water-video2 .water-imgBox2 .water-v2-img2{
	width: 100%;
	height: 100%;
  }
  .water-video2 .water-imgBox2 .water-v2-img2:hover{
	cursor: pointer;
  }
  #home .xbb-module6Box .d61-content{
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	position: relative;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1{
	width: 420px;
	min-height: 315px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 6px 10px 0px rgba(20,129,139,0.15);
	margin-bottom: 25px;
	margin-right: 10px;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1-ts{
	margin-right: 0;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d1{
	width: 420px;
	height: 240px;
	position: relative;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d1 .d61c1-d1-1{
	width: 100%;
	height: 100%;
	cursor: pointer;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d1 img{
	width: 100%;
	height: 100%;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d2{
	width: 100%;
	height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	font-size: 18px;
	margin: 25px 0;
	padding: 0 20px;
  }
  #home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d2:hover{
	cursor: pointer;
	text-decoration: underline;
  }
  #home .xbb-module7Box{
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 60px;
  }
  #home .xbb-module7Box .el-carousel__container{
	height: 110px!important;
  }
  #home .xbb-module7Box .el-carousel__indicators--horizontal{
	display: none;
  }
  #home .xbb-module7Box .cooperative-add{
	position: absolute;
	top: 110px;
	color: green;
	cursor: pointer;
  }
  #home .xbb-module7Box .xbb-d7-d1{
	font-size: 18px;
	margin: 20px 0;
	font-weight: 600;
  }
  #home .xbb-module7Box .d71-content{
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
  }
  #home .xbb-module7Box .d71-content .d71-c-d1{
	width: 242px;
	position: relative;
	box-shadow: 0px 3px 6px 0px rgba(20, 129, 139, 0.15);
	margin-right: 17px;
	border: 1px solid #E3EBEC;
  }
  #home .xbb-module7Box .d71-content .d71-c-d1-ts{
	margin-right: 0px;
  }
  #home .pub-edit{
	position: absolute;
	right: 10px;
	top: 0;
  }
  #home .pub-edit .fa-pencil{
	color: green;
	cursor: pointer;
  }
  #home .pub-edit .fa-times{
	color: red;
	cursor: pointer;
  }
  #home .pub-add{
	position: absolute;
	left: 5px;
	top: -30px;
  }
  #home .pub-add .fa-plus{
	color: green;
	cursor: pointer;
  }
  #home .xbb-module7Box .d71-content .d71-c-d1 .d71c1-d1{
	width: 240px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
  }
  #home .xbb-module7Box .d71-content .d71-c-d1 .d71c1-d1 img{
	width: 220px;
	height: 74px;
	border: 1px dashed #33333330;
  }
  .xbb-scopeBox{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 20;
  }
  .xbb-scopeBox .fa-plus{
	color: green;
	cursor: pointer;
  }
  .xbb-scopeBox .fa-pencil{
	color: green;
	cursor: pointer;
  }
  .xbb-scopeBox .fa-times{
	color: red;
	cursor: pointer;
  }
  
  
  
  
  
  #home .dpb-top{
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 60px;
	margin-bottom: 39px;
  }
  .addPencil{
	cursor: pointer;
    position: absolute;
    bottom: -35px;
    left: 1px;
  }
  #home .dpb-top4{
	padding-top: 0;
	margin-top: -40px;
  }
  #home .dpb-top .dpb-dpb{
	width: 35px;
	height: 37px;
	margin-right: 18px;
  }
  #home .dpb-top .dpb-dpb1{
	background: url(https://tedownloads.tcmjc.com/home/icon-rmwz.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .dpb-top .dpb-dpb2{
	background: url(https://tedownloads.tcmjc.com/home/icon-zazhi.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .dpb-top .dpb-dpb3{
	background: url(https://tedownloads.tcmjc.com/home/icon-jxsp.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .dpb-top .dpb-dpb4{
	background: url(https://tedownloads.tcmjc.com/home/icon-tezj.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .dpb-top .dpb-dpb5{
	width: 45px;
	height: 33px;
	background: url(https://tedownloads.tcmjc.com/home/icon-hzhb.png) no-repeat;
	background-size: 100% 100%;
  }
  #home .dpb-top .dpb-d2{
	font-size: 24px;
	color: #14818B;
	margin-right: 18px;
	font-weight: 600;
  }
  #home .dpb-top .dpb-d2-2{
	color: #fff;
  }
  #home .dpb-top .dpb-d3{
	flex: 1;
	height: 10px;
	background: url(https://tedownloads.tcmjc.com/home/line.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 21px;
  }
  /* #home .dpb-top .dpb-d3-1{
	width: 938px;
  }
  #home .dpb-top .dpb-d3-2{
	width: 614px;
  } */
  #home .dpb-top .dpb-d3-5{
	margin-right: 0px;
  }
  #home .dpb-top .dpb-d4{
	width: 106px;
	height: 34px;
	background: url(https://tedownloads.tcmjc.com/home/more-bk.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #home .dpb-top .dpb-d4:hover{
	cursor: pointer;
  }
  #home .dpb-top .dpb-d4 .dpb-d4-d1{
	font-size: 14px;
	color: #1F8993;
	margin-right: 9px;
	margin-top: 2px;
  }
  #home .dpb-top .dpb-d4 .dpb-d4-img1{
	width: 6px;
	height: 10px;
	margin-top: -1px;
  }
  .max-width-tooltip{
	max-width: 80%;
  }
  
  
  /* 这里是新写的小于1300的样式 */
  @media (max-width: 1300px) {
	#home .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 300px;
	}
	.tcm-top .tt-d1 .tt-d1-2{
	  width: calc(100% - 60px);
	}
	.tcm-top .tt-d1 .tt-d1-2 .tt-d1-2-1{
	  width: calc(100% - 130px);
	}
	#home .xbb-shouye .module1{
	  width: 90%!important;
	  margin: 0 auto;
	}
	#home .xbb-shouye{
	  display: block;
	}
	#home .xbb-shouye .module1-d2{
	  width: 90%!important;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin: 0 auto;
	  margin-top: 15px;
	  padding: 0;
	}
	#home .xbb-shouye .module1-d2 .m1-2-pub{
	  width: 49%!important;
	}
	#home .xbb-s-d2{
	  width: 100%;
	}
	#home .xbb-shouye .module1-d2 .m1-d2-d1{
	  margin-bottom: 0px;
	}
	#home .xbb-module3Box .d31-content .d31c-d1{
	  width: 100%;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d2 {
	  width: calc(100% - 330px);
	  position: absolute;
	  right: 27px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d3{
	  width: calc(100% - 19px);
	}
	#home .xbb-module3Box .d31-content .d31-d1-d2-ts{
	  width: calc(100% - 50px)!important;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d3-ts .d3113-d1{
	  margin-left: 10px !important;
	}
	.water-video-out{
	  display: block;
	}
	.water-video1{
	  width: 100%;
	}
	.water-video2{
	  width: 100%;
	  height: auto;
	  flex-direction: initial;
	}
	.water-video2 .wv2-dout{
	  width: 33%;
	  height: 300px;
	  margin-top: 20px;
	}
	#home .xbb-module5Box{
	  height: auto;
	}
	#home .xbb-module6Box{
	  margin-top: 70px;
	}
	#home .xbb-module6Box .d61-content{
	  justify-content: space-between;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1{
	  width: 30%;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d1{
	  width: 100%;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d2{
	  width: 100%;
	}
	#home .xbb-module7Box .d71-content{
	  justify-content: space-between;
	}
	#home .xbb-module7Box .d71-content .d71-c-d1{
	  width: 16%;
	  margin-right: 0;
	}
	#home .xbb-module7Box .d71-content .d71-c-d1 .d71c1-d1{
	  width: 100%;
	}
	#home .xbb-module7Box .d71-content .d71-c-d1 .d71c1-d1 img{
	  width: 100%;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1{
	  max-width: 60%;
	}
	#home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p{
	  width: 20%;
	}
	#home .xbb-module4Box-h5 .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p{
	  width: 66%;
	  margin-right: 0px;
	}
	#home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	  width: 100%;
	  height: 290px;
	}
	#home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .img1 {
	  width: 100%;
	  height: 100%;
	}
	#home .xbb-module4Box .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p-ts{
	  margin-right: 0;
	}
  }
  
  
  /* 这里是新写的小于1200的样式 */
  @media (max-width: 1200px) {
	#home{
	  margin-top: 40px;
	}
	#home .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 266px;
	}
	#home .xbb-module6Box{
	  margin-top: 30px;
	}
	#home .xbb-module6Box .xbb-d6-d2 .d6-pub{
	  width: 50%;
	}
	#home .xbb-module6Box .xbb-d6-d2 .d6-pub .d62-d2{
	  width: 160px;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1{
	  width: 100%;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	  height: 250px;
	}
	#home .xbb-module4Box-ipad .d41-content .btn1{
	  top: 120px;
	}
	#home .xbb-module4Box-ipad .d41-content .btn2{
	  top: 120px;
	}
  }
  
  /* 这里是新写的小于1080的样式 */
  @media (max-width: 1080px) {
	#home .module1Box-2 .module1-d2{
	  width: 100%!important;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 0 15px 10px;
	}
	#home .module1Box-2 .module1-d2 .m1-d2-d1{
	  margin-bottom: 15px;
	}
	#home .module1Box-2 .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 240px;
	}
	#home .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 250px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d1{
	  width: 240px;
	  height: 160px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d2{
	  width: calc(100% - 320px);
	}
	#home .xbb-module3Box .d31-content .d31-d1-d3{
	  width: 95%;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d3 .d3113-d1{
	  margin-left: 274px;
	}
	.water-video2{
	  display: block;
	}
	.water-video2 .wv2-dout{
	  width: 100%;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1{
	  width: 45%;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1{
	  max-width: 100%;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d2{
	  display: none;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d3{
	  right: 40px;
	}
	.pub-fa .fa-plus{
	  display: none;
	}
	.pub-fa .fa-times{
	  display: none;
	}
	.pub-fa .fa-pencil{
	  display: none;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	  height: 220px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d2{
	  padding-left: 25px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d2 .d41cd2-d1{
	  left: 60.5px;
	}
	#home .xbb-module3Box{
	  padding: 0 10px;
	}
	#home .xbb-module4Box{
	  padding: 0 10px;
	}
	#home .xbb-module5Box{
	  padding: 0 10px;
	}
	#home .xbb-module6Box{
	  padding: 0 10px;
	  margin-top: 30px;
	}
	#home .xbb-module7Box{
	  padding: 0 10px;
	}
  }
  
  /* 这里是新写的小于992的样式 */
  @media (max-width: 992px) {
	#home .xbb-shouye{
	  display: none;
	}
	#home .module1Box-2 .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 210px;
	}
	#home .yqlj-pc{
	  display: none;
	}
	#home .yqlj-h5{
	  display: block;
	}
	#home .xbb-module7Box .d71-content-h5{
	  justify-content: space-between;
	}
	#home .xbb-module7Box .d71-content-h5 .d71-c-d1{
	  width: 45%;
	  margin-right: 0;
	}
	#home .xbb-module7Box .d71-content-h5 .d71-c-d1 .d71c1-d1{
	  width: 100%;
	}
	#home .xbb-module7Box .d71-content-h5 .d71-c-d1 .d71c1-d1 img{
	  width: 90%;
	}
  }
  /* 这里是新写的大于992的样式 */
  @media (min-width: 992px) {
	#home .yqlj-pc{
	  display: block;
	}
	#home .yqlj-h5{
	  display: none;
	}
  }
  /* 这里是新写的小于800的样式 */
  @media (max-width: 800px) {
	#home .module1Box-2 .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 200px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	  height: 162px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d2{
	  padding-left: 6px;
	}
	#home .xbb-module4Box-ipad .el-carousel__container{
	  height: 250px!important;
	}
	#home .xbb-module4Box-ipad .d41-content .btn1{
	  top: 95px;
	}
	#home .xbb-module4Box-ipad .d41-content .btn2{
	  top: 95px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d2{
	  top: 270px;
	}
	#home .xbb-module4Box-ipad .d41-content .d41-c-d2 .d41cd2-d1{
	  left: 40.5px;
	}
  }
  /* 这里是新写的大于767的样式 */
  @media (max-width: 767px) {
	#home{
	  margin-top: 100px;
	}
	#home .xbb-module6Box .xbb-d6-d2 .d6-pub .d62-d2{
	  font-size: 18px;
	}
	#home .module1Box-2 .module1-d2{
	  width: 100%!important;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 0 15px 10px;
	}
	#home .module1Box-2 .module1-d2 .m1-d2-d1{
	  margin-bottom: 15px;
	}
	#home .module1Box-2 .module1-d2 .m1-2-pub{
	  width: 49%!important;
	  height: 100px;
	}
	#home .xbb-module6Box{
	  margin-top: 20px;
	}
	#home .dpb-top .dpb-d2{
	  width: 113px!important;
	  font-size: 26px;
	}
	#home .dpb-top .dpb-d2-2{
	  width: 160px;
	}
	#home .dpb-top .dpb-d2-fl{
	  width: 135px!important;
	}
	#home .dpb-top .dpb-d2-video{
	  width: 75px!important;
	}
	#home .dpb-top .dpb-d2-ha{
	  width: 95px!important;
	}
	#home .dpb-top .dpb-d2-jq{
	  width: 95px!important;
	}
	#home .xbb-module3Box{
	  padding: 0 10px;
	}
	#home .xbb-module5Box .xbb-d5-d1{
	  padding-top: 110px;
	}
	#home .xbb-module4Box{
	  height: 1140px;
	  padding: 0 10px;
	  display: none;
	}
	#home .xbb-module4Box-h5{
	  display: block;
	}
	#home .xbb-module4Box-h5 .xbb-d4-d1{
		padding-top: 20px;
	}
	#home .xbb-module4Box-h5 .d41-content .d41-c-d1 .d41-c-d1-dp .d41cd1dp-p .d1{
	  height: 310px;
	}
	#home .xbb-module5Box{
	  padding: 0 10px;
	}
	#home .xbb-module6Box{
	  padding: 0 10px;
	}
	#home .xbb-module7Box{
	  padding: 0 10px;
	}
	#home .module1Box-2 .module1 .imgBox .img {
	  object-fit: inherit;
	}
	#home .xbb-module3Box .d31-content .d31c-d1{
	  height: 214px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d1{
	  width: 140px;
	  height: 92px;
	  left: 20px;
	  top: 23px;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1{
	  min-height: 240px;
	  width: 100%;
	  margin-right: 0;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d2 {
	  width: calc(100% - 190px);
	  right: 18px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d2 .d31-d12-d1{
	  margin-bottom: 10px;
	}
	#home .xbb-module3Box .d31-content .d31-d1-d3 .d3113-d1{
	  margin-left: 10px;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d1{
	  height: 200px;
	}
	#home .xbb-module6Box .d61-content .d61-c-d1 .d61c1-d2{
	  margin: 12px 0;
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-d1{
	  min-width: 40px
	}
	#home .xbb-module4Box .d41-content .d41-c-d2 .d41cd2-d2 .d41cd2-d2-d1 .d41221t-d2{
	  min-width: 69px;
	}
	#home .dpb-top{
	  padding-top: 0;
	}
	#home .xbb-module6Box .xbb-d6-d2 .d6-pub .d62-d2{
	  width: auto;
	}
  }