.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 .title h1{
	font: bold 38px/150% "Microsoft Yahei";
	margin-top: 25px;
	color: #333;
}
.box_inner .title h3{
	border-bottom: 1px solid #ccc;
    font: 16px normal;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
.box_inner .title .date,.box_inner .title .ly {
    display: block;
    float: left;
    margin-right: 30px;
    color: #666;
    margin-top: 20px;
}
.box_inner .title .share {
    display: block;
    float: right;
}
.box_inner .inner-left{
	width: 610px;
    float: left;
    padding: 30px 15px;
    font-size: 18px;
    color: #333;
    line-height: 180%;
    text-align: justify;
}
.box_inner .inner-left p{
	text-indent: 2em;
	margin-bottom: 15px;
}
.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*/