/*分页分页分页分页分页*/
#autopage { clear: both; text-align: center; padding-top: 30px; }
#autopage a { display: inline-block; width: 36px; height: 36px; background-color: #F5F5F5; font-size: 12px; line-height: 36px; color: #000; }
#autopage span { display: inline-block; width: 36px; height: 36px; background-color: #FF4C4C; color: #fff; font-size: 12px; line-height: 36px; }
/*分页分页分页分页分页*/
.head{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #3a7dd6;
}
.head_inner{
	width: 973px;
	margin: 0 auto;
}
.head_inner a{
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
}
.nav{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.news-nav{
	width: 1000px;
	height: 58px;
	margin: 10px auto;
	background: url(http://images.china.cn/images1/market/wz/201807/news-logo.png) no-repeat left center;
}
.news-nav ul li{
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
.news-nav ul li:nth-of-type(1){
	margin-right: 0;
}
.news-nav ul li a{
	font-size: 18px;
	color: #333;
}
.news-nav ul li a:hover{
	color: #3a7dd6;
}
/*内容*/
.box_inner {
	width: 1000px;
	margin: 0 auto;
}
.box_inner h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 30px 0 15px 0;
}
.box_inner .inner-left{
	width: 630px;
	float: left;
}
.inner-left ul li{
	font-size: 18px;
    line-height: 28px;
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
}
.inner-left ul li a{
	color: #333;
}
.inner-left ul li span{
	float: right;
    font-size: 14px;
    color: #666;
    margin-left: 30px;
}
.inner-right{
	float: left;
	width: 330px;
	margin-left: 30px;
}
.inner-right .column{
	margin: 20px 0 25px;
}
.inner-right .column span{
	display: block;
    float: left;
    font-size: 20px;
    color: #3A7DD6;
    line-height: 20px;
    border-left: 2px solid #3A7DD6;
    padding-left: 10px;
}
.inner-right .pic{
	margin-top: 66px;
    margin-bottom: 20px;
    width: 330px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.inner-right .pic p{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    z-index: 99;
    text-align: center;
    width: 330px;
    background: rgba(0,0,0,.5);
    font-size: 16px; 
}
.inner-right .pic p a{
	color: #fff;
}
.inner-right .pic img{
	-webkit-transition: all 0.5s
}
.inner-right .pic img:hover{
	-webkit-transform: scale(1.2);  
}
.inner-right li{
	font-size: 16px;
    line-height: 34px;
} 
.inner-right li em{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3A7DD6;
	margin-right: 15px;
    margin-top: 15px;
    float: left;
}
/*footer*/
.footer{
	width: 100%;
	height: 130px;
	background: #3A7DD6;
	margin-top: 18px;
	overflow: hidden;
}
.footer p{
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
/*footer*/
