.banner {
    width: 100%;
    height: 450px;
    padding-top: 50px;
    background: url("../../img/out/news/banner.png");
    background-size: 100% 450px;
}

.banner-logo {
    width: 332px;
    height: 41px;
}

.news-nav {
    width: 100%;
    height: 72px;
    padding: 29px 0;
    color: #333;
    font-size: 14px;
    background-color: #F2F2F2;
}

.nav-span {
    color: #593AFB;
}

.news-ul {
    padding-bottom: 80px;
}

.news-ul>li {
    width: 100%;
    height: 320px;
    padding: 60px 0;
}

.news-ul>li:hover {
    background-color: #F8F9FC;
}

.news-img {
    float: left;
    width: 340px;
    height: 200px;
}

.news-text {
    float: left;
    width: 858px;
    padding-left: 34px;
    font-size: 14px;
    color: #999;
}

.news-title {
    font-size: 26px;
    color: #333;
}

.news-p {
    width: 816px;
    height: 158px;
    line-height: 28px;
    padding: 26px 0;
}

.news-add {
    width: 266px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    border: 1px solid #c5c5c5;
    margin: 0 auto 165px;
}

.news-add:hover {
    color: #fff;
    border-color: #fff;
    background-color: #593AFB;
}


/* detail */

.detail {
    padding: 106px 0 211px;
}

.detail-title {
    padding-bottom: 48px;
    border-bottom: 1px solid #CBCBCB;
}

.detail-title>h4 {
    margin: 0;
    font-size: 32px;
    line-height: 62px;
    color: #333;
}

.detail-title>p {
    font-size: 24px;
    padding-top: 21px;
    color: #666;
}

.detail-p {
    padding: 42px 0 121px;
    font-size: 14px;
    line-height: 44px;
    color: #333;
}

.detail-img {
    width: 1198px;
    height: 426px;
}

.detail-xia {
    height: 46px;
    padding-top: 26px;
}

.detail-xia>p {
    line-height: 20px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.detail-xia>p:hover {
    color: #593AFB;
}