.section {
	width: 100%;
	margin-top: -4px;
	padding-top: 54px;
	padding-bottom: 40px;
	background-color: #F0F7FD;
}
.section .ej-list {
	width: 23.666%;
	height: auto;
}
.section .ej-list h2 {
	width: 100%;
	height: 87px;
	color: #F8F8F8;
	font-size: 28px;
	line-height: 87px;
	text-align: center;
	background-color: #0D83CA;
	background-image: url(../img/dna.png);
	background-repeat: no-repeat;
	background-position: 15px 0;
}
.section .ej-list ul li {
	width: 100%;
	height*: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	background-color: #44A9E4;
}
.section .ej-list ul li:hover {background-color:#6FB9E4;}
.section .ej-list ul li a {
	color: #F8F8F8;
	font-size: 18px;
	text-align: center;
        display: block;
        width:100%;
        height:100%;
}
.section .ej-list ul li img {
	top: 50%;
	width: 8.5%;
	right: 30px;
	margin-top: -11.5px;
	position: absolute;
}
.section .list {
	width: 74%;
	height: auto;
}
.section .list .position {
	width: 100%;
	color: #333;
	height: 27px;
	font-size: 14px;
	border-bottom: 1px solid #E5E5E5;
}
.section .list .content-list {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.section .list .content-list ul li {
	width: 100%;
	height: 56px;
	color: #323232;
	font-size: 16px;
	line-height: 56px;
}
.section .list .content-list ul li span {
	/*float: right;*/
	color: #999999;
	font-size: 15px;
	padding-right: 10px;
}
.section .list .content-list ul li a {
	color: #323232;
}
.section .list .content-list ul li a img {
	width: 0.55%;
	height: 4.3px;
	padding: 0 2px 0 12px;
}
.section .list .content-list ul li:hover {
	background-color: #fff;
	box-shadow: 0 0 8px 2px #ADBCC9;
}
.section .list .list-page {
	width: 51%;
	height: 24px;
	color: #000000;
	font-size: 14.5px;
	line-height: 24px;
	margin: 30px auto;
	text-align: center;
}
.section .list .list-page div {
	width: auto;
	height: 100%;
	padding: 0 5px;
	color: #999999;
	line-height: 26px;
	margin-right: 12px;
	border: 1.5px solid #C4E0F8;
}
.section .list .list-page div a {
	color: #000000;
}
.section .list .list-page span {
	padding-left: 5px;
	line-height: 27px;
}
.section .list .list-page input {
	width: 36px;
	height: 100%;
	text-indent: 1em;
	border: 1.5px solid #666;
}



/*单片正文页css样式*/
.section .list .content-art {
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.section .list .content-art img {
	/*width: 100%;*/
}
.section .list .content-art .article {
	width: 100%;
	color: #000;
}
.section .list .content-art .article h1 {
	font-size: 20px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}
.section .list .content-art .article p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 34px;
	padding-bottom: 20px;
}



/*图片列表页样式*/
.section .list .content-imag {
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.section .list .content-imag ul {
	width: 100%;
	height: auto;
}
.section .list .content-imag ul li {
	float: left;
	padding: 0 14px;
	text-align: center;
	margin-bottom: 18px;
}
.section .list .content-imag ul li p a {
	color: #333;
	font-size: 16px;
	line-height: 50px;
}
.section .list .content-imag ul li p a:hover {
color:#0D83CA;
}



/*图片文章页样式部分*/
.section .list .content-img-art {
	width: 100%;
	height: auto;
	padding: 60px 0;
}
.section .list .content-img-art .nr {
	width: 100%;
	height: 240px;
	
}
.section .list .content-img-art .nr div {
	width: 47.3%;
	height: 100%;
	margin: 60px 0;
	padding: 0 33px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}
.section .list .content-img-art .nr div img {
	top: -55px;
	position: absolute;
width: 355px;
    height: 223px;
}
.section .list .content-img-art .nr div .title1 {
	width: 85%;
	color: #000;
	bottom: 30px;
	display: block;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
}