@charset "utf-8";
/*！
* lib CSS 网页模版库 v1.0 基于bootstrap或ZUI
* Copyright 2016-2017,XIAOBING TECH 
* XBUI PC
* Author:MR.YANGLIU
*/

/*通用组件开始 general component start*/
body{background:#fde6cd;}
/*页头*/
.header{height:50px; }
.header .welcome{font-family:microsoft yahei; font-size:12px; line-height:50px;}
.header .welcome .time{color:#cb0000;}


/*skitter*/
.skitter{ height:360px; max-width: 100% !important; margin-bottom: 0 !important; background:#08b2ad; border:none;}
.full-slide{max-width:1200px;position:relative;overflow:hidden;height:200px;}
.skitter img{max-width:none!important;}
.skitter.with-dots{margin-bottom: 0}
.skitter .info_slide_dots{display:none;}
.skitter .prev_button,.skitter .next_button{background:none !important; width:30% !important; height: 100% !important;}
.skitter .prev_button{ left:0 !important; cursor:url(images/up_l.cur),auto !important;}
.skitter .next_button{ right:0 !important; cursor:url(images/up_r.cur),auto !important;}

/*nav-main*/
.nav-main{height:46px; background:#b80e06; text-align: center; position: relative;}
.nav-main:after{content:''; display:block; width:15px; height:59px; background:url(../images/nav-left.png) top center no-repeat; position:absolute; left:-15px; bottom:0;}
.nav-main:before{content:''; display:block; width:15px; height:59px; background:url(../images/nav-right.png) top center no-repeat; position:absolute; right:-15px; bottom:0;}

.nav-main .nav-row{width:auto; margin-right:auto; margin-left:auto; display:inline-block;}
.nav-main .list-item{float: left; position: relative;}
.nav-main .item-content{height:46px; text-align: center;}
.nav-main .item-content a{display: block; float: left; line-height: 46px; padding: 0 25px; font-family: microsoft yahei; font-size:14px; color: #fff; position: relative;}
.nav-main .list-item:hover{background:#ffd3a3;}
.nav-main .list-item:hover .item-content a{color:#b80e06;}
.nav-main .list-item.active{background:#ffd3a3;}
.nav-main .list-item.active .item-content a{color: #b80e06;}

.nav-main .item-media{width:100%; height: auto; background:#fff; position: absolute; top:46px; left: 0px; z-index: 999999; display: none;}
.nav-main .item-media .list-child{width: 100%; height:40px; border-bottom: 1px solid #eee; text-align: center;}
.nav-main .item-media .list-child a{display: block; font-size:12px; line-height:40px;}
.nav-main .item-media .list-child:hover{background: #f2f2f2;}
.nav-main .list-item:hover .item-media{display: block;}


/*index coulmn*/
/*focus img*/
.index-focus{ width:325px; height:265px; overflow:hidden; position:relative; border:1px solid #cccccc;  }
.index-focus .bd{ position:relative; height:100%; z-index:0;}
.index-focus .bd li{ zoom:1; vertical-align:middle; }
.index-focus .bd img{ width:325px; height:265px; display:block;}
.index-focus .prev,
.index-focus .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:rgba(255,255,255,0.5); filter:alpha(opacity=50);opacity:0.5;   }
.index-focus .next{ left:auto; right:3%; background-position:8px 5px; }
.index-focus .prev:hover,
.index-focus .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index-focus .prevStop{ display:none;  }
.index-focus .nextStop{ display:none;  }

/*index-album*/
.index-album{width:100%; height:100%; float: right; background:#eee;}
.index-album .media{width:100%; height:100%; text-align: center;}
.index-album .mediad a{display:block; width:100%; height:100%;}
.index-album .media img{display:block; width:auto; height:100%;}
.index-album .title{width:100%; height:30px; background:#eee; text-align: center;}
.index-album .title a{font-size: 12px; color: #333; line-height:30px;}


/*主页栏目*/
.main-left{width:980px; height:auto; float: left; background:#fff;}
.notice{width:100%; height:auto; max-height:80px; background:#fff;}
.notice a,.notice img{display:block; width:100%; height:100%;}

.index-column{width:50%; height:auto; margin:10px 0;}
.index-column-banner{width:100%; height:auto; margin:10px 0;}
.index-column-left{width:100%; height:auto; margin:10px 5px;}
.index-column .title{width:100%; height:40px; padding:0 10px 0 50px; position: relative;
background: -moz-linear-gradient(top, #f3f3f3 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top, #f3f3f3 0%,#cccccc 100%);
background: -o-linear-gradient(top, #f3f3f3 0%,#cccccc 100%);
background: -ms-linear-gradient(top, #f3f3f3 0%,#cccccc 100%);
background: linear-gradient(to bottom, #f3f3f3 0%,#cccccc 100%);
}
.index-column .title:before{content:''; display:block; border-style: solid; border-width: 0px 0 40px 40px; border-color: transparent transparent transparent #cb0000; position: absolute; left:0; top:0;}
.index-column .title .zh{font-family:microsoft yahei; font-size:14px; font-weight:600; color:#cb0000; line-height:40px;}
.index-column .title .view{font-family:microsoft yahei; font-size:14px; color:#666666; line-height:40px;}
.index-column .content{width:100%; height:272px; background:#fff; border-width:0 1px 1px 1px; border-style:solid; border-color: #ccc;}
.index-column .content .zh{display:block; font-family:'黑体'; font-size: 20px; line-height:26px; color:#cb0000; text-align: center; padding:20px 80px 0 80px;}
.index-column .content .desc{display:block; font-family:microsoft yahei; font-size: 16px; line-height:24px; color:#000; text-align:left; padding:20px 20px 0 20px;text-indent: 2em;}
.index-column .content .row{width:100%; height:auto; padding:10px 0;}
.index-column .content .list-item{width:auto;height:30px; padding:0 20px 0 30px; overflow:hidden; position: relative;}
.index-column .content .list-item a{font-family:microsoft yahei; font-size:14px; line-height:30px; color:#000; display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.index-column .content .list-item:before{content:''; display:block; width:4px; height:4px; background:#ccc; position: absolute; left:20px; top: 15px;}
.index-column .content .list-item a:hover{color:#cb0000;}




.index-column_left .title:before{content:''; display:block; border-style: solid; border-width: 0px 0 40px 40px; border-color: transparent transparent transparent #cb0000; position: absolute; left:0; top:0;}
.index-column_left .title .zh{font-family:microsoft yahei; font-size:14px; font-weight:600; color:#cb0000; line-height:40px;}
.index-column_left .title .view{font-family:microsoft yahei; font-size:14px; color:#666666; line-height:40px;}
.index-column_left .content{width:100%; height:272px; background:#fff; border-width:0 1px 1px 1px; border-style:solid; border-color: #ccc;}
.index-column_left .content .zh{display:block; font-family:'黑体'; font-size: 20px; line-height:26px; color:#cb0000; text-align: center; padding:20px 80px 0 80px;}
.index-column_left .content .desc{display:block; font-family:microsoft yahei; font-size: 16px; line-height:24px; color:#000; text-align:left; padding:20px 20px 0 20px;text-indent: 2em;}
.index-column_left .content .row{width:100%; height:auto; padding:10px 0;}
.index-column_left .content .list-item{width:auto;height:30px; padding:0 20px 0 30px; overflow:hidden; position: relative;}
.index-column_left .content .list-item a{font-family:microsoft yahei; font-size:14px; line-height:30px; color:#000; display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.index-column_left .content .list-item:before{content:''; display:block; width:4px; height:4px; background:#ccc; position: absolute; left:20px; top: 15px;}
.index-column_left .content .list-item a:hover{color:#cb0000;}





.main-right{width:210px; height:auto; float: right; background:#fff;}
.main-right .title{width:100%; height:65px; text-align: center; padding-top: 15px;
background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000));
background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: -o-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: linear-gradient(to bottom, #ff0000 0%,#cc0000 100%);
}
.main-right .title .zh{display: block; font-size: 18px; color:#fff;}
.main-right .title .note{display: block; font-size: 14px; color:#fff;}
.main-right .row{width:100%; height:auto; padding: 0; margin:0; border-width:0 1px 0 1px; border-style:solid; border-color: #ccc;}
.main-right .list-item{width:100%; height:auto; min-height: 185px; border-bottom: 1px solid #cccccc;}
.main-right .list-item a{display:block; width:100%; height:auto; padding:50px 30px; font-family:microsoft yahei; font-size: 18px; color:#f07100; font-weight:600; line-height: 30px; text-align: center;}
.main-right .list-item:nth-child(1) a{color:#e44702;}
.main-right .list-item:nth-child(2) a{color:#01b44d;}
.main-right .list-item:nth-child(3) a{color:#fe2b7a;}
.main-right .list-item:nth-child(4) a{color:#7142f8;}
.main-right .list-item:nth-child(5) a{color:#00bfab;}
.main-right .list-item:nth-child(6) a{color:#1775b0;}
.main-right .list-item:nth-child(7) a{color:#dc7d02;}
.main-right .list-item:nth-child(8) a{color:#15c14e;}
.main-right .list-item:nth-child(9) a{color:#f941cc;}
.main-right .list-item:nth-child(10) a{color:#0055be;}

/*header_my*/
.header_my{text-align:center}




/*picScroll-left*/
.picScroll-left{ width:1310px; margin-right: auto; margin-left: auto; background:#fff; overflow:hidden; position:relative; padding:10px 0;}
.picScroll-left .bd{ padding:20px 90px; border:1px solid #cccccc; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width:245px; height:180px; margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; position: relative;}
.picScroll-left .bd ul li .pic{ text-align:center; width:100%; height:100%;}
.picScroll-left .bd ul li .pic img{ width:100%; height:100%; display:block;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ text-align:center; width:100%; height:30px; background:rgba(255,255,255,0.5); line-height:30px; position: absolute; bottom:0; z-index:1; filter:alpha(opacity=0);-moz-opacity:0;opacity:0; }
.picScroll-left .bd ul li:hover .title{filter:alpha(opacity=100);-moz-opacity:1;opacity:1; }

.picScroll-left .prev,.picScroll-left .next{display:block; width:40px; height: 40px; background:#cb0000; border-radius:50%; position: absolute; top:100px; z-index: 2;
text-align: center;outline:none; text-decoration:none;}
.picScroll-left .prev span,.picScroll-left .next span{ line-height:40px; font-family:'黑体'; font-size:24px; font-weight:900; color:#fff; outline:none;}
.picScroll-left .prev{left:20px;}
.picScroll-left .next{right:20px;}

.picScroll-left:before,.picScroll-left:after{content:''; display:block; width:1px; height:100px; background:#ccc; position: absolute; top:70px; z-index:1;}
.picScroll-left:before{left:40px; }
.picScroll-left:after{right:40px; }


/*页尾*/
.footer{width: 100%; height: auto; background: #efefef; text-align:center;}
.foot-main{width:auto;margin-right:auto; margin-left:auto; padding:30px 0; display:inline-block;}
.foot-logo{width:85px;height:100px; margin:0 50px;}
.foot-logo img{width:100%; height:auto; max-height:100%; position: relative; top:15px;}
.foot-contact{text-align:left; margin:0 50px;}
.foot-contact span{display:block; font-family:microsoft yahei; font-size: 16px; font-weight: 600; color:#333; line-height:30px;}
.foot-copy{width:100%; height:45px; text-align: center;
background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000));
background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: -o-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%,#cc0000 100%);
background: linear-gradient(to bottom, #ff0000 0%,#cc0000 100%);}
.foot-copy .row{width:auto;margin-right:auto; margin-left:auto; display:inline-block;}
.foot-copy .row li{float: left; padding:0 20px;}
.foot-copy .row li a,.foot-copy .row li span{font-size:12px; color:#fff; line-height: 45px;}


/*内页横幅*/
.sub-banner{display: table; width: 100%; height: auto; text-align: center; position: relative;}
.sub-banner .banner-title{margin-top:129px; text-transform: uppercase; text-shadow: 0 1px 3px #000;}
.sub-banner .banner-title span{display: block;}
.sub-banner .zh{font-size: 18px; color: #fff;}
.sub-banner .en{font-size: 14px; color: #fff;}

/*通用组件结束 general component end*/


.breadcrumb{height:50px; background:#fff; border-bottom:5px solid #f1f0f0; padding:0 20px; margin:0 auto; border-radius:0;}
.breadcrumb a,.breadcrumb span{line-height:40px; font-size:14px; color:#999; padding:0 5px 0 0;}

.list-news{width:100%; height:auto; background:#fff; padding:20px 0;}
.list-news .list-item{width:100%; height:45px; overflow:hidden; padding:0 20px 0 30px; position: relative;}
.list-news .list-item .zh{font-family:microsoft yahei; font-size:16px; color:#000; line-height: 45px; max-width:80%; display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-news .list-item .time{font-family:microsoft yahei; font-size:14px; color:#999; line-height: 45px;}
.list-news .list-item:before{content:''; display:block; width:4px; height:4px; background:#ccc; position: absolute; left:15px; top:25px;}
.list-news .list-item .zh:hover{color:#cb0000;}

.subtotal{height:50px; background:#fff; border-top:5px solid #f1f0f0; padding:0 20px; line-height:45px;}
.subtotal span{color:#d30000;}

.detail{height:auto; background:#fff; padding:50px 50px;}
.detail .title{width:100%; height:auto; padding:20px 0; text-align:center;}
.detail .title .zh{font-family:microsoft yahei; font-size:24px; color:#b80e06;}
.detail .content{width:100%; height:auto; overflow:hidden; position: relative;}
.detail .content img{max-width:100%;}
.detail .content a,.detail .content span,.detail .content p{font-size:14px;line-height:30px;}

.detail-flip{height:auto; background:#fff; padding:10px 50px; border-top:5px solid #f1f0f0;}
.detail-flip a{display:block; height:30px; font-size:14px; color:#999; line-height:30px;}
.detail-flip a span{color:#333;}
.detail-flip a:hover span{color:#b80e06;}

.list-contact{height:auto; background:#fff;}
.list-contact .list-item{width:33.33%; height:40px; float: left; text-align:left; font-family:microsoft yahei; font-size:16px; color:#b80e06; line-height:40px;}


.list-query{width:100%; height:auto; background:#fff; padding:50px 0;}
.list-query .list-item{width:100%; height:45px; overflow:hidden; padding:0 20px 0 30px; text-align:center; position: relative;}
.list-query .list-item .zh{font-family:microsoft yahei; font-size:18px; color:#000; line-height: 45px; overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-query .list-item:nth-child(1) .zh{color:#e44702;}
.list-query .list-item:nth-child(2) .zh{color:#01b44d;}
.list-query .list-item:nth-child(3) .zh{color:#fe2b7a;}
.list-query .list-item:nth-child(4) .zh{color:#7142f8;}
.list-query .list-item:nth-child(5) .zh{color:#00bfab;}
.list-query .list-item:nth-child(6) .zh{color:#1775b0;}
.list-query .list-item:nth-child(7) .zh{color:#dc7d02;}
.list-query .list-item:nth-child(8) .zh{color:#15c14e;}
.list-query .list-item:nth-child(9) .zh{color:#f941cc;}
.list-query .list-item:nth-child(10) .zh{color:#0055be;}


/*查询系统*/
.query{height:auto; background:#fff;}
.query .title{height:50px; border:1px solid #e1e0e0; background:#f7f7f7; padding:0 20px; line-height:48px; font-family:micosoft yahei; font-size:14px; font-weight: bold; color:#666;}


.list-input{padding: 10px;}
.list-input .list-item{width:100%; height:50px; overflow:hidden; border-width:1px 1px 0 1px; border-style:solid; border-color:#e1e0e0;}
.list-input .list-item:last-child{ border-width:1px 1px 1px 1px; border-style:solid; border-color:#e1e0e0;}
.list-input .list-item .item-title{width:20%; height:100%; float: left; border-right:1px solid #e1e0e0; padding-left:20px; font-family:microsoft yahei; font-size: 14px; color: #666; line-height:50px;}
.list-input .list-item .item-content{width:80%; height:100%; float: left; padding-left:20px; }
.list-input .list-item .item-content input[type="text"]{width:250px; height:70%; padding-left:10px; position: relative; top: 15%; border:1px solid #bbbbbb;}
.list-input .list-item .item-content input[type="submit"]{width:80px; height:70%; position: relative; top: 15%; border:none; color:#fff; border-radius: 5px;
background: -moz-linear-gradient(top, #fd3c3c 0%, #c10900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd3c3c), color-stop(100%,#c10900));
background: -webkit-linear-gradient(top, #fd3c3c 0%,#c10900 100%);
background: -o-linear-gradient(top, #fd3c3c 0%,#c10900 100%);
background: -ms-linear-gradient(top, #fd3c3c 0%,#c10900 100%);
background: linear-gradient(to bottom, #fd3c3c 0%,#c10900 100%);
}
.list-input .list-item .item-content .note{ font-family:microsoft yahei; font-size: 14px; line-height:50px; color:#ff0000;}

.list-output{padding: 10px;}
.list-output .list-title{width:100%; height:30px; background:#fff; overflow:hidden; border-width:1px 1px 0 1px; border-style:solid; border-color:#e1e0e0;}
.list-output .list-title .name{width:10%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-title .position{width:20%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px;  border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-title .level{width:10%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-title .carded{width:30%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-title .number{width:20%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px;  border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-title .state{width:10%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#666; padding:0 20px; line-height:30px; display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}


.list-output .list-item{width:100%; height:40px; background:#f8f8f8; overflow:hidden; border-width:1px 1px 0 1px; border-style:solid; border-color:#e1e0e0; }
.list-output .list-item:last-child{ border-width:1px 1px 1px 1px; border-style:solid; border-color:#e1e0e0;}

.list-output .list-item .name{width:10%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-item .position{width:20%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px;  border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-item .level{width:10%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-item .carded{width:30%; height:100%; float: left;  text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px; border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-item .number{width:20%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px;  border-right:1px solid #e1e0e0;display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}
.list-output .list-item .state{width:10%; height:100%; float: left; text-align: center; font-family:microsoft yahei; font-size:14px; color:#e90000; padding:0 20px; line-height:40px; display:block;overflow:hidden;white-space:nowrap;  text-overflow:ellipsis;}

/* 2017/11/20 查询页面结果table*/
.query-table{
    width: 100%;
    text-align: center;
    border-left: 1px solid #e1e0e0;
    border-top: 1px solid #e1e0e0;
}
.query-table td{
    border-right: 1px solid #e1e0e0;
    border-bottom: 1px solid #e1e0e0;
    padding: 0 20px;
    font-family: microsoft yahei;
}
.query-table .tab-head{
    height: 30px;
    line-height: 30px;
}
.query-table .tab-item{
    background: #f8f8f8;
    color: #e90000;
}
.query-table #selectcontent td{
    padding: 10px 20px;
    height: 40px;
}
/* 2017/11/20 查询页面结果table 完*/


.banner img{ width:100%;}
.gonggao .left{ width:16.66666666666666%; float:left; line-height:48px; background:#ba1c1c; text-align:center; font-size:18px; color:#fff; letter-spacing:5px; border-radius:5px; } 
.gonggao .right{ width:83.33333333333333%; float:left; line-height:48px;}
.gonggao .right a{ margin-left:100px;} 
.main { margin-top:10px;}
.main .left{ float:left; width:66%;  } 
.main .right{ float:right; width:32%;  }
.box,.box1{ width:46%; float:left; background:#fff; box-shadow: 0 1px 3px rgba(0,37,55,0.05); padding:1%; margin-bottom:10px; margin-top:10px;     border-radius: 5px;}
.box1{ float:right;}
.title {
    border-bottom: 1px solid; 
    border-bottom-color: #ba1c1c; 
    margin-bottom: 10px;
}
.title .h { 
    padding-left: 15px;
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    color: #ba1c1c; 
    position: relative;
}
.title .h:before {
    position: absolute;
    top: 6px;
    left: 5px;
    content: '';
    height: 22px;
    width: 4px;
    background-color: #ba1c1c;
    background: #ba1c1c;
}
.news-list li {
    font-size: 13px;
    padding-left: 15px;
    overflow: hidden;
    font-weight: 500;
}
.news-list li a { 
    color: #595959;
}
.news-list li a span.updatetime {
    color: #8d8d8d; 
    float: right;
    padding-left: 10px;
    margin-right: 5px;
}
.news-list li a span:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.more {
    text-align: right;
    margin-top: 20px;
}
.more a {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 5px; 
    color: #ba1c1c; 
}

.box2 {
    padding: 0px;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    position: relative; 
    background: #ba1c1c;
    padding-bottom: 15px;
    border-color: #ba1c1c; 
}
.right-img {
    height: 212px;
    width: 400px;
}
.box2  .news-ul{
    padding: 20px 20px 0;
}
.box2  .news-ul img {
    width: 100%;
    height: 100%; 
}

.box2  .news-ul li {
    height: 40px;
    line-height: 40px;
    margin-top: 5px; 
    padding-right: 20px;
    overflow: hidden; 
}
.box2  .news-ul li a{ color:#fff;}
.imgbox{ margin-top:20px;}
.box3  {
    width: 100%; 
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,37,55,0.05);
    padding: 1.5%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    overflow:hidden;
}
.box3 .left {
    float: left;
    border-right: 1px solid #e4eaec;
    width: 41.666667%;
}
.box3 .right {
    float: right;
    width: 57.333333%;
}
.box3 .left  li { 
    padding: 10px;
    border-radius: 4px 0px 0px 4px;
    margin-bottom: 2px;
} 

.box3 .left  li.active,.box3 .left  li:hover { 
    background-color: rgb(186, 28, 28) ;
}
.box3 .left  li.active a,.box3 .left  li:hover a  
{
    color:#fff;
}
.box3 img{ width:100%;}
.box3 .more {
    text-align: center;
    margin-top: 20px;
    margin-bottom:20px;
}


/*页头*/ 
.head { z-index:9999999;}
.head .top{ background:#fff; }
.head .top .logo {
    position: absolute;
    top: -6px;
    left: -3px;
}
form{ float:right;}
form  input{
    width: 200px;
    height: 38px;
    font-size: 14px;
    padding: 0px 40px 0px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 5px;
    background: rgb(241, 241, 241);
    transition: width 0.5s ease 0s;
    margin:20px 0px;
}
.head .w1310{ overflow:inherit;}
.nav {
    width: 100%;
    background: #ba1c1c;
}
.nav ul{ float:right; overflow:hidden; width:790px;}
.nav li{ float:left; text-align:center;}
.nav li a{ line-height:40px; color: rgb(255, 255, 255); font-size: 15px;}

.nav li.active,.nav li:hover {
    color: rgb(255, 255, 255);
    background: rgb(133, 4, 4) !important;
} 
/*页头*/


/*页脚*/
.ftop {
    background-color: rgb(186, 28, 28);
    padding: 5px 0px;
}
.ftop .left {
    float: left;
    width: 66.666667%;
}
.ftop .right {
    float: right;
    width: 32.333333%;
    padding-top: 10px;
    border-left: 1px solid rgb(255, 255, 255);
}
.ftop .left a{ display:inline-block; line-height:40px; margin-right:50px; font-size: 15px; color:#fff; }
.fbottom{ text-align:center;} 
.fbottom p {
    color: rgb(186, 28, 28);
    background: rgb(242, 242, 242);
    padding: 4px 0px;
}
.fbottom p a{ color: rgb(186, 28, 28);}
/*页脚*/