@charset "UTF-8";


/* 图文 begin */
.textImg1{overflow: hidden;}
.textImg1 dd{overflow: hidden; position: relative; padding: 20px 0px; border-bottom:1px dotted #cdcdcd;}
.textImg1 .img{display: block; width: 225px; overflow: hidden; padding: 4px; border:1px solid #e6e6e6; margin-right: 20px;}
.textImg1 .img a:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.textImg1 .data{height: 160px; overflow: hidden;}
.textImg1 .title{height: 20px; line-height: 20px; overflow: hidden; padding-top: 5px; font-weight:bold;}
.textImg1 .title a{font-size: 16px; color:#333; overflow: hidden;}
.textImg1 .title a:hover{color:#cc141e;}
.textImg1 .time{font-size: 14px; color: #999; zoom: 1; overflow: hidden; line-height: 20px; padding-left: 20px; background: url(../images/time.png) no-repeat left center;}
.textImg1 .info{height: 80px; overflow: hidden; font-size: 14px; color:#666; line-height: 26px; margin:15px 0px;}
.ztTxtImgMore:hover{background: url(../images/ztTxtImgMore_h.png) no-repeat center center;}


/* 全文1 start */
.textList1{overflow: hidden;}
.textList1 dt{overflow: hidden; padding-bottom: 10px;}
.textList1 dt .pic{width: 155px; margin-right: 20px;}
.textList1 dt .pic:hover img{transform: scale(1.05);}
.textList1 dt .data{overflow: hidden;}
.textList1 dt .title{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.textList1 dt .title a{font-size: 16px; color:#333; overflow: hidden;}
.textList1 dt .title a:hover{text-decoration:underline;}
.textList1 dt .time{overflow: hidden; font-size: 14px; color:#999; line-height: 26px; padding-top: 5px;}
.textList1 dt .info{height: 56px; overflow: hidden; font-size: 14px; color:#666; line-height: 26px;}
.textList1 dd{height:39px; overflow: hidden; line-height:39px;}
.textList1 dd a{font-size: 16px; color:#555;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 0 0 15px; background:url(../images/icon-09.gif) no-repeat 5px center;}
.textList1 dd a:hover{color:#cc141e;}
.textList1 dd span{font-size: 14px; color:#999; float: right; display: inline; margin-left: 30px;}
.textList1 dt .hotTitle{ text-align:center;font-size: 18px;font-weight: bold;overflow: hidden;}
.textList1 dt .hotTitle a ,.textList1 dt .hotCon a{color:#cc141e;}
.textList1 dt .hotCon{
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-top: 15px;
}


/* 全图1 start */
.imgList1{overflow: hidden; margin: 0 -10px;}
.imgList1 dd{float: left; width: 25%; padding:10px 0;}
.imgList1 a{display: block; margin: 0 10px;}
.imgList1 .title{display: block; height: 40px; overflow: hidden; line-height: 40px; font-size: 14px; color:#333; text-align: center; background: #fff; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
.imgList1 dd:hover .pic img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.imgList1 dd:hover .title{background: #cc141e; color:#fff;}


/**
 * 分页
 * @author 杨朝杰
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#999999;border-radius:3px;background: #fff; border:1px solid #E2E2E2;}
.page a:hover, .page a.hover{background: #d00202;color: #fff; border:1px solid #d00202;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled ,.page a.prevPage.disabled ,.page a.nextPage.disabled ,.page a.lastPage.disabled{background:#E2E2E2;border:1px solid #E2E2E2;cursor: not-allowed;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}




/* 文章阅读页 begin */
.articlewrap{
    width:800px;
    padding:20px 100px;
    overflow:hidden;
    margin:0 auto;
    }
.articleTitle{
    color:#333;
    font-size:26px;
    text-align:center;
    font-weight:bold;
    padding:30px  150px 0 150px;
    line-height:45px;
    }
.articleTime{
    line-height: 50px;
    text-align: center;
    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:#555;
    padding:0 60px 20px 60px;
    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 #cc141e;background:#cc141e;}
.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;
    background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{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:#cc141e !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }

.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	margin:0 60px;
	color: #555;
}
/* 文章阅读页 end */