﻿body {
    background: #faf7f4 url(../images/bg23.jpg)no-repeat center bottom;
    background-size: 100%;
}

.news {
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.pic-text {
    width: 9rem;
    margin-top: .6rem;
}

.pic-text .pic-con {
    overflow: hidden;
}

.pic-text .pic-con .pic {
    width: 4.3rem;
    height: 3.05rem;
    overflow: hidden;
    margin-right: .35rem;
}

.pic-text .pic-con .pic:last-child {
    margin-right: 0;
}

.pic-text .pic-con .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

@media (min-width:1025px) {
    .pic-text .pic-con .pic:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

.pic-text .pic-con .pic .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(132, 60, 60, 0), rgba(132, 60, 60, .75));
}

.pic-text .pic-con .pic .text {
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    right: .2rem;
    z-index: 2;
    color: #FFF;
    line-height: 1.8;
}

.pic-text li {
    border-bottom: 1px #b9b9b9 solid;
    padding-bottom: .3rem;
    margin-top: .3rem;
}

.pic-text li .title {
    padding-left: .3rem;
    background: url(../images/icon9.png)no-repeat left center;
    background-size: .11rem;
}

.pic-text li .title .time {
    color: #843c3c;
    font-family: Times New Roman;
    font-weight: bold;
}

.pic-text li .title a {
    width: 80%;
}

.pic-text li .txt {
    color: #8c8b8b;
    margin-top: .1rem;
    padding-left: .3rem;
}

.text-content {
    width: 5.5rem;
    margin-top: .6rem;
}

.text-content .item {
    width: 100%;
    height: 1.64rem;
    background: url(../images/bg24.png)no-repeat center;
    background-size: cover;
    padding: .3rem .4rem;
    margin-bottom: .3rem;
}

.text-content .item:last-child {
    margin-bottom: 0;
}

.text-content .item a {
    color: #FFF;
    line-height: 1.8;
}

.text-content .item .time {
    background: url(../images/icon10.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    font-family: Times New Roman;
    color: #b88a8a;
    margin-top: .15rem;
    position: absolute;
    bottom: .3rem;
    left: .4rem;
}

@media (min-width:1025px) {
    .text-content .item:hover {
        background-image: url(../images/bg25.png);
    }
    .text-content .item:hover .time {
        background-image: url(../images/icon11.png);
        color: #e6d8d8;
    }
}

@media (max-width:1199px) {
    .pic-text {
        width: 8.5rem;
    }
    .pic-text .pic-con {
        display: flex;
        justify-content: space-between;
    }
    .pic-text .pic-con .pic {
        margin-right: 0;
        width: 49%;
    }
    .pic-text .pic-con .pic img {
        display: none;
    }
}

@media (max-width:1023px) {
    .pic-text,
    .text-content {
        width: 100%;
    }
    .text-content .item {
        height: 2rem;
    }
}

.tab-content {
    width: 100%;
    padding: .6rem 0 .5rem 0;
    background: url(../images/bg26.jpg)no-repeat center;
    background-size: cover;
    margin-top: .7rem;
}

.tab-content .hd li {
    margin-right: .6rem;
    border-bottom: 2px #e3e3e3 solid;
    font-weight: bold;
}

.tab-content .hd li:last-child {
    margin-right: 0;
}

.tab-content .hd li.on {
    color: #843c3c;
    border-bottom: 2px #843c3c solid;
}

.tab-content .more {
    color: #843c3c;
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .6rem;
}

.tab-content .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .26rem;
    height: 100%;
    background: url(../images/y2.png)no-repeat right center;
    background-size: .26rem;
}

.tab-content .more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .26rem;
    height: 100%;
    background: url(../images/y1.png)no-repeat right center;
    background-size: .26rem;
}

.tab-content .bd {
    margin-top: .5rem;
}

.tab-content .bd li {
    width: 23%;
    margin-right: 2%;
    padding-right: .2%;
}

.tab-content .bd li:last-child {
    margin-right: 0;
}

.tab-content .bd li .time {
    width: .7rem;
    height: .7rem;
    background-color: #843c3c;
    color: #dfceb2;
    font-size: .14rem;
    font-family: 'Times New Roman';
    padding-top: .05rem;
}

.tab-content .bd li .text {
    margin-left: .9rem;
}

@media (max-width:1199px) {
    .tab-content .bd li {
        width: 49%;
        margin-bottom: .3rem;
    }
    .tab-content .bd li:nth-child(even) {
        margin-right: 0;
    }
    .tab-content .bd li .time {
        width: .8rem;
        height: .8rem;
    }
}

@media (max-width:767px) {
    .tab-content .bd li {
        width: 100%;
    }
    .tab-content .bd li:last-child {
        margin-bottom: 0;
    }
    .tab-content .bd li .time {
        width: 1rem;
        height: 1rem;
    }
    .tab-content .bd li .text {
        margin-left: 1.3rem;
    }
}

.focus-content {
    width: 6.6rem;
    z-index: 9;
    margin-top: .6rem;
}

.focus-content .title,
.media .title {
    color: #843c3c;
}

.focus-content .title span,
.media .title span {
    font-weight: bold;
}

.focus-content .title .more,
.media .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #843c3c;
    padding-left: .3rem;
    padding-right: .3rem;
}

.focus-content .title .more::after,
.media .title .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .26rem;
    height: 100%;
    background: url(../images/y2.png)no-repeat right center;
    background-size: .26rem;
}

.focus-content .title .more::before,
.media .title .more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .26rem;
    height: 100%;
    background: url(../images/y1.png)no-repeat right center;
    background-size: .26rem;
}

.focus-content .focus {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
    margin-top: .5rem;
}

.focus-content .focus img {
    width: 100%;
}

.focus-content .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient( rgba(132, 60, 60, 0), rgba(132, 60, 60, .75));
    padding: .5rem .3rem .3rem;
    color: #FFF;
}

.focus-content .play-btn {
    position: absolute;
    z-index: 2;
    right: .3rem;
    bottom: .3rem;
    width: .44rem;
    height: .44rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
}

.slick-prev {
    left: .2rem;
    width: .5rem;
    height: .5rem;
    background: url(../images/arrow.png)no-repeat center;
    background-size: cover;
    z-index: 9;
}

.slick-next {
    right: .2rem;
    width: .5rem;
    height: .5rem;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: cover;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.media {
    width: 7.5rem;
    z-index: 9;
    margin-top: .6rem;
}

.media ul {
    margin-top: .4rem;
}

.media li {
    background: url(../images/icon12.png)no-repeat left .14rem;
    background-size: .27rem;
    padding-left: .4rem;
    padding-bottom: .15rem;
    margin-bottom: .15rem;
    border-bottom: 1px #b9b9b9 solid;
}

.media li:last-child {
    margin-bottom: 0;
}

.media li .tit a {
    width: 90%;
    line-height: .38rem;
}

.media li .time {
    color: #843c3c;
    font-family: 'Times New Roman';
    font-weight: bold;
    background: url(../images/time1.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
}

.media li .icon {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .22rem;
    background-color: #FFF;
}

.media li .wx {
    background-image: url(../images/wx1.png);
}

.media li .wb {
    background-image: url(../images/wb1.png);
}

@media (min-width:1025px) {
    .slick-prev:hover,
    .slick-prev:focus {
        background-image: url(../images/arrow.png)
    }
    .slick-next:hover,
    .slick-next:focus {
        background-image: url(../images/arrow1.png)
    }
}

@media (max-width:1199px) {
    .media {
        width: 50%;
    }
    .focus-content .focus {
        height: auto;
    }
    .focus-content {
        width: 48%;
    }
    .focus-content .focus img {
        display: none;
    }
    .slick-slide {
        height: 5.2rem;
    }
}

@media (max-width:1023px) {
    .media,
    .focus-content {
        width: 100%;
    }
    .slick-slide {
        height: 8rem;
    }
}

@media (max-width:767px) {
    .slick-slide {
        height: 6rem;
    }
}