.banner {
    height: 470px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main {
    min-height: 800px;
}

/* åˆ—è¡¨é¡µ */
.listbox {
    padding: 40px 0;
}

.menu2 {
    width: 19%;
    text-align: center;
}

.menu-title span {
    display: block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 20px 0;
    background-color: #2f77d8;
}

.menu2 li a {
    display: block;
    padding: 20px 0;
    background-color: #f5fafe;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.menu2 .active>a,
.menu2 .ej .active {
    background-color: #76acf2;
    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: #2f77d8;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
}

.menu2 ul i::before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #2f77d8;
    position: absolute;
    right: 50%;
    top: 28%;
    transform: translate(50%);
}

.menu2 ul .jian::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #2f77d8;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
}

.menu2 .ej {
    display: none;
    max-height: 240px;
    overflow: auto;
}

.lists {
    width: 78.6%;
}

.mianbaoxie {
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    background: url(/dwkjxy/images/mbxbg.jpg) 1.5% center no-repeat #f5fafe;
}

.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cde1f1;
}

.list-items li a {
    /* width: 85%; */
    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 {

border-radius: 13px;

background-color: #f5fafe;

font-size: 18px;

font-family: "Georgia";

white-space: nowrap;

color: #374fc7;

line-height: 1.6;
}

.list-items li:hover a {
    color: #2f77d8;
    font-weight: bold;
}

.list-items li:hover span {
    background-color: #2f77d8;
    color: #fff;
}

/* åˆ—è¡¨é¡µ2 */
.list-items2 {
    margin-top: 35px;
}

.list-items2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-items2 ul li {
    width: 47%;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-bottom: 35px;
}

.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, rgba(40, 86, 203, 0.2) 0, transparent 60px);
}

.list-items2 li .textbox h1 {
    font-size: 22px;
    color: #2f77d8;
    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: #2f77d8;
    text-align: center;
    border-radius: 25px;
    float: right;
}
.list-items2 li:hover .textbox>p{
    color: #2f77d8;
}

.list-items2 .items1,
.list-items2 .items2,
.list-items2 .items3,
.list-items2 .items4 {
    margin-bottom: 35px;
}
/*å›¾ç‰‡åˆ—è¡¨é¡µ*/
.tplist-items{
    margin-top: 35px;
}
.tplist-items ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tplist-items ul li{
    width: 31%;
    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: #2f77d8;
    font-weight: bold;
}
.tplist-items .tp1,
.tplist-items .tp2,
.tplist-items .tp3{
    margin-bottom: 35px;
}
/* å†…å®¹ */
.contentbox {
    padding: 40px 0;
}

.content {
    margin-top: 40px;
}

.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: 40px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.875;
    text-align: left;
    text-indent: 2em;
}

.content .xt {
    text-indent: 0;
}

.content .author,
.content .date,
.content .contacts {
    margin-bottom: 10px;
    text-align: right;
}

/* å•ç¯‡ */
.danpian h1 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #2f77d8;
    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;
}
/* æœºæž„è®¾ç½® */
.jgsz{
    width: 100%;
    float: none;
}
.jgsz-container{
    margin-top: 35px;
}
.container1{
    display: flex;
    box-shadow: 0 0 6px #D7D7D7;
    background-color: #FFFFFF;
    margin-bottom: 34px;
}
.container1 h1{
    font-size: 24px;
    width: 24px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.container1 .titbox2{
    width: 12%;
    background-color: #2f77d8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xrld2-list{
    width: 100%;
    padding: 0px 30px;
}
.xrld2-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xrld2-list li{
    display: flex;
    /* justify-content: space-between; */
    height: 80px;
    line-height: 80px;
    width: 48%;
    border-bottom: 1px solid #D7D7D7;
}
.xrld2-list li p{
    width: 50%;
    /* margin-right: 20px; */
    font-size: 16px;
}
.xrld2-list-th{
    display: flex;
    justify-content: space-between;
}
.xrld2-list span{
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.xrld2-list .th-box{
    width: 47%;
    display: flex;
    justify-content: space-between;
}
.xrld2-list .th-box span{
    text-align: center;
    height: 40px;
    line-height: 62px;
    font-size: 18px;
    font-weight: bold;
}
.xrld2-list .list-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box>div{
    width: 47%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D7D7D7;
}
.xrld2-list-th .th1{
    width: 50px;
}
.xrld2-list-th .th2{
    width: auto;
}
.xrld2-list-th .th3{
    width: 80px;
}
@media (max-width: 1440px){
    .tplist-items li .imgbox{
        height: 200px;
    }
}
@media (max-width: 1200px){
    .list-items2 li .imgbox {
        height: 200px;
    }
    .list-items2 li .textbox p {
        line-height: 23px;
        height: 95px;
    }
}
@media (max-width: 1160px){
    .xrld2-list li p{
        width: auto;
    }
    .xrld2-list li{
        justify-content: space-between;
    }
}
@media (max-width: 999px) {

    /* åˆ—è¡¨é¡µ */
    .banner {
        height: 300px;
    }

    .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%;
    }

    .list-items2 .items1,
    .list-items2 .items2,
    .list-items2 .items3,
    .list-items2 .items4,
    .list-items2 .items4 {
        margin-bottom: 20px;
    }
    .tplist-items ul li {
        width: 100%;
    }
    .tplist-items li .imgbox{
        height: 380px;
    }
    .xrld2-list li p{
        font-size: 14px;
    }
    .xrld2-list .th span{
        font-size: 16px;
    }
    .xrld2-list span,.xrld2-list li{
        font-size: 14px;
        height: 50px;
    line-height: 50px;
    }
    .xrld2-list-th .th1 {
        width: 44px;
    }
    .xrld2-list-th .th3 {
        width: 68px;
    }
    .xrld2-list .th-box span{
        font-size: 16px;
        font-weight: bold;
    }
    .list-items2 ul .items5{
        margin-bottom: 20px;
    }
}
@media (max-width: 850px){
    .xrld2-list li{
        width: 100%;
        justify-content: start;
    }
    .xrld2-list li p {
        width: 50%;
    }
    .xrld2-list .th-box,
    .list-box>div{
        width: 100%;
    }
    .xrld2-list .th-box2{
        display: none;
    }
    .container1 h1{
        font-size: 18px;
    }
}
@media (max-width: 650px) {

    /* åˆ—è¡¨é¡µ */
    

    .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 li .imgbox{
        height: 280px;
    }
}
@media (max-width: 500px) {
    .tplist-items li .imgbox{
        height: 210px;
    }
    .xrld2-list li {
        display: block;
        height: auto;
        line-height: 35px;
    }
    .xrld2-list li p {
        width: 100%;
        font-size: 13px;
    }
    .xrld2-list{
        padding: 10px;
    }
}
@media (max-width: 414px) {
    .tplist-items li .imgbox{
        height: 180px;
    }
}