@charset "utf-8";
.section1 {
    padding-top: 35px;
    padding-bottom: 45px;
}

.s1-l {
    float: left;
    width: 70%;
}

.s1-lm>div {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.switch-m {
    position: relative;
}

.switch-m>div {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
}

.switch-m>div.on {
    position: static;
    z-index: 10;
    opacity: 1;
}

.s1-lm>div a {
    display: block;
}

.s1-lm>div a .pic {
    padding-top: 57%;
}

.s1-lm>div a p {
    font-size: 16px;
    line-height: 43px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    border: 1px solid #e2e1e1;
}

.s1-lm>div ul {
    margin-top: 10px;
}

.i-list li {
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    margin-top: 10px;
}

.i-list li:first-child {
    margin-top: 0;
}

.i-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24%;
    margin-top: 0px;
    width: 4px;
    height: 4px;
    background: #6591bf;
}

.i-list li a {
    display: block;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-list li a:hover {
    color: #a51a34;
}

.i-list li a span {
    display: block;
    right: 0;
    color: #a51a34;
}

.s1-r {
    float: right;
    width: 28%;
}

.s1-rm>ul {
    padding-top: 25px;
    padding-bottom: 5px;
}

.i-list2 li {
    position: relative;
    height: 60px;
    transition: all 0.3s;
    margin-top: 20px;
}

.i-list2 li:first-child {
    margin-top: 0;
}

.i-list2 li:hover {
    background: #f5f2f2;
}

.i-list2 li:hover a {
    color: #9b0108;
}

.i-list2 li a {
    display: block;
    height: 50px;
    padding: 5px 0;
    padding-left: 90px;
    overflow: hidden;
    line-height: 25px;
    color: #333333;
    font-size: 16px;
    position: relative;
}

.i-list2 li .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    text-align: center;
    background: #fbf0f0;
}

.i-list2 li .date p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    background: #9d0723;
}

.i-list2 li .date span {
    display: block;
    color: #b50009;
    font-size: 14px;
    line-height: 25px;
    background: #f4f4f4;
}

.s1-rm .slick-prev,
.s1-rm .slick-next {
    width: 58px;
    height: 12px;
    left: 50%;
    margin-left: -29px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9;
}

.s1-rm .slick-prev {
    top: 0;
    background: url(../images/s1-rm-up.jpg) no-repeat;
    background-size: 100% 100%;
}

.s1-rm .slick-next {
    top: auto;
    bottom: 0;
    background: url(../images/s1-rm-down.jpg) no-repeat;
    background-size: 100% 100%;
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0 30px 0;
}

.s2-l {
    float: left;
    width: 51.55%;
}

.s2-l ul li a {
    display: block;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #e3e3e3;
}

.s2-l ul li a:hover {
    background: #fff;
}

.s2-l ul li a:hover h3 {
    color: #9d0723;
}

.s2-l ul li a h3 {
    font-size: 16px;
    color: #212121;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-l ul li a p {
    padding-left: 30px;
    background: url(../images/icon-date.png) no-repeat;
    background-position: left center;
    background-size: auto 18px;
    color: #9d0723;
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
}

.s2-r {
    float: right;
    width: 45.5%;
}

.s2-r ul {
    overflow: hidden;
}

.s2-r ul>li {
    float: left;
    width: 48%;
}

.s2-r ul>li:first-child {
    margin-right: 4%;
}

.s2-r ul>li:first-child+li+li {
    margin-right: 4%;
}

.s2-r ul>li:first-child+li+li {
    margin-top: 20px;
}

.s2-r ul>li:first-child+li+li+li {
    margin-top: 20px;
}

.s2-r ul>li a {
    display: block;
}

.s2-r ul>li a:hover p {
    color: #9d0723;
    text-decoration: underline;
}

.s2-r ul>li a .pic {
    padding-top: 45%;
}

.s2-r ul>li a p {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #212121;
    margin-top: 10px;
    padding: 0 10px;
}

.section3 {
    padding-top: 55px;
}

.s3-m a {
    display: block;
}

.s3-m a .pic {
    padding-top: 55%;
    width: 305px;
}

.s3-m a:first-child+a .pic {
    margin-left: 5px;
}

.s3-m a:first-child+a+a .pic {
    margin-left: 10px;
}

.s3-m a:first-child+a+a+a .pic {
    margin-left: 15px;
}

.section4 {
    padding-top: 55px;
}

.s4-m>div a {
    display: block;
}

.s4-m>div a>div {
    width: 305px;
}

.s4-m>div a>div:hover p {
    background: #9d0723;
    color: #fff;
    border-color: #9d0723;
}

.s4-m>div a>div .pic {
    padding-top: 67%;
}

.s4-m>div a:first-child+a>div {
    margin-left: 5px;
}

.s4-m>div a:first-child+a+a>div {
    margin-left: 10px;
}

.s4-m>div a:first-child+a+a+a>div {
    margin-left: 15px;
}

.s4-m>div a>div p {
    font-size: 15px;
    line-height: 24px;
    color: #4f4f4f;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 5px 10px;
    height: 48px;
    transition: all 0.3s;
}

.s4-m ul {
    overflow: hidden;
    margin-top: 30px;
}

.s4-m ul li {
    float: left;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.s4-m ul li::before {
    left: 11px;
}

.s4-m ul li:first-child+li {
    margin-top: 0;
}

.s4-m ul li a {
    line-height: 22px;
}

.section5 {
    overflow: hidden;
    padding-top: 40px;
}

.section5 a {
    display: block;
}

.section5 a>img {
    display: block;
    width: 100%;
}

.s5-l {
    float: left;
    width: 32.15%;
}

.s5-m {
    float: left;
    width: 36.9%;
    position: relative;
}

.s2-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97px;
    height: 97px;
    margin-left: -48px;
    margin-top: -48px;
    background: url(../images/s5-play.png) no-repeat;
    background-size: 100% 100%;
}

.s5-r {
    float: left;
    width: 30.95%;
}

.section6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.s6-t {
    float: left;
    width: 140px;
    padding: 25px 0;
    position: relative;
}

.s6-t::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url(../images/icon-s6-up.jpg) no-repeat;
    background-size: 100% 100%;
}

.s6-t::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0;
    left: 0;
    background: url(../images/icon-s6-down.jpg) no-repeat;
    background-size: 100% 100%;
}

.s6-t p {
    font-size: 24px;
    line-height: 28px;
}

.s6-t i {
    font-size: 12px;
    color: #b8b8b8;
    font-style: italic;
}

.s6-m {
    padding: 0 30px;
    overflow: hidden;
}

.s6-m a {
    display: block;
    text-align: center;
    padding: 0 10px;
}

.s6-m a img {
    margin: 0 auto;
}

.s6-m a p {
    color: #212121;
    font-size: 16px;
    margin-top: 10px;
}

.s6-m .slick-prev,
.s6-m .slick-next {
    top: 25px;
    width: 12px;
    height: 27px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.s6-m .slick-prev {
    left: 0;
    background: url(../images/s6-l.jpg) no-repeat;
    background-size: 100% 100%;
}

.s6-m .slick-next {
    right: 0;
    background: url(../images/s6-r.jpg) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1320px) {
    .s2-l ul li a {
        padding: 10px 15px 10px 15px;
    }
    .s2-l ul li a p {
        margin-top: 10px;
    }
    .s3-m a:first-child+a .pic {
        margin-left: auto;
    }
    .s3-m a:first-child+a+a .pic {
        margin-left: auto;
    }
    .s3-m a:first-child+a+a+a .pic {
        margin-left: auto;
    }
    .s3-m a .pic {
        width: auto;
        margin: 0 10px !important;
    }
    .s4-m>div a:first-child+a>div {
        margin-left: auto;
    }
    .s4-m>div a:first-child+a+a>div {
        margin-left: auto;
    }
    .s4-m>div a:first-child+a+a+a>div {
        margin-left: auto;
    }
    .s4-m>div a>div {
        width: auto;
        margin: 0 10px !important;
    }
    .s2-play {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
}

@media screen and (max-width:1024px) {
    .s1-lm>div a p {
        font-size: 14px;
        line-height: 35px;
    }
    .i-list li a {
        font-size: 14px;
    }
    .s1-rm>ul {
        padding-top: 15px;
    }
    .s1-rm .slick-prev,
    .s1-rm .slick-next {
        width: 29px;
        height: 6px;
        margin-left: -15px;
    }
    .i-list2 li {
        margin-top: 10px;
    }
    .i-list2 li a {
        font-size: 14px;
        padding-left: 70px;
    }
    .i-list2 li .date {
        width: 60px;
    }
    .i-list2 li .date p {
        font-size: 18px;
    }
    .i-list2 li .date span {
        font-size: 12px;
    }
    .s2-l ul li a h3,
    .s2-r ul>li a p,
    .s4-m>div a>div p {
        font-size: 14px;
    }
    .s2-l ul li a p {
        font-size: 13px;
        line-height: 15px;
        background-size: auto 15px;
        padding-left: 22px;
        margin-top: 8px;
    }
    .s2-l ul li a {
        padding: 8px 10px;
    }
    .s2-play {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }
}

@media screen and (max-width:768px) {
    .section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s1-l,
    .s1-r,
    .s2-l,
    .s2-r {
        float: none;
        width: auto;
    }
    .s1-r,
    .s2-r {
        margin-top: 25px;
    }
    .s3-m a .pic,
    .s4-m>div a>div {
        width: auto;
        margin: 0 5px !important;
    }
    .section3,
    .section4 {
        padding-top: 30px;
    }
    .s4-m ul {
        margin-top: 20px;
    }
    .s6-t {
        float: none;
        padding: 0 25px;
    }
    .s6-m {
        margin-top: 20px;
    }
    .s6-m a p {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .s5-l,
    .s5-m,
    .s5-r {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 374px) {
    .i-list li a,
    .s1-lm>div a p,
    .i-list2 li a,
    .s2-l ul li a h3,
    .s2-l ul li a p,
    .s2-r ul>li a p,
    .s4-m>div a>div p,
    .s6-m a p {
        font-size: 12px;
    }
    .s2-l ul li a p {
        background-size: auto 14px;
    }
    .s2-r ul>li a p {
        line-height: 16px;
        height: 32px;
        margin-top: 8px;
    }
    .s1-lm>div a p {
        padding: 0 10px;
    }
    .s2-r ul>li:first-child+li+li,
    .s2-r ul>li:first-child+li+li+li {
        margin-top: 10px;
    }
    .s4-m>div a>div p {
        line-height: 20px;
        height: 40px;
    }
    .s4-m ul li {
        float: none;
        width: auto;
        padding-left: 20px;
        margin-top: 5px;
    }
    .s4-m ul li:first-child+li {
        margin-top: 5px;
    }
    .s4-m ul li::before {
        left: 8px;
    }
}
