@charset "utf-8";

.banner {
    display: block;
    width: 100%;
    background: url(../images/icon_06.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner ul li a {
    display: block;
    position: relative;
}

.banner ul li a .pic {
    padding-top: 31.666%;
    z-index: 8;
}

.banner ul li a .pic img {
    object-fit: contain;
}

.banner ul li a .tit {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.7;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    text-align: right;
    background: #000000;
    display: block;
    bottom: 0;
    z-index: 9;
}

.banner ul li a .tit p {
    padding-right: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 47px;
}

.banner .slick-prev, .banner .slick-next {
    position: absolute;
    left: 1%;
    display: block;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.banner .slick-prev {
    background: url(../images/icon_17.png) no-repeat;
    width: 40px;
    height: 40px;
}

.banner .slick-prev:hover {
    opacity: 1;
}

.banner .slick-next {
    left: auto;
    right: 1%;
    background-position: 8px 5px;
    background: url(../images/icon_20.png) no-repeat;
}

.banner .slick-next:hover {
    opacity: 1;
}


.index {
    margin-top: 50px;
}

.imain1-l {
    width: 69.5%;
}

.imain1-r {
    width: 27%;
}

.section1 {
    width: 47%;
}

.section2 {
    width: 49%;
}

.tit1 {
    border-top: 1px solid #9a9a9a;
    line-height: 30px;
}

.tit1 span {
    padding-top: 15px;
    font-size: 22px;
    color: #9e0508;
    float: left;
    border-top: 2px solid #9e0508;
}

.tit1 a {
    font-size: 14px;
    color: #9a9a9a;
}

.tit1 a:hover {
    color: #9e0508;
}

.first {
    margin-top: 30px;
}

.first .imgg {
    width: 180px;
    position: relative;
}

.first .imgg .pic {
    padding-top: 66%;
}

.first .imgg .ip {
    text-align: center;
    width: 90px;
    height: 25px;
    bottom: 0;
    display: block;
    background: url(../images/ii_03.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.first .imgg .ip span {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 25px;
}

.first .lr1 {
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

.first .lr1 .top_tit a {
    font-size: 16px;
    line-height: 21px;
    height: 42px;
    color: #444444;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.first .lr1 .bott_tit {
    margin-top: 20px;
}

.first .lr1 .bott_tit a {
    display: block;
    text-indent: 2em;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #888888;
}

.first:hover .top_tit a {
    color: #9e0508;
}

.section1 .ilist1 {
    margin-top: 25px;
}

.ilist1 {
    margin-top: 17px;
}

.ilist1 li {
    line-height: 38px;
    display: flex;
    align-items: center;
}

.ilist1 li i {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    display: block;
    background: url(../images/ty.png) no-repeat;
    background-position: left center;
}

.ilist1 li a {
    font-size: 16px;
    color: #444444;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 60px;
}

.ilist1 li a .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #a3a3a3;
}

.ilist1 li:hover a, .ilist1 li:hover a .date {
    color: #9e0508;
}


.ilist2 {
    flex-wrap: wrap;
}

.ilist2 li {
    margin-top: 25px;
    width: 198px;
    overflow: hidden;
    width: 48%;
}
.ilist2 li:nth-child(-n+2) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.ilist2 li .tit_top {
    padding-bottom: 15px;
}

.ilist2 li .tit_top a {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #444444;
    display: block;
}

.ilist2 li .btt_lr2 {
    margin-top: 15px;
    display: flex;
}


.ilist2 li .btt_lr2 div {
    flex: 1;
    min-width: 0;
}

.ilist2 li .btt_lr2 a {
    display: block;
    font-size: 13px;
    color: #888888;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}

.ilist2 li .btt_lr2 a.user::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 22px;
    background: url(../images/icon-user.png) no-repeat;
    background-position: left center;
}


.ilist2 li .btt_lr2 a.add::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 25px;
    background: url(../images/icon-add.png) no-repeat;
    background-position: left center;
}

.ilist2 li .btt_lr2 a.time::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    top: 0;
    height: 22px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}

.ilist2 li:hover .tit_top a {
    color: #9e0508;
}

.section3 {
    margin-top: 20px;
}

.s3-c {
    margin-top: 25px;
    position: relative;
}

.s3-c>ul {
    margin: 0 -17px;
    position: static;
    overflow: hidden;
}

.s3-c ul li a {
    display: block;
    margin: 0 17px;
}
/*
.s3-c ul li a .pic {
    padding-top: 100%;
}*/

.s3-c ul li a .tit_tt {
    border: 1px solid #dcdcdc;
    box-shadow: 2px 1px 5px 0px #dcdcdc;
    padding: 15px 15px;width:100%;
}

.s3-c ul li a .tit_tt p {
    font-size: 14px;
    color: #444444;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.s3-c ul li a:hover .tit_tt p {
    color: #9e0508;
}

.s3-c .slick-dots {
    right: 0;
    width: auto;
    left: auto;
    bottom: 100%;
    font-size: 0;
    margin-bottom: 35px;
}


.s3-c .slick-dots li {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background: url(../images/hy.png) no-repeat;
    margin-right: 0;
    overflow: hidden;
}

.s3-c .slick-dots li.slick-active {
    background: url(../images/rety.png) no-repeat;
}

.s4-c {
    margin-top: 10px;
    padding-top: 1px;
    height: 196px;
}

.s4-c ul li {
    margin-top: 20px;
}

.s4-c ul li span {
    display: block;
    font-size: 20px;
    padding-bottom: 3px;
    color: #9e0508;
    line-height: 24px;
}

.s4-c ul li span i {
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/date.png) no-repeat;
    background-position: center center;
}

.s4-c ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-indent: 1.6em;
    font-size: 16px;
    color: #444444;
}

.s4-c ul li:hover a {
    color: #9e0508;
}

.section5 {
    margin-top: 40px;
    height: 217px;
}

.section6 {
    margin-top: 35px;
    height: 217px;
}

.section7 {
    margin-top: 50px;
}


.s7-c {
    margin-top: 35px;
    position: relative;
}

.s7-c>ul {
    margin: 0 -15px;
    position: static;
}

.s7-c ul li a {
    display: block;
    margin: 0 15px;
}

.s7-c ul li a .pic {
    padding-top: 56%;
}

.s7-c ul li a .tit_tt2 {
    border: 1px solid #dcdcdc;
    box-shadow: 2px 1px 5px 0px #dcdcdc;
}

.s7-c ul li a .tit_tt2 p {
    font-size: 13px;
    line-height: 30px;
    color: #6f6f6f;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.s7-c ul li a:hover .tit_tt2 p {
    color: #9e0508;
}

.s7-c .slick-dots {
    right: 0;
    width: auto;
    left: auto;
    bottom: 100%;
    font-size: 0;
    margin-bottom: 40px;
}


.s7-c .slick-dots li {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background: url(../images/hy.png) no-repeat;
    margin-right: 0;
    overflow: hidden;
}

.s7-c .slick-dots li.slick-active {
    background: url(../images/rety.png) no-repeat;
}

@media screen and (max-width:1300px) {
    .banner .container {
        padding: 0;
    }
}

@media screen and (max-width:1200px) {
    .s4-c ul li span {
        font-size: 16px;
    }

}

@media screen and (max-width:1024px) {
    .imain1 {
        display: block;
    }

    .imain1-l {
        width: auto;
    }

    .imain1-r {
        width: auto;
        margin-top: 30px;
    }

    .s4-c {
        margin-top: 0;
    }

    .s3-c>ul, .s7-c>ul {
        margin: 0 -5px;
    }

    .s3-c ul li a, .s7-c ul li a {
        margin: 0 5px;
    }

    .tit1 span {
        font-size: 20px;
    }

    .banner ul li a .tit {
        position: static;
    }

    .banner ul li a .tit p {
        padding: 0 10px;
        position: static;
        text-align: center;
    }

    .banner ul li a .tit p {
        font-size: 14px;
        line-height: 30px;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 25px;
        height: 25px;
        background-size: 100%;
        margin-top: -15px;
    }

    .index {
        margin-top: 30px;
    }
}

@media screen and (max-width:768px) {
    .box {
        display: block;
    }

    .section1 {
        width: auto;
    }

    .section2 {
        width: auto;
        margin-top: 20px;
    }

    .first, .ilist2 li, .s3-c, .section7, .s7-c, .section6, .section5 {
        margin-top: 20px;
    }

    .s3-c ul li a .tit_tt {
        padding: 10px;
    }

    .tit1 span {
        padding-top: 5px;
    }

    .s7-c .slick-dots {
        margin-bottom: 30px;
    }

    .s7-c .slick-dots li {
        margin-left: 5px;
    }

    .s3-c .slick-dots {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:480px) {
    .first {
        display: block;
    }

    .first .imgg {
        width: auto;
    }

    .first .lr1 {
        padding-left: 0;
        margin-top: 10px;
    }

    .first .lr1 .top_tit a {
        height: auto;
    }

    .first .lr1 .bott_tit a {
        height: auto;
    }
}
.xwdt li{
line-height: 47px;
}