main{
    min-height: 800px;
}
.banner2{
    height: 600px;
}
.banner2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dblj{
    margin-top: 0;
}

/* ???¤???????§???¨???????1???|???????? */
.menu2 {
    width: 19%;
    text-align: center;
}

.menu-title span {
padding: 0px 10px;
    display: block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 20px 0;
    background-color: #0e419c;
}

.menu2 li a {
    display: block;
    padding: 20px 0;
    background-color: #f2f6f4;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.menu2 .active>a,
.menu2 .ej .active {
    background-color: #5d92f0;
    color: #fff;
    font-weight: bold;
}

.menu2>ul>li {
    position: relative;
}

.menu2 ul i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 3%;
    top: 12px;
}

.menu2 ul i::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #0e419c;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
}

.menu2 ul i::before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #0e419c;
    position: absolute;
    right: 50%;
    top: 28%;
    transform: translate(50%);
}

.menu2 ul .jian::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #4ca274;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
}

.menu2 .ej {
    display: none;
    max-height: 240px;
    overflow: auto;
}
/* ???￥??a�??￠a??a�????¨???????¨ */
.main-container {
    padding: 40px 0;
}
.lists {
    width: 78.6%;
}

.mianbaoxie {
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    background: url(../images/mbxbg.png) 1.5% center no-repeat #f2f6f4;
}

.mianbaoxie a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}

.mianbaoxie span {
    line-height: 1.6;
}

.list-items li {
    padding: 20px 0;
    border-bottom: 1px solid #9dbef9;
}

.list-items li a {
    width: 78%;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items li span {
    float: right;
    padding: 0px 15px;
    display: block;
    border-radius: 13px;
    background-color: #f4f7fc;
    font-size: 16px;
    font-family: "Georgia";
    color: #999;
    line-height: 1.6;
    transition: all 0.5s ease 0s;
}

.list-items li:hover a {
    color: #2058bb;
    font-weight: bold;
}

.list-items li:hover span {
    background-color: #2058bb;
    color: #fff;
}
/* ???￥?￠a?????￠a???|???￥???????1 */
.contentbox {
    padding: 40px 0;
}

.content {
    margin-top: 40px;
}

#vsb_content_501 .vsbcontent_img{
    margin-bottom:5px;
}
.content h1 {
    padding-bottom: 20px;
    border-bottom: 1px dashed #d0d0d0;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.content .txtinfo {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: center;
}

.content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.875;
    text-align: left;
    
}
.content p img{
    display:block;
    margin:0 auto;
}
.content .xt {
    text-indent: 0;
}

.content .author,
.content .date,
.content .contacts {
    margin-bottom: 10px;
    text-align: right;
}
/* ???￥?????￠a???￠???§???ˉ?￠a???? */
.danpian h1 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #0e419c;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
}

.danpian p {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    line-height: 2.667;
    text-indent: 2em;
}
/* ???￥??a�??￠a??a�????¨???????¨2 */
.list-items2 {
    margin-top: 35px;
}

.list-items2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-items2 ul li {
    width: 48%;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.list-items2 li .imgbox {
    width: 40%;
    height: 300px;
    overflow: hidden;
}

.list-items2 li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-items2 li:hover .imgbox>img{
    transform: scale(1.1);
}
.list-items2 li .textbox {
    padding: 20px 20px 0;
    width: 60%;
    background: linear-gradient(to bottom, #b4caf1 0, transparent 60px);
}

.list-items2 li .textbox h1 {
    font-size: 22px;
    color: #0e419c;
    font-weight: 700;
}

.list-items2 li .textbox p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    height: 188px;
}

.list-items2 li .textbox a {
    font-size: 14px;
    color: #FFF;
    width: 100px;
    line-height: 32px;
    background: #0e419c;
    text-align: center;
    border-radius: 25px;
    float: right;
}
.list-items2 li:hover .textbox>p{
    color: #0e419c;
}

.list-items2 .items1,
.list-items2 .items2,
.list-items2 .items3,
.list-items2 .items4 {
    margin-bottom: 35px;
}
/* ???￥?￠a???o???????§?￠a???°?￠a???????￥??a�??￠a??a�????¨???????¨ */
.tplist-items{
    margin-top: 35px;
}
.tplist-items ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tplist-items ul li{
    width: 19%;
    margin-bottom: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.tplist-items li .imgbox{
    display: block;
    height: 260px;
    overflow: hidden;
}
.tplist-items li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tplist-items li:hover .imgbox>img{
    transform: scale(1.1);
}
.tplist-items li .text a{
    display: block;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.tplist-items li:hover .text>a{
    font-size: 18px;
    color: #0e419c;
    font-weight: bold;
}
@media (max-width: 1440px){
    .tplist-items li .imgbox{
        height: 200px;
    }
}
@media (max-width: 1200px){
    .menu2 ul i{
        right: 0%;
    }
    .menu2{
        width: 25%;
    }
    .lists {
        width: 72.6%;
    }
    .list-items2 li .imgbox {
        height: 200px;
    }
    .list-items2 li .textbox p {
        line-height: 23px;
        height: 95px;
    }
}
@media (max-width: 999px){
    .banner2 {
        height: 400px;
    }
    .list-items2 {
        margin-top: 20px;
    }
    .list-items2 ul li {
        width: 100%;
    }

    .list-items2 .items1,
    .list-items2 .items2,
    .list-items2 .items3,
    .list-items2 .items4,
    .list-items2 .items4 {
        margin-bottom: 20px;
    }
    .list-items2 ul .items5{
        margin-bottom: 20px;
    }
    .tplist-items ul li {
        width: 49%;
    }
    .tplist-items li .imgbox{
        height: 200px;
    }
}
@media (max-width: 850px) {

    /* ???￥??a�??￠a??a�????¨???????¨*/
    .menu2,
    .lists {
        width: 100%;
        float: none;
    }

    .listbox {
        padding: 20px 0;
    }

    .menu2 {
        margin-bottom: 20px;
    }

    .menu-title span {
        font-size: 18px;
    }

    .menu2 li a {
        font-size: 14px;
    }

    .list-items2 {
        margin-top: 20px;
    }

    .list-items li span {
        font-size: 14px;
    }

    .list-items2 ul li {
        width: 100%;
    }
    
    .tplist-items li .imgbox{
        height: 280px;
    }
}
@media (max-width: 650px) {

    .list-items li a {
        width: 73%;
    }

    .banner {
        height: 240px;
    }

    .menu2 li a {
        font-size: 16px;
    }

    .content p {
        margin-bottom: 20px;
    }

    .danpian h1,
    .danpian p {
        margin-bottom: 20px;
    }

    .danpian p {
        line-height: 1.6;
        font-size: 16px;
    }

    .danpian h1 {
        font-size: 20px;
    }
    .list-items2 li .imgbox {
        width: 33%;
        height: 220px;
    }

    .list-items2 li .textbox p {
        height: 115px;
    }

    .list-items2 li .textbox {
        width: 67%;
    }
    .tplist-items ul li {
        width: 100%;
    }
    .tplist-items li .imgbox{
        height: 280px;
    }
}
@media (max-width: 500px){
    .tplist-items li .imgbox{
        height: 210px;
    }
}
@media (max-width: 450px){
    .banner2{
        height: 240px;
    }
    .list-items li a {
        width: 65%;
    }
}
@media (max-width: 414px) {
    .tplist-items li .imgbox{
        height: 180px;
    }
}