.news_lists_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.news_lists_item .news_lists_item_icon {
    position: relative;
    width: 2.4rem;
    height: 1.46rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.news_lists_item .news_lists_item_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_lists_item .news_lists_item_icon_num1,
.news_lists_item .news_lists_item_icon_num2,
.news_lists_item .news_lists_item_icon_num3 {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    width: 0.48rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #FFFFFF;
    border-radius: 0 0.12rem 0 0.12rem;
}

.news_lists_item .news_lists_item_icon_num1 {
    background-image: linear-gradient(0deg, #ff0000 0%, #ff4128 100%);
}

.news_lists_item .news_lists_item_icon_num2 {
    background-image: linear-gradient(0deg, #ff5d32 0%, #fc7343 100%);
}

.news_lists_item .news_lists_item_icon_num3 {
    background-image: linear-gradient(0deg, #fc964b 0%, #ffb044 100%);
}

.news_lists_item .news_lists_item_info {
    flex: 1;
    margin-right: 0.3rem;
}

.news_lists_item .news_lists_item_tit {
    font-size: 0.36rem;
    color: #555;
    line-height: 0.54rem;
    text-align: justify;
}

.news_lists_item .news_lists_item_pub {
    font-size: 0.24rem;
    color: #9CA7B6;
    margin-top: 0.2rem;
}

.news_mbx {
    position: relative;
    z-index: 600;
}

.news_mbx .news_mbx_item {
    margin: 0 0.32rem;
    height: 0.9rem;
    border-radius: 0.12rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}

.news_mbx .list_mbx_flsx_zb {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    color: #555;
}

.news_mbx .list_mbx_flsx_zb img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}

.news_mbx .list_mbx_flsx_kg {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #9CA7B6;
}

.news_mbx .list_mbx_flsx_kg_icon {
    margin-left: 0.05rem;
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100% 100%;
}

.news_mbx .list_mbx_flsx_kg_up .list_mbx_flsx_kg_icon {
    background-size: 100% 100%;
}

.news_mbx .news_mbx_cont {
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow-y: auto;
}

.news_mbx .news_mbx_lists {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.32rem;
    padding-bottom: 0.45rem;
    padding-top: 0.1rem;
}

.news_mbx .news_mbx_lists a {
    margin-right: 3%;
    margin-top: 0.3rem;
    width: 30%;
    height: 0.72rem;
    display: block;
    text-align: center;
    line-height: 0.72rem;
    border-radius: 0.12rem;
    background: #F1F5FC;
    font-size: 0.28rem;
    color: #555;
}

.news_mbx .news_mbx_lists .news_mbx_curr {
    color: #FFFFFF;
}

.news_lists {
    padding: 0 0.32rem;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}

.news_lists .news_lists_item {
    margin-top: 0.3rem;
    padding: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
}

.news_detail {
    padding: 0 0.32rem;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
}

.news_detail .news_detail_tit {
    font-size: 0.36rem;
    font-weight: bold;
    color: #555;
    line-height: 0.7rem;
}

.news_detail .news_detail_info {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0.35rem;
    border-bottom: 0.01rem dashed #EEEEEE;
}

.news_detail .news_detail_info_tit {
    font-size: 0.24rem;
    color: #9ca7b6;
    margin-right: 0.3rem;
}

.news_detail .news_detail_info_num {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #9CA7B6;
}

.news_detail .news_detail_info_num img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.04rem;
}

.news_detail .news_detail_content {
    padding-top: 0.01rem;
}

.news_detail .news_detail_content p {
    display: block;
    font-size: 0.32rem;
    color: #555;
    text-align: justify;
    line-height: 0.6rem;
}

.news_detail .news_detail_content img {
    max-width: 100%;
}

.news_detail .news_detail_content_cl {
    position: relative;
    border-radius: 0.24rem;
    margin-top: 0.4rem;
    background: #F1F5FC;
    padding: 0 0.32rem;
    padding-bottom: 0.25rem;
    padding-top: 0.35rem;
}

.news_detail .news_detail_content_cl p {
    margin-top: 0;
    color: #464C5B;
}

.news_detail .cl_icon1,
.news_detail .cl_icon2 {
    position: absolute;
    width: 0.26rem;
    height: 0.17rem;
}

.news_detail .cl_icon1 {
    left: 0.18rem;
    top: 0.14rem;
}

.news_detail .cl_icon2 {
    right: 0.18rem;
    top: 0.14rem;
}

.news_detail .news_detail_content_a {
    margin-top: 0.4rem;
}

.news_detail .news_detail_content_a a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    line-height: 1;
    max-width: 100%;
}

.news_detail .news_detail_content_end {
    text-align: center;
    position: relative;
    font-size: 0.24rem;
    color: #B3B3B3;
    margin-top: 0.35rem;
}

.news_detail .news_detail_content_end::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.55rem;
    height: 0.01rem;
    border-bottom: 0.01rem dashed #E5E5E5;
}

.news_detail .news_detail_content_end::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.55rem;
    height: 0.01rem;
    border-bottom: 0.01rem dashed #E5E5E5;
}

.news_detail .paper_prompt_txt {
    display: block;
    font-size: 0.2rem;
    color: #999999;
    line-height: 1.8;
    /* text-align: center; */
    margin-top: 0.2rem;
}

.news_detail .news_detail_rjad {
    display: block;
    margin-top: 0.2rem;
    border: 0.02rem solid #ff6900;
    padding: 0.24rem 0;
    color: #000000;
    font-size: 0.32rem;
    text-align: center;
}

.news_detail .news_detail_rjad_contest {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.12rem;
    margin-top: 0.2rem;
}

.news_detail .news_detail_rjad_contest img {
    max-width: 100%;
}

.news_detail .news_detail_rjad_txt {
    color: #ff6900;
    font-weight: bold;
}

.news_detail .paper_adv {
    display: block;
    width: 100%;
    height: 2.2rem;
    margin-top: 0.4rem;
}

.news_detail .paper_adv img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_detail_relate {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
}

.news_detail_relate .news_detail_relate_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.32rem;
}

.news_detail_relate .news_detail_relate_lb {
    position: relative;
    font-size: 0.4rem;
    color: #555;
    padding-left: 0.4rem;
    font-weight: bold;
}

.news_detail_relate .news_detail_relate_bjtc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.41rem;
    width: 0.13rem;
}

.news_detail_relate .relat_list {
    padding: 0 0.32rem;
    margin-top: -0.1rem;
}

.news_detail .news_detail_content table {
    text-align: center;
    width: 100%;
}

.news_detail .news_detail_content {
    font-size: 0.3rem;
    padding: 0.3rem 0;
    line-height: 0.8rem;
}

.news_detail .news_detail_content tr {
    line-height: 0.6rem;
}

.news_detail .news_detail_content tr td {
    border: 0.02rem solid #EEEEEE;
}