.section1 {
    /* padding-top: 45px; */
    /* padding-bottom: 25px; */
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 55%;
}

.sect1-r {
    float: right;
    width: 55%;
}

.title {
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #008842;
}

.title h2 {
    float: left;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.title h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #008842;
}

.title .more {
    float: right;
}

.title .more a {
    font-size: 14px;
    color: #666;
}

.sect1-r .title h2 {
    margin-right: 30px;
    cursor: pointer;
}

.title .more a:hover {
    color: #008842;
}

.sect1-r .title h2 span {
    color: #ada9a4;
}

.sect1-r .title h2 img:first-child {
    display: none;
}

.sect1-r .title h2 img.tit-icon {
    display: inline-block;
}

.sect1-r .title h2.on img:first-child {
    display: inline-block;
}

.sect1-r .title h2.on img.tit-icon {
    display: none;
}

.sect1-r .title h2.on span {
    color: #008842;
}

.sect1-r .more a {
    display: none;
}

.sect1-r .more a.on {
    display: inline-block;
}

.xw-top {
    margin-top: 35px;
    border-top-left-radius: 50px;
    overflow: hidden;
}

.xw-top a {
    position: relative;
    display: block;
}

.xw-top a .pic {
    /* padding-top: 50.7%; */
}

.xw-top a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/sect1-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.xw-top a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 6;
    padding-left: 20px;
    width: 60%;
}

.xw-top .slick-dots {
    bottom: 30px;
    right: 20px;
    width: auto;
}

.xw-top .slick-dots li {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 3px;
    transition: all .3s;
}

.xw-top .slick-dots li.slick-active {
    border-radius: 0;
    width: 50px;
    background: url(../images/slick-xx.png) no-repeat center center;
}

.xw-down {
    margin-top: 5px;
}

.list>li {
    position: relative;
    line-height: 55px;
    padding-left: 25px;
    padding-right: 55px;
    background: url(../images/list.png) no-repeat left center;
    border-bottom: 1px dashed #cccccc;
    transition: all .3s;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
}

.list>li:hover a {
    color: #008842;
}

.qh-box ul {
    display: none;
}

.qh-box ul.on {
    display: block;
}

.date-list {
    padding: 0px 30px 30px 30px;
    background-color: #fff;
}

.date-list>li {
    /* margin-top: 25px; */
}

.date-list>li a {
    display: block;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 5px;
    color: #861600;
    margin-right: 20px;
}

.date-list>li a .date p {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}

.date-list>li a .date span {
    display: block;
    font-size: 14px;
}

.date-list>li a .text {
    overflow: hidden;
    height: 57px;
    line-height: 50px;
    padding: 10px 0;
    border-bottom: 1px dashed #cccccc;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 25px;
    height: 50px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover .date {
    background-color: #861600;
    color: #fff;
}

.date-list>li:hover .text p {
    color: #861600;
    font-weight: bold;
}

.sect2 ul li {
    float: left;
    width: 18%;
    margin-left: 2.5%;
    background-color: #fff;
    box-shadow: 5px 5px 10px #e6e4e4;
    border-radius: 5px;
}

.sect2 ul li:first-child {
    margin-left: 0;
}

.sect2 ul li a {
    display: block;
    padding: 30px 0;
    overflow: hidden;
}

.sect2 ul li a .tb {
    position: relative;
    float: left;
    width: 70px;
    height: 60px;
    line-height: 60px;
    margin-right: 25px;
    margin-left: 40px;
}

.sect2 ul li a .tb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sect2 ul li a .tb img.tb-w {
    z-index: -1;
}

.sect2 ul li a .tb img.tb-g {
    z-index: 6;
}

.sect2 ul li a .text {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.sect2 ul li a .text p {
    font-size: 16px;
    color: #008842;
}

.sect2 ul li:hover {
    background-color: #008842;
}

.sect2 ul li:hover .tb img.tb-w {
    z-index: 9;
}

.sect2 ul li:hover .text p {
    color: #fff;
}

.section3 {
    padding: 45px 0;
}

.zt {
    margin-top: 35px;
    margin-left: -13px;
    margin-right: -13px;
}

.zt li {
    margin: 0 13px;
}

.zt li a {
    display: block;
}

.zt li a .pic {
    padding-top: 39.7%;
}

@media screen and (max-width: 1400px) {
    .zt {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .sect1-r {
        width: 46%;
    }
    .title h2 span {
        font-size: 24px;
    }
    .date-list>li {
        margin-top: 10px;
    }
    .sect2 ul li {
        width: 32%;
        margin-left: 2%;
        margin-top: 10px;
    }
    .sect2 ul li:nth-child(3n-2) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .title h2 span {
        font-size: 18px;
    }
    .xw-top {
        margin-top: 15px;
    }
    .xw-top a p {
        font-size: 12px;
    }
    .list>li {
        line-height: 36px;
    }
    .list>li a {
        font-size: 14px;
    }
    .sect1-r .title h2 {
        margin-right: 5px;
    }
    .date-list {
        padding: 15px;
    }
    .date-list>li a .text p {
        font-size: 14px;
    }
    .sect2 ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .sect2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sect2 ul li a .tb {
        margin-left: 15px;
        margin-right: 5px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .sect2 ul li a .tb img {
        height: 30px;
    }
    .sect2 ul li a .text {
        height: 30px;
        line-height: 30px;
    }
    .sect2 ul li a {
        padding: 15px 0;
    }
    .section3 {
        padding: 15px 0;
    }
    .zt {
        margin-top: 15px;
    }
}