@charset "UTF-8";
/*
* 列表公共部分
*/
.animated {
    visibility: hidden;
}

.list_a {
    display: block;
    overflow: hidden;
    position: relative;
}

.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: 14px;
    color: #666;
    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: #0072bc;
}

.listIntr {
    font-size: 14px;
    color: #888;
    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;
}

.icon {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.eyes {
    background: rgba(0, 0, 0, 0.5) url(../images/eyes.png) no-repeat center center;
}

.play {
    background: rgba(0, 0, 0, 0.5) url(../images/play.png) no-repeat center center;
}

.autoImg {
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
    background: #fafafa;
}

.autoImg img {
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
    position: absolute;
    left: -1px;
    opacity: 0;
}

.newsAudio .audiojs {
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    width: 400px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
    width: 25px;
    height: 27px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    position: relative;
}

.newsAudio .audiojs .play-pause:before {
    content: '';
    display: block;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
}

.newsAudio .audiojs p {
    display: none;
    width: 25px;
    height: 27px;
    margin: 0px;
    cursor: pointer;
}

.newsAudio .audiojs .play {
    display: block;
}

.newsAudio .audiojs .scrubber {
    position: relative;
    float: left;
    width: 240px;
    background: #f5f5f5;
    height: 14px;
    margin: 10px;
    top: 1px;
    overflow: hidden;
}

.newsAudio .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #fbbc05;
    z-index: 1;
}

.newsAudio .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #ffeebb;
    cursor: pointer;
}

.newsAudio .audiojs .time {
    overflow: hidden;
    height: 35px;
    line-height: 36px;
    margin: 0px 0px 0px 6px;
    padding: 0px 6px 0px 12px;
    position: relative;
    color: #666;
}

.newsAudio .audiojs .time:before {
    content: '';
    display: block;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #666;
    font-style: normal;
}

.newsAudio .audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.newsAudio .audiojs .error-message {
    display: none;
    padding: 0px 10px;
    height: 35px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
    color: #666;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.newsAudio .audiojs .play {
    background: url(../audio/images/play.png) center center no-repeat;
    background-size: 14px;
}

.newsAudio .audiojs .loading {
    background: url(../audio/images/loading.png) center center no-repeat;
    background-size: 14px;
    -webkit-animation: fa-rotating 2s infinite linear;
    animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
    content: '';
}

@keyframes fa-rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.newsAudio .audiojs .error {
    background: url(../audio/images/error.png) center center no-repeat;
    background-size: 14px;
}

.newsAudio .audiojs .pause {
    background: url(../audio/images/pause.png) center center no-repeat;
    background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
    display: none;
}

.newsAudio .playing .pause {
    display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
    display: none;
}

.newsAudio .loading .loading {
    display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
    display: none;
}

.newsAudio .error .error {
    display: block;
}

.newsAudio .error .play-pause p {
    cursor: auto;
}

.newsAudio .error .error-message {
    display: block;
}

/* ————— 音频 end ————— */

/* ————— 视频 start ————— */
.newsViewVideo {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.newsViewVideo #col1mui-player {
    height: 100% !important;
    cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    cursor: pointer;
}

/* ————— 视频 end ————— */
/*
* 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: 6px 12px;
    color: #666;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.page a:hover {
    background: #0072bc;
    border-color: #0072bc;
    color: #fff;
}

.page a.hover {
    background: #0072bc;
    border-color: #0072bc;
    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: #e2e2e2;
    border-color: #e2e2e2;
}

.page a.prevPage.disabled {
    background: #e2e2e2;
    border-color: #e2e2e2;
}

.page a.nextPage.disabled {
    background: #e2e2e2;
    border-color: #e2e2e2;
}

.page a.lastPage.disabled {
    background: #e2e2e2;
    border-color: #e2e2e2;
}

.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)
}

/*
* 图文列表 kis2
*/
.textImg {

}

.textImg dd {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    z-index: 1;
}

.textImg .list_a {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s linear;
}

.textImg .pic {
    width: 300px;
    padding-top: 0px;
    float: left;
    margin-right: 30px;
}

.textImg .pic:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 66.6666667%;
}

.textImg .listDeta {
    overflow: hidden;
    padding: 25px 0px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.textImg .list_a .listTit {
    font-size: 20px;
    font-weight: bold;
}

.textImg .listIntr {
    height: 75px;
    color: #666;
}

.textImg dd:hover {
    z-index: 5;
}

.textImg .list_a:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/*
* 全图列表1 kis2
*/
.imgList1 {
    margin: 0px -15px;
}

.imgList1 dd {
    width: 33.3333333%;
    float: left;
    display: inline;
    padding: 15px 0px;
}

.imgList1 .list_a {
    margin: 0px 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    padding: 10px;
}

.imgList1 .list_a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
}

.imgList1 .pic {
    padding-top: 66.66666667%;
}

.imgList1 .listTit {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
}

/*
* 全图列表3 kis2
*/
.partner_dl {
    position: relative;
    overflow: hidden;
}

.partner_dl:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.partner_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.partner_dl dd {
    width: 25%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
}

.partner_dl dd:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

.partner_dl dd:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.partner_dl .pic {
    padding-top: 66.666666667%;
}

/*
* 全图列表2 kis2
*/
.imgList2 {
    margin: 0px -17px 0px -18px;
}

.imgList2 dd {
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 17px 0px 18px 0px;
}

.imgList2 .list_a {
    margin: 0px 17px 0px 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.imgList2 .pic {
    padding-top: 60%;
}

.imgList2 .pic:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #ddd;
}

.imgList2 .listDeta {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.imgList2 .listDeta:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 4px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.imgList2 .listDeta:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 4px;
    background: #2a59b5;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.imgList2 .list_a:hover .listDeta:after {
    width: 100%;
}

.imgList2 .listName {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.viewCont {
    padding: 50px;
    overflow: hidden;
    background: #333;
}

.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 0px 0;
    font-size: 24px;
    line-height: 46px;
    color: #333;
    text-align: center;
}

.articleSubTitle {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.articleTime {
    line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}

.articleTime .center {
    display: inline-block;
    overflow: hidden;
}

.newsShare {
    margin-left: 20px;
}

.fontBt span {
    cursor: pointer;
    padding: 0 2px;
}

.fontBt span:hover, .fontBt span.hover {
    color: #ff0000;
}

.artCont {
    padding: 20px 55px;
}

.articleBox {
    overflow: hidden;
    font-size: 16px;
    color: #888;
    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;
    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 #e52129;
    background: #e52129;
}

.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 0 0 0;
    border-top: 1px solid #e4e4e4;
}

.pageUp a {
    color: #666;
}

.pageUp a:hover {
    color: #942227;
}

/**
 * 分享
 * @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_weixin {
    background: url(../images/share/shareBt5.png) no-repeat center center !important;
    background-size: 100% !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;
}
