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

  @font-face {
	font-family: "Montserrat Bold";
	src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
  }
  @font-face {
	font-family: "Montserrat Regular";
	src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
  }
  .font-regular {
	font-family: "Montserrat Regular", "Montserrat", sans-serif;
  }
  .font-bold {
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
  }
  html,
  body {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Montserrat Regular", "Montserrat", sans-serif;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	list-style: none;
	box-sizing: border-box;
	font-size: 16px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
	margin: 0;
	padding: 0;
  }
  a {
	color: white;
	text-decoration: none;
  }
  label.error {
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
  }
  @media (max-width: 767px) {
	.contentBox {
	  margin-top: 20px;
	}
	.contentBox .modulesBox {
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	}
	.contentBox .modulesBox .left {
	  padding-top: 0;
	}
	.contentBox .lists .list .rightBox {
	  margin-top: 20px;
	}
	.actionsbar {
	  display: none;
	}
	::-webkit-scrollbar {
	  display: none;
	}
	.contentBox .lists .list .leftBox {
	  display: none;
	}
	.contentBox .lists .list .rightBox .titleBox .title {
	  display: none;
	}
	.contentBox .lists .list .leftBoxPhone {
	  width: 100%;
	  display: flex;
	}
	.contentBox .lists .list .leftBoxPhone .imgBox {
	  width: 217px;
	}
	.contentBox .lists .list .leftBoxPhone .imgBox .img {
	  width: 180px;
	  height: 240px;
	}
	.contentBox .lists .list .leftBoxPhone .urlBox {
	  width: 100%;
	  width: calc(100% - 185px);
	  height: 240px;
	  position: relative;
	}
	.contentBox .lists .list .leftBoxPhone .urlBox .title {
	  width: 100%;
	  position: absolute;
	  top: 25px;
	  text-align: center;
	  font-size: 16px;
	  color: #000000;
	  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
	}
	.contentBox .lists .list .leftBoxPhone .urlBox .urlboxBox {
	  position: absolute;
	  bottom: 25px;
	  width: 100%;
	}
	.contentBox .lists .list .leftBoxPhone .urlBox .urlboxBox .seeLink {
	  display: block;
	  text-align: center;
	  color: #00508B;
	  font-size: 14px;
	  cursor: pointer;
	}
	.contentBox .lists .list .leftBoxPhone .urlBox .urlboxBox .downloadLink {
	  display: block;
	  color: #00508B;
	  font-size: 14px;
	  cursor: pointer;
	  text-align: center;
	  margin-top: 10px;
	}
	.lists .list .rightBox .titleBox .fa-pencil {
	  display: none!important;
	}
  }
  @media (min-width: 768px) {
	.container {
	  width: 100%;
	}
	.contentBox .modulesBox {
	  width: 100%;
	  height: auto;
	  margin: 0 auto 130px;
	}
	.contentBox .modulesBox .left {
	  padding-top: 30px;
	}
	.contentBox .lists .list .leftBox {
	  width: 217px;
	}
	.contentBox .lists .list .leftBox .img {
	  width: 180px;
	  height: 240px;
	}
	.contentBox .lists .list .leftBox .seeLink {
	  width: 180px;
	  display: block;
	  text-align: center;
	  color: #00508B;
	  font-size: 14px;
	  cursor: pointer;
	  margin-top: 15px;
	}
	.contentBox .lists .list .leftBox .downloadLink {
	  display: block;
	  color: #00508B;
	  font-size: 14px;
	  cursor: pointer;
	  margin-top: 10px;
	}
	.contentBox .lists .list .leftBox {
	  float: left;
	}
	.contentBox .lists .list .rightBox {
	  width: calc(100% - 232px);
	  margin-left: 15px;
	  float: left;
	}
	.contentBox .lists .list .leftBoxPhone {
	  display: none;
	}
  }
  @media (min-width: 992px) {
	.container {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.container {
	  width: 1170px;
	}
  }
  @media (min-width: 1366px) {
	.container {
	  width: 1230px;
	}
  }
  #abbs {
	width: 100%;
	height: 100%;
	color: #333333;
	display: flex;
	flex-direction: column;
  }
  /* #abbs .mainBox {
		background: #FAFAFA;
	}
	 */
  /* pc端 */
  .contentBox {
	position: relative;
	min-height: 1500px;
  }
  .contentBox .bannersBox .bannerEditBox .pencilBox {
	height: 50px;
  }
  /* .lists {
	margin-top: 20px;
  } */
  .lists .list {
	border-bottom: 1px solid #D7D7D7;
	padding: 35px 0;
	overflow: hidden;
  }
  .lists .list .rightBox .titleBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .lists .list .rightBox .titleBox .title {
	font-size: 16px;
	color: #000000;
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  }
  .lists .list .rightBox .titleBox .fa {
	font-size: 18px;
	color: #F59A23;
	cursor: pointer;
  }
  .lists .list .rightBox .descBox {
	margin-top: 17px;
  }
  .lists .list .rightBox .descBox .desc {
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.7px;
	line-height: 18px;
  }
  .lists .list:last-of-type {
	border-bottom: none;
  }
  .actionsbar {
	top: 130px;
	z-index: 11;
	background: transparent;
	border-bottom: 0;
	align-items: center;
	justify-content: space-between;
  }
  .suspendBox {
	background: #fff;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.24);
	border-radius: 8px;
	z-index: 1;
  }
  .suspendBox .suspend {
	padding: 16px 0;
	min-height: 70px;
	max-height: 350px;
	overflow-y: auto;
  }
  .suspendBox .barBox {
	margin: 0 9px;
	position: relative;
	display: flex;
	align-items: center;
  }
  .suspendBox .bar {
	color: #757575;
	transition: all 0.2s cubic-bezier(0.6, 0.01, 0.16, 1.01);
  }
  .suspendBox .suspend .barBox .bar:hover {
	color: #333;
	font-weight: bold;
	cursor: pointer;
  }
  .suspendBox .suspend .barBox .line {
	width: 4px;
	height: 15px;
	background: #1851B3;
	visibility: hidden;
  }
  .suspendBox .active .bar {
	color: #333;
	font-weight: bold;
  }
  .suspendBox .suspend .active .line {
	visibility: visible;
  }
  .suspendBox .bar {
	font-size: 14px;
	padding: 4px;
	width: 100%;
	display: block;
  }
  @media (max-width: 1634px) {
	.actionsbar {
	  justify-content: space-between;
	  padding: 6px 0;
	  flex-flow: row wrap;
	}
  }
  @media (min-width: 768px) and (max-width: 1634px) {
	.actionsbar {
	  position: fixed;
	  left: 0;
	  border: none;
	  top: 40%;
	}
	.suspendBox {
	  background: transparent;
	  box-shadow: none;
	}
	.suspend {
	  width: 220px;
	  display: inline-block;
	  position: static;
	  margin-left: -220px;
	  transition: margin-left 0.2s;
	  border-radius: 0 0 8px 0;
	  background: #fff;
	  color: #000;
	  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.1);
	  z-index: 99;
	}
	.suspendBox .icon {
	  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.16);
	  border-radius: 0 8px 8px 0;
	  padding: 20px 8px;
	  vertical-align: top;
	  background: #fff;
	  display: inline-flex;
	  align-items: baseline;
	  margin-left: -6px;
	  cursor: pointer;
	}
  }
  @media (min-width: 1635px) {
	.actionsbar__has__sections {
	  height: 0;
	}
	.actionsbar {
	  position: static;
	  display: inline;
	}
	.suspendBox {
	  overflow: auto;
	  position: -webkit-sticky;
	  position: sticky;
	  float: left;
	  width: 240px;
	  max-height: calc(100vh - 130px);
	  margin-right: 0;
	  margin-left: -280px;
	  top: 150px;
	  margin-top: 150px;
	}
	.suspendBox .suspend {
	  display: block;
	  box-shadow: none;
	  position: static;
	  width: 100%;
	  border-radius: 8px;
	  margin-left: 0 !important;
	}
	.suspendBox .icon {
	  display: none;
	}
  }
  
  .contentBox .left .issueSelect {
	width: 100%;
	border-bottom: 2px solid #AAAAAA;
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	height: 55px;
	padding-top: 23px;
	margin-top: -30px;
	display: flex;
	align-items: center;
  }
  
  .contentBox .left .latestTitle {
	margin-right: 40px;
	cursor: pointer;
	position: relative;
  }

  .contentBox .left .HistoricalTitle{
	cursor: pointer;
	position: relative;
  }

  /* 出版目录 */
  .archiveLists{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	box-shadow: 3px 3px 5px rgb(127 127 127 / 35%);
  }
  
  .archiveLists .volumnList{
	font-size: 0;
  }
  
  .archiveLists .volumnList .volume{
	width: 135px;
	height: 40px;
	background: #eeeeee;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
  }
  
  .archiveLists .volumnList .issueList{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 137px);
  }
  
  .archiveLists .volumnList .issueList .issue{
	width: 188px;
	height: 40px;
	background: #eeeeee;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	color: #333333;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
  }
  
  .archiveLists .volumnList .issueList .issue .lssueText{
	color: #333333;
	text-decoration: underline;
  }
  
  #journalCoverModal .formDialog .uploadBox .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: 15px 0 0 14px;
	cursor: pointer;
  }
  
  #journalCoverModal .formDialog .uploadBox .imgBox{
	width: 252px;
	height: 304px;
	border: 1px solid #D7D7D7;
	margin: 20px 0 25px 14px;
	text-align: center;
  }
  
  #journalCoverModal .formDialog .uploadBox .imgBox img{
	width: 232px;
	height: 302px;
	margin-top: 1px;
  }
  
  #journalCoverModal .formDialog .uploadBox input{
	width: 85px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 14px;
	visibility: hidden;
  }
