.sub-wrap{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}
.sub-wrap .sub-content{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
/* left */
.sub-content .sub-left{
    width: 22%;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
    display: inline-block;
}
.sub-content .sub-left .left-cate{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-left .left-cate .left-cate-title{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 8px 0px 8px 10px;
    text-transform: none;
    color: #fff;
    background-color: #337ab7;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-left .left-cate .left-cate-list{
    position: relative;
    overflow: hidden;
}
.sub-content .sub-left .left-cate .left-cate-list ul{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sub-content .sub-left .left-cate .left-cate-list ul li{
    position: relative;
    width: 100%;
}
.sub-content .sub-left .left-cate .left-cate-list ul li a{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
    margin: 0;
    padding: 8px 0px 8px 25px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sub-content .sub-left .left-cate .left-cate-list ul li a::before{
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 6px;
    height: 8px;
    background: url(../../image/img/circular.png) no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sub-content .sub-left .left-cate .left-cate-list ul li:hover a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
.sub-content .sub-left .left-cate .left-cate-list ul li.selected a{
    color: rgb(6, 97, 243);
    padding: 8px 0px 8px 31px;
}
/* right */
.sub-content .sub-right{
    width: 78%;
    padding: 0px 0px 0px 20px;
    vertical-align: top;
    display: inline-block;
}
.sub-content .sub-right .right-cont-list{
    position: relative;
    width: 100%;
    display: inline-block;
}
.sub-content .sub-right .right-cont-list ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.sub-content .sub-right .right-cont-list ul li{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-right .right-cont-list ul li:first-child{
    padding: 0px 0px 20px 0px;
}
.sub-content .sub-right .right-cont-list .cont-item{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-image{
    position: relative;
    width: 33.5%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-image a{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-transform: scale(1.00, 1.00);
    -moz-transform: scale(1.00, 1.00);
    -ms-transform: scale(1.00, 1.00);
    transform: scale(1.00, 1.00);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .right-cont-list .cont-item:hover .cont-image a{
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}
.sub-content .sub-right .right-cont-list .cont-item .cont-image a::before{
    content: "";
    padding-bottom: 60%;
    display: inline-block;
    vertical-align: middle;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-image a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text{
    position: relative;
    vertical-align: top;
    width: 66.5%;
    height: 100%;
    padding: 0px 0px 0px 30px;
    display: inline-block;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text>a{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-height: 26px;
    line-height: 26px;
    color: #333;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .right-cont-list .cont-item:hover .cont-text>a{
    color: rgb(32, 115, 248);
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text>p{
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    max-height: 72px;
    line-height: 24px;
    margin: 10px 0px 0px 0px;
    color: #999;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date{
    width: 100%;
    margin: 10px 0px 0px 0px;
    color: #999;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date span{
    font-size: 14px;
    font-weight: normal;
    max-height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    display: inline-block;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date span:not(:first-child){
    margin: 0px 0px 0px 6px;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more{
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more>a{
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    padding: 6px 15px;
    color: #fff;
    background-color: #337ab7;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more>a:hover{
    background-color: #195799;
}
/* top */
.sub-content .sub-top{
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.sub-content .sub-top .sub-title{
    position: relative;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
}
.sub-content .sub-top .sub-title .sub-text{
    width: 100%;
    text-align: center;
}
.sub-content .sub-top .sub-title .sub-text span{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    text-transform: none;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-top .sub-title .sub-date{
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.sub-content .sub-top .sub-title .sub-date span{
    font-size: 14px;
    font-weight: normal;
    color: #999;
    max-height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-transform: none;
    display: inline-block;
}
.sub-content .sub-top .sub-title .sub-date span:not(:first-child){
    margin: 0px 0px 0px 6px;
}
/* bottom */
.sub-content .sub-bottom{
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.sub-content .sub-bottom .sub-box{
    width: 100%;
    padding: 20px 0px;
    display: inline-block;
}
.sub-content .sub-bottom .sub-box .sub-cont{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.sub-content .sub-bottom .sub-box .sub-cont>p{
    width: 70%;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    color: #666;
    text-indent: 0;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    overflow: hidden;
    display: block;
}
.sub-content .sub-bottom .sub-box .sub-cont>p img{
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    display: block;
}
.sub-content .sub-bottom .sub-box .sub-cont>table{
    width: 70% !important;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto !important;
    color: #666;
    text-indent: 0;
    line-height: 26px;
    border-collapse: collapse;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    overflow: hidden;
}
.sub-content .sub-bottom .sub-box .sub-cont>table td{
    border: 1px solid #999 !important;
}
/* turn */
.sub-content .sub-turn{
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.sub-content .sub-turn ul{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    display: inline-block;
}
.sub-content .sub-turn ul li{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0px;
    display: block;
}
.sub-content .sub-turn ul li span{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333;
    line-height: 20px;
    padding: 0px 6px 0px 0px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: inline-block;
}
.sub-content .sub-turn ul li a{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(32, 115, 248);
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    display: inline-block;
}

/* page */
.sub-content .sub-right .cont-page{
    width: 100%;
    padding: 20px 0px 0px 0px;
    display: block;
    text-align: center;
    border: none;
}
.sub-content .sub-right .cont-page ul{
    width: 100%;
    border-radius: 0px;
    display: inline-block;
}
.sub-content .sub-right .cont-page ul li{
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-content .sub-right .cont-page ul li a,
.sub-content .sub-right .cont-page ul li span{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 6px 12px;
    color: rgb(31, 102, 196);
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sub-content .sub-right .cont-page ul li:last-child a,
.sub-content .sub-right .cont-page ul li:last-child span{
    border-right: 1px solid #ddd;
}
.sub-content .sub-right .cont-page ul li span{
    cursor: default;
}
.sub-content .sub-right .cont-page ul li .active{
    color: #fff;
    cursor: default;
    background-color: rgb(31, 102, 196);
}
.sub-content .sub-right .cont-page ul li a:hover,
.sub-content .sub-right .cont-page ul li span:hover{
    color: #fff;
    cursor: default;
    background-color: rgb(31, 102, 196);
}
.sub-content .sub-right .cont-page p{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sub-content .sub-right .cont-page p::before{
    content: "[";
    padding: 0px 3px 0px 0px;
}
.sub-content .sub-right .cont-page p::after{
    content: "]";
    padding: 0px 0px 0px 3px;
}
.sub-content .sub-right .cont-page p span{
    margin: 0px 5px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 1500px){
    /* left */
    .sub-content .sub-left{
        width: 25%;
        padding: 0px 15px 0px 0px;
    }
    /* right */
    .sub-content .sub-right{
        width: 75%;
        padding: 0px 0px 0px 15px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text>p{
        font-size: 12px;
        max-height: 60px;
        line-height: 20px;
        margin: 6px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date{
        margin: 6px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date span{
        font-size: 12px;
        max-height: 20px;
        line-height: 20px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more{
        margin: 10px 0px 0px 0px;
    }
    /* bottom */
    .sub-content .sub-bottom .sub-box .sub-cont>p{
        width: 80%;
    }
    .sub-content .sub-bottom .sub-box .sub-cont>table{
        width: 80% !important;
    }
}

@media(max-width: 1200px){
    /* left */
    .sub-content .sub-left{
        width: 30%;
        padding: 0px 12px 0px 0px;
    }
    /* right */
    .sub-content .sub-right{
        width: 70%;
        padding: 0px 0px 0px 12px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-image{
        width: 36%;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text{
        width: 64%;
        padding: 0px 0px 0px 25px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text>a{
        font-size: 14px;
        max-height: 24px;
        line-height: 24px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text>p{
        max-height: 40px;
        margin: 5px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date{
        margin: 5px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more{
        margin: 8px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more>a{
        line-height: 22px;
        padding: 5px 12px;
    }
    /* bottom */
    .sub-content .sub-bottom .sub-box .sub-cont>p{
        width: 90%;
    }
    .sub-content .sub-bottom .sub-box .sub-cont>table{
        width: 90% !important;
    }
}

@media(max-width: 992px){
    .sub-wrap .sub-content{
        padding: 20px 0px 30px 0px;
    }
    /* left */
    .sub-content .sub-left{
        width: 34%;
        padding: 0px 10px 0px 0px;
    }
    /* right */
    .sub-content .sub-right{
        width: 66%;
        padding: 0px 0px 0px 10px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-image{
        width: 45%;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text{
        width: 55%;
        padding: 0px 0px 0px 20px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text>p{
        margin: 4px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-date{
        margin: 4px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more{
        margin: 6px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more>a{
        line-height: 20px;
        padding: 3px 8px;
    }
    /* bottom */
    .sub-content .sub-bottom .sub-box .sub-cont>p{
        width: 100%;
    }
    .sub-content .sub-bottom .sub-box .sub-cont>table{
        width: 100% !important;
    }
}

@media(max-width: 768px){
    .sub-wrap .sub-content{
        padding: 15px 0px 30px 0px;
    }
    /* left */
    .sub-content .sub-left{
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    /* right */
    .sub-content .sub-right{
        width: 100%;
        padding: 10px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-image{
        width: 100%;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text{
        width: 100%;
        padding: 6px 0px 0px 0px;
    }
    .sub-content .sub-right .right-cont-list .cont-item .cont-text .cont-more>a{
        padding: 5px 12px;
    }
    /* top */
    .sub-content .sub-top .sub-title .sub-text span{
        font-size: 18px;
    }
    .sub-content .sub-top .sub-title .sub-date span{
        font-size: 12px;
        max-height: 20px;
        line-height: 20px;
    }
}