html{
	font-size:100px;/*1380px*/
}
p{
	margin:0;
}
a{
	color: inherit;
}
.learn-block {
	font-family: SimHei;
	font-size:0;
	margin-top: 0.25rem;
}
.learn-menu {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.learn-content {
  	width: 74%;
  	display: inline-block;
  	margin-left: 2%;
  	vertical-align: top;
  	position: relative;
  	background: #fff;
/*   	padding:0.2rem 0.25rem; */
}
.learn-in {
  font-size: 0.13rem;
  vertical-align: middle;
  width: 100%;
  cursor:pointer;
  position:relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-title{
	padding: 0.22rem 0.2rem;
}
.block-title-front{
	display:inline-block;
	width:0.13rem;
	vertical-align: middle;
}
.block-title p{
	display:inline-block;
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	vertical-align: middle;
	margin:0;
	margin-left:0.06rem;
}
.choice-icon{
	display:inline-block;
	width:0.12rem;
	margin-top:0.06rem;
	float:right;
	vertical-align: middle;
}
.block-ul{
  	background:rgba(248,250,252,0.8);
  	color: #333333;
  	margin:0;
  	padding:0 0.12rem;
}
.block-ul-title{
	font-size:0.14rem;
  	padding: 0.12rem 0.27rem;
}
.block-li{
	
}
.block-li li{
	list-style-type:none;
  	font-size:0.13rem;
	line-height: 0.16rem;
	color: #666666;
  	position:relative;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	padding:0.12rem 0.45rem;
}
.block-li li:before{
	content: "";
    display: inline-block;
    width: 0.02rem;
    height: 0.11rem;
    position: absolute;
    left: 0.32rem;
    top: 0.14rem;
    background-color: #999999;
}
.line-active{
	background-color: #f08e09;
	color:#fff !important;
}
.line-active p{
	color:#fff !important;
}
.line-active:before{
	background-color: #fff !important;
}
.content-title {
  color: #c32945;
  border-bottom: 2px #f18d09 solid;
  position:relative;
  margin:0.2rem 0.25rem 0;
  padding-bottom: 10px;
}
.learn-position{
	display:inline-block;
	margin-left:0.24rem;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #007bc4;
}
.learn-position:before {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    left: 0;
    top: 0.02rem;
    background: url(../../img/aboutUsIcon.png) no-repeat center center;
    background-size: cover;
}
.content-title span:last-child {
  	float: right;
  	font-size: 0.13rem;
	color: #f18d09;
}
.no-display{
	display:none;
}
.main-content{
	min-height:480px;
	padding:0.31rem;
	font-size:0.15rem;
	word-break: break-word;
}
.content-header{
	width:100%;
	font-size:0;
	margin-bottom:0.25rem;
}
.content-header span{
	display:inline-block;
	text-align:center;
	border-radius: 0.07rem;
	width:38%;
	padding:0.11rem 0;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #f08e09;
	border-style: solid;
	border-width: 0.01rem;
	border-image-slice: 1;
	cursor: pointer;
	margin:0 8%;
}
.content-header span:first-child{
	margin-right:0;
}
.content-header-active{
	background-color: #fbc600;
	background-image: linear-gradient(81deg, #f49e00 0%, #fbc600 100%), linear-gradient(#f8fafc, #f8fafc);
	background-image: -moz-linear-gradient(left, #f49e00,#fbc600);
	background-image:-o-linear-gradient(left,#f49e00,#fbc600);
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f49e00, endColorstr=#fbc600); */
/* 	border-image-source: linear-gradient(81deg, #f49e00 0%, #fbc600 100%); */
	padding:0.12rem 0 !important;
	color:#fff !important;
}
.content-list{
	
}
.content-list-ul{
	font-family: SimHei;
	font-size: 0.14rem;
	color: #333333;
	padding: 0.21rem 0;
	border-bottom: dashed 0.01rem #b5b5b5;
    padding-left: 0.1rem;
    position: relative;
    cursor:pointer;
}
.content-list-ul:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0.02rem;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 0.03rem;
    height: 0.03rem;
    border-radius: 0.03rem;
    background: #333333;
}
.content-list-ul span{
	display: inline-block;
	vertical-align: bottom;
}
.list-ul-date{
    float: right;
    font-size: 0.14rem;
	color: #999999;
	padding-right:0.06rem;
}
.page-content{
	background: #f7f7f7;
	padding:0.25rem 0;
	text-align:right;
}
.pagination-ul {
	font-size: 0.13rem;
	line-height:0.33rem;
	color: #999999;
}
.pagination-ul span{
	display:inline-block;
	border: solid 0.01rem #dcdcdc;
	margin-left:0.08rem;
	padding:0 0.1rem;
  	cursor:pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	min-width:0.31rem;
  	height:0.33rem;
  	text-align:center;
  	vertical-align: middle;
}
.pagination i{
	font-style: normal;
    font-weight: bold;
}
.page-num{
	font-size:0.15rem !important;
	color: #007bc4 !important;
}
.page-prev{
	background:url(../../img/publish/page_prev.png) no-repeat center center;
	display: inline-block;
	position:relative;
    width: 0.07rem;
    height: auto;
}
.page-next{
	background:url(../../img/publish/page_next.png) no-repeat center center;
	display: inline-block;
	position:relative;
    width: 0.07rem;
    height: auto;
}

.page-active{
	background-color: #f08e09 !important;
	box-shadow: inset 0rem 0rem 0rem 0rem rgba(156, 156, 156, 0.35) !important;
	border: solid 0.01rem #f08e09 !important;
	color:#fff !important;
}

.newsCenter-list-content li a {
    overflow: hidden;
}


