* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "宋体";
	font-size: 15px;
	color: #333333;
	width: 100%;
	background-size: contain;
	background: #fff;
	background-size: 100%;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.none {
	display: none;
}
.margin_r0 {
	margin-right: 0 !important;
}
.margin_bom0 {
	margin-bottom: 0 !important;
}
.center {
	margin: 0 auto;
}
.bold{font-weight: bold;}
.ov {
	overflow: hidden;
}
.mt15{
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px !important;
}
.bg_white {
	background: #fff;
}
.p30 {
	padding: 30px;
}
tr,td {
	padding: 0;
	margin: 0;
}
/*头部*/
.top {
	width: 100%;
}
/*局部样式*/
.js_box {
	width: 100%;
	height: 41px;
	background: #F1F1F1;
}
.js {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.time{
	line-height: 40px;
}
/* 搜素 */
.ssk {
    width: 240px;
    height: 30px;
}
.search_input {
    width: 210px;
    border: solid 1px #d2d2d2;
    border-right: none;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #999999;
    background-color: #fff;
    margin-top: 4px;
}
.search_right {
    background: url(search.png) no-repeat 50%;
    height: 30px;
    width: 30px;
    float: right;
	border: solid 1px #d2d2d2;
    border-left: none;
    margin-top: 4px;
	background-color: #fff;
}
.logo {
	width: 100%;
	height: 150px;
	background: url("logo.png") no-repeat;
	background-size: 100% 100%;
}
.nav {
	height: 55px;
	width: 100%;
	background: #0650C0;
	border-bottom: 5px solid #D6171F;
}
/*中间部分*/
.sel_box {
	width: 100%;
	min-height: 500px;
	background: url("content_bg.jpg") no-repeat;
	padding-top: 40px;
}
.sel {
	width: 1200px;
	margin: 0 auto;
}
/* 头条 */
.news_tt {
	background: url(news_tt_bg.png) no-repeat left;
	height: 72px;
	padding-left: 92px;
	padding-right: 30px;
}
.news_tt h1 {
	color: #d6181f;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
.news_tt p{
	font-size: 16px;
	color: #999999;
}
/* 图片新闻 */
.picnews {
	width: 600px;
	height: 400px;
}
#focus {width:600px; height:400px; overflow:hidden; position:relative;margin:0 auto; z-index:1}
#focus ul {height:400px; position:absolute;margin:0;padding:0;}
#focus ul li {float:left; width:600px; height:400px; overflow:hidden; position:relative; background:#000;}
#focus ul li div.photo_bt {position:absolute; bottom:-2px; left:12px; font-size:15px; color:#ffffff; z-index:1; line-height:50px;}
#focus .btnBg {position:absolute; width:600px; height:50px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:250px; height:32px; padding:14px 10px; right:5px; bottom:12px; text-align:right;}
#focus .btn span {display: inline-block;_display: inline;_zoom: 1;width: 12px;height: 12px;	_font-size: 0;margin-left: 5px;cursor: pointer;background: #fff;border-radius: 6px;}
#focus .btn span.on {background:#d6181f;}
#focus .preNext {width:36px; height:56px; position:absolute; top:175px;background:url(jiantou.png) no-repeat 0 0;  cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
#focus .pre:hover {left:0;background-position:left bottom;}
#focus .next:hover {background-position:right bottom;}

.news_box_01{
	width: 510px;
}
.news_box_02{
	width: 555px;
}
.title_box_01{
	background: url(title_bg_01.png) no-repeat;
	height: 30px;
}
.title_box_02{
	background: url(title_bg_02.png) no-repeat;
	height: 30px;
}
.title{
	padding:0 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

.more a{
	color: #999;
	font-size: 18px;
}
.newslist ul li{
	font-size: 18px;
	border-bottom: #e8dfd2 solid 1px;
	line-height: 50px;
}
.date {
    color: #999999;
    font-size: 17px;
}
.xfjb_content p{
	font-size: 18px;
	line-height: 50px;
}
/*footer*/
.footer_box {
	width: 100%;
	height: 190px;
	border-top: 5px solid #D6171F;
}
.footer {
	width: 1200px;
	height: 185px;
	margin: 0 auto;
}












/*媒体查询*/
@media screen and (max-width: 1200px) {}
