    .section1>ul>li {
        float: left;
        width: 50%;
    }

   .section1>ul .xxgc {
        float: left;
        width: 100%;
    }
    
    .section1>ul>li>a {
        position: relative;
        display: block;
    }
    
    .pic1 {
        position: relative;
        padding-top: 37.3%;
    }

    .pic2 {
        position: relative;
        padding-top: 21.3%;
    }

    .pic2 img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
    
    .pic1 img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
    
    .section1>ul>li>a p {
        position: absolute;
        font-size: .24rem;
        color: #fff;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translatey(-50%);
    }
    
    .section1>ul>li>a span {
        position: absolute;
        bottom: .1rem;
        right: .6rem;
        font-size: .14rem;
        color: rgba(255, 255, 255, .6);
        padding-left: 40px;
        background: url(../images/span-xx.png) no-repeat left center;
    }
    
    .section2 {
        background-color: #fff;
        margin-top: .16rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    
    .title {
        font-size: .3rem;
        color: #ac1303;
        text-align: center;
        padding-top: .35rem;
        padding-bottom: .25rem;
        font-weight: bold;
    }
    
    .sect2 a {
        position: relative;
        display: block;
    }
    
    .sect2 a .date {
        position: absolute;
        padding-left: .1rem;
        padding-right: .1rem;
        box-sizing: border-box;
        width: .75rem;
        top: .2rem;
        right: .2rem;
        padding-bottom: 5px;
        background-color: #a01718
    }
    
    .sect2 a .date>p {
        position: static;
        font-size: .4rem;
        color: #fff;
        line-height: .48rem;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    
    .sect2 a .date span {
        position: relative;
        display: block;
        font-size: .18rem;
        color: #fff;
        text-align: right;
    }
    
    .sect2 a .date span:after {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        width: .48rem;
        height: .22rem;
        background: url(../images/xx.png) no-repeat;
    }
    
    .sect2 a .date i {
        display: block;
        font-size: .12rem;
        color: #fff;
        text-align: left;
    }
    
    .sect2 a p {
        position: absolute;
        bottom: .2rem;
        left: 0;
        right: 0;
        padding-left: .2rem;
        padding-right: 2.5rem;
        font-size: .18rem;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 99;
    }
    .bg {
    background: #333;
    height: 50px;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}
    .sect2 a img {
        display: block;
        width: 100%;
    }
    
    .sect2 .slick-dots {
        width: auto;
        bottom: .2rem;
        right: .2rem;
    }
    
    .sect2 .slick-dots li {
        width: .3rem;
        height: .3rem;
        background-color: #dddddd;
        margin-left: .05rem;
    }
    
    .sect2 .slick-dots li button {
        font-size: .14rem;
        color: #333;
        display: block;
        padding: 0;
        width: .3rem;
        height: .3rem;
    }
    
    .sect2 .slick-dots li.slick-active {
        background-color: #a01718;
    }
    
    .sect2 .slick-dots li.slick-active button {
        color: #fff;
    }
    
    .sect2-text {
        padding-bottom: .25rem;
    }
    
    .sect2-text>ul {
        padding-top: .15rem;
    }
    
    .sect2-text>ul>li {
        position: relative;
        padding-left: .2rem;
        padding-right: 1.5rem;
        line-height: .45rem;
        background: url(../images/list.png) no-repeat left center;
        background-size: .08rem auto;
    }
    
    .sect2-text>ul>li>a {
        display: block;
        font-size: .18rem;
        color: #303030;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .sect2-text>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: .18rem;
        color: #999;
    }
    
    .more {
        padding-top: .15rem;
        padding-bottom: .15rem;
        text-align: center;
    }
    
    .more>a {
        display: block;
        font-size: .2rem;
        color: #a01718;
    }
    
    .section3 {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    
    .section3>ul>li {
        background-color: #fff;
        margin-bottom: .15rem;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-right: .5rem;
        box-shadow: 0 0 3px #e9e6e6;
    }
    
    .section3>ul>li>a {
        display: block;
        overflow: hidden;
    }
    
    .section3>ul>li>a .date3 {
        float: left;
        width: 100px;
        border-right: 1px solid #e9e9e9;
        text-align: center;
    }
    
    .section3>ul>li>a .date3 p {
        font-size: .3rem;
        color: #a01718;
    }
    
    .section3>ul>li>a .date3 {
        font-size: .16rem;
        color: #333;
    }
    
    .section3>ul>li>a .text3 {
        overflow: hidden;
        padding-left: .2rem;
    }
    
    .section3>ul>li>a .text3 p {
        font-size: .18rem;
        color: #333;
        line-height: .32rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .section4,
    .section5 {
        background-color: #fff;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    
    .section5 {
        margin-top: .16rem;
    }
    
    .section6 {
        padding-left: .2rem;
        padding-right: .2rem;
        background-color: #fff;
        padding-bottom: .3rem;
    }
    
    .section6>ul>li {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: .25rem
    }
    
    .section6>ul>li>a {
        display: block;
        font-size: 0;
    }
    
    .section6>ul>li>a .date6 {
        border: 2px solid #a01718;
        border-radius: 3px;
        width: 175px;
        height: 40px;
        padding-left: 40px;
        background: #a01718 url(../images/rl.png) no-repeat 10px center;
        font-size: 0;
        box-sizing: border-box;
    }
    
    .date6>span {
        display: inline-block;
        width: 100%;
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        background-color: #fff;
        font-size: .16rem;
        color: #a01718;
        font-weight: bold;
    }
    
    .section6>ul>li>a p {
        font-size: .2rem;
        color: #333;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .section6>ul>li>a>span {
        font-size: .18rem;
        color: #666;
    }
    
    .section6>ul>li>a>span img {
        padding-right: .07rem;
        vertical-align: middle;
    }