/* 首页样式 */
.indexBg{
    width:100%;
    height: 100%;
    background: url(ztsz_bodyBg.jpg) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ztst_logo{
    padding-top:15px;
}

.ztst_title img{
    display: block;
    margin:0 auto;
}

.ztst_text{
    font-size: 30px;
    color: #fff;
    line-height: 68px;
    text-align: center;
}

.ztst_text2{
    position: relative;
    width: 1160px;
    margin:26px auto 0;
    padding-top: 50px;
    background: url(ztsz_titleBg.png) repeat-x top center;
}

.ztst_indexPic{
    position: absolute;
    top:-37px;
    left:0;
    margin-left: -185px;
    z-index: 1;
}

.ztst_text2 p{
    position: relative;
    text-align: center;
    z-index: 2;
}

.ztst_text2 p span{
    font-size: 28px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    vertical-align: top;
}

.ztst_text2 p .ztst_pigBg{
    padding-right: 35px;
}

.ztst_btn img{
    position: fixed;
    bottom:5px;
    left:50%;
    width: 50px;
    margin-left:-25px;
}

/* 列表页样式 */
.ztst_listBg{   
    min-width:1270px;
    height:100%;
    min-height: 100%;
    background: url(ztsz_bodyBg.jpg) center bottom no-repeat;
    background-attachment: fixed;   
	background-size: 100% 100%; 
    font-size: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.ztst_list_left{
    position: relative;
    float: left;
    width: 366px;
    padding:0 30px;
    box-sizing: border-box;
    height:100%;
    background-color: rgba(152,193,221,0.8);
}

.ztst_list_right{
    margin-left: 366px;
    height:100%;
    padding:0 60px;
    box-sizing: border-box;
    background-color: rgba(197,215,234,0.7);
    overflow-y: auto;
}

.ztst_list_leftTop .leftLogo{display: block; margin:35px auto 18px;}
.ztst_list_leftTop h3{font-size:40px; color:#fff;text-align: center;line-height: 50px;}
.ztst_list_leftTop .menu{margin-top:20px; padding-top:30px; border-top: 1px solid #569fc5;}
.ztst_list_leftTop .menu li.now{background: #6fb3d9;}
.ztst_list_leftTop .menu li a{display:block; height:68px; padding-left:67px; font-size:26px; color:#fff; line-height: 68px;background: url(ztsz_list_icon1.png) no-repeat 85% center;}

.ztst_list_leftBottom{margin-top:25px; padding-top:25px; border-top: 1px solid #569fc5; text-align: center;box-sizing: border-box;}
.ztst_list_leftBottom .footLink a{padding:0 10px; font-size:16px; color:#33667f; line-height: 28px; border-right: 1px solid #33667f;}
.ztst_list_leftBottom .footLink a:last-child{border-right: none;}
.ztst_list_leftBottom p{font-size:14px; color:#33667f; line-height: 25px;}
.ztst_list_leftBottom p.p1{padding-top: 16px;}
.ztst_list_leftBottom p.p2{padding:5px 0 4px;}
.ztst_list_leftBottom p.p2 img{padding-right:5px; vertical-align: text-bottom;}

.footer_BLImg,#_span_jiucuo{display:inline-block; margin:13px 10px 50px;vertical-align: top;}

.ztst_list_right .rightLogo{overflow: hidden;}
.ztst_list_right .rightLogo img{float:right;}

.ztst_list_contBox_bg{
    margin-bottom: 50px;
    padding:35px 60px 40px; 
    background-image:url(ztsz_list_cont_rightBg.png),url(ztsz_list_contBg.png); 
    background-position: right bottom,left top; 
    background-repeat: no-repeat, repeat;
    border-radius: 3px;
    box-shadow: 0px 0px 16px 0px rgba(4,123,186,0.2);
}

.ztst_list_contBox_bg .titleLine{overflow: hidden;}

.ztst_list_contBox_bg .titleLine .title{
    padding:0 30px 0 58px;
    font-size:28px; 
    color:#333;
    font-weight: bold;
    background-image:url(ztsz_list_icon2.png),url(ztsz_list_icon1.png); 
    background-position: left center,right center; 
    background-repeat: no-repeat, no-repeat;
}

.ztst_list_contBox_bg .titleLine .subTitle,.ztst_list_contBox_bg .titleLine2 .rightCont{
    float: right;
}

.ztst_list_contBox_bg .titleLine .subTitle li{
    float: left;
    height: 56px;
}

.ztst_list_contBox_bg .titleLine .subTitle li:after{
    position: relative;
    top:4px;
    content: "";
    display: inline-block;
    width:1px;
    height: 26px;
    background: #c6dce9;
}

.ztst_list_contBox_bg .titleLine .subTitle li:last-child:after{
    position: relative;
    top:4px;
    content: "";
    display: inline-block;
    width:0;
}

.ztst_list_contBox_bg .titleLine .subTitle li a{  
    display: inline-block; 
    padding:0 16px;
    height: 47px;
    line-height: 45px; 
    font-size:16px;
    color: #095095;
       
}

.ztst_list_contBox_bg .titleLine .subTitle li:last-child a{
    padding:0 15px;
}

.ztst_list_contBox_bg .titleLine .subTitle li.now a,.ztst_list_contBox_bg .titleLine .subTitle li a:hover{
    font-weight: bold;
    color: #fff;
    background: rgba(0,99,165,0.9);
}

.ztst_list_contBox_bg .titleLine .subTitle li.now,.ztst_list_contBox_bg .titleLine .subTitle li:hover{
    background: url(ztsz_list_icon5.png) no-repeat center 47px;
}

.ztst_list_contBox_bg .titleLine .backBtn{
    float: right;
    display: block;
    height: 32px;
    padding:0 21px 0 45px;
    font-size:16px; 
    color: #708ba6;
    line-height: 32px;
    background: #fff url(ztsz_list_icon3.png) no-repeat 18px center;
    border: 1px solid #708ba6;
    border-radius: 20px;
    vertical-align: middle;
}

.ztst_list_contBox_inner{
    margin-top: 26px;
    padding:37px 17px 42px;
    background: #fbfcff;
    box-shadow: 0px 0px 16px 0px rgba(189,201,210,0.3);
    border-radius: 4px;
    border: 1px solid #e5edf0;
}

.ztst_list_contBox_inner2{
    margin-top: 26px;
    padding:58px 75px 60px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(189,201,210,0.3);
    border-radius: 4px;
    border: 1px solid #e5edf0;
}

.ztst_list_contBox_inner3{
    margin-top: 26px;
    padding:40px 40px 40px;
    min-height: 500px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(189,201,210,0.3);
    border-radius: 4px;
    border: 1px solid #e5edf0;
}

.ztst_list_contBox_inner ul{
    overflow: hidden;
}
.ztst_list_contBox_inner ul li{
    float: left;
    width:33.3%;
    margin-bottom: 10px;
}

.ztst_list_contBox_inner ul li .content{
    position: relative;
    display: block;
	height: 130px;
    margin:10px;
    padding:34px 25px 30px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(241,243,245,1);
    border-radius: 5px;
}

.ztst_list_contBox_inner ul li .content h5{   
    font-size:20px; 
    color:#333;
    line-height: 30px;
	overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.ztst_list_contBox_inner ul li .content p{
    padding-top:42px;
    height:72px;
    font-size:16px; 
    line-height: 24px;
    color: #708ba6;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ztst_list_contBox_inner ul li .content .pubTime{
    padding-top:38px;
    font-size:14px; 
    line-height: 24px;
    color: #708ba6;
	position: absolute;
    bottom:30px;
    left:25px;
}

.ztst_list_contBox_inner ul li .content:hover{
    box-shadow: 0px 0px 20px 0px rgba(217,226,235,1);
}

.ztst_list_contBox_inner ul li .content:hover h5,.ztst_list_contBox_inner ul li .content:hover .pubTime{color: #095095;}

.ztst_list_contBox_bg .titleLine2{
    position: relative;
    height:36px;
    margin-top: 12px;
}

.ztst_list_contBox_bg .titleLine2 .leftCont{
    float:left;
    /* position:absolute; 
    top:0; 
    left:0; */
}

.ztst_list_contBox_bg .titleLine2 .chooseTime{
    font-size: 14px;
}

.ztst_list_contBox_bg .titleLine2 .rightCont{
    float: right;
    /* position: absolute; 
    top:0; 
    right: 0; */
    color: #0064a5; 
    font-size: 14px;
}
.ztst_list_contBox_bg .titleLine2 .rightCont span img{vertical-align: text-bottom; padding-right: 4px;}
.ztst_list_contBox_bg .titleLine2 .rightCont .redBtn{
    display:inline-block; 
    width:78px; 
    height:38px; 
    padding-left: 44px;
    color: #fff; 
    font-size: 16px; 
    line-height:38px; 
    background:url(ztsz_list_btnBg.png) no-repeat;
}

/* 分页样式 */
.nypage {
    padding: 20px 0 0;
    text-align: center;
    color: #333;
    line-height: 32px;
}

.nypage a {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #333;
    margin: 0 2px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 2px;
}

.nypage a.index, .nypage a.end {
    width: 48px;
}

.nypage a.next {
    width: 65px;
}

.nypage a.cur {
    background: #0069a9;
    color: #fff;
}

.nypage .pageGo {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    position:relative;
    top:-1px;
}

.nypage .pageGo span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    float: left;
}

.nypage .pageGo span {
    line-height: 27px;
    margin-right: 3px;
}

.nypage input {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    width: 44px;
    float: left;
    margin-top: -2px;
    border-radius: 2px;
}

.nypage #go {
    text-align: center;
    border: 1px solid #ddd;
    width: 44px;
    height: 32px;
    background: #0069a9;
    cursor: pointer;
    color: #fff;
    margin-left: 10px;
    line-height: 32px;
    border-radius: 2px;
    margin-top: -2px;
}

.nypage #go{outline:none;}
.nypage #go:focus{outline:0;}

/* 详情页样式 */
.detail_box .detail_header{
    text-align: center;
}

.detail_box .detail_header .title{
    font-size: 34px;
    line-height: 52px;
    color: #095095; 
}

.detail_box .detail_header .detail1{
    color: #708ba6;
    font-size: 14px;
}

.detail1 {
    padding:26px 0 40px;
    border-bottom: 1px solid #d4dce4;
}

.detail1 span {
    display: inline-block;
    margin-right: 60px;
}
.detail1 span:last-child{
    margin-right: 0;
}

.infoFont i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #a2b9d0;
    border-radius: 3px;
    text-align: center;
    margin:0 5px;
    cursor: pointer;
}

.infoFont i:last-child {
    margin-right: 0;
}

.infoFont i:hover, .detIn2Act {
    color: #18649e !important;
    border: 1px solid #18649e !important;
}

.detail_box .detail_content .detail_data{
    padding-top: 40px;
}

.detail_box .detail_content p{   
    margin-bottom: 36px;
    color: #333;
    font-size: 16px;
    line-height: 36px;
   /* text-indent: 2em;*/
}

.detail_box .detail_content .noTextIndent{text-indent: 0 !important;}

.detail_box .detail_content .download dl{  
    font-size: 18px;
    color: #095095;
    line-height: 34px;
    overflow:hidden;
}

.detail_box .detail_content .download dl dt{
    float: left;
    width:100px;
    text-indent: 2em;
}

.detail_box .detail_content .download dl dd{
    margin-left: 100px;
}

.detail_box .detail_content .download dl dd a{
    padding-left: 30px;
    color: #095095;  
    background: #fff url(ztsz_list_icon4.png) no-repeat 0 center;
}

.detail_box .detail_content .download dl dd a:hover{
    text-decoration: underline;
}

.detail_box2{display: none;}

/* table样式 */
.data_table{
    width: 100%;    
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    word-break: break-all;
    table-layout:fixed;
}

.data_table th, .data_table td { 
    min-width: 80px;
    text-align: center;
}

.data_table th{padding: 20px 0;}
.data_table td{padding: 27px 0;color: #33667f;}

.data_table th:first-child, .data_table td:first-child {
    width:10%;
}

.data_table th:nth-child(2),.data_table td:nth-child(2) {
    padding-left:20px;
    text-align: left; 
	width:48%;
}

.data_table th:nth-child(3),.data_table td:nth-child(3){
    width:14%;
}

.data_table th:nth-child(4),.data_table td:nth-child(4){
    width:14%;
}

.data_table th:nth-child(5),.data_table td:nth-child(5){
    width:14%;
}

.data_table td:nth-child(2) a {
    display: block;
    color: #33667f;
}

.data_table th:last-child,.data_table td:last-child{
    width:14%;
    text-align: center;
}

.data_table tbody tr:nth-child(odd) {
    background: #fff;
}

.data_table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.data_table thead tr {
    background: url(ztsz_list_thBg.png) repeat;
    color: #fff;
    font-weight: 700;
}
.data_table thead tr th{border-right: 1px solid #fff;}
.data_table thead tr th:last-child{border-right: none;}

/* select样式 */
.chooseTime .newChangeBox{
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #c6e0eb;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    color: #095095;
    padding-left: 0;
    background:#fff url(ztsz_list_icon6.png) no-repeat 90%;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
    margin-left: -20px;
    padding-left: 12px;
    padding-right: 26px;
}

.newChangeBox.on {
    border: 1px solid #286182;
    color: #095095;
}
.newChangeList{
    position: absolute;
    left: -1px;
    top: 28px;
    width: 100%;
    border: 1px solid #c6e0eb;
    background: #fff;
    padding: 8px 0;
    display: none;
    z-index: 1;
}
.newChangeBox.on .newChangeList {
    display: block;
}
.chooseTime>li{
    height: 36px;
    padding-right:10px;
    line-height: 34px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    float: left;
}

.chooseTime>li:last-child{margin-right: 0;}

.newChangeList li:hover {
    background: #E7EBEE;
}

.ztst_list_leftTop_fixed{
    position:fixed; 
    top:0; 
    left:0;
    width:306px;
    /*margin:0 30px;*/
}

.ztst_list_leftBottom_fixed{
    position:absolute; 
    bottom:0; 
    left:0;
    width:306px;
    margin-left: 30px;
    /*margin:0 30px;*/
}

.ztst_list_leftC{
/*    position:absolute; 
    top:0; 
    left:0;*/
    width:306px;
    /*padding:0 30px;*/
    /*overflow-y:auto;*/
}

.zszt_list_infoText .title{
    font-size: 18px;
    color:#0d3457;
    margin-bottom: 10px;
    padding:40px 0 10px;
    border-bottom: 4px solid #0d3457;
}

.zszt_list_infoText ul li{
    display: block;
    font-size: 12px;
    color: #5c6c7b;
    line-height: 22px;
    margin-bottom: 15px;
}

.zszt_list_infoText ul li span{
    display:inline-block;
    width:22px;
    height: 22px;
    line-height: 22px;
    margin-right: 9px;
    background: #e0ebf5;
    border-radius: 100%;
    text-align: center;
}

@media screen and (max-width: 1460px) {

    .ztst_logo{
        padding-top:15px;
    }

    .ztst_logo img {
        width: 300px;
    }

    .ztst_title img{
        width: 400px;
    }

    .ztst_text{
        font-size: 20px;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .ztst_text2{
        position: relative;
        width: 850px;
        margin:20px auto 0;
        padding-top: 36px;
        background: url(ztsz_titleBg.png) repeat-x top center;
    }

    .ztst_indexPic{
        position: absolute;
        top:-37px;
        left:0;
        margin-left: -130px;
        z-index: 1;
        width:200px;
    }

    .ztst_text2 p{
        position: relative;
        text-align: center;
        z-index: 2;
    }

    .ztst_text2 p span{
        font-size: 16px;
        color: #fff;
        height: 39px;
        line-height: 39px;
    }

    .ztst_text2 p .ztst_pigBg{
        width:106px;
        padding-right: 20px;
    }

    .ztst_btn img{
        position: fixed;
        bottom:5px;
        left:50%;
        width: 40px;
        margin-left:-20px;
    }

    .data_table {
        width: 100%;
        color: #28303e;
        font-size: 14px;
    }
    .data_table th {
        font-size: 15px;
    }
    .data_table th, .data_table td {
        padding: 16px 0;
    }
    .data_table th:first-child, .data_table td:first-child {
        width: 80px;
    }

    .ztst_list_left{
        float: left;
        width: 300px;
        padding:0 18px;
        box-sizing: border-box;
        height:100%;
        background-color: rgba(152,193,221,0.8);
    }

    .ztst_list_right{
        margin-left: 300px;
        min-height:100%;
        padding:0 40px 50px;
        box-sizing: border-box;
        background-color: rgba(197,215,234,0.7);
    }

    .ztst_list_leftTop .menu{margin-top:15px; padding-top:15px; border-top: 1px solid #569fc5;}
    .ztst_list_leftTop .menu li a{
        font-size: 24px;
        height:56px;
        line-height: 56px;
    }
    .ztst_list_leftBottom{margin-top:15px; padding-top:15px;}
    .ztst_list_leftBottom .footLink a{font-size: 14px;}
    .ztst_list_leftBottom p{font-size: 12px;line-height: 22px;}
    .ztst_list_leftBottom p.p1{padding-top: 6px;}

    .ztst_list_leftTop_fixed{
        position:fixed; 
        top:0; 
        left:0;
        width:264px;
        margin:0 18px;
    }

    .ztst_list_leftBottom_fixed{
        position:fixed; 
        bottom:0; 
        left:0;
        width:264px;
        margin:0 18px;
    }

    .ztst_list_leftC{
        width:264px;
        /*overflow-y:auto;*/
    }

    .chooseTime>li{font-size: 12px;}
    .ztst_list_contBox_bg .titleLine2 .rightCont{font-size: 12px;}
    .chooseTime .newChangeBox{font-size: 12px;}

    .ztst_list_contBox_inner3{
        margin-top: 39px;
    }

}