@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b{padding: 0; margin: 0;}
html{overflow: -moz-scrollbars-vertical; overflow-x: hidden;} /*始终让 Firefox 显示滚动条*/
*{word-wrap: break-word; margin: 0; padding: 0;}/*文字强制换行word-break:keep-all;(Ff)*/
table{border-collapse: collapse;}/*细线表格*/
fieldset, img{border: none;}/*清除描边,块显示*/
ul, li{list-style-type: none;}/*无列表项目标记*/
a{text-decoration: none; color: #666666}/* 链接无下划线,有为underline;链接去框 */
a:link{color: #666666;}/* 未访问的链接 */
a:visited{color: #666666;}/* 已访问的链接 */
a:hover{color: #b30000;}/* 鼠标在链接上 */
a:active{color: #666666;
blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */
body{font-family:"Microsoft YaHei"; font-size: 12px; color:#666;}
select, input{vertical-align: middle; outline: none;}
em, i{font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox]{cursor: pointer; outline: none; border: none;}
textarea{outline: none;}
input{outline: none; border: none;}
.clear{clear: both; overflow:hidden;}

.h5  {clear: both;height: 5px;overflow:hidden;}
.h10 {clear: both;height: 10px;overflow:hidden;}
.h15 {clear: both;height: 15px;overflow:hidden;}
.h20 {clear: both;height: 20px;overflow:hidden;}
.h25 {clear: both;height: 25px;overflow:hidden;}
.h30 {clear: both;height: 30px;overflow:hidden;}
.h35 {clear: both;height: 35px;overflow:hidden;}
.h40 {clear: both;height: 40px;overflow:hidden;}
.h50 {clear: both;height: 50px;overflow:hidden;}
.h60 {clear: both;height: 60px;overflow:hidden;}
.h70 {clear: both;height: 70px;overflow:hidden;}
.h100 {clear: both;height: 100px;overflow:hidden;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
img {border: none;}
.wrap {
    width: 1200px;
    clear: both;
    margin: 0 auto;
}
.whiteBg{
    background: #fff;
}
.ztSubCont{
    overflow: hidden;
}
.min_h400{
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*===========================专题公共部分 begin======================*/
/*
* 专题导航
*/
.zt_menu{
    overflow: hidden;
    background: #b30000;
}
.zt_menu_dl{
    overflow: hidden;
    padding-left: 20px;
}
.zt_menu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.zt_menu_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    padding: 0px 30px;
    position: relative; 
}
.zt_menu_dl dd a em{
    display: none;
    height: 17px;
    overflow: hidden;
    border-left: 1px solid #62a0df;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -8px;
}
.zt_menu_dl dd a.home{
    /*background: url(../images/home.png) no-repeat left center;*/
}
.zt_menu_dl dd a:hover{
    text-decoration: underline;
}
.goIndex{
    padding: 0px 20px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#fff !important;
    line-height: 50px;
    background: #facf05;
}
.goIndex span{
    display: block;
    overflow: hidden;
    padding-right: 30px;
    background: url(../images/goIndex.png) no-repeat right center;
}

/*
* foot
*/
.footer{
    overflow: hidden;
    background: #f5f5f5;
    padding: 50px 0px;
    text-align: center;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    border-top: 2px solid #b30000;
}
.footer a{color:#666;}
.footer a:hover{color:#b30000;}
/*
* location
*/
.location{
   height: 20px;
   overflow: hidden;
   line-height: 20px;
   padding-bottom: 15px;
   border-bottom:2px solid #d7d7d7;
}
.locationTit{
    font-size: 16px;
    color:#b30000;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.locationTit em{
    display: block;
    width: 5px;
    height: 20px;
    overflow: hidden;
    background: url(../images/locationTit.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -10px;
}
.locationCont{
    overflow: hidden;
    font-size: 12px;
    color:#999;
    padding-left: 25px;
    background: url(../images/locationIcon.png) no-repeat left center;
}
.locationCont i{
    padding: 0px 5px;
}
.locationCont a{
    color:#999;
}
.locationCont a:hover,
.locationCont a:last-child{
    color:#0069ae;
}

/*
* page
*/
.page {
    padding:10px 0px;
    overflow: hidden;
    text-align: center;
    clear: both;
}
.page code, .page a {
    padding:6px 11px;
    color:#383838;
    font-size: 12px;
    border: 1px solid #dddcdc;
    font-family: "microsoft yahei";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.page a i{
    font-family: "宋体";
    font-size: 12px;
}
.page a:hover {
    background: #b30000;
    color: #fff;
    border: 1px solid #b30000;
}
.page a.hover {
    background: #b30000;
    color: #fff;
    border: 1px solid #b30000;
}
.page input {
    vertical-align: middle;
    height: 20px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.page input.pageDetail {
    width: 30px;
    height:30px;
    line-height:30px;
    text-align: center;
}
.page input.page_bnt{
    border: none;
    width: 58px;
    height:30px;
    cursor:pointer;
    color:#fff;
    background:#b30000; 
}
.page em{
    padding: 0px 10px;
}
/*===========================专题公共部分 end======================*/

/*===========================首页 begin===========================*/
.zt_index{
    overflow: hidden;
}
.ztCont{
    overflow: hidden;
}
.zt_index .ztCont{
    padding:20px;
    background: #fff;
}
.ztTitBox{
    height: 20px;
    border-bottom:2px solid #d7d7d7;
    padding-bottom: 15px;
}
.ztTit{
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    border-bottom:2px solid #b30000;
    font-size: 18px;
    color:#b30000;
    font-weight: bold;
    padding-bottom: 15px;
}
.ztTitMore{
    font-size: 14px;
    color:#b30000 !important;
}
.ztTitMore:hover{
    text-decoration: underline;
}
/*
* 第一通栏 begin
*/
.zt1stL{
    width: 555px;
    height: 335px;
    overflow: hidden;
    position: relative;
}
.zt1stL .bd{
    overflow: hidden;
}
.zt1stL_dl{
    overflow: hidden;
} 
.zt1stL_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
}
.zt1stL_dl dd a{
    display: block;
    overflow: hidden;
}
.zt1stL_dl dd a img{
    display: block;
    width: 555px;
    height: 335px;
}
.zt1stL .hd{
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom:15px;
}
.zt1stL .hd ul{
    overflow: hidden;
}
.zt1stL .hd li{
    width: 15px;
    height: 15px;
    overflow: hidden;
    float: left;
    display: inline;
    margin:0px 5px;
    cursor: pointer;
    line-height: 100px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.zt1stL .hd li.on{
    background: #b30000;
}
.ztList_dl{
    overflow: hidden;
}
.ztList_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.ztList_dl dd a{
    font-size: 14px;
    color:#555;
    float: left;
    display: inline;
}
.ztList_dl dd a:hover{
    color:#b30000;
}
.ztList_dl dd span{
    font-size: 14px;
    color:#999;
    float: right;
    display: inline;
}
.zt1st_dl{
    width: 585px;
}
.zt1st_dl dt{
    overflow: hidden;
    padding: 15px 0px 5px;
}
.ztHotTit{
    overflow: hidden;
}
.ztHotTit a{
    font-size: 18px;
    color:#000;
    overflow: hidden;
}
.ztHotTit a:hover{
    text-decoration:underline;
    color:#b30000;
}
.ztHotDeta{
    height: 55px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.ztHotDeta a{
    color:#b30000;
}
.ztHotDeta a:hover{
    text-decoration: underline;
}
.zt1st_dl dd a{
    font-size: 14px;
}

/*
* 图片报道
*/
.ztImgSlide{
    overflow: hidden;
    position: relative;
}
.ztImgSlide .bd{
    height: 190px;
    overflow: hidden;
}
.ztImg_dl{
    overflow: hidden;
    margin:0px -10px !important;
}
.ztImg_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-bottom: 20px;
}
.ztImgDiv{
    padding: 0px 10px;
    overflow: hidden;
}
.ztImg{
    display: block;
    width: 100%;
    padding-top: 66.6666666666667%;
    position: relative;
    overflow: hidden;
}
.ztImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImgName{
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    text-align: center;
    background: #eee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImg_dl dd:hover .ztImg img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ztImg_dl dd:hover .ztImgName{
    background: #b30000;
    color:#fff;
}
.ztImgSlide .bt{
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}
.ztImgSlide .prev{
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztPrev.png) no-repeat center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ztImgSlide .next{
    position: absolute;
    right: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztNext.png) no-repeat center center;
}
/*===========================首页 end===========================*/

/*===========================二级页面 begin===========================*/

/*
* 文章阅读页 begin
*/
.articlewrap{
    width:1000px;
    padding:20px 100px;
    overflow:hidden;
    margin:0 auto;
    }
.articleTitle{
    color:#333;
    font-size:26px;
    text-align:center;
    font-weight:bold;
    padding:30px  50px 0 50px;
    line-height:45px;
    }
.articleTime{
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size:14px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.btnPrint{
    padding:0 0 0 20px;
    cursor:pointer;
    margin:0 0 0 10px;
    background:url(../images/btnPrint.png) no-repeat left center;
}
.articleBox{
    line-height:40px;
    color:#666666;
    padding:20px 0;
    font-size:16px;
    min-height:300px;
    height:auto !important;
    height:300px;
    }
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0;
    border-top:1px solid #f0f0f0;
    }
.articleVideo{
    width:700px;
    padding:20px 0 0 0;
    overflow: hidden;
    margin:0 auto;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:788px;
    height:415px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width: 788px;
    height:415px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:788px;
    height:415px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:100px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:75px;
    width:100px;
    padding:1px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:75px;
    width:100px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:90px;width:150px;}
.img_hd ul li.on {border:1px solid #b30000;background:#b30000;}
.imgMove .bottom_a {
    width:25px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:35px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
/*.imgMove .prev_a:hover {background-position:left -24px;left:0;}
.imgMove .next_a:hover {background-position:right -24px;right:0;}*/
.articleMov{
    width: 800px;
    overflow: hidden;
    margin:0px auto;
}

.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
    clear: both;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word,a.doc,a.docx{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important;}
.articleHand a.ppt,a.pps,{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel,a.xlt,a.xlsx,a.xls{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip,a.rar{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }



/*===========================二级页面 end===========================*/
.indL{
    width: 790px;
    overflow: hidden;
}
.indtit{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.indtit span{
    display: block;
    overflow: hidden;
    padding-left: 25px;
    font-size: 18px;
    color:#b30000;
    float: left;
}
.indLTit span{
    background: url(../images/indLTit.png) no-repeat left center;
}
.indtit a{
    font-size: 14px;
    color:#333;
    overflow: hidden;
    float: right;
}
.indtit a i{
    font-family: "宋体";
    padding-left: 3px;
}
.indtit a:hover{
    color:#b30000;
}
.indL .ztList_dl{
    padding: 15px 20px;
    background: #fff;
}
.indR .ztList_dl dd em,
.indL .ztList_dl dd em{
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 22px;
    background: #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-right: 10px;
}
.indRTit span{
    background: url(../images/indRTit.png) no-repeat left center;
}
.indR{
    width: 390px;
}
.indR .ztList_dl{
    padding: 15px 20px;
    background: #fff;
}
.ztList_dl dd.hot em{
    background: #b30000;
}

/*
*二级新闻列表
*/

.img_dl4{
    overflow: hidden;
}
.img_dl4 dd{
    padding: 15px 0px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.hotListIntr{
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
}
.listTime{
    font-size: 14px;
    color:#c5c5c5;
    overflow: hidden;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}
.listTit2{
    font-size: 18px;
    color:#333;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .listTit2{
    color:#b30000;
}