/* 新闻列表 */

.news_top {
    padding: 0 5%;
    display: flex;
    position: relative;
    top: -5px;
}

.news_top a {
    display: block;
    flex: 1;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #3697e7;
    color: white;
    border-radius: 3px;
}

.news_top a:nth-child(1) {
    margin-right: 0.1rem;
}

.news {
    padding: 3% 5% 3% 5%;
}

.news .title {
    padding: 2% 0;
    text-align: center;
    margin-bottom: 1rem;
}

.news .title span {
    display: inline-block;
    position: relative;
    margin-bottom: 1%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
}

.news .title span::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 1rem);
    width: 5rem;
    height: 1px;
    content: '';
    background: #858484;
}

.news .title span::after {
    position: absolute;
    top: 50%;
    right: calc(100% + 1rem);
    width: 5rem;
    height: 1px;
    content: '';
    background: #858484;
}

.news li {
    margin-bottom: 3%;
}

.news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_img {
    width: 40%;
    height: 6.7rem;
    overflow: hidden;
    display: inline-block;
}

.news_img img {
    display: block;
    height: 6.7rem;
    object-fit: cover;
}

.news_text {
    width: 56%;
    display: inline-block;
    vertical-align: top;
}

.news_text h4 {
    margin-bottom: 2%;
    font-size: 1.1rem;
    font-weight: 400;
    padding: .1rem 0;
    height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_text p {
    line-height: 1.5rem;
    height: 4.5rem;
    overflow: hidden;
}

.news_text h5 {
    font-weight: normal;
    line-height: 1.5rem;
}

.news .content .team {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0px;
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.news .content .team-left {
    width: 75%;
    font-size: 1rem;
    line-height: 1.5;
    max-height: 4.5rem;
    position: relative;
    overflow: hidden;
}

.news .content .team-right {
    box-sizing: border-box;
    padding: 0.5rem;
    color: #b2b5b5ff;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.news .content .team-right h3 {
    font-weight: normal;
    font-size: 2rem;
}

.news .content .team-right span {
    font-size: 1rem;
}
