.news {
    padding-top: 50px;
}

.news_active {
    background-color: #264C86;
}

.news_tags .news_active p {
    color: #FFFFFF;
}

.img_box {
    width: 100%;
    background-color: #000000;
    position: relative;
}

.coverBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.all_banner {
    position: relative;
    width: 100%;
}

.homePic {
    width: 100%;
}

.banner_font {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_font p {
    font-size: 20px;
    color: #FFFFFF;
}

.banner_font p:nth-child(2) {
    font-size: 16px;
}

.title {
    font-size: 18px;
    color: #264C86;
    text-align: center;
    margin-bottom: 5px;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.en {
    color: #909090;
    font-size: 12px;
    margin: 0 10px;
}

.line {
    width: 36px;
    height: 1px;
    background-color: #909090;
}

.news_tags {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F1F1F1;
    margin-bottom: 20px;
}

.news_tags_list {
    width: 50%;
}

.news_tags p {
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #323232;
}

.news_list {
    padding: 0 20px;
    margin-bottom: 20px;
}

.news_list_pic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
}

.news_list_pic img {
    width: 100%;
    height: 100%;
}

.news_wrap {
    background-color: #f1f1f1;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding-right: 15px;
}

.add_time {
    width: 25%;
    text-align: center;
}

.add_time_day {
    font-size: 15px;
    color: #323232;
}

.add_time_yeas {
    font-size: 13px;
    color: #909090;
}

.add_title {
    color: #323232;
    font-size: 13px;
    border-left: 1px solid #909090;
    /* border-right: 1px solid #909090; */
    width: 75%;
    padding: 7px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.flickr a {
    margin: 0 10px;
    font-size: 14px;
}

.flickr span {
    margin: 0 10px;
    font-size: 14px;
}

.flickr {
    line-height: 40px;
    text-align: center;
}