@charset "utf-8";
.section1 {
    /* padding: 45px 0; */
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 48%;
}

.sect1-r {
    float: right;
    width: 48%;
}

.title {
    line-height: 36px;
    overflow: hidden;
    /* margin-bottom: 25px; */
    padding-top: 20px;
}

.title h2 {
    font-size: 24px;
    color: #333;
    float: left;
}

.title h2 span {
    font-size: 14px;
    color: #999999;
    padding-left: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.title a {
    float: right;
    width: 36px;
    height: 36px;
    background: url(../images/more.png) no-repeat center center;
}

.sect1-l ul>li {
    position: relative;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 46px;
    padding-left: 35px;
    padding-right: 85px;
    background: url(../images/list.png) no-repeat left center;
}

.sect1-l ul>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}

.sect1-l ul>li:hover {
    background: url(../images/list-other.png) no-repeat left center;
}

.sect1-l ul>li:hover>a {
    color: #c00000;
}

.sect1-r ul li a {
    position: relative;
    display: block;
padding-top: 76%;

}

.sect1-r ul li a img {
    display: block;
    width: 100%;
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;

}

.sect1-r ul li a>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding-left: 23px;
    padding-right: 80px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-r ul li a .date1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    background-color: #c00000;
    text-align: center;
}

.sect1-r ul li a .date1 p {
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

.sect1-r ul li a .date1 span {
    font-size: 16px;
    color: #fff;
}

.sect1-r .slick-dots {
    right: 20px;
    bottom: 20px;
    width: auto;
}

.sect1-r .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    background: #ababa8;
}

.sect1-r .slick-dots li.slick-active {
    background-color: #fff;
}

.section2 {
    overflow: hidden;
}

.sect2-r {
    float: right;
}

.section3 {
    /* padding-top: 40px; */
    padding-bottom: 35px;
}

.sect3>ul {
    margin-top: 10px;
    margin-left: -13px;
    margin-right: -13px;
}

.sect3>ul li {
    margin: 0 13px;
}

.sect3>ul li a {
    display: block;
}

.sect3>ul li a .pic3 {
    position: relative;
    padding-top: 57%;
}

.sect3>ul li a .pic3 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.sect3>ul li a p {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 1230px) {
    .sect3>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .main {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .title {
        margin-bottom: 10px;
    }
    .sect1-l ul>li {
        line-height: 39px;
    }
}

@media screen and (max-width: 850px) {
    .title {
        line-height: 25px;
        margin-bottom: 0;
    }
    .title h2 {
        font-size: 20px;
    }
    .title h2 span {
        font-size: 12px;
    }
    .sect1-l ul>li {
        line-height: 29px;
    }
    .sect1-l ul>li a {
        font-size: 14px;
    }
    .title a {
        height: 35px;
        background-size: 25px auto;
    }
    .section1 {
        padding: 15px 0;
    }
    .section3 {
        padding: 15px 0;
    }
}

@media screen and (max-width: 700px) {
    .sect1-l,
    .sect1-r {
        float: none;
        width: auto;
    }
    .sect2-l,
    .sect2-r {
        margin-top: 15px;
    }
    .banner .slick-prev {
        background-size: 20px auto;
    }
    .banner .slick-next {
        background-size: 20px auto;
    }
}