.news-box {
    width: 1100px;
    margin: 0 auto;
    padding-top: 90px
}

.news-box .xt-card {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.news-box .xt-card .xt-card-header {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e0e2e9
}

.news-box .xt-card .xt-card-header .help-more {
    font-size: 18px;
    color: #333;
    margin-left: 80px
}

.news-box .xt-card .xt-card-header .help-more:hover {
    color: #00a2ff
}

.news-box .xt-card .xt-card-body {
    padding: 40px 0
}

.news-box .xt-list {
    display: flex;
    align-items: center
}

.news-box .xt-list .img-box {
    display: inline-block;
    width: 242px;
    height: 152px;
    margin-right: 55px
}

.news-box .xt-list .img-box img {
    max-width: 100%;
    max-height: 100%
}

.news-box .xt-list .xt-list-text {
    width: 226px;
    height: 78px
}

.news-box .xt-list .xt-list-text a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    max-width: 248px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-box .xt-list .xt-list-text p {
    display: inline-block;
    height: 42px;
    max-height: 42px;
    overflow: hidden;
    font-size: 14px;
    margin-top: -2px;
    letter-spacing: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-box .xt-news-list {
    display: flex;
    align-items: center;
    margin-bottom: 70px
}

.news-box .xt-news-list .img-box {
    display: inline-block;
    width: 297px;
    height: 152px;
    margin-right: 55px;
    overflow: hidden
}

.news-box .xt-news-list .img-box img {
    width: 100%;
    height: auto;
    min-height: 152px
}

.news-box .xt-news-list .xt-news-list-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.news-box .xt-news-list .xt-news-list-text .__date {
    display: block;
    color: #8b91a0;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px
}

.news-box .xt-news-list .xt-news-list-text ._title {
    font-size: 18px;
    color: #333
}

.news-box .xt-news-list .xt-news-list-text a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #00a2ff;
    margin: 5px 0
}

.news-box .xt-news-list .xt-news-list-text a:hover {
    color: #00a2ff
}

.news-box .xt-news-list .xt-news-list-text p {
    display: inline-block;
    max-width: 600px;
    overflow: hidden;
    font-size: 14px;
    color: #8b91a0;
    line-height: 1.8;
    max-height: 52px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-box .tab-container {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 400
}

.news-box .tab-container .tab-selected {
    color: #fff!important;
    background: #5b4397;
}

.news-box .tab-container .tab-item {
    display: inline-block;
    height: 100%;
    color: #333;
    cursor: pointer;
    text-align: center;
    min-width: 144px
}

.m-news-box {
    width: 94.66667vw;
    margin: 0 2.66667vw;
    overflow: hidden;
    border-radius: 2.66667vw;
    background: #fff
}

.m-news-box .news-tab {
    display: flex;
    height: 12.66667vw;
    line-height: 12.66667vw;
    font-size: 4.53333vw;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 4vw;
    justify-content: space-around;
}

.m-news-box .news-tab .tab-selected {
    color: #5b4397!important;
    border-bottom: 1px solid #5b4397
}
.m-news-box .news-tab .tab-item {
    color: #333;
    font-size: 16px;
}

.m-news-box .new-list {
    padding: 0 4vw
}

.m-news-box .new-list a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 3.46667vw;
    margin-bottom: 5.33333vw
}

.m-news-box .new-list a ._title {
    color: #333;
    max-width: 56vw;
    overflow: hidden
}

.m-news-box .new-list a ._date {
    color: #999
}


.page {
    text-align: center;
}

.xt_m_newSubTitle {
    text-align: center;
}
.xt_m_newDetail {
    padding: 0 3%;
}