.flex {
    display: flex;
}

.flex-s {
    justify-content: flex-start;
}

.flex-e {
    justify-content: flex-end;
}

.flex-sb {
    justify-content: space-between;
}

.limit-row {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text-yellow {
    color:  #8e3229;
}
.tc {
    text-align: center;
}
/*热门标签*/
.news_right_list .Hot_Tags_wrap {
    background: #fafafa;
    border-radius: 6px;
}



.news_right_list .Hot_Tags_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #ffaf02;
    padding: 23px 0 23px 25px;
}

.news_right_list .Hot_Tags_wrap .Hot_Tags_list {
    flex-wrap: wrap;
    padding: 0 25px 0;
}

.news_right_list .Hot_Tags_wrap .Hot_Tags_list li {
    margin: 13px 10px 0 0;
    padding: 0px 17px;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.news_right_list .Hot_Tags_wrap .Hot_Tags_list li:hover {
    background: #ffaf02;
    font-size: 16px;
    border: 1px solid #ffaf02;
}

.news_right_list .Hot_Tags_wrap .Hot_Tags_list li a {
    color: #999999;
}

.news_right_list .Hot_Tags_wrap .Hot_Tags_list li:hover a {
    color: #333333;
}

.news_right_list .Hot_Tags_wrap .icon_bottom_line {
    margin: 20px 0 0;

}

/*最新活动*/
.news_right_list .Latest_events_wrap h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background: url("../image/new_activity.jpg");
    background-size: cover;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 25px;
    margin-top: 20px;
}

.Latest_events_wrap .Activity_diagram img {
    margin: 10px 0 0;
    height: 170px;
    width: 100%;
    object-fit: cover;
}

/*热度文章*/
.news_right_list .Hot_articles_wrap {
    width: 100%;
    margin: 30px 0 30px;
    background: #fafafa;
}

.news_right_list .Hot_articles_wrap h2 {
    padding: 23px 0 13px 25px;
    color: #ffaf02;
    font-weight: bold;
    font-size: 24px;
}

.news_right_list .Hot_articles_wrap .articles_list {
    padding: 0 25px;
}

/*
 * 2020-07-22
 * 修改
 */
.news_right_list .Hot_articles_wrap .articles_list li {
    border-bottom: 1px #999494 dashed;
    padding: 15px 0px;
}

.news_right_list .Hot_articles_wrap .articles_list li .article_tit .article_tit_left {
    vertical-align: top;
    width: 23px;;
}

.news_right_list .Hot_articles_wrap .articles_list li span {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
 * 2020-07-22
 * 修改
 */
.news_right_list .Hot_articles_wrap .articles_list li:hover span {
    font-weight: bold;
    /*color: #ffaf02;*/
}

/*问答标签*/
.Hot_Tags_wrap.qatags {
    margin-top: 30px;
}
/*关于我们顶部*/
.banner {
    position: relative;
}

.ban-con .page-tit {
    font-size: 56px;
}
.ban-con .about-line {
    position: absolute;
    left: 0;
}

.ban-con .about-line .about-ch {
    width: 217px;
    position: absolute;
    top: 20%;
    left: calc(50% - 108.5px);
    z-index:999;
    text-align: center;
    font-size: 42px;
    color: #ffffff;

}
.sort-page-wrap {
    margin: 68px 0 102px;
}
.sort-page-wrap a {
    height: 38px;
    margin-right: 10px;
    border: 1px solid #000000;
    padding: 8px 12px;
    text-align: center;
    color: #000000;

}

.sort-page-wrap .active {
    background: #ffaf02;
    border: 1px solid #ffaf02;
}

.sort-page-wrap .prev, .sort-page-wrap .next {
    width: 70px;
    height: 38px;
    line-height: 21px;
    border: 1px solid #000000;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.sort-page-wrap .prev, .sort-page-wrap .next{
    color: #000000;
}
