body{
	background:#f7f8fa;
}
#contain{
	 background:transparent;
	 margin:0px auto;
	 padding:0px
}

/*文章搜索表单*/
.newssearchform{
	overflow:hidden;
	width:100%;
    height:400px;
    background:url('../images/serach_bg.jpg') no-repeat center center;
}

.newssearchform .newssearchform_b{
    margin:0 auto;
    width:1260px;
    line-height:400px;
}
.newssearchform .newssearchform_b .searchform_t{
    margin-right:75px;
    float:left;
    color:#fff;
    font-size:35px;
}
.newssearchform .newssearchform_b .searchform_i{
    position:relative;
    float:left;
    font-size:0;
}
.newssearchform .newssearchform_b .searchform_i .key_tips{
    position:absolute;
    top:225px;
    left:0;
    line-height:35px;
    color:#fff;
    font-size:14px;
}
.newssearchform .newssearchform_b .searchform_i .key_tips span{
    margin-right:20px;
}
.newssearchform .newssearchform_b .searchform_i .input{
    padding-left:10px;
    width:580px;
    height:40px;
    line-height:40px;
    color:#333;
    font-size:14px;
    border:1px solid #0078ff;
    border-radius:5px 0 0 5px;
    background:#fff;
}
.newssearchform .newssearchform_b .searchform_i #button{
    width:90px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    font-size:16px;
    border:1px solid #0078ff;
    border-radius:0 5px 5px 0;
    background:#0078ff;
}

/*全站翻页文章列表*/
#content{
	width: 1200px;
	margin: 0px auto;
}
#pdv_9831{
    float:left;
	width:800px;
	z-index:2
}
#pdv_9831 #spdv_9831{
	overflow:visible;
	width:100%;
}
#pdv_9831 #spdv_9831 .pdv_border{
	margin:0;
	padding:0;
	height:100%;
	border:0px  solid;
	background:;
}

.new_bd{
    margin-bottom:20px;
}
.new_bd .new_bd_p{
    position:relative;
    float:left;
}
.new_bd .new_bd_p img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.new_bd .new_bd_p .p_bg{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    background:rgba(0,0,0,0.4);
    z-index:2;
}
.new_bd .new_bd_p p{
    position:absolute;
    padding:0 10px;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    line-height:30px;
    color:#fff;
    z-index:3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.new_bd .new_bd_p1{
    margin-right:10px;
    width:510px;
    height:350px;
}
.new_bd .new_bd_p2{
    margin-bottom:10px;
    width:280px;
    height:170px;
}
.new_bd .new_bd_p3{
    width:280px;
    height:170px;
}

.cat_bd{
    margin: 0 20px;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: #999999;
}
.cat_bd span{
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #dddddd;
    position: relative;
    top: 8px;	
}
.cat_bd a{
    display: inline-block;
    width: calc((100% - 3px)/4);
    text-align: center;
    height: 79px;
}
.cat_bd a img{
	padding-right:5px;
	position:relative;
	top:-1px;
}
.cat_bda1:hover img{
	content:url('../images/xw01.png');
}
.cat_bda2:hover img{
	content:url('../images/xw02.png');
}
.cat_bda3:hover img{
	content:url('../images/xw03.png');
}
.cat_bda4:hover img{
	content:url('../images/xw04.png');
}
.cat_bd a:hover{
    color:#0078ff;
    border-bottom:2px solid #0078ff;
}

.cat_bd a.onchoose{
    color:#0078ff;
    border-bottom:2px solid #0078ff;
}
.cat_bda1.onchoose img{
	content:url('../images/xw01.png');
}
.cat_bda2.onchoose img{
	content:url('../images/xw02.png');
}
.cat_bda3.onchoose img{
	content:url('../images/xw03.png');
}
.cat_bda4.onchoose img{
	content:url('../images/xw04.png');
}
.cat_bd a:hover{
    color:#0078ff;
    border-bottom:2px solid #0078ff;
}


.newsbody{
    padding-bottom:1px;
    background:#fff;
    margin-bottom: 30px;
}
.newslist{
    padding:0 20px;
    background:#ffffff;
}
.newslist ul{}
.newslist ul li{
    position:relative;
    padding:35px 0 35px 250px;
    height:143px;
    border-bottom:1px solid #eeeeee;
}
.newslist ul li .newslist_i{
    position:absolute;
    top:35px;
    left:0;
    width:230px;
    height:143px;
}
.newslist ul li .newslist_i img{
    max-width:100%;
    max-height:100%;
}
.newslist ul li .newslist_t{
    font-size:18px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist ul li .newslist_t a:hover{
    color:#2277da;
}
.newslist ul li .newslist_tip{
    line-height:30px;
}
.newslist ul li .newslist_tip span{
    margin-right:40px;
    color:#999999;
    font-size:12px;
}
.newslist ul li .newslist_tip i{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
}
.newslist ul li .newslist_tip .newslist_time{
    background-image:url(../images/time.png);
}
.newslist ul li .newslist_tip .newslist_nums{
    background-image:url(../images/ear.png);
}
.newslist ul li .newslist_d{
    display: -webkit-box;
    margin-top:10px;
    line-height:20px;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist ul li .newslist_l{
    margin-top:20px;
    color:#999999;
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist ul li .newslist_l a{
    margin-right:10px;
    color:#2277da;
}
.newslist ul li .newslist_l a:hover{
    color:#2277da;
}


/*新闻定制模板2右侧*/
#pdv_9832{
    float:right;
	width: 360px;
	height: 1656px;
	top: 100px;
	left: 840px;
	z-index: 3;
}
#pdv_9832 #spdv_9832{
	overflow:visible;
	width:100%;
}
#pdv_9832 #spdv_9832 .pdv_border{
	margin:0;
	padding:0;
	height:100%;
	border:0px  solid;
}
.new_right{
}
.new_right .right_p{
    margin-bottom:20px;
    padding:50px 20px;
    background:#ffffff;
	padding-top:0px
}
.new_right .right_p .right_p_t{
    border-bottom:1px solid #e5e5e5;
}
.new_right .right_p .right_p_t span{
    display:inline-block;
    font-size:18px;
    line-height:50px;
    border-bottom:2px solid #2277da;
}
.new_right .right_p .right_p_bd{}
.new_right .right_p .right_p_bd ul{}
.new_right .right_p .right_p_bd ul li{
    padding-left:20px;
    line-height:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background:url(../images/dian.png) no-repeat 8px center ;
}
.new_right .right_p .right_p_bd ul li a{
    color:#333333;
}
.new_right .right_p .right_p_bd ul li a:hover{
    color:#333333;
}

.new_right .right_p .right_p_bd.label {}
.new_right .right_p .right_p_bd.label a{
    margin:5px 10px 5px 0;
    display:inline-block;
    padding:10px 15px;
    color:#999999;
    font-size:14px;
    background:#eeeeee;
}
.new_right .right_p .right_p_bd.label a:hove{}


/*当前位置提示条*/
#pdv_9833{
	width:100%;
	height:60px;
	top:0px;
	left:0px;
	z-index:4
}
#pdv_9833 #spdv_9833{
	overflow:hidden;
	width:100%;
	height:100%
}

#pdv_9833 #spdv_9833 .pdv_border{
	margin: 0px;
	padding: 0px;
	height: 60px;
	border: 0px solid;
}
.nav_top{
    background:#ffffff;
}
.nav_top .nav_top_b{
    margin:0 auto;
    width:1200px;
    height:60px;
}
.nav_top .nav_top_b ul{}
.nav_top .nav_top_b ul li{
    float:left;
    width:100px;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#333;
    font-size:18px;
    border-bottom:2px solid #f7f8fa;

    -moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.nav_top .nav_top_b ul li a:hover{
    color:#2277da;
}
.nav_top .nav_top_b ul li.on{
    color:#2277da;
    border-bottom:2px solid #2277da;
}

.nav_top .nav_top_b ul li.on a{
    color:#2277da;
}

/*=========导航=========*/
div#nav {
   margin:0 auto;
   width:1200px;

color:#999;
/* padding:12px 8px 0px 30px; */
font-size:14px;
line-height:60px;
}
div#nav img{
	position:relative;
	top:-1px;
}
div#nav a{
text-decoration: none;
color:#999;
}
div#nav a.nav_back{
text-decoration: none;
color:#2277da;
}

div.endcat{
	float:left;
	padding-left:15px;
	height:18px;
	line-height:18px;
	color:#a2a2a2;
	font-size:18px;
	font-weight:bold;
	border-left:3px solid #2277da;
}

/* ============文章详情============== */

#pdv_8458{

	z-index:1
}
#pdv_8458 #spdv_8458{
	overflow:hidden;
	height:100%
}
#pdv_8458 #spdv_8458 .pdv_border{
	margin: 0px;
	padding: 0px;

	border: 0px solid;
}
div#pdv_8457{
    float:left;
	width: 800px; 
	z-index: 2;
}
div#spdv_8457{
	overflow:visible;
	width:100%;
}
div#newscontent{
text-align:left;
background:#fff;
padding-bottom:20px;
margin-bottom:30px;
/* background:#f7fcff */
}

div#newscontent .newstitle{
	font-size:24px;
    font-weight: bold;
	line-height:100px;
	text-align:center;
	color:#333;
}
div#newscontent .info{
    height: 50px;
    line-height: 50px;
    color: #bdbdbd;
    font-size: 14px;
    border-top: 1px #bdbdbd solid;
    margin: 0px 25px;
    text-align: center;
}
div#newscontent .con{
margin:30px;
text-align: left;
font: 14px/32px Tahoma,"Microsoft Yahei";
color:#a4a4a4;
}

div#newscontent .con p,div#newscontent .con a{
font: 16px/32px Tahoma,"Microsoft Yahei";
color:#000000;
}


div#newscontent .bzone{
clear:both;
margin:30px;
text-align: left;
}



div#newscontent .tags{
font: 12px Verdana, Arial, Helvetica, sans-serif;
/* background:url(../images/tags.gif) left no-repeat; */
/* padding-left:23px; */
height:22px;
line-height:22px;
font-size:18px;
}

div#newscontent .tags a{
    display: inline-block;
    margin-right: 5px;
    padding: 5px 15px;
    color: #999999;
    font-size: 14px;
    background: #eeeeee;
}

.tag_bd {
    padding: 0 30px;
}
.tag_bd .tag_bd_t {
    font-size: 18px;
    line-height: 50px;
}
.tag_bd ul li {

    line-height: 40px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.tag_bd ul li a {

    color: #333333;

}








/* ============底部============== */


div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}
div#pages {
margin:20px 0;
width:100%;
text-align:center;
padding-right:8px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}
div#pages a{
	display:block;
}
div#pages a:link,div#pages a:visited,div#pages a:active{
color:#b3b3b3;
text-decoration: none;
}

div#pages a:hover{
text-decoration: none;
color:#fff;
background-color:#2278da;
}

div#pages li{
margin:3px;
width:34px;
height:34px;
line-height:34px;
text-align:center;
list-style-type: none;
background:#f1f1f1;
color:#b3b3b3;
white-space: nowrap;
display:inline-block;
}

div#pages li.active{
color:#fff;
background-color:#2278da;
white-space: nowrap;
}

div#pages li.pbutton{
color:#b3b3b3;
background-color:#f1f1f1;
white-space: nowrap;
}

div#pages li.opt{
color:#b3b3b3;
white-space: nowrap;
}
.new-con{
    overflow: hidden;
    background: #fff;
	margin-bottom:100px;
}





















