@charset "UTF-8";
/*
* 列表公共部分
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgDiv{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.66666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName{
    font-size: 15px;
    color:#333;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName:hover,
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#d92a35;
}
.listIntr{
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listTime{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    line-height: 20px;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}

/*
* css截取字符串
*/

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 内容垂直居中
*/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#666;border-radius:3px;background: #dad9d9;}
.page a:hover{background: #d92a35;color: #fff;}
.page a.hover{background: #d92a35;color: #fff;}
.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{background:#eee;}
.page a.prevPage.disabled{background:#eee;}
.page a.nextPage.disabled{background:#eee;}
.page a.lastPage.disabled{background:#eee;}

.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)}

/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.viewCont{
    padding: 35px;
    overflow: hidden;
    background: #fff;
}
.pageBox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
    }
.articleTitle{
    padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
    font-weight:bold;
    }
.articleTime {
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    padding: 20px 0px 30px 0px;
}
.articleTime .center{
    display: inline-block;
}
.article_fz{
    position:relative;
    cursor:pointer;
    margin: 0px 20px;
}
.article_fzBox{
    width:100%;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:0;
    z-index:9999;
    opacity:0;
    transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    transform-origin:center top;
    -webkit-transform-origin:center top;
}
.article_fz:hover .article_fzBox{
    opacity:1;
    transform:rotateX(0deg);
    -webkit-transform:rotateX(0deg);
}
.article_fzBox span{
    display:block;
    height:20px;
    background:#f5f5f5;
    font-size:14px;
    color:#666;
    text-align:center;
    line-height:20px;
    cursor:pointer;
}
.article_fzBox span:hover{
    background:#cf3827;
    color:#fff;
}
.article_fzBox span.hover{
    background:#cf3827;
    color:#fff;
}
.newsShare{
    overflow: hidden;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover,.fontBt span.hover{ color:#ff0000;}

.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #808080;
    line-height: 40px;
    padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    color:#666;
    background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{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:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codeBox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    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:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    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:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    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:47px;width:70px;}
.img_hd ul li.on {border:1px solid #ff7741;background:#ff7741;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    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;}

.articlePage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
}   
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 170px 0 0;
    border-top: 1px solid #e4e4e4;
    position: relative;
}
.pageUp a{
    color:#666;
}
.pageUp a:hover{
    color:#d92a35;
}
a.backList{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #d92a35;
    font-size: 15px;
    color:#fff !important;
    text-align: center;
    padding: 0px 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}
/*
* 全文列表 kis2
*/
.txtListSlide{
    overflow: hidden;
    position: relative;
}
.txtListSlide .center{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.txtListSlide .bd{
    height: 290px;
    overflow: hidden;
}
.txtImg_dl{
    overflow: hidden;
}
.txtImg_dl dd{
    overflow: hidden;
    padding: 25px 0px;
    border-bottom: 1px solid #ddd;
}
.txtListSlide .txtImg_dl dd{
    border: none;
}
.txtImg{
    width: 445px;
    overflow: hidden;
    margin-right: 30px;
}
.txtImg .imgDiv{
    padding-top: 53.9325843%;
}
.txtImg_dl .listDeta{
    padding: 10px 0px;
}
.txtImg_dl .txtImgName{
    font-size: 20px;
    color:#4f4f4e;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .txtImgName{
    color:#d92a35;
}
.txtImg_dl .listIntr{
    height: 120px;
    line-height: 30px;
}
.txtImg_dl .listTime{
    color:#666;
}
.txtBtBox{
    display: none;
    position: absolute;
    right: 0px;
    bottom: 55px;
    overflow: hidden;
}
.txtBtBox .bt{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
}
.txtBtBox .prev{
    background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
    background-size: auto 15px;
}
.txtBtBox .prev:hover{
    background: #d92a35 url(../images/btPrev_h.png) no-repeat center center;
    background-size: auto 15px;
}
.txtBtBox .next{
    background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
    background-size: auto 15px;
}
.txtBtBox .next:hover{
    background: #d92a35 url(../images/btNext_h.png) no-repeat center center;
    background-size: auto 15px;
}
.subCont .indList_dl{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.subCont .indList_dl dd:nth-child(5n+5){
    margin-bottom: 25px;
}

/*
* 全图列表 kis2
*/
.imgList_dl{
    overflow: hidden;
    margin: 0px -15px;
}
.imgList_dl dd{
    width: 33.3333333%;
    overflow: hidden;
    padding: 15px 0px;
    float: left;
    display: inline;
}
.imgList_dl .list_a{
    margin: 0px 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.imgList_dl .imgDiv{
    padding-top: 53.8461538%;
}
.imgList_dl .listDeta{
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
}

/*
* 杂志期刊 kis2
*/
.subCont .ind4th_dl dd{
    padding: 10px 0px;
}
.ind4th_dl .listDeta{
    padding: 10px 15px;
    text-align: center;
}
.subCont .ind4th_dl dd .list_a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subCont .ind4th_dl dd .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.eyes{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5) url(../images/eyes.png) no-repeat center center;
}

/*
* 图文列表2
*/
.txtImg_dl2{
    overflow: hidden;
    margin: 0px -15px;
}
.txtImg_dl2 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 15px 0px;
}
.txtImg_dl2 .list_a{
    margin: 0px 15px;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.txtImg_dl2 .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.txtImg_dl2 .listDeta{
    padding: 10px 15px;
}
.txtImg_dl2 .listIntr{
    height: 50px;
}
/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}

.articleBox table{
    margin:auto;
}