@charset "utf-8";
*{padding:0; margin:0 auto;} /* IE8*/
*+html *{padding:0; margin:0;}
* {margin:0; padding:0;}
body{ -webkit-text-size-adjust: none;color:#444;}
div{font-size:14px; text-align:left;margin:0 auto;}
a { color:#444; text-decoration: none; outline:medium none; }
a:hover { color: #444; }
ul,li{padding:0px; margin:0px; list-style-type:none; list-style: none;}
img{border:none;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clear{zoom:1;} /* IE6 */
*+html .clear{zoom:1;} /* IE7 */
.transparent{background:transparent;}
.left{float:left;}
.right{float:right;}
.bold{font-weight:bold}
.ari{font-family:"微软雅黑";}
body{font-family: "微软雅黑";background-color: #f8fdfe;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrap{width: 1200px;margin: 0px auto;background-color: white;margin-top: 15px;}
/* 头部信息*/
/*body{background: url("../images/topbj.jpg") no-repeat center 151px white;}*/
.headermain{background: url("../images/topbj.jpg") no-repeat top center white;}
.header{margin:0 auto;position: relative;width: 1200px;}
.top{height: 200px;}
.top .right li{float: left;}
.top .right .line{background:url(../images/line.png) no-repeat center;width:1px;height:20px;margin:0 10px;}
.nav_li{height: 59px;}
.nav_li ul{overflow: hidden;}
.nav_li ul li{float: left;line-height: 59px;height:59px;width: 150px;text-align: center;}
.nav_li ul li a{font-size: 22px;font-weight: 500;color: white;}

.seach{ width:390px;height: 45px;position: absolute;right: 0px;top: 78px;}
.find{border: 1px solid #e6e6e6;;float: left;padding-left: 15px;width: 300px;height: 45px;background-color: white;line-height:45px; color:#c2c2c2; font-size:14px; font-family:"微软雅黑";}
.buttons{width: 68px;height: 43px;border: 0px;background:#FFF url('../images/buttons.jpg') 0px 0px no-repeat;float: left;}

/*底部*/
.footer{width:1200px; line-height:33px;height:170px; margin:0 auto; background-color:  #FFFFFF; position: relative;}
.footer .pucha{position: absolute; top: 93px;  left: 475px;}
.footer .dzjg{position: absolute;    top: 105px;  right: 525px;}
.footer .lxwm{background-color: #f9f9f9;border-top: 2px solid #a90402;height: 33px;}
.footer .lxwm ul{width: 384px; margin: 0px auto; text-align: center;}
.footer .lxwm li{float: left; width: 80px;color:#a90402;  }
.footer .lxwm li a{ color:#a90402;}
.footer .bot-text{width: 840px;margin: 5px auto;text-align: center;}
.slh{position: absolute;    top: 105px;  right:383px;}

/*对联飘窗*/
.ydbg1{ position:fixed; top:240px; left:10px;}
.ydbg2{ position:fixed; top:240px; right:10px;}
.ydbg3{ position:fixed; top:500px; left:10px;}
.ydbg4{ position:fixed; top:500px; right:10px;}
.gban{ cursor:pointer; position:absolute; top:-15px; left:5px; display:block; height:20px; width:20px; background:url(../images/close.jpg) no-repeat left top;}
.gban-dlr{ cursor:pointer;position:absolute; top:-15px; right:5px; display:block; height:20px; width:20px; background:url(../images/close.jpg) no-repeat left top;}

/* search */
.search-box{background: #fff; padding: 5px; margin-top: 10px;}
.news-list{ padding:20px 20px 0;}
.news-list li{ position:relative; padding:0 80px 0 22px; clear:both; overflow:hidden; line-height:2.4;}
.news-list li .time{ position:absolute; right:0; top:0; color:#999999; font-size: 14px;}
.news-list li a{float:left; max-width:96%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; color: #535661;}
.news-list li a:hover{color:#f12900;}
.news-list li:before{content:''; position:absolute; left:0; top:16px; width: 4px; height: 4px; background: #999999;}
.news-list li:nth-child(5n){border-bottom: #e6e6e6 1px dashed; margin-bottom: 20px; padding-bottom: 20px;}
.news-list li.dashedline{border-bottom: #e6e6e6 1px dashed; margin-bottom: 20px; padding-bottom: 20px;}
/*pagediv*/
.pagediv{padding:20px 0; font-size:14px; color:#555; line-height:28px; text-align:center; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #555;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px;
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#006cab; border-color:#006cab; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}

/* 搜索分页 */
.pagediv .index_num {
    font-weight: 700;
}
.pagediv .moye, .pagediv .arrow a, .pagediv .index_num {
    padding: 0 10px;
}

.pagediv #pagination_input {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
}
.pagediv .moye, .pagediv .arrow a, .pagediv .index_num, .pagediv .pagination_index_last, .pagediv #pagination_input, .pagediv #currentPage {
    display: inline-block;
    /* display: inline; */
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    /* vertical-align: top; */
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .pagination_index_last {
    padding: 0 6px;
}
.pagediv .arrow a:hover, .pagediv .index_num {
    background: #0063b8;
    border-color: #0063b8;
    color: #fff;
    text-decoration: none;
}
/* 搜索分页 */

@media (max-width: 991px){
    .list_page {
        width: auto!important;
        float: none!important;
        border-left: 0px!important;
    }
}
