@charset "utf-8";
/* 移动端综合新闻 */
.ms1-lt{
    display: none;
}
@media screen and (max-width: 1200px) {
    .ms1-lt{
        display: block;
    }
    .s1-lt {
        display: none;
    }
}

.ms1-lt ul li a {
    display: flex;
    flex-wrap: wrap;

    padding: .2rem 0;
    border-bottom: 1px solid #E5E5E5;
}
.ms1-lt ul li:first-child a{
    padding-top: 0;
}
.ms1-lt ul li a .pic {
    width: 1.6rem;
    height: .96rem;
    padding-top: 0;
    margin-right: .2rem;
}

.s1-txt {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:space-between;
}

.s1-txt h3 {
    font-size: .2rem;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.s1-txt p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(102, 102, 102);
    font-size: .18rem;
    line-height: .2rem;
    padding-left: .25rem;
    background: url(../images/pic-5.png) no-repeat left center;
    background-size: .2rem;
}
.s3-txt p img {
    width: .11rem;
}

/* end */



a {
    display: block;

}
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100vh;
}
.head {
    /* background: #691A1C; */
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 19.2rem;
}
.std_nav_1600_008 .stdnav16_1_banner {
    max-width: 19.2rem;
}
body {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.std_nav_1600_008 .stdnav16_1_banner .slick-slide>a>img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.std_nav_1600_008 .stdnav16_1_banner {
    position: relative;
    margin: 0 auto;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots {
    position: absolute;
    text-align: left;
    font-size: 0;
    left: 0;
    width: auto;
    margin: 0 auto;
    max-width: 16rem;
    bottom: .76rem;
    padding-left: 2.4rem;
    padding-right: .4rem;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .02rem;
    background: #D8D8D8;
    z-index: 1;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/stdnav16_1_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
    padding: 6px;
    width: auto;
    height: auto;
    background: rgba(216, 216, 216, .1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 30px;
    transition: all 0.3s;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
    background: #fff;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
    width: 126px;
    height: 126px;
    padding: 8px;
    background: rgba(216, 216, 216, .1);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all 0.5s;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
    margin: 0 80px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active div {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.std_nav_1600_008 .stdnav16_1_banner .slick-prev,
.std_nav_1600_008 .stdnav16_1_banner .slick-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    bottom: 66px;
    top: auto;
    left: auto;
    transform: translateY(0);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-prev {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/stdnav16_1_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 303px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-next {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/stdnav16_1_icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 203px;
}

.head {
    background: #691A1C;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
}
.head.on .h-lk {
    display: none;
}
.head.on .logo a img{
    width: 3rem;
}



/* s1 */

.index {
    background: url(../images/index-bg.png) no-repeat center bottom;
    background-size: cover;

    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 0;
    transform: translateX(-50%);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 1rem;
    max-width: 19.2rem;
    width: 100%;
    margin: 0 auto;
}

.s1 {
    padding-top: .6rem;
    padding-bottom: .5rem;
    position: relative;
}

.tit h3 {
    display: inline-block;
    padding-bottom: .1rem;
    position: relative;
}

.tit h3::before {
    content: '';
    width: 100%;
    height: .01rem;
    background: linear-gradient(270deg, rgba(222, 183, 139, 0) 0%, #DEB78B 100%);
    position: absolute;
    bottom: 0;
    left: .08rem;
}

.tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.04rem;
    width: .06rem;
    height: .06rem;
    border: .02rem solid #E4C7A6;
    border-radius: 50%;
}

.tit h3 b {
    font-size: .4rem;
    color: #333333;
}

.tit h3 span::before {
    content: '/';
    margin: 0 .1rem;
}

.tit h3 span {
    font-size: .2rem;
    font-weight: 300;
    color: #9E9E9E;
}

.tit {
    position: relative;
    margin-bottom: .42rem;
}


.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: .16rem;
    line-height: .3rem;
    color: #C4C4C4;
    padding-right: .6rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: auto .22rem;
}

.tit a:hover {
    color: #9E0606;
}

.s1-lt .pic {
    padding-top: 60%;
}

.s1-lt .slick-list {
    padding-bottom: .3rem;
}

.s1-lt ul li a {
    box-shadow: 0rem .04rem .2rem 0rem rgba(181, 181, 181, 0.6);
}

.s1-lt ul li a span {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: .45rem;
    padding-left: .13rem;
    padding-right: .22rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: .18rem;
}
.s1-lt ul li a:hover span{
    background: #DEB78B;
} 


.s1-lt ul li {
    padding: .2rem;
    position: relative;
}

.s1-lt ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.s1-lt ul li:hover {
    background: #999999;
    box-shadow: 0px 4px 10px 0px rgba(8, 64, 118, 0.3);
}

.s1-lt ul li:hover a {
    box-shadow: none;
}

.s1-lt ul li:hover p {
    color: #ffffff;
}

.s1-tx p {
    font-size: .2rem;
    line-height: .36rem;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s1-tx {
    padding: .2rem .3rem .4rem;
}

.s1-lt ul li::after {
    content: '';
    width: .6rem;
    height: .6rem;
    background: url(../images/s1-jt.png) no-repeat;
    background-size: 0% 0%;
    position: absolute;
    right: .6rem;
    bottom: -0.3rem;
    transition: all 0.5s;
}

.s1-lt ul li:hover:after {
    background-size: 100% 100%;
}



/* s2 */
.s2 {
    padding-bottom: .8rem;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 52%;
}

.s2-r {
    width: 43.75%;
}

.s2-lt ul li a {
    display: flex;
    align-items: center;
    line-height: .54rem;
    padding-left: .2rem;
    background: url(../images/s2-dots.png) no-repeat left center;
    background-size: .12rem;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}

.s2-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .01rem;
    background: #691A1C;
    transition: all 0.5s;
}

.s2-lt ul li a:hover::after {
    width: 100%;
}

.s2-lt ul li a:hover p {
    color: #691A1C;
}

.s2-lt ul li a:hover {
    background: url(../images/s2-dotsa.png) no-repeat left center;
    background-size: .12rem;
}

.s2-lt ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: .2rem;
    flex: 1;
    min-width: 0;

}

.s2-lt ul li a span {
    font-size: .16rem;
    color: #999999;
}

.s2-date b {
    font-family: DengXian;
    font-size: .36rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    display: block;
    padding-bottom: .05rem;
    margin-bottom: .1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.s2-date span {
    font-family: DengXian;
    font-size: .18rem;
    line-height: 1;
    color: #FFFFFF;
    display: block;
}

.s2-date {
    text-align: center;
    width: 1.1rem;
    padding: .2rem .05rem;
    margin-right: .2rem;
    display: none;
    background: #999999;
}

.s2-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;


}

.s2-tx {
    flex: 1;
    min-width: 0;
}

.s2-tx h3 {
    color: #333333;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .54rem;
    position: relative;
    padding-left: .2rem;
    background: url(../images/s2-dots.png) no-repeat left center;
    background-size: .12rem;
    border-bottom: 1px solid #D8D8D8;
}

.s2-tx p {
   
    display: none;
}
.s2-tx p span{
   font-size: .16rem;
    font-weight: normal;
    line-height: .26rem;
    height: .52rem;
display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(102, 102, 102, 0.8);
}
.s2-rt ul li.on p {
    display: block;
}

.s2-rt ul li.on h3 {
    color: #691A1C;
    border-color: transparent;
    padding-left: 0;
    background-size: 0;
}

.s2-rt ul li.on .s2-date {
    display: block;
}

.s2-rt ul li h3 span {
    float: right;
    font-size: .16rem;
    color: #999999;
}

.s2-rt ul li.on h3 span {
    display: none;
}

.s2-rt ul li.on {
    margin-top: .265rem;
    margin-bottom: .265rem;
}

.s2-rt ul li.on:first-child {
    margin-bottom: .53rem;
    margin-top: 0;
}
.s2-rt ul li.on:last-child {
    margin-top: .53rem;
    margin-bottom: 0;
}


/* s3 */
.s3 {
    padding-bottom: .6rem;
}

.s3-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .6rem;
}

.s3-l {
    width: 66%;
}

.s3-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-l ul li {
    width: 48%;
}

.s3-l ul li:nth-child(-n+2) {
    margin-bottom: .32rem;
}

.s3-date b {
    font-family: DengXian;
    font-size: .42rem;
    font-weight: normal;
    color: #9E0606;
}


.s3-tx p {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000;
}


.s3-date span {
    font-family: DengXian;
    font-size: .18rem;
    color: #9E9E9E;
}

.s3-date {
    padding-bottom: .15rem;
    margin-bottom: .15rem;
    background: url(../images/s3-jth.png) no-repeat right center;
    border-bottom: 1px solid #D9D9D9;
}

.s3-l ul li a {
    padding: .27rem .4rem;
    background: url(../images/s3-tbg.jpg) no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.s3-l ul li a:hover {
    background: #999999;
}

.s3-l ul li a:hover .s3-date {
    background: url(../images/s3-jt.png) no-repeat right center;
    border-color: rgba(217, 217, 217, 0.3);
}

.s3-l ul li a:hover b {
    color: #ffffff;
}

.s3-l ul li a:hover span {
    color: #ffffff;
}


.s3-l ul li a:hover p {
    color: #ffffff;
}

.s3-r {
    width: 30%;
}

.s3-r .pic {
    padding-top: 0%;
    height: 1.2rem;
}

.s3-r ul li {
    margin-bottom: .25rem;
}

.s3-r ul li:last-child {
    margin-bottom: 0;
}

.s3-bot ul li a {
    text-align: center;
    background: #ffffff;
    padding: .2rem .1rem;
    padding-bottom: .1rem;
    width: 1.6rem;
    margin: 0 auto;
    transition: all 0.5s;
}

.s3-bot ul li a .ico {
    height: .48rem;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s3-bot ul li a .ico span {
    display: block;
    width: 100%;
    height: 100%;
}

.s3-bot ul li a p {
    font-size: .22rem;
    line-height: .3rem;
    height: .6rem;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
}

.s3-bot>ul {
    padding: 0 .5rem;
}

.s3-bot ul li a:hover {
    background-color: #999;
}

.s3-bot ul li.num1 a .ico span {
    background: url(../images/kstd_ic01.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num1 a:hover .ico span {
    background: url(../images/kstd_ic01_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num2 a .ico span {
    background: url(../images/kstd_ic02.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num2 a:hover .ico span {
    background: url(../images/kstd_ic02_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num3 a .ico span {
    background: url(../images/kstd_ic03.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num3 a:hover .ico span {
    background: url(../images/kstd_ic03_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num4 a .ico span {
    background: url(../images/kstd_ic04.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num4 a:hover .ico span {
    background: url(../images/kstd_ic04_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num5 a .ico span {
    background: url(../images/kstd_ic05.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num5 a:hover .ico span {
    background: url(../images/kstd_ic05_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num6 a .ico span {
    background: url(../images/kstd_ic06.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num6 a:hover .ico span {
    background: url(../images/kstd_ic06_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num7 a .ico span {
    background: url(../images/kstd_ic07.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num7 a:hover .ico span {
    background: url(../images/kstd_ic07_h.png) no-repeat center;
    background-size: auto 100%;
}
.s3-bot ul li.num8 a .ico span {
    background: url(../images/kstd_ic04.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num8 a:hover .ico span {
    background: url(../images/kstd_ic04_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num9 a .ico span {
    background: url(../images/kstd_ic06.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li.num9 a:hover .ico span {
    background: url(../images/kstd_ic06_h.png) no-repeat center;
    background-size: auto 100%;
}

.s3-bot ul li a:hover p {
    color: #ffffff;
}

.s3-bot ul li a:hover path {
    fill: #ffffff;
}

.s3-bot {
    position: relative;
}

.s3-btn>div {
    width: .42rem;
    height: .42rem;
    cursor: pointer;
}

.s3-p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotateY(180deg);
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
}

.s3-p:hover {
    transform: translateY(-50%);
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
}


.s3-n {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
}

.s3-n:hover {
    transform: translateY(-50%) rotateY(180deg);
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
}

/* side */
.side-lk {
    position: fixed;
    top: 50%;
    right: calc(50% - 9.6rem + .06rem);
    transform: translateY(-50%);
    width: .44rem;
    background-color: #999999;
    padding: .05rem 0;
    /* display: none; */
    z-index: 9999;
}

.side-lk p {
    font-size: .14rem;
    line-height: .16rem;
    color: #FFFFFF;
    width: .3rem;
    margin: 0 auto;
}

.side-lk img {
    max-width: .2rem;
    margin: 0 auto;
    display: block;
    margin-bottom: .1rem;
    transition: all 0.5s;
}

.side-lk a {
    padding: .15rem 0;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.side-lk a:last-child {
    border-bottom: none;
}

.side-lk a:hover img {
    transform: rotateY(180deg);
}














@media screen and (max-width:1400px) {}


@media screen and (max-width: 1024px) {
    /* benner  */

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
        height: .01rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
        width: .15rem;
        height: .15rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots {
        padding-right: 1rem;
        padding-left: .2rem;
        bottom: .2rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-next {
        right: .1rem;
        bottom: .16rem;
        width: .3rem;
        height: .3rem;
        background-size: .07rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-prev {
        right: .5rem;
        bottom: .16rem;
        width: .3rem;
        height: .3rem;
        background-size: .07rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
        margin: 0 .05rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
        width: .1rem;
        height: .1rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
        margin: 0 .2rem;
    }

    .std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
        width: .5rem;
        height: .5rem;
        padding: .05rem;
    }

    /* banner end */

}

@media screen and (max-width:1200px) {

    
    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        transform: none;
        padding-top: 0;
        max-width: 100%;
    }
    body {
        overflow-y: auto;
    }
    html,body{
        width: 100%;
        max-width: 100%;
    }
    .s1 {
        padding: .3rem 0;
        overflow-x: hidden;
    }

    .s2 {
        padding-bottom: .3rem;
    }

    .s2-rt ul li:last-child {
        margin-bottom: 0 !important;
    }

    .s1-lt ul li {
        width: 33.33%;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-l {
        margin-bottom: .3rem;
    }

    .s3-top>div {
        width: 100%;
    }

    .s3-l {
        margin-bottom: .3rem;
    }

    .s3-r .pic {
        height: auto;
        padding-top: 25%;
    }

    .tit h3 b {
        font-size: .3rem;
    }

    .s2-rt ul li.on {
        margin-bottom: .3rem;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
    .s1-lt ul li {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .s3-l ul li {
        width: 100%;
        margin-bottom: .2rem !important;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .tit h3 span {
        font-size: .14rem;
    }

    .s1-tx {
        padding: .15rem;
    }
}