@charset "utf-8";

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.14rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
}



.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.14rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 .15rem;
}

.banner .slick-dots li {
    display: flex;
    margin: 0 0.05rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: .4rem;
    height: .24rem;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/baanner-dot-t.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    opacity: 0;
    transition: all .5s;
    transform: scale(0);
}

.banner .slick-dots li button {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}

/* index */
.index {
    z-index: 99;
    overflow: hidden;
    background: url(../images/indexbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.itit {
    margin-bottom: .4rem;
    position: relative;
}

.itit div {
    display: flex;
    align-items: center;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #282828;
    font-family: 'sys-b';
}



.itit div span {
    color: #333333;
    margin-bottom: .1rem;
}

.itit div b {
    color: #9F2323;
    margin-top: .1rem;
}

.itit div i {
    width: .46rem;
    height: .29rem;
    background: url(../images/tit-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 0.03rem;
}

.itit p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.12rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #C4C4C4;
    margin-top: .13rem;
}

.itit p::before {
    content: "";
    display: block;
    height: 0.03rem;
    width: .2rem;
    background: #336699;
    margin-right: .08rem;
}

.itit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #C59761;
    transition: all .5s;
    padding-right: .55rem;
    font-family: 'sys-b';
    z-index: 1;
}

.itit a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -.47rem;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    width: 3rem;
    height: .24rem;
}

.itit-w div span {
    color: #FFFFFF;
}

.itit-w div i {
    background: url(../images/tit-icon2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.itit-w div b {
    color: #FFFFFF;
}

.itit-w a {
    color: #FFFFFF;
}

.pubitem1 {}

.pubitem1 a {
    display: flex;
    align-items: center;
}

.pubitem1 a .date {
    width: .77rem;
    height: .77rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F4EFE2;
    border-radius: .1rem;
    margin-right: .25rem;
    transition: all .5s;
}

.pubitem1 a .date b {
    font-family: Bahnschrift;
    font-size: .3rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #333333;
}

.pubitem1 a .date span {
    font-family: Bahnschrift;
    font-size: .16rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #787878;
}

.pubitem1 a .info {
    flex: 1;
    min-width: 0;
}

.pubitem1 a .info h3 {
    font-family: Microsoft YaHei;
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.first-item {}

.first-item a {
    display: flex;
}

.first-item a .pics {
    width: 3.18rem;
    margin-right: .28rem;
}

.first-item a .pics .pic {
    padding-top: 64%;
}

.first-item a .info {
    flex: 1;
    min-width: 0;
    margin-top: .2rem;
}

.first-item a .info h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .36rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-item a .info p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin: 0.13rem 0 .47rem 0;
}

.first-item a .info div {
    display: flex;
    align-items: center;
}

.first-item a .info div::before {
    content: "";
    display: block;
    background: url(../images/icon-time.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.22rem;
    height: 0.22rem;
    margin-right: .13rem;
}

.first-item a .info div span {
    font-family: Bahnschrift;
    font-size: .18rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #C59761;
}

.publist1 li .pubitem1 {
    position: relative;
    z-index: 1;
}

.publist1 li .pubitem1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    border-width: 0.1rem;
    border-style: solid;
    border-image: url(../images/publist1-befbg.png);
    border-image-slice: 10;
    background: rgba(244, 239, 226, .5);
    transition: all .5s;
    opacity: 0;
}

.publist1 li .pubitem1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: rgba(244, 239, 226, .5);
    transition: all .5s;
    opacity: 0;
}

.publist1 li .pubitem1 a {
    padding: 0.2rem .2rem .2rem .08rem;
    transition: all .5s;
}


.publist2 li .pubitem1 {
    position: relative;
    z-index: 1;
}

.publist2 li .pubitem1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    border-width: 0.1rem;
    border-style: solid;
    border-image: url(../images/publist1-befbg.png);
    border-image-slice: 10;
    background: rgba(244, 239, 226, .5);
    transition: all .5s;
    opacity: 0;
}

.publist2 li .pubitem1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: rgba(244, 239, 226, .5);
    transition: all .5s;
    opacity: 0;
}

.publist2 li .pubitem1 a {
    padding: 0.2rem .2rem .2rem 0;
    transition: all .5s;
    border-top: 1px dashed rgba(128, 128, 128, 0.2);
}

.publist2 li:nth-child(1) .pubitem1 a {
    border: none;
}

.publist2 li .pubitem1 a .date {
    background: none;
    width: 1.07rem;
    position: relative
}

.publist2 li .pubitem1 a .date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .56rem;
    background: #D8D8D8;
}

.s1 {
    padding-top: .63rem;
}

.s1-c {
    display: flex;
    margin-top: .45rem;
}

.s1-l {
    width: 8rem;
    margin-right: .6rem;
}

.s1-lpic a {
    display: block;
}

.s1-lpic a .pic {
    padding-top: 62.125%;
}

.s1-l .pubitem1 {
    margin: .22rem .15rem 0 .15rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r .publist1 {
    margin-top: .3rem;
}


.s2 {
    padding-top: .58rem;
    padding-bottom: 1rem;
    position: relative;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.13rem;
    right: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 10.35rem;
    pointer-events: none;
    z-index: -1;
}

.s2-c {
    display: flex;
}

.s2-l {
    width: 7.82rem;
    margin-right: .78rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul li {}

.s2-r ul li:nth-child(1) a {
    border-top: none;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    border-top: 1px dashed rgba(128, 128, 128, 0.2);
    padding: .25rem 0;
}

.s2-r ul li a b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.0rem;
    height: .66rem;
    padding: 0 .05rem;
    margin-right: .25rem;
    background: rgba(253, 253, 253, 0.4);
    transition: all .5s;
    font-family: Bahnschrift;
    font-size: .2rem;
    font-weight: normal;
    line-height: .2rem;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s2-r ul li a .info h3 {
    width: 100%;
    font-family: Bahnschrift;
    font-size: .2rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}


.s3 {
    padding-top: 1.17rem;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: .46rem;
}

.s3-c {
    display: flex;
}

.s3-l {
    width: 6.4rem;
    margin-right: 1.85rem;
}

.s3-l ul li {
    padding: .14rem 0;
    border-top: 1px dashed rgba(216, 216, 216, 0.4);
    transition: all .5s;
}

.s3-l ul li:nth-child(1) {
    padding-top: 0;
    border: none
}

.s3-l ul li a {
    height: 0.71rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s3-l ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    border-width: 0.1rem;
    border-style: solid;
    border-image: url(../images/s3-lbefbg.png);
    border-image-slice: 10;
    transition: all .5s;
    opacity: 0;
}


.s3-l ul li a h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s3-l ul li a span {
    font-family: Bahnschrift;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #F4EFE2;
    min-width: 1.2rem;
    text-align: right;
}

.s3-r {
    flex: 1;
    min-width: 0;

}



.s3-rc {
    position: relative;
    z-index: 1;
}

.s3-rc::before {
    content: "";
    position: absolute;
    left: 1.87rem;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0rem 1.2rem 0rem 0rem;
    background: linear-gradient(180deg, #BE935B 2%, #C8A26F 100%);
}

.s3-rl {
    margin-left: -1.05rem;
}

.s3-rl ul li a {
    display: flex;
    padding-right: .4rem;
}

.s3-rl ul li a .pics {
    width: 4.3rem;
    position: relative;
    margin-right: .42rem;
}

.s3-rl ul li a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s3-rl ul li a .pics .date {
    position: absolute;
    right: -.14rem;
    top: 0.83rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    background: #C59761;
}

.s3-rl ul li a .pics .date span {
    font-family: Bebas;
    font-size: .14rem;
    font-weight: normal;
    line-height: .14rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
}

.s3-rl ul li a .pics .date b {
    font-size: .36rem;
    font-weight: lighter;
    line-height: .36rem;
    color: #FFFFFF;
    margin: 0.02rem 0 0.05rem 0;
    font-family: Bebas;
    display: flex;
    align-items: flex-end;
}

.s3-rl ul li a .pics .date b i {
    width: 2px;
    height: 0.16rem;
    background: #fff;
    transform: rotate(20deg);
    margin: 0 0.05rem;
}

.s3-rl ul li a .pics .date::after {
    border-width: 0.07rem 0.035rem 0 0.035rem;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
}

.s3-rl ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .5rem;
}

.s3-rl ul li a .info h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-rl ul li a .info div {
    margin-top: .22rem;
    border-top: 1px dashed #FFFFFF;
    position: relative;
    padding-top: .24rem;
}

.s3-rl ul li a .info div::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: .3rem;
    border-top: 1px dashed #FFFFFF;
    transform-origin: right top;
    transform: rotateZ(-30deg);
}

.s3-rl ul li a .info div p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
}

.s3-rr {
    position: absolute;
    right: 0.24rem;
    left: 2.84rem;
    bottom: 0.08rem;
}

.s3-rr ul {
    padding: 0 .17rem;
}

.s3-rr ul li a {
    display: block;
    margin: 0 .1rem;
    padding: 0.06rem;
    background:transparent;
    transition: all .5s;
    border-radius: 50%;
}

.s3-rr ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s3-rr ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all .5s;
}

.s3-rr ul li.slick-current a .pic::after {
    opacity: 0;
}
.s3-rr ul li.slick-current a {
    background: #C59761;
}
.s3-rr .slick-prev, .s3-rr .slick-next {
    background: #C59761;
    width: .36rem;
    height: .36rem;
    transition: all .5s;
    border-radius: 50%;
}

.s3-rr .slick-prev {
    background: #C59761 url(../images/icon-prev-w.svg) no-repeat;
    background-position: center center;
    background-size: .17rem auto;
}

.s3-rr .slick-next {
    background: #C59761 url(../images/icon-next-w.svg) no-repeat;
    background-position: center center;
    background-size: .17rem auto;
}

.s4 {
    padding-top: .9rem;
    padding-bottom: .67rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: right bottom;
    background-size: 16.58rem auto;
}

.s4-c {
    display: flex;
}

.s4-l {
    width: 8.2rem;
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-r ul {
    display: flex;
    flex-wrap: wrap;
}

.s4-r ul li {
    width: calc(50% - .3rem);
    margin-left: .3rem;
}

.s4-r ul li:nth-child(2)~li {
    margin-top: .3rem;
}

.s4-item {
    display: block;
    position: relative;
}

.s4-item .pic {
    padding-top: 69%;
}

.s4-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s4-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    padding: 0 .2rem;
}

.s4-item .info h3 {
    font-family: Microsoft YaHei;
    font-size: .2rem;
    font-weight: normal;
    line-height: .46rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-l .s4-item .pic {
    padding-top: 64.2%;
}

.s5 {}

.s5-c {
    display: flex;
    align-items: center;
}

.s5-c .slick1 {
    width: 4.47rem;
}

.s5-c .slick1 ul li a {
    display: block;
}

.s5-c .slick1 ul li a .pic {
    padding-top: 65%;
}

.s5-c .slick1 ul li a h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .12rem;
}

.s5-c .slick2 {
    flex: 1;
    min-width: 0;
    padding: 0 .25rem;
}

.s5-c .slick2 ul li a {
    display: block;
}

.s5-c .slick2 ul li a .pic {
    padding-top: 65%;
    background: #323232;
}

.s5-c .slick2 ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-video.svg) no-repeat;
    background-position: center center;
    background-size: .58rem auto;
}

.s5-c .slick2 ul li a .pic div {
    opacity: .8;
}

.s5-c .slick2 ul li a h3 {
    font-size: .22rem;
    font-weight: bold;
    line-height: .3rem;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.s5-c .slick2 .slick-prev, .s5-c .slick2 .slick-next {
    background: #C59761;
    width: .52rem;
    height: .52rem;
    transition: all .5s;
    border-radius: 50%;
}

.s5-c .slick2 .slick-prev {
    background: #C59761 url(../images/icon-prev-w.svg) no-repeat;
    background-position: center center;
    background-size: .24rem auto;
    margin-left: -.2rem;

}

.s5-c .slick2 .slick-next {
    background: #C59761 url(../images/icon-next-w.svg) no-repeat;
    background-position: center center;
    background-size: .247rem auto;
    margin-right: -.2rem;
}

.s5-c .slick3 {
    width: 4.47rem;
}


.s5-c .slick3 ul li a {
    display: block;
}

.s5-c .slick3 ul li a .pic {
    padding-top: 65%;
}

.s5-c .slick3 ul li a h3 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .12rem;
}

.s6 {
    margin-top: .65rem;
}

.s6-c {
    position: relative;
    margin-top: .45rem;
    display: flex;
}

.s6-l {
    width: 4.07rem;
    margin-right: .27rem;
}

.s6-l ul li a {
    display: block;
}

.s6-l ul li a .pics {
    margin: 0 auto;
    width: 75%;
}

.s6-l ul li a .pics .pic {
    padding-top: 141%;
}

.s6-l ul li a .info {
    background: url(../images/s6-linfobg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: .5rem 0.32rem .58rem 0.32rem;
    margin-top: -.64rem;
    position: relative;
    z-index: 9;
}

.s6-l ul li a .info h3 {
    font-size: .24rem;
    font-weight: bold;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.s6-l ul li a .info p {
    font-size: .16rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.2rem;
    margin-top: .17rem;
}

.s6-l .slick-prev, .s6-l .slick-next {
    background: #C59761;
    width: .52rem;
    height: .52rem;
    transition: all .5s;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
}

.s6-l .slick-prev {
    background: #C59761 url(../images/icon-prev-w.svg) no-repeat;
    background-position: center center;
    background-size: .24rem auto;
    margin-right: .24rem;
    left: auto;
    right: 50%;
}

.s6-l .slick-next {
    background: #C59761 url(../images/icon-next-w.svg) no-repeat;
    background-position: center center;
    background-size: .247rem auto;
    margin-left: .24rem;
    right: auto;
    left: 50%;
}


.s6-r {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-ritem1 {
    width: calc(100% - 1.1rem);
    margin-bottom: .25rem;
}

.s6-ritem1 a {
    display: flex;
    background: rgba(239, 227, 205, 0.3);
}

.s6-ritem1 a .pics {
    width: 5.7rem;
}

.s6-ritem1 a .pics .pic {
    padding-top: 66%;
}

.s6-ritem1 a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .57rem;
}

.s6-ritem1 a .info div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .22rem;
    border-bottom: 1px dashed #C59761;
    width: 100%;
}

.s6-ritem1 a .info div img {
    max-height: .3rem;
    margin-right: .08rem;
}

.s6-ritem1 a .info div span {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: #FA9D3B;
}

.s6-ritem1 a .info p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.28rem;
    margin-top: .25rem;
    width: 100%;
}

.s6-ritem2 {
    width: 4.9rem;
}

.s6-ritem2 a {
    display: block;
    position: relative;
}

.s6-ritem2 a .pic {
    padding-top: 61%;
}

.s6-ritem2 a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1093rem;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.s6-ritem2 a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: .2rem 0.25rem;
}

.s6-ritem2 a .info img {
    max-height: .24rem;
    margin-right: 0.05rem;
}

.s6-ritem2 a .info p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s6-ritem3 {
    width: 6.34rem;
}

.s6-ritem3 a {
    display: flex;
    background: #CDA670;
}

.s6-ritem3 a .pics {
    width: 3.7rem;
}

.s6-ritem3 a .pics .pic {
    padding-top: 75%;
}

.s6-ritem3 a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .25rem;
}

.s6-ritem3 a .info div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .22rem;
    border-bottom: 1px dashed #C59761;
    width: 100%;
}

.s6-ritem3 a .info div img {
    max-height: .3rem;
    margin-right: .08rem;
}

.s6-ritem3 a .info div span {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s6-ritem3 a .info p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.2rem;
    margin-top: .25rem;
    width: 100%;
}



.fmeida {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.fmeida li {
    vertical-align: middle;
    margin-bottom: .24rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div {
    background: #FCF7F0;
    box-sizing: border-box;
    border: 1px solid #E8DDCA;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.fmeida li a>div>img {
    display: block;
    height: .36rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.05rem;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    width: auto;
    height: auto;
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 150px;
	height: auto;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a div {
    border: 1px solid #CDA670;
}

.fmeida li:hover a .icon {
    background-color: #CDA670;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.s7 {
    margin-top: 1rem;
    background: url(../images/s7-line.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    position: relative;
}

.s7-c ul {
    position: relative;
    height: 2.4rem;
}

.s7-c ul li {
    position: absolute;
}

.s7-c ul li:nth-child(1) {
    left: .48rem;
    top: -.11rem;
}

.s7-c ul li:nth-child(2) {
    left: 2.21rem;
    top: .05rem;
}

.s7-c ul li:nth-child(3) {
    left: 3.87rem;
    top: 0.35rem;
}

.s7-c ul li:nth-child(4) {
    left: 5.72rem;
    top: 0.6rem;
}

.s7-c ul li:nth-child(5) {
    left: 8.13rem;
    top: 0.55rem;
}

.s7-c ul li:nth-child(6) {
    right: 5.1rem;
    top: 0.13rem;
}

.s7-c ul li:nth-child(7) {
    right: 2.84rem;
    top: 0.09rem;
}

.s7-c ul li:nth-child(8) {
    right: 0.58rem;
    top: 0.31rem;
}

.s7-c ul li a {
    display: block;
    position: relative;
    padding-bottom: .35rem;
}

.s7-c ul li a div {
    display: flex;
    justify-content: center;
    position: relative;
}

.s7-c ul li a div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    background: url(../images/s7-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.36rem;
    height: 0.36rem;
    transition: all .5s;
    opacity: 0;
}

.s7-c ul li a div:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    background: url(../images/s7-waiq.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.21rem;
    height: 1.21rem;
    transition: all .5s;
    opacity: 0;
}

.s7-c ul li a div b {
    border: 0.02rem dashed #C59761;
    border-radius: 50%;
    width: 0.26rem;
    height: 0.26rem;
    background: #F9F4EB;
    transition: all .5s;
}

.s7-c ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 100%;
    transition: all .5s;
}







@media screen and (max-width: 1024px) {}

@media screen and (min-width: 1025px) {
    .itit a:hover{
        color: #980F0F;
    }
    .publist1 li:hover .pubitem1::before {
        opacity: 1;
    }

    .publist1 li:hover .pubitem1::after {
        opacity: 1;
    }

    .publist1 li:hover .pubitem1 a {
        padding: .2rem;
    }

    .pubitem1 a:hover .date {
        background: #FCFAF4;
    }

    .pubitem1 a:hover .date b {
        color: #980F0F;
    }

    .pubitem1 a:hover .date span {
        color: #980F0F;
    }

    .pubitem1 a:hover .info h3 {
        color: #980F0F;
    }

    .publist2 li:hover .pubitem1 a {
        border-color: transparent;
    }

    .publist2 li:hover+li .pubitem1 a {
        border-color: transparent;
    }

    .publist2 li:hover .pubitem1::before {
        opacity: 1;
    }

    .publist2 li:hover .pubitem1::after {
        opacity: 1;
    }


    .s2-r ul li a:hover b {
        background: #980F0F;
        color: #fff;
    }

    .s2-r ul li a:hover .info h3 {
        color: #980F0F;
    }

    .s3-l ul li:hover {
        border-color: transparent;
    }

    .s3-l ul li:hover+li {
        border-color: transparent;
    }

    .s3-l ul li a:hover {
        padding: 0 .2rem;
    }

    .s3-l ul li a:hover h3 {
        font-weight: 600;
    }

    .s3-l ul li a:hover::before {
        opacity: 1;
    }

    .s3-rr .slick-prev:hover {
        background: #fff url(../images/icon-prev-r.svg) no-repeat;
        background-position: center center;
        background-size: .17rem auto;
    }

    .s3-rr .slick-next:hover {
        background: #fff url(../images/icon-next-r.svg) no-repeat;
        background-position: center center;
        background-size: .17rem auto;
    }

    .s5-c .slick2 .slick-prev:hover {
        background: #fff url(../images/icon-prev-r.svg) no-repeat;
        background-position: center center;
        background-size: .24rem auto;
    }

    .s5-c .slick2 .slick-next:hover {
        background: #fff url(../images/icon-next-r.svg) no-repeat;
        background-position: center center;
        background-size: .24rem auto;
    }

    .first-item a:hover .info h3, .s5-c .slick2 ul li a:hover h3, .s5-c .slick1 ul li a:hover h3, .s5-c .slick3 ul li a:hover h3 {
        color: #980F0F;
    }

    .s6-l .slick-prev:hover {
        background: #fff url(../images/icon-prev-r.svg) no-repeat;
        background-position: center center;
        background-size: .24rem auto;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(175, 175, 175, 0.3);
    }

    .s6-l .slick-next:hover {
        background: #fff url(../images/icon-next-r.svg) no-repeat;
        background-position: center center;
        background-size: .24rem auto;
        box-shadow: 0rem 0.04rem 0.1rem 0px rgba(175, 175, 175, 0.3);
    }

    .s7-c ul li a:hover div::before {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .s7-c ul li a:hover div::after {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .s7-c ul li a:hover div b {
        opacity: 0;
    }

    .s7-c ul li a:hover p {
        color: #C59761;
        margin-top: .2rem;
    }

}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .index {
        position: static;
    }

    .itit {
        justify-content: flex-start;
        margin-bottom: .35rem;
    }

    .itit div {
        font-size: .26rem;
        line-height: .4rem;
    }

    .itit div i {
        width: 0.3rem;
        height: .2rem;
    }

    .itit a {
        padding-right: .4rem;
    }
    
    .itit a::before {
        width: 2rem;
        height: .16rem;
        right: -.32rem;
    }

    .s1-c, .s2-c, .s3-c, .s4-c, .s6-c {
        display: block;
    }

    .s1-l, .s2-l, .s3-l, .s6-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .35rem;
    }

    .first-item a {
        display: block;
    }

    .first-item a .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .s3-rl {
        margin-left: 0;
    }

    .s3-rr {
        left: 3.6rem;
    }

    .s1-r {}

    .s5-c .slick1, .s5-c .slick3 {
        display: none;
    }

    .fmeida {
        position: static;
        display: flex;
        justify-content: center;
    }

    .fmeida li {
        margin: 0 .1rem !important;
    }

    .s4-l {
        width: auto;
    }

    .s4-r ul {
        justify-content: space-between;
    }

    .s4-r ul li {
        margin-top: .2rem !important;
        margin-left: 0;
        width: calc(50% - .1rem);
    }

    .s6-ritem1 {
        width: 100%;
    }

    .s6-ritem2 {
        width: 40%;
    }

    .s6-ritem3 {
        width: 58%;
    }

    .s6-ritem3 a .pics {
        width: 56%;
    }


    .s7 {
        background: none;
    }

    .s7-c ul {
        display: flex;
        flex-wrap: wrap;
    }

    .s7-c ul li {
        position: static;
        width: 25%;
    }

    .s7-c ul li a {
        position: relative;
        padding: 0 .05rem;
    }

    .s7-c ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0.13rem;
        border-top: 1px dashed #C59761;
    }

    .s7-c ul li a p {
        position: static;
        transform: none;
        margin-top: .15rem;
        font-size: .16rem;
        line-height: .24rem;
        white-space: pre-wrap;
    }


    .s1, .s2, .s3, .s4, .s5 {
        padding-top: .5rem;
    }

    .s2, .s3, .s4 {
        padding-bottom: .5rem;
    }

    .s6 {
        margin-top: .5rem;
    }

    .s1-c {
        margin-top: 0;
    }

    .s1-l .pubitem1 {
        margin: 0.15rem 0 0 0;
    }

    .first-item a .info p {
        margin: .1rem 0 .15rem 0;
    }

    .publist1 li .pubitem1 a {
        padding: .15rem 0;
    }

    .publist2 li .pubitem1 a .date {
        width: 0.9rem;
    }

    .publist2 li .pubitem1 a {
        padding: .15rem 0;
    }

    .s2-r ul li a b {
        width: 1.3rem;
        font-size: .16rem;
        margin-right: .15rem;
    }

    .s2-r ul li a .info h3 {
        font-size: .18rem;
    }

    .s2-r ul li a {
        padding: .15rem 0;
    }

    .s3-l ul li {
        padding: 0;
    }

    .s2::before {
        opacity: 0;
    }

    .s3 {
        background: #cda670;
    }

    .s3-rl ul li a .info {
        padding-top: .3rem;
    }

    .s3-rl ul li a .pics .date b {
        font-size: .3rem;
    }

    .s4 {
        background-size: cover;
    }

    .s6-c {
        margin-top: 0;
    }

    .s6-l {
        margin-top: .35rem;
    }

    .s3-rl ul li a .info h3, .s4-item .info h3, .s5-c .slick2 ul li a h3 {
        font-size: .18rem;
    }

    .s4-item .info {
        bottom: 0;
        padding: 0 .1rem;
    }

    .s4-item .pic::after {
        height: 50%;
    }

    .s5-c .slick2 ul li a .pic::after {
        background-size: .4rem auto;
    }

    .s6-l ul li a .info {
        padding: .5rem .2rem .5rem .2rem;
    }

    .s6-l ul li a .info h3 {
        font-size: .2rem;
    }

    .s6-ritem1 a .info p, .s6-ritem3 a .info p {
        margin-top: .15rem;
    }

    .s6-ritem1 a .info div, .s6-ritem3 a .info div {
        padding-bottom: .15rem;
    }

    .s5-c .slick2 .slick-prev, .s5-c .slick2 .slick-next, .s6-l .slick-prev, .s6-l .slick-next {
        width: .36rem;
        height: 0.36rem;
        background-size: .17rem auto;
    }

    .s6-ritem2 a .info {
        padding: .1rem .15rem;
    }

}

@media screen and (max-width: 768px) {
    .s3-rr {
        position: static;
    }

    .s3-rl ul li a {
        display: block;
        padding-right: 0;
    }

    .s3-rl ul li a .pics {
        width: auto;
        margin-right: 0;
    }

    .s3-rc::before {
        display: none;
    }

    .s3-rl ul li a .pics .date {
        right: 0;
    }

    .s6-r {
        display: block;
    }

    .s6-ritem1 a {
        display: block;
    }

    .s6-ritem1 a .pics {
        width: auto;
    }

    .s6-ritem1 a .info, .s6-ritem3 a .info {
        padding: .2rem;
    }

    .s6-ritem2 {
        width: auto;
    }

    .s6-ritem3 {
        width: auto;
        margin-top: .25rem;
    }

    .s6-ritem3 a {
        display: block;
    }

    .s6-ritem3 a .pics {
        width: auto;
    }
}

@media screen and (max-width: 480px) {}