/*头部*/
.logo{
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	}
.logo li{
	float: left;
	list-style: none;
	padding-top: 40px;
}
.logo .dangan{
	margin:20px 180px 0 40px;
}
.logo .xiaoxun{
	margin-top: 20px;
}
/*导航*/
.nav-box{
	border-bottom: 2px solid #dddddd;
	height: 45px;
}
.nav{
	
	width: 1200px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto ;
	text-decoration: none;
	
	
}
.nav ul{
	list-style: none;
	font-family: "微软雅黑";
overflow: hidden;
	font-weight: 500;
font-size: 18px;

}
.nav li{
	float: left;
	margin: 0 10px;
}
.nav a{
color: #333;
text-decoration: none;
}
.nav  a:hover, .nav a:active{
color: red;
}

/*内容*/
.content{
background-image: url(../img/news-bg.png);
	width: 100%;
	min-height: 1300px;
	background-repeat:no-repeat ;	
	overflow: hidden;
background-color: #f5f9fd;
}
.content-news{

	width: 1200px;

	margin:205px auto 50px;
	overflow: hidden;
}
.content-news-hd {
	width:180px;
	height: 265px;
	float: left;	
}
.content-news-hd .content-news-hd-1{
	width: 180px;
	height: 60px;
	background-color: #246abc;
	line-height: 60px;
	border-bottom: 6px solid #e98c13;
}
 .content-news-hd .content-news-hd-1 a{
	font-size: 18px;
	font-family: "微软雅黑";
	color: #FFFFFF;
}
 .content-news-hd  .content-news-hd-2{
 	background-color: #ccc;
 	color: #ed8e14;
 	
 }
.content-news-hd li {
	width: 180px;
	height: 40px;
	text-align: center;
	list-style: none;
	background-color: #efecec;
	border: 1px solid #e0e0e0;
	line-height: 40px;
}
{
width: 180px;
	height: 60px;
	background-color: red;	
}
.content-news-hd li a{
	color: #333333;
	text-decoration: none;
}
/*新闻内容*/
.content-news-bd{
	width: 1000px;
	background-color: white;
        margin-bottom:50px;
	float: right;
        overflow: hidden;  
}
.content-news-bd-title{
	width: 910px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #efeeed;
}
.title-1{
	float: left;
	margin-left: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
}
.content-news-bd-title-2{
	float: right;
}
.content-news-bd-title-2 li {
	display: inline-block;
	color: #777777;
}

.content-news-bd-title-2  li a:after {
	content: '>';
	margin: 0 5px;
}

.content-news-bd-title-2 li:last-child a:after {
	display: none;
}

.content-news-bd-title-2 a {
	float: left;
	list-style: none;
	text-decoration: none;
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;
}
.content-news-bd-title-2 li{
	float: left;
	list-style: none;
	text-decoration: none;
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;	
}


.content-imglist{
	padding-top:40px ;
	width: 910px;
	height: 130px;
	border-bottom: 1px solid #efefef;


}

	.content-imglist-artic{
		margin-left: 45px;
		/*line-height: px;*/
		width: 810px;
		height: 120px;
		font-family: "微软雅黑";	
	}
	.content-imglist-artic p{
		font-size: 12px;
		color: #8c8c8c;
		line-height: 1.5;
	}
.content-imglist-artic a{
	text-decoration: none;	
}
.content-imglist-artic h3{
		color: #333333;
		font-size: 22px;
		font-weight: 500px;
		display: block;
		padding-bottom: 10px;
}
/*底部*/
.footer{
	width: 100%;
	height:225px;
	background-image: url(../img/footer1.png);
}
.footer1{
	width: 1200px;
	/*height: 205px;*/
	margin: 0 auto;	
}
.list-1{
	height: 160px;
	float: left;
	list-style: none;
	padding: 55px 20px 0 20px;
}

.list-1 li{
	padding-bottom: 15px;
	font-size: 14px;
	list-style: none;
}
.list-1 a{
	color: #FFFFFF;
	text-decoration: none;
	
	
}
.list-bg{
	background-image: url(../img/dec.png);
	height: 150px;
	width: 30px;
	background-repeat:no-repeat ;
	    background-position: 30px 36px;
}
.bottom{
	height: 45px;
	background-image: url(../img/footer2.png);
	line-height: 45px;
	text-align: center;
}
.bottom p{
	color: #8da5c1;
	font-family: "微软雅黑";
	font-size: 12px;
	
}
