body{
    background: #f2f3f4;
}
*{word-wrap: break-word;word-break: normal;}
.subbanner{
    width: 100%;
    position: relative;
    min-height: 180px;
}
.subbanner img{
    width:100%;
    height:100%;
    min-height: 180px;
    object-fit: cover;
}
.subbanner h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 45px;
    width: 20%;
}
.main{
    position: relative;
    margin: -133px auto 80px;
}
.main .w1300{
    background: #fff;
}
.main .ddwz{
    border-bottom: 2px solid #737373;
    padding-bottom: 24px;
}
.main .ddwz h2{
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
.main .ddwz img{
    margin-right: 10px;
    position: relative;
    top: -1.5px;
}
.main .content{}
.content .conl{
    width:30%;
    padding: 22px 30px 0 0;
    min-height: 1300px;
}
.main .content #conl{float:right}
.main .content #r_cont{float:left}
.main.sidenav .content .conr{float:left;width: 67%;background: url(../images/left-bg.png) repeat-y right top;}
.content .conr{
    padding: 90px 50px 50px 78px;
    min-height: 1300px;
}
.content .conl .left-title h2{
    font-size:23px;
    line-height:68px;
    position: relative;
    border-bottom: 1px solid #d9dbd7;
}
.content .conl .left-title h2::after{
    position:absolute;
    display:block;
    content:"";
    width:47px;
    height:5px;
    background:#80368b;
    bottom:0;
    left:0;
}
.main .content .conr h2{
    font-size: 26px;
    color: #282029;
    line-height: 35px;
}
.main .content .conr p{
    font-size: 17px;
    color: #333;
    text-indent: 0;
    line-height: 2rem;
    text-align: justify;
    margin-bottom: 2rem;
}
.main .content p:last-child{
    margin-bottom: 0;
}
.bar{
    color: #999;
    font-size: 15px;
    border-bottom: 2px solid #575757;
    line-height: 60px;
    margin-bottom: 35px;
}
.main .content h3{
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 30px 0;
    line-height: 34px;
}
.main .content p img{
   
    width: auto;
    max-width: 80%;
  
    height: auto !important;
}
.main .content .page{
}
.main .content .page div{border-top: 1px solid #e1e1e4;margin-top: 40px;}
.main .content .page h3{
    padding-top: 25px;
    margin-top: 20px;
    
    /* margin: inherit; */
    text-align: left;
    line-height: 1;
    margin-bottom: 25px;
    display: inline-block;
}
.main .content .page p{
    text-indent: 0;
    line-height: 32px;
    margin-bottom: 0;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #4d4d4d;
}
.main .content .page p a:hover{
    color: #4b0c77;
}
.main .list li{
    padding: 33px 0;
    border-bottom: 1px solid #e6e6e6;
    background: url(../img/list-right.png) no-repeat center right;
}
.main .list li:hover{
    background: url(../img/list-right2.png) no-repeat center right;
}
.main .list li:hover h2{
    color: #4b0c77;
}
.main .list li:hover .img img{
    transform: scale(1.1);
}
.main .list li h2{
    font-size: 20px;
    color: #333;
    line-height: 58px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.main .list li .time{
    font-size: 16px;
    color: #999;
    line-height: 28px;
}
.main .list li .click{
    text-indent: 0;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}
.main .list li .img{
    width: 20%;
    margin-right: 3%;
    overflow: hidden;
    height: 150px;
}
.main .list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .list li .txt{
    width: 70%;
    padding-top: 10px;
}
.main .list-content{
    padding: 0;
}
.conl .left-list li{
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}
.conl .left-list li:hover img{
    transform:scale(1.1);
}
.conl .left-list li:hover .left-txt h2{
    color:#4b0c77;
}
.conl .left-list li .left-img{
    width: 36%;
    height:85px;
    overflow: hidden;
    display: none;
}
.conl .left-list li .left-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.conl .left-list li .left-txt{float: none;}
.conl .left-list li .left-txt p{
    font-size:13px;
    color:#969696;
    margin-bottom: 10px;
    line-height: 20px;
}
.conl .left-list li .left-txt h2{
    font-size:15px;
    color: #000;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: normal;
}
.linksfonts{
    background: #f5f5f5;
    /* height: 160px; */
    width: 90%;
    margin: auto;
    margin-top: 60px;
}
.linksfonts a{
    padding: 20px 0;
    display: block;
    color: #FFF;
    padding-left: 23px;
    background: #7317b2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7317b2, #9d3bc3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7317b2, #9d3bc3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.linksfonts a:hover{
    padding: 20px 0;
    display: block;
    color: #FFF;
    padding-left: 23px;
    background: #9d3bc3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #9d3bc3, #7317b2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #9d3bc3, #7317b2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.linksfonts a{
    font-size: 16px;
    position: relative;
}
.linksfonts a::after{content:'>';display:block;font-family: monospace;position: absolute;right: 20px;top: 21px;font-size: 18px;font-weight: 700;}
@media only screen and (max-width: 1400px){
    .subbanner h2{
        font-size: 32px;
        width: 100%;
        height: 32px;
    }
    .main{
        margin-top: -100px;
    }
}
@media only screen and (max-width: 1300px){
    .content .conl{
        width: 34%;
    }
    .content .conr{
        width: 66%;
        padding: 90px 30px 50px 58px;
    }
}
@media only screen and (max-width: 1200px){
    .conl .left-list li{
        padding: 18px 0;
    }
    .main .content .conr h2{
        font-size: 24px;
    }
    .main .content .conr p{
        font-size: 16px;
    }
    .conl .left-list li .left-txt h2{
        font-size: 14px;
    }
    .main{
        margin-top: -80px;
    }
    .main .list li h2{
        font-size: 18px;
    }
    .main .list li .txt{
        width: 65%;
    }
    .main .list li .img{
        width: 25%;
    }
}
@media only screen and (max-width: 1100px){
    .main .content .conr h2{
        font-size: 22px;
    }
    .content .conr{
        padding: 40px 30px 50px 58px;
    }
}
@media only screen and (max-width: 960px){
    .main{
        margin-top: 0px;
        margin-bottom: 0;
    }
    .content .conl{
        display: none;
    }
    .content .conr{
        width: 100%;
        padding: 30px 0;
        background: none;
    }
    .main .w1300{
    }
    .main .content .conr h2{
        text-align: center;
    }
    .bar{
        text-align: center;
    }
    body{
        background: #fff;
    }
    .main .content{
        border-bottom: 2px solid #737373;
    }
    .main .list-content{
        padding: 0 0 20px !important;
    }
    .main .content .conr h2{
        font-size: 20px;
    }
    .main .content h3{
        font-size:18px;
    }
    .main .content p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 840px){
    .subbanner h2{
        font-size: 28px;
        line-height: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 768px){
    .subbanner h2{
        font-size: 24px;
        bottom: 35%;
        top: auto;
    }
    .main .w1300{
        padding: 20px 20px 0;
    }
    .main .content p{
        font-size: 15px !important;
        margin-bottom: 1em;
    }
    .main .ddwz{
        padding-bottom: 0;
        height: 45px;
    }
    .main .ddwz h2{
        line-height: 45px;
    }
    .main .content .conr h2{
        font-size: 18px;
        line-height: 32px;
    }
    .main .content h3{
        font-size:16px;
        line-height: 30px;
        margin: 20px 0;
    }
    .bar{
        font-size:14px;
    }
    .main .list li{
        padding: 20px 0;
    }
    .main .list li h2{
        font-size: 16px;
        line-height: 32px;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }
    .main .list li .time{
        font-size: 15px;
    }
    .main .list li .click{
        font-size: 14px;
    }
    .main .list li .img{
        width: 28%;
    }
    .main .list li .txt{
        width: 62%;
    }
}
@media only screen and (max-width:640px){
    .subbanner h2{
        font-size: 20px;
    }
    .main .list li .img{
        width: 30%;
    }
    .main .list li .txt{
        width: 60%;
        padding: 0;
    }
    .main .list li .img{
        height: 120px;
    }
    .main .list li h2{
        line-height: 30px;
    }
    .main .list li{
        background-size: 3%;
    }
}
@media only screen and (max-width:540px){
    .main .list li h2{
        font-size: 15px;
    }
    .main .list li .time,.main .list li .click{
        font-size: 13px;
        line-height: 20px;
    }
    .main .list li .img{
        width: 34%;
    }
    .main .list li .txt{
        width: 55%;
    }
}
@media only screen and (max-width:480px){
    .main .content .conr h2{
        font-size: 16px;
        line-height: 32px;
    }
    .bar{
        line-height:35px;
    }
    .content .conr{
        padding: 0;
    }
    .main .content h3{
        font-size:15px;
        line-height:25px;
        margin: 10px 0;
    }
    .main .ddwz h2{
        font-size: 14px;
    }
    .main .content{
        padding: 10px 0 20px;
    }
    .main .w1300{
        padding: 0 20px 0;
    }
    .bar{
        font-size:12px;
    }
    .main .list li .img,.main .list li .txt{
        float: none;
        width: 100%;
        height: auto;
    }
    .main .list li {
        background: none;
    }
    .main .list li:hover{
        background: none;
    }
    .main .list li h2{
        font-size: 16px;
        line-height: 28px;
        margin: 5px 0;
    }
}
.main .content .conr h2 {
    font-size: 26px;
    color: #282029;
    line-height: 35px;
    word-wrap: break-word;
    word-break: normal;
}

#vsb_content p{font-size:16px;text-indent: 0;margin-bottom:15px;color:#333;line-height:2em;word-wrap: break-word;word-break: normal;}
#vsb_content p *{text-indent:0 !important}
#vsb_content table
{position:relative;border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #000;font-size:17px;font-weight:400;border-bottom:1px solid #bbb;}
#vsb_content table th {font-weight:500;color:#333;}
#vsb_content table th,#vsb_content table td {padding:15px 10px 14px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;word-wrap:break-word;word-break:keep-all;color:#555;}
#vsb_content table thead th {background:#f7f7f7;padding:16px 0 16px 0;font-size:17px;border-left:0;color:#333;}
#vsb_content table thead tr:last-child th {border-bottom:1px solid #999;}
#vsb_content table th {color:#444;font-size:17px;}
#vsb_content table th:first-child, #vsb_content table td:first-child {border-left:0}
#vsb_content table th:last-child, #vsb_content table td:last-child {border-right:0}
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }