/* public  */

.row-c2 {
    overflow: hidden;
    margin: 40px 0;
}

.row-c2 .col-l {
    width: 280px;
    background: #f4f4f4;
    padding-bottom: 50px;
    float: left;
}

.wp {
    margin: 0 auto;
    max-width: 1200px;
}

.row-c2 .col-l {
    width: 280px;
    background: #f4f4f4;
    padding-bottom: 50px;
    margin-right: 40px;
}

.aside .tit {
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    background: #0f75ce;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.accordion {
    width: 100%;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    background: #f7f8fa;
    overflow: hidden;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    outline: none;
    border-left: 3px solid #f7f8fa;
}

.accordion .nav-link a {
    display: block;
}

.accordion li.open .nav-link {
    color: #004078 !important;
    border-left: 3px solid#004078;
    background: #f3f3f3;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #0f75ce !important;
    font-weight: bold;
    border-left: 3px solid #0f75ce;
    background: #f3f3f3;
    font-size: 16px;
}

.accordion .nav-link:hover {
    color: #004078 !important;
    font-weight: bold;
    border-left: 3px solid #004078;
    background: #f3f3f3;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #004078;
}

.accordion .nav-link.hover a {
    color: #0f75ce !important;
    font-weight: bold;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #004078 !important;
    font-size: 16px;
}

.nav-link1 {
    width: 50px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/xia.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 40px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #004078;
    background: #fff;
    padding-left: 40px !important;
}

.row-c2 .col-r {
    /* width: 890px; */
    overflow: hidden;
}

.col-r,
.col_r,
.r,
.ul-txt li span,
.ul_txt li span,
dt span {
    /* float: right; */
}

.row-c2 .col-r .txt {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}

.cur {
    font-size: 14px;
    /* text-align: right; */
}

.cur a,
.cur span {
    font-size: 16px;
    line-height: 1.6;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* public */


/* content页开始 */

.contents {
    overflow: hidden;
    padding-right: 25px;
    margin: 20px auto;
}

.title h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5;
}

.title div {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.title div i,
.title div em {
    font-style: normal;
    margin: 0 10px;
}

.cons {
    width: 100%;
    margin: 50px 0;
    line-height: 2;
    font-size: 16px !important;
    color: #333;
}

.cons p {
    text-indent: 2em;
    line-height:40px !important;
    font-size:16px !important;
    width: 100%;
}
.cons table p {
    text-indent: 0em;
}

/* content页结束 */


/* jjy开始 */


/* jjy结束 */


/* list页开始 */

.ul-set2 {
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.ul-set {
    overflow: hidden;
    padding-right: 25px;
    margin-bottom: 45px;
}

.ul-set li {
    overflow: hidden;
    line-height: 34px;
}

.ul-set2 li .time {
    float: right;
    display: block;
    font-size: 16px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-set li .desc {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}


@media screen and (max-width:768px) {

#vsb_content table{width: 100%;border-color: #666666;border-collapse: collapse;display: flex;overflow: scroll hidden; white-space: nowrap;word-break: keep-all;}

}

















/* list页结束 */