@import url("./public.css");
@import url("./header.css");
@import url("./footer.css");

.banner {
    background: url(../images/banner7.png) no-repeat center;
}

.con {
    margin: 40px 0 50px;
}

.list {
    align-items: flex-start;
}

.left-menu {
    position: relative;
    box-sizing: border-box;
    padding: 47px 47px 47px 50px;
    width: 320px;
    height: 100%;
    min-height: 850px;
    border-right: 1px solid #f1f1f1;
    background: #fff;
    z-index: 2;
}

.mask {
    position: absolute;
    top: -8px;
    left: -8px;
    box-sizing: border-box;
    display: block;
    width: 98%;
    height: 98%;
    background: #fff;
    border-left: 8px solid #498432;
    border-top: 8px solid #498432;
    z-index: -1;
}

.menu {
    position: relative;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
}

.menu::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 236px;
    height: 2px;
    background: url(../images/sy_head_line.png) no-repeat center;
    background-size: 100% 100%;
}

.sub li {
    margin-bottom: 25px;
    width: 100%;
    height: 64px;
}

.sub li a {
    font-size: 26px;
    color: #000000;
}

.sub li a.on {
    font-weight: bold;
    color: #fff;
    background: #498432;
}

.sub li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-box {
    box-sizing: border-box;
    padding: 30px 38px 20px 20px;
    width: calc(100% - 308px);
    height: 100%;
    min-height: 850px;
    background: #fff;
}

.list-con li {
    margin-bottom: 27px;
}

.list-con li .date {
    margin-bottom: 30px;
    line-height: 48px;
    font-size: 20px;
    color: #999999;
    transition: all .3s ease;
}

.list-con li .date i {
    position: relative;
    margin-right: 17px;
    font-size: 22px;
}

.list-con li .date i::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1px;
    height: 260px;
    background: #D8D8D8;
    transition: all .3s ease;
}

.list-con li:last-child .date i::after {
    height: 219px;
}

.list-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-left: 40px;
    padding: 11px;
    height: 174px;
    background: #F8F8F8;
    border-radius: 4px;
    transition: all .5s ease;
}

.list-con li:hover .list-li {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    transition: all .5s ease;
}

.list-li .img-box {
    margin-right: 25px;
    width: 282px;
    height: 152px;
    border-radius: 4px;
    overflow: hidden;
}

.list-li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-con li .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% - 307px);
    border-radius: 4px;
}

.list-con li .noImg {
    padding: 20px 25px;
    width: 100%;
}

.list-con li .title h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
}

.list-con li .title p {
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 2;
}

.list-con li a:hover h3,
.list-con li a:hover .date {
    color: #498432;
    transition: all .3s ease;
}

.list-con li a:hover .date i::after {
    background: #498432;
    transition: all .3s ease;
}

/* 领导班子 */

.ldbz {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 75px;
}

.ldbz li {
    box-sizing: border-box;
    padding: 11px;
    margin: 0 38px 38px 0;
    width: calc((100% - 76px) / 3);
    background: #f8f8f8;
}

.ldbz li:nth-child(3n) {
    margin-right: 0;
}

.ldbz li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ldbz li a img {
    width: 165px;
    height: 198px;
}

.ldbz li a .ld-info {
    width: calc(100% - 180px);
}

.ld-info h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.ld-info p {
    font-size: 14px;
    line-height: 26.76px;
    color: #666666;
}

.tplb {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 75px;
}

.tplb li {
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    width: calc((100% - 40px) / 3);
    text-align: center;
    background: #f8f8f8;
}

.tplb li .pic {
    height: 220px;
}

.tplb li:nth-child(3n) {
    margin-right: 0;
}

.tplb li h3 {
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

@media only screen and (max-width: 1400px) {
    .menu::after {
        width: 100%;
    }

    .ldbz,
    .tplb {
        justify-content: space-between;
    }

    .ldbz li {
        margin-right: 0 !important;
        width: calc((100% - 20px) / 2);
    }

    .tplb li {
        margin-right: 0 !important;
        width: calc((100% - 20px) / 2);
    }

    .tplb li .pic {
        height: 225px;
    }
}

@media only screen and (max-width: 1200px) {
    .tplb li .pic {
        height: 180px;
    }
}

@media only screen and (max-width: 996px) {
    .list {
        flex-wrap: wrap;
    }

    .left-menu {
        width: 100%;
        min-height: auto;
    }

    .sub {
        display: flex;
        justify-content: flex-start;
    }

    .sub li {
        width: auto;
        max-width: 100%;
        min-width: 150px;
    }

    .right-box {
        width: 100%;
        min-height: auto;
    }

    .ldbz,
    .tplb {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .left-menu {
        padding: 25px 25px 0;
    }

    .list-li {
        flex-wrap: wrap;
        height: auto;
    }

    .list-li .img-box {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
        height: 300px;
        border-radius: 6px;
    }

    .list-con li .title {
        width: 100%;
    }

    .list-con li .title h3 {
        font-size: 24px;
    }

    .list-con li .title p {
        line-height: 33px;
        font-size: 18px;
    }

    .ld-info h3 {
        font-size: 24px;
    }

    .ld-info p {
        font-size: 18px;
    }

    .tplb li {
        width: 100%;
    }

    .tplb li .pic {
        height: 300px;
    }

    .tplb li h3 {
        line-height: 70px;
        font-size: 26px;
    }
}