body{
    margin: 0;
	font-family: "Microsoft YaHei UI", "微软雅黑", "苹方 常规", "黑体";
	background-image: url(../images/banner.jpg);
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center top;
}
.home_div{
	width: 1200px;
	margin: 0px auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a.most_link{
	display: block;
	float: right;
	height: 60px;
	width: 360px;
	margin: 20px;
	text-decoration: none;
}
.news_list{
	width: 980px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 273px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding: 30px 50px;
	box-shadow: 0 0 4px #ddd;
}
.news_list ul{
	border-top:1px solid #5FB7DF;
	padding: 0px;
}

.news_list ul li{
	list-style: none;
	padding: 12px 20px;
    border-bottom: 1px dashed #ddd;
}

.news_list ul li:hover{
	background-color: #f8f8f8;
    border-bottom: 1px dashed #2E9ACB;
}
.news_list ul li .time{
	display: block;
	font-family:"Bebas Neue", "bebas_neueregular";
	color: #fff;
	background-color:#2E9ACB;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 12px;
	line-height: 28px;
	float: left;
	margin-right: 20px;
}
.news_list ul li a{
	text-decoration: none;
	display: block;
	width: 820px;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

.news_list ul li a:link,.news_list ul li a:visited{
	color: #444;
}
.news_list ul li a:hover{
	color:#125BA5;
}


.home-bottom{
    padding: 20px 0 30px 0;
    background: #eee;
    border-top: 1px solid #2288BB;
	bottom: 0px;
	width: 100%;	
}

.home-bottom .center{
	width: 960px;
	margin: 0px auto;
}

.home-bottom .center .img-1{
	display: block;
	float: left;
	margin: 12px 40px 12px 30px;
}
.home-bottom .center .img-2{
	display: block;
	float: left;
	margin: 0px 5px;
}
.home-bottom .center .text{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 160%;
	color: #444;
	margin: 13px 0px;
}
.home-bottom .center .text a{
	text-decoration: none;
	color: #666;
}

.home-bottom .center .text a:hover{
	color: #2E9ACB;
}
