.ny_ban {
    margin-top: 98px;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ny_ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ny_ban .container .w_z {
    color: #333;
    position: relative;
}

.ny_ban .container .w_z h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
}

.ny_ban .container .w_z span {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
}

.ny_ban .container .w_z img {
    width: 30px;
    height: auto;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
}

.ny_pr {
    width: 100%;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 76px;
}

.ny_pr .p_r {
    padding-left: 40px;
    background: url(../images/pr.png) no-repeat left center;
    color: #999;
    float: left;
}

.ny_pr .p_r a {
    color: #999;
}

.ny_pr .p_r a:hover {
    color: #07b08f;
}

.ny_pr .l_m {
    float: right;
}

.ny_pr .l_m ul li {
    position: relative;
    padding: 0 30px;
    overflow: hidden;
    float: left;
}

.ny_pr .l_m ul li:after {
    width: 1px;
    height: 16px;
    background-color: #ddd;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.ny_pr .l_m ul li a {
    display: block;
    color: #999;
    position: relative;
    transition: all .3s linear;

}

.ny_pr .l_m ul li:hover a {
    color: #07b08f;
}

.ny_pr .l_m ul li.on a {
    color: #07b08f;
}

.ny_pr .l_m ul li a:after {
    width: 0;
    height: 3px;
    background-color: #07b08f;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s linear;

}

.ny_pr .l_m ul li:hover a:after {
    width: 100%;
}

.ny_pr .l_m ul li.on a:after {
    width: 100%;
}


/* 内容 */

.news_details {
    background: #fff;
    /* margin: 0 0 50px 0; */
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) */
}

.news_details .box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.news_details .tit {
    padding-bottom: 40px;
    text-align: center;
}

.news_details .tit h2 {
    color: #333;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}

.news_details .tit p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.news_details .text {
    font-size: 16px;
    color: #414141;
    line-height: 36px
}

.news_details .text img {
    margin: 20px 0;
    max-width: 100%;
    text-align: center;
}

.text_cur {
    /* background-color: #07b08f; */
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #e8e8e8
}

.text_cur span {
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_cur a {
    color: #000;
}

.text_cur a:hover {
    color: #be9a78;
}