.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 4.8rem;
    position: relative;
    overflow: hidden;
}

.header img {
    width: 100%;
    height: 100%;
}

.header .mdwz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    color: #FFFFFF;
}

.header .mdwz span {
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
}


/* news */

.detail_news .news_a {
    width: 3.76rem;
    height: 3.52rem;
    background: #FFFFFF;
    margin-right: 0.32rem;
    margin-bottom: 0.32rem;
    cursor: pointer;
    float: left;
}

.detail_news .news_a:nth-child(3n) {
    margin-right: 0
}

.detail_news .news_all {
    overflow: hidden;
}

.detail_news .news_one {
    overflow: hidden;
}

.detail_news .news_one .news_img {
    position: relative;
    overflow: hidden;
}

.detail_news .news_a:hover .news_img img {
    transform: scale(1.2);
}

.detail_news .news_one .news_img img {
    width: 100%;
    height: 2.24rem;
    transition: transform 1.2s;
}

.detail_news .news_one .news_img .xinwen {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0.1rem 0.13rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0.18rem;
}

.detail_news .news_tt {
    padding: 0.25rem 0.16rem 0.17rem 0.1rem;
}

.detail_news .news_tt .news_title {
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.05rem;
    line-height: 0.32rem;
}

.detail_news .news_tt .news_time {
    font-size: 0.14rem;
    color: #999999;
}

.detail_news .news_tt:hover .news_title {
    color: #1890ff !important;
}


/* detail */

.detail_news {
    width: 100%;
    background: #F6F8FE;
    padding-top: 1rem;
    padding-bottom: 0.28rem;
    overflow: hidden;
}

.detail_box {
    width: 16rem;
    margin: 0 auto;
    margin-bottom: 0.7rem;
}

.detail_box .detail_t {
    font-size: 0.48rem;
    color: #171717;
    text-align: center;
    margin-bottom: .8rem;
}

.detail_box .detail_content {
    width: 100%;
    background: #FFFFFF;
    padding: 0.8rem 2.04rem;
}

.detail_box .detail_content .content_wz {
    font-size: 0.22rem;
    color: #404040;
    line-height: 0.46rem;
    margin-bottom: 1.38rem;
}

.detail_box .detail_content .content_wz p img {
    width: 100%;
}

.detail_box .nepr {
    width: 100%;
    overflow: hidden;
}

.detail_box .nepr .prev_pian {
    float: left;
    color: #404040;
    line-height: 0.46rem;
    font-size: 0.18rem;
}

.detail_box .nepr .prev_pian a {
    font-size: 0.18rem;
    color: #404040;
    line-height: 0.46rem;
    display: inline-block;
}

.detail_box .nepr .next_pian {
    float: right;
    color: #404040;
    line-height: 0.46rem;
    font-size: 0.18rem;
}

.detail_box .nepr .next_pian a:hover,
.detail_box .nepr .prev_pian a:hover {
    color: #bd1b20;
}

.detail_box .nepr .next_pian a {
    font-size: 0.18rem;
    color: #404040;
    line-height: 0.46rem;
    display: inline-block;
}

.detail_news .specia {
    width: 16rem;
    margin: 0 auto;
}

.detail_news .special .spc_t {
    font-size: 0.26rem;
    color: #404040;
    line-height: 0.46rem;
    text-align: center;
    margin-bottom: 0.47rem;
}

.detail_news .special .news_all {
    width: 11.92rem;
    margin: 0 auto;
}

.nozx {
    font-size: 0.18rem;
    text-align: center;
}


/* footer */