@charset "utf-8";
/*带右栏二级页css*/
/*20180122 v1.0*/
body { position:relative;
	
}
a {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover {
	color: #ff9724!important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.contant {
	width: 1000px;
	margin: 0 auto; margin-top:35px; margin-bottom:30px;
}
.con_top {
	color: #407434;
	
	font-size: 14px;
	line-height: 50px;
}
.con_top a {
	color: #407434;
}
.con_left {
	width: 608px;
	float: left;
}
/*标题通用*/
.title {
	    width: 608px;
    height: 30px;
   
    position: relative; margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #bbb; margin-top:20px;
}
.title h3 {
	padding: 0px 15px 0 0px;
    background: #FFF;
    font-size: 28px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 43px;
    color: #fbcc28;
    
}
.title h3 a {
	color: #407434;
}
.title span {
	display: inline-block;
	float: right;
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	color: #8aa585;
}
.title span a {
	color: #8aa585;
}
/*左侧*/
.con_left ul {
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.con_left li{
	
	overflow: hidden;
	position: relative;
	 border-bottom:1px solid #c9c9c9; padding-bottom:10px; margin-bottom:10px;}
	
.con_left li h2{
	font-size: 20px;
	line-height: 35px;
	}
	 .con_left li h2 a{ color:#585858;}

.con_left li i {
	width: 2px;
	height: 2px;
	display: inline-block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	top: 17px;
	left: 0;
}
.con_left li h3 {
	display: inline-block;
	color: #b1b1b1;
	font-size:14px; font-weight:normal;
}
.con_left li h3 a{
	
	color: #b1b1b1;
	
}

/*xpage list*/
.xpage-more-btn {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}
.xpage-more-btn:hover {
    background: #ddd;
}
.xpage-more-btn:active {
    background: #ccc;
}
hr{ width:100%; height:1px; border:none; background:#eee; margin:10px 0 10px 0;}
/*图片列表*/
.con_img{
		width: 100%;
	}

.xpage-img-list li{ width:30%; height: auto; overflow:hidden; margin:0 1.6% 20px 1.6%; float:left;}
.xpage-img-list li img{ width:100%; height:178px; margin-bottom:8px;}
.xpage-img-list li p{ width:100%; height:48px; overflow:hidden; font-size:16px; line-height:24px;}


.con_right{ float:right; width:339px;}
.banner{ width:100%; background:url(//www.news.cn/science/kxylydt/2018newydt/ej/images/banner.jpg) 50% 0 no-repeat; height:624px;}


/*.con_left li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background: #c00406;
}*/



