.wrap .date-news {
    margin-top: 2rem;
    overflow: hidden;
}

.date {
    background: #f8f8f8;
    padding-top: .3rem;
}

.classification ul {
    display: flex;
}

.classification ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #969696;
}

.classification ul li:nth-child(3) {
    border: none;
}

.classification ul li p {
    text-align: center;
    font-weight: bold;
    font-size: .4rem;
    line-height: .8rem;
}

.classification ul li:nth-child(1) span {
    background: #000;
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: .8rem;
    font-weight: bold;
    font-size: .35rem;
}

.classification ul li span {
    height: .8rem;
    display: block;
}

.classification ul li span img {
    height: 100%
}

.classification {
    padding: .5rem 0;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    background: #fff;
}

.swiper-container img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    *position: relative;
    vertical-align: middle;
    display: inline-block;
}

.date .date-title {
    height: auto;
    border-bottom: none;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.date .date-title h1 {
    text-align: left;
    line-height: .5rem;
    height: auto;
    width: auto;
}

.date .date-title h1 i {
    display: block;
    font-weight: normal;
    font-size: .28rem;
}

.c_head {
    display: flex;
    align-items: center;
}

.c_head img {
    margin-right: .2rem;
    width: .6rem;
    margin-left: .5rem;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 8rem;
    width: 100%;
    background: #fff;
    padding: 1rem 0;
}

.gallery-thumbs {
    height: 2rem;
    box-sizing: border-box;
    padding: 10px 0;
    background: #ebebeb;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.title1 {
    /* background: #ebebeb; */
    padding: 0 .5rem;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: normal;
}

.lit_body {
    padding: .5rem .5rem;
    font-size: .35rem;
    line-height: 0.6rem;
    background: #fff;
}

.lit_recommend {
    padding: .5rem;
    display: flex;
    background: #fff;
}

.recommend {
    border: 1px solid #969696;
    text-align: center;
    width: 2.94rem;
    float: left;
}

.recommend img {
    width: 2.5rem;
    margin: .2rem auto;
    display: block;
    height: 2.5rem;
}

.recommend h3 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: .5rem;
    line-height: .5rem;
    color: #727171;
    font-size: .3rem;
}

.recommend p {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: .3rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #9fa0a0;
}

.recommend a {
    background: #d2d2d2;
    color: #fff;
    width: 90%;
    display: block;
    margin: .3rem auto;
    text-align: center;
    border-radius: .05rem;
    line-height: .6rem;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E");
}

.close img {
    width: 100%;
}
