@import url("./public.css");
@import url("./header.css");
@import url("./footer.css");

.banner {
    background: url(../images/banner6.png) no-repeat center;
}

.row1 {
    padding: 104px 0 158px;
    background: url(../images/rczp_bg.png) no-repeat center;
}

.row1 .caption a,
.row1 .caption span {
    color: #fff;
}

.row1 .caption p {
    color: rgba(161, 205, 143, 0.16);
}

.row1 .rczp {
    margin-top: 99px;
}

.rczp li {
    box-sizing: border-box;
    padding: 26px 28px 20px;
    width: calc((100% - 164px) / 3);
    height: 344px;
    border: 1px solid #D8D8D8;
    background: #fff;
}

.rczp .date {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666666;
}

.rczp .date span {
    font-size: 30px;
    font-weight: bold;
    color: #498432;
}

.rczp .date span::after {
    content: '';
    margin: 0 20px;
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #D8D8D8;
}

.rczp li h3 {
    margin: 35px 0 22px;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease;
}

.rczp li:hover h3{
    color: #498432;
    transition: all .3s ease;
}

.rczp li p {
    margin-bottom: 5px;
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    -webkit-line-clamp: 5;
}

.rczp li i {
    font-size: 50px;
    color: #498432;
}

.row2 {
    padding: 118px 0;
    background: #fff;
}

.lxwm-con {
    margin-top: 32px;
}

.lxwm-con dl {
    width: 51%;
}

.lxwm-con dt {
    margin-bottom: 37px;
}

.lxwm-con dd {
    margin-bottom: 22px;
    line-height: 32px;
    font-size: 20px;
    color: #9E9E9E;
}

.map-box {
    box-sizing: border-box;
    padding: 15px;
    width: 48%;
    height: 434px;
    box-shadow: 0px 4px 8px 0px rgba(19, 41, 11, 0.12);
}

.map-box #container {
    width: 100%;
    height: 100%;
}

.amap-icon img {
    width: 30px;
}

@media only screen and (max-width: 1400px) {
    .row1 ul li {
        width: calc((100% - 40px) / 3);
    }
}

@media only screen and (max-width: 1200px) {
    .row1,.row2,.row3 {
        padding: 40px 0;
    }
    .row1 .rczp {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 996px) {
    .caption p {
        font-size: 36px;
    }

    .row1 ul li {
        width: calc((100% - 20px) / 2);
    }

    .row1 ul li:nth-child(3) {
        display: none;
    }
    .lxwm-con{
        flex-wrap: wrap;
    }
    .lxwm-con dl {
        width: 100%;
    }
    .map-box{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .row1 ul li {
        width: 100%;
        height: auto;
    }

    .row1 ul li:nth-child(2) {
        display: none;
    }
    .rczp .date{
        font-size: 24px;
    }
    .rczp li h3{
        font-size: 24px;
    }
    .rczp li p{
        height: auto;
        font-size: 24px;
        line-height: 40px;
    }
    .lxwm-con dd{
        font-size: 24px;
    }
    .more {
        font-size: 24px;
    }

    .more i {
        font-size: 30px;
    }
}