
/* -----------------------------------
            新闻中心
------------------------------------- */
.news-center .u-bg-active {
    background-image: url(../images/bg/bg_2.jpg);
}
.news-center .u-bg-active, .news-center .u-bg-active-other {
    position: relative;
    background-position: top;
    background-size: 100%;
}
.news-center .title-area{
    text-align: center;
    position: relative;
    padding: 1.075472rem 0 0.754717rem;
    min-width: 3.584906rem;
}
.news-area{
    margin-bottom: 0.377358rem;
    background-color: #fff;
    padding: 0.377358rem;
}
.li-inner{
    border-bottom: 0.018868rem solid #f2f2f2;
    padding: 0.188679rem 0.377358rem;
    display: flex;
}
.news-ul .news-li{
    cursor: pointer;
}
.news-ul .news-li:last-child .li-inner{ 
    border-bottom: 0;
}
.news-date{
    margin-right: 0.283019rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.509434rem;
    width: 1.509434rem;
    border-radius: 0.09434rem;
    background-color: #054bbc;
    padding: 0.188679rem;
    text-align: center;
    color: #fff;
}
.news-date span:first-child {
    font-size: .377358rem;
    margin-bottom: 0.09434rem;
}
.news-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-content p:first-child {
    font-size: .377358rem;
    font-weight: 500;
    line-height: .603774rem;
    margin-bottom: 0.132075rem;
}
.briefIntroduction{
    font-size: .301887rem;
}
.news-content div:nth-child(2) {
    font-size: .301887rem;
    color: #9494a9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.u-page {
    display: flex;
    justify-content: end;
}
.public-area{
    margin-bottom: 0.566038rem;
    padding: 0.188679rem 0.660377rem;
    background-color: #fafafa;
}
.list-li {
    display: flex;
    align-items: center;
    padding: 0.377358rem 0;
    border-bottom: 0.018868rem solid #f5f4f4;
}
.list-li div:first-child {
    flex: 1;
}
.list-li div>p:first-child {
    font-size: .377358rem;
    margin-bottom: 0.283019rem;
}
.list-li div>p:nth-child(2) {
    font-size: .301887rem;
    color: #9494a9;
}
.u-blue-btn {
    cursor: pointer;
    padding: 0.188679rem 0.283019rem;
    color: #fff;
    border: none;
    background: linear-gradient(90deg,#044192,#0a52da);
}
.list-li .u-blue-btn {
    padding: 0.226415rem 0.660377rem;
}

.list-li:hover  div>p{
    color: #054398;
}