@charset "utf-8";

.index {
    overflow: hidden;
    z-index: 99;
    padding-top: 1.22rem;
    background: url(../images/index-bj.png) no-repeat;
    background-position: center top;
}



.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}


.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 0.4rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner .slick-dots li {
    position: relative;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.07rem;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px dashed transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li button {

    background: rgba(255, 255, 255, 0.5);

    width: .14rem;

    height: .14rem;

    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
    width: .1rem;
    height: .1rem
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
}

.banner .slick-slide a {
    display: block;
    position: relative
}



.banner .slick-prev {
    width: 0.45rem;
    height: 0.44rem;
    left: 0.64rem;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}

.banner .slick-next {
    width: 0.45rem;
    height: 0.44rem;
    right: 0.9rem;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}


#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4rem;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: .18rem;
}

 

.title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.05rem;
    left: .15rem;
    height: 1px;
    background: #CECECE;
}

.title h2 {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: .45rem;
    color: #2F2F2F;
    position: relative;
}
.title h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -.18rem;
    width: 0.11rem;
    height: 0.11rem;
    background: #B01F24;
}

.title a {
    font-size: 16px;
    font-weight: normal;
    line-height: .45rem;
    color: #838383;
    padding-right: .35rem;
    background: url(../images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: auto .22rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 64.375%;
}

.s1-r {
    width: 33.375%;
}

.s1-lc {
    margin-top: .35rem;
    display: flex;
    justify-content: space-between;
}

.s1-ll {
    width: 4.05rem;
}

.s1-ll a {
    display: block;
}

.s1-ll a .pic {
    padding-top: 63%;
}

.s1-ll a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #292929;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
    margin: .15rem 0 0 0;
}

.s1-ll a:hover h3 {
    font-weight: 600;
    color: #B01F24;
}

.s1-ll a p {
    display: flex;
    position: relative;
}


.s1-ll a p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #A8761F;
    z-index: 1;
}

.s1-ll a p span {
    display: block;
    border-bottom: 2px solid #B01F24;
    position: relative;
    z-index: 2;
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #909090;
    padding-top: .15rem;
    padding-bottom: .15rem;
    padding-left: .25rem;
    background: url(../images/icon-date.png) no-repeat;
    background-position: left center;
    background-size: .22rem;
}

.s1-ll a p span::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -2px;
    background: #fff;
    width: .1rem;
    height: 2px;
    z-index: 9;
}
/*
.s1-lr ul li {
    margin-top: .20rem;
}

.s1-lr ul li:nth-child(1) {
    margin-top: 0;
}

.s1-lr ul li a {
    display: flex;
    align-items: center;
}

.s1-lr ul li a span {
width: 0.74rem;
    height: 0.5rem;
    background: rgba(108, 83, 25, 0.15);
    text-align: center;
    display: block;
    line-height: 0.25rem;
}
.s1-lr ul li a i{    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    background: #f1f1f1;
    display: block;}



.s1-lr ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: .2rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333
}

.s1-lr ul li a:hover p {
    color: #B01F24;
    font-weight: 600;
}*/

.s1-lr {
    flex: 1;
    min-width: 0;
    margin-left: .35rem;
}


.s1-r ul li {
    margin-bottom: .2rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    background: rgba(246, 243, 236, 0.75);
    padding: 0 .1rem;
    height: 0.85rem;
    transition: background-color, box-shadow 0.5s;
}

.s1-r ul li a span {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: .2rem;
    color: #8A7750;
    width: 0.7rem;
    text-align: center;
    border-right: 1px solid #D3C8B3;

}

.s1-r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: .15rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .2rem;
    color: #404040;
}

.s1-r ul li a:hover {
   
    background-position: right center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.s1-r ul li a:hover span {
    color: #B01F24;
}

.s1-r ul li a:hover p {
    font-weight: bold;
    color: #B01F24;
}


.section2 {

    margin-top: .8rem;
}

.s2-c {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .2rem 3%;
}

.s2-c ul {
    display: flex;
    justify-content: space-between;
}

.s2-c ul li {}

.s2-c ul li a {
    display: flex;
    align-items: center;
}

.s2-c ul li a .icons {
    background: url(../images/s2-item-border.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .97rem;
    height: 0.97rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: _ani1 5s infinite linear;
}

.s2-c ul li a .icons img {
    animation: _ani2 5s infinite linear;
}

.section3 {
    margin-top: .9rem;
}

.s3-c {
    display: flex;
    margin-top: .85rem;
}

.s3-l {
    width: 48.5%;
}

.s3-l a {
    display: block;
    background: #000;
}

.s3-l a .pic {
    padding-top: 70%;
}

.s3-l a .pic img {
    opacity: 0.8;
}

.s3-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: url(../images/icon-play.png) no-repeat;*/
    background-position: center center;
    background-size: .76rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r ul {
    display: flex;
    flex-wrap: wrap;
}

.s3-r ul li {
    margin-left: 2%;
    padding-top: 2%;
}

.s3-r ul li a {
    display: block;
}

.s3-r ul li:nth-child(1) {
    width: 54%;
    padding-top: 0;
}

.s3-r ul li:nth-child(1) .pic {
    padding-top: 59%;
}

.s3-r ul li:nth-child(2) {
    width: 42%;
    padding-top: 0;
}

.s3-r ul li:nth-child(2) .pic {
    padding-top: 76%;

}

.s3-r ul li:nth-child(3) {
    width: 42%;
}

.s3-r ul li:nth-child(3) .pic {
    padding-top: 76%;
}

.s3-r ul li:nth-child(4) {
    width: 54%;
}

.s3-r ul li:nth-child(4) .pic {
    padding-top: 59%;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.s2-c ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .36rem;
    color: #FFFFFF;
    padding-left: .15rem;
}

.s2-c ul li a:hover p {
    color: #f17c28;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .s2-c ul li a p {
        font-size: .18rem;
    }
}

@media screen and (max-width: 1024px) {
.v_news_content table{
    display: block;
    width: 100% !important;
    overflow: auto;
}
    .banner .slick-dots {
        bottom: 0.2rem;
    }

    .banner .slick-prev {
        left: .1rem;
    }

    .banner .slick-next {
        right: 0.1rem;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-r {
        width: auto;
        margin-top: .3rem;
    }

    .s2-c ul {
        flex-wrap: wrap;
    }

    .s2-c ul li a {
        display: block;
    }

    .s2-c ul li a .icons {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 auto;
    }

    .s2-c ul li a .icons img {
        height: 0.25rem;
    }

    .s2-c ul li a p {
        text-align: center;
        padding-left: 0;
    }

    .section3,.section2{
        margin-top: .5rem;
    }
    .s3-c{
        margin-top: .3rem;
    }
    .index{
        padding-top: .5rem;
    }
    .title h2{
        font-size: .28rem;
    }
}

@media screen and (max-width: 768px) {
    .s1-lc{
        display: block;
    }
    .s1-ll{
        width: auto;
    }
    .s1-lr{
        margin-left: 0;
        margin-top: .3rem;
    }
    .s2-c ul li {
        width: 33.33%;
        padding: .1rem 0;
    }

    .s2-c ul {
        justify-content: center;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
    }

    .s3-r {
    }

    .s3-r ul {
        margin: 0 -.05rem;
        align-content: flex-start;
    }

    .s3-r ul li {
        margin-left: 0;
        padding-top: 0;
        margin-top: .1rem;
    }


    .s3-r ul li:nth-child(1) {
        width: 56%;
    }


    .s3-r ul li:nth-child(2) {
        width: 44%;
    }


    .s3-r ul li:nth-child(3) {
        width: 44%;
    }

    .s3-r ul li:nth-child(4) {
        width: 56%;
    }
    .s3-l a .pic::after{
        background-size: .4rem;
    }

    .s3-r ul li a {
        margin: 0 .05rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}
