.top {
    margin-bottom: 20px;
}

.top h2 {
    display: inline-block;
    font-size: 1.5rem;
    line-height: .36prem;
    color: #ae0a29;
    float: left;
}

.top a {
    font-size: 16px;
    line-height: 30px;
    color: #ae0a29;
    /* float: right; */
    /* background: url(../images/more-bg.png) no-repeat right; */
}

.top a:hover {
    font-weight: bold;
}

/* sec1 */
.s1-left {
    float: left;
    width: 600px;
    margin-top: 6px;
}

.ban1 .pic {
    padding-top: 59.2%;

}

.ban1 .slick-prev {
    background: url(../images/ban1-prev.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    left: 0;
    top: 40%;
}

.ban1 .slick-next {
    background: url(../images/ban1-next.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    right: 0;
    top: 40%;
}

.ban1 a {
    position: relative;
}

.ban1 .text {
    position: relative;
    margin: 0 auto;
    bottom: 65px;
    width: 80%;
    background: #94070a;
    padding: 20px 24px 18px 30px;
}

.ban1 .text:hover p {
    font-weight: bold;
}

.ban1 .text p {
    font-size: 18px;
    line-height: 24px;
    max-height: 24px;
    color: #ffffff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    white-space: normal;
}

.ban1 .text span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: url(../images/s1-11.png) no-repeat left;
    padding-left: 32px;
    display: block;
}

.s1-right {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    border-top: 5px solid #ae0a29;

}

.s1-right li {
 
    width: 100%;
    border-bottom: solid 1px #c0c0c0;
}

.s1-right li:hover p {
    color: #94070a;
    font-weight: bold;

}

.s1-right li:hover span {
    color: #94070a;
}

.s1-right li:nth-child(odd) {
    margin-right: 4.6%;

}

.s1-right li a {
    padding: 20px 0 17px 0;
    display: block;
    cursor: pointer;
}

.s1-right li p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    white-space: nowrap;
}

.s1-right li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    background: url(../images/s1-r-list-bg.png) no-repeat left;
    padding-left: 32px;
}


@media screen and (max-width: 1024px) {
 .s1-right li p {
        margin-bottom: 10px;
    }
 .s1-lb-tit a {
        font-size: 12px;
        padding-right: 22px;
        background-size: 15px;
    }

    .s1-lb-tit a {
        font-size: 14px;
    }
 .s1-left {
        float: none;
        width: auto;
    }

    .ban1 .pic {
        padding-top: 52.2%;
    }

    .ban1 .text {
        position: inherit;
        margin: 0 auto;
        margin-top: -30px;
        z-index: 11;
        bottom: 0;
        padding: 15px;
        width: 95%;
    }


    .s1-right {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .s1-lb-tit .on {
        font-size: 20px;
    }

    .s1-lb-tit .last {
        margin-left: 12px;
    }

    .s1-lb-tit h2 {
        font-size: 18px;
    }

    .ban1 .text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .ban1 .text span {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        background-size: 12px;
    }

    .s1-right li span {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        background-size: 12px;
    }
}