
/* 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: #b11016;
    }
    /* 鼠标在链接上 */
    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: 1000px;
    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;
    /*padding: 0px 20px;*/
    background: #b11016;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.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;
            height: 65px;
            overflow: hidden;
            font-size: 16px;
            color: #fff;
            text-align: center;
            line-height: 65px;
            padding: 0px 30px;
            position: relative;
        }

            .zt_menu_dl dd a em {
                display: block;
                width: 2px;
                height: 50px;
                overflow: hidden;
                position: absolute;
                left: 0px;
                top: 50%;
                margin-top: -25px;
                background: url(../image/navbd.png) no-repeat center center;
            }

            .zt_menu_dl dd a.home {
                background: url(../image/home1.png) no-repeat left center;
            }

.goIndex {
    display: block;
    width: 261px;
    height: 65px;
    overflow: hidden;
    font-size: 16px;
    color: #fff !important;
    background: url(../image/goindex.png) no-repeat right center;
}

/*
* foot
*/
.footer {
    overflow: hidden;
    background: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
}
/*
* location
*/
.location {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d7d7d7;
}

.locationTit {
    font-size: 16px;
    color: #b11016;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}

    .locationTit em {
        display: block;
        width: 5px;
        height: 20px;
        overflow: hidden;
        background: url(../image/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(../image/locationicon.png) no-repeat left center;
}

    .locationCont i {
        padding: 0px 5px;
    }

    .locationCont a {
        color: #999;
    }

        .locationCont a:hover,
        .locationCont a:last-child {
            color: #b11016;
        }

/*
* 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: #b11016;
            color: #fff;
            border: 1px solid #b11016;
        }

        .page a.hover {
            background: #b11016;
            color: #fff;
            border: 1px solid #b11016;
        }

    .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: #b11016;
        }

    .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 #b11016;
    font-size: 18px;
    color: #ce0d0d;
    font-weight: bold;
    padding-bottom: 15px;
}

a.ztTitMore {
    font-size: 14px;
    color: #666;
}

.ztTitMore:hover {
    color: #b11016;
    text-decoration: underline;
}
/*
* 第一通栏 begin
*/
.zt1stL {
    width: 450px;
    height: 300px;
    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: 450px;
                height: 300px;
            }

.zt1stL .hd {
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

    .zt1stL .hd ul {
        overflow: hidden;
    }

    .zt1stL .hd li {
        width: 10px;
        height: 10px;
        overflow: hidden;
        float: left;
        display: inline;
        margin: 0px 5px;
        cursor: pointer;
        line-height: 100px;
        background: #fff;
    }

        .zt1stL .hd li.on {
            background: #b11016;
        }

.ztList_dl {
    overflow: hidden;
}

    .ztList_dl dd {
        height: 35px;
        overflow: hidden;
        line-height: 35px;
    }

        .ztList_dl dd a {
            font-size: 16px;
            color: #555;
            float: left;
            display: inline;
        }

            .ztList_dl dd a.cutString {
                overflow: hidden;
                width: 400px;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: inline-block
            }

            .ztList_dl dd a:hover {
                color: #b11016;
            }

        .ztList_dl dd span {
            font-size: 12px;
            color: #999;
            float: right;
            display: inline;
        }

.zt1st_dl {
    width: 490px;
    padding-top: 10px;
}

    .zt1st_dl dt {
        overflow: hidden;
        padding-bottom: 10px;
    }

.ztHotTit {
    overflow: hidden;
    text-align: center;
}

    .ztHotTit a {
        font-size: 18px;
        color: #b11016;
        font-weight: bold;
        overflow: hidden;
    }

        .ztHotTit a:hover {
            text-decoration: underline;
        }

.ztHotDeta {
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-top: 10px;
}

    .ztHotDeta a {
        color: #b11016;
    }

        .ztHotDeta a:hover {
            text-decoration: underline;
        }

.zt1st_dl dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #999;
}

    .zt1st_dl dd:last-child {
        border: none;
    }

    .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: #b11016;
    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(../image/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(../image/ztnext.png) no-repeat center center;
}
/*===========================首页 end===========================*/

/*===========================二级页面 begin===========================*/
/*
* 图文 begin
*/
.ztTxtImg_dl {
    overflow: hidden;
}

    .ztTxtImg_dl dd {
        overflow: hidden;
        position: relative;
        padding: 20px 0px;
        border-bottom: 1px dotted #cdcdcd;
    }

.ztTxtImg_p {
    display: block;
    width: 225px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 4px;
    border: 1px solid #e6e6e6;
}

    .ztTxtImg_p a {
        display: block;
        width: 100%;
        padding-top: 66.6666666666667%;
        position: relative;
        overflow: hidden;
    }

        .ztTxtImg_p a 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;
        }

        .ztTxtImg_p a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.ztTxtImgDeta {
    height: 160px;
    overflow: hidden;
    ;
    padding-left: 255px;
}

.ztTxtImgTit {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

a.ztTxtImgName {
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

    a.ztTxtImgName:hover {
        color: #b11016;
    }

.ztTxtImgTime {
    font-size: 12px;
    color: #999;
}

.ztTxtImgIntr {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 15px 0px;
}

.ztTxtImgMore {
    display: block;
    width: 73px;
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #fff !important;
    line-height: 28px;
    text-align: center;
    padding-right: 50px;
    background: url(../image/zttxtimgmore.png) no-repeat center center;
}

    .ztTxtImgMore:hover {
        background: url(../image/zttxtimgmore_h.png) no-repeat center center;
    }

.ztTime {
    font-size: 14px;
    color: #999;
    zoom: 1;
    overflow: hidden;
    line-height: 20px;
    padding-left: 20px;
    background: url(../image/time.png) no-repeat left center;
}
/*
* 文章阅读页 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 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(404.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;
}

    .articleBox img {
        max-width: 100%;
    }

.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(../image/article_icon.png) no-repeat 0px -50px;
        left: 0;
    }

    #play .next_a span {
        background: url(../image/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 #b11016;
                background: #b11016;
            }

.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(../image/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(../image/file.png) no-repeat left center;
    }

        .articleHand a.word {
            background: url(../image/word.png) no-repeat left 3px;
            color: #37a6ff !important;
        }

        .articleHand a.ppt {
            background: url(../image/ppt.png) no-repeat left center;
            color: #ff7735 !important;
        }

        .articleHand a.excel {
            background: url(../image/excel.png) no-repeat left center;
            color: #15bf44 !important;
        }

        .articleHand a.pdf {
            background: url(../image/pdf.png) no-repeat left center;
            color: #b11016 !important;
        }

        .articleHand a.zip {
            background: url(../image/zip.png) no-repeat left 3px;
            color: #ff9779 !important;
        }



/*===========================二级页面 end===========================*/

