.bgWhite {
    background: #FFFFFF;
}

.bgGray {
    background: #F5F7F8;
}

.new_content {
    position: relative;
    padding-bottom: 30px;
    line-height: 1;
}

.new_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1300px;
    height: 330px;
    z-index: 1;
}

.new_background1 {
    height: 250px;
}

.new_section {
    position: relative;
    z-index: 10;
    width: 1220px;
    margin: 0 auto;
}

.news_name {
    text-align: center;
    padding-top: 25px;
    font-size: 40px;
    color: #ed2b20;
}

.news_tip {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
}

.news_search_area {
    position: relative;
    width: 820px;
    height: 64px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

.news_search_area .ssicon {
    height: 32px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
    cursor: pointer;
}

.news_search_area .ssicon img {
    display: block;
    width: 24px;
    height: 24px;
}

.news_search_area input {
    box-sizing: border-box;
    padding-left: 20px;
    width: 620px;
    font-size: 15px;
}

.news_search_area .ssurl {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #ed2b20;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.news_search_area_focus .ssurl {
    background: #ed2b20;
}

.news_fl {
    margin-top: 75px;
    background: #FFFFFF;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.news_fl .news_fl_item {
    margin-top: 8px;
}

.news_fl .news_son {
    line-height: 40px;
    width: 80px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.news_fl .news_fl_items {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.news_fl .news_fl_items a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #F6F6F6;
    padding: 0 18px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 8px;
    font-size: 15px;
    color: #464C5B;
}

.news_fl .news_fl_items .learn_cur {
    background: #ffe1d6;
    color: #ed2b20;
}

.news_lists {
    padding-top: 20px;
}

.news_lists_div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    min-height: 170px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 6px;
    margin-top: 20px;
    padding: 20px 40px;
}

.news_lists_div .news_lists_tit {
    display: flex;
    /* align-items: center; */
}

.news_lists_div .news_lists_tit img {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.news_lists_div .news_lists_tit span {
    flex: 1;
    margin-left: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    line-height: 2;
    color: #333333;
}

.news_lists_div .news_lists_cont {
    width: 100%;
    height: 48px;
    background: #F6F6F6;
    border-radius: 4px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_lists_div .news_lists_db {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_lists_div .news_lists_pub {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #B5B5B5;
}

.news_lists_div .news_lists_pub img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.news_lists_div .news_lists_url {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ed2b20;
}

.news_lists_div .news_lists_url img {
    display: block;
    width: 24px;
    height: 24px;
}

.news_dt_head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_dt_head .news_dt_navurl {
    font-size: 15px;
    color: #9CA7B6;
    cursor: pointer;
}

.news_dt_head .position_fg {
    font-size: 15px;
    color: #9CA7B6;
    padding: 0 4px;
}

.news_dt_top {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px 20px 30px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 15px;
}

.news_dt_top .news_dt_tit {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: justify;
    line-height: 1.5;
}

.news_dt_top .news_dt_tips {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.news_dt_top .news_dt_tips_l {
    display: flex;
    align-items: center;
}

.news_dt_top .notes_span {
    display: flex;
    align-items: center;
    margin-right: 25px;
    font-size: 15px;
    color: #666666;
}

.news_dt_top .head_paynum {
    font-size: 16px;
    font-weight: bold;
    color: #ff6900;
}

.news_dt_top .notes_span img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.news_dt_top .head_coll {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
}

.news_dt_top .coll_icon {
    display: block;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}

.news_dt_top .head_coll_in .coll_icon {
    background-size: 100% 100%;
}

.news_dt_top .news_dt_tishi {
    box-sizing: border-box;
    margin-top: 18px;
    padding: 12px 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    text-align: justify;
    background: #FAFAFC;
    border-radius: 6px;
}

.news_dt_top .news_dt_btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.news_dt_top .head_buy {
    cursor: pointer;
    min-width: 250px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #FF9101;
    border-radius: 6px;
    font-size: 17px;
    color: #FFFFFF;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 0 15px;
}

.news_dt_top .head_cust {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #ed2b20;
    font-size: 17px;
    color: #ed2b20;
}

.news_dt_info_navi {
    position: fixed;
    z-index: 400;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1220px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(9, 9, 9, 0.06);
    padding: 18px 0;
}

.news_dt_info_navi .chang-1220 {
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 870px;
    margin-left: -165px;
}

.news_dt_info_navi .category_list {
    display: flex;
    flex-wrap: wrap;
    max-height: 115px;
    overflow-y: auto;
    width: 883px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 45px;
}

.news_dt_info_navi .category_list li,
.news_dt_info .category_list li {
    width: 48px;
    height: 36px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D7D9E0;
    margin-left: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333333;
}

.news_dt_info_navi .category_list .navi_cur,
.news_dt_info .category_list .navi_cur {
    background: #ed2b20;
    border: 1px solid #ed2b20;
    color: #FFFFFF;
}

.news_dt_info_navi .navi_payBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 460px;
    min-width: 250px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #FF9101;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.news_dt_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news_dt_info {
    width: 905px;
    background: #FFFFFF;
    border-radius: 12px;
    padding-bottom: 40px;
}

.news_dt_info .news_detail_title {
    padding: 15px 30px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    text-align: justify;
    line-height: 1.5;
}

.news_dt_info .news_detail_title span {
    color: #ff6900;
}

.news_dt_info .news_dt_bt {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 17px;
    color: #666666;
}

.news_dt_info .news_dt_bt img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.news_dt_info .nav_tit {
    font-size: 15px;
    color: #999999;
    margin-left: 3px;
}

.news_dt_info .paper_category_list {
    overflow: hidden;
    margin: 0 25px;
    margin-top: 20px;
    background: #FAFAFC;
    border-radius: 6px;
    padding: 18px 0;
}

.news_dt_info .category_list {
    width: 825px;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 128px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 6px;
}

.news_dt_info .news_dt_sjkk {
    margin: 0 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.news_dt_info .news_dt_sjlb {
    display: block;
    font-size: 17px;
    color: #666666;
}

.news_dt_info .news_dt_sjsub {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    line-height: 2;
    color: #333333;
    text-align: justify;
}

.news_dt_info .news_dt_sjsub_icon {
    color: #ed2b20;
}

.news_dt_info .paper_option {
    text-align: justify;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color: #464C5B;
    line-height: 32px;
}

.news_dt_info .paper_option img {
    display: block;
    max-width: 80%;
    height: auto;
}

.news_dt_info .list_lookas {
    display: block;
    width: 161px;
    height: 49px;
    background: #ed2b20;
    border-radius: 6px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
}

.news_dt_info .news_dt_asarea {
    margin-top: 15px;
    line-height: 28px;
}

.news_dt_info .news_dt_aslb {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333333;
}

.news_dt_info .news_dt_aslb img {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 6px;
}

.news_dt_info .news_dt_astit {
    box-sizing: border-box;
    padding: 20px;
    background: #F5F8FB;
    border-radius: 6px;
    margin-top: 20px;
}

.news_dt_info .news_dt_astit p {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: justify;
}

.news_right {
    width: 300px;
}


.detnew_adv {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}


.detnew_adv img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_right_list {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding-bottom: 30px;
}

.news_right_list .paper_tit {
    height: 57px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.news_right_list .paper_item {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.news_right_list .paper_more {
    font-size: 15px;
    color: #657180;
}

.news_right_list .news_dt_sjlist_a {
    margin: 0 20px;
    padding-top: 5px;
}

.news_right_list .news_dt_sjlist_a a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 28px;
}

.news_right_list .news_dt_sjlist_a a:hover {
    color: #ed2b20;
}

.news_right_list .news_dt_sjlist_a a img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.news_right_list .news_dt_sjlist_a a span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_search_area_bread {
    height: 60px;
    display: flex;
    align-items: center;
}

.news_search_area_bread .bread_name {
    font-size: 17px;
    color: #333333;
}

.news_search_area_bread .bread_txt {
    margin-left: 20px;
    font-size: 15px;
    color: #999999;
}

.news_search_area_bread .bread_txt span {
    color: #ff6900;
}

.news_search_area_tab {
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-bottom: 1px solid #EEEEEE;
}

.news_search_area_tab li {
    height: 70px;
    line-height: 70px;
    position: relative;
    font-size: 17px;
    color: #666666;
    margin-right: 60px;
    cursor: pointer;
}

.news_search_area_tab .tab_cur {
    color: #ed2b20;
}

.news_search_area_tab .tab_cur::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 32px;
    height: 3px;
    background: #ed2b20;
}

.news_search_area_cont {
    padding: 0 40px;
    padding-top: 10px;
}

.news_search_area_item {
    display: none;
}

.search_show {
    display: block;
}

.news_dt_info_li {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.news_dt_info_li .relate_tit {
    position: relative;
    text-indent: 36px;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}

.news_dt_info_li .relate_tit img {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 4px;
}

.news_dt_info_li .relate_tit .li_req,
.telev_sub_li .question_zw .sub_req {
    color: #ff6900;
}

.news_dt_info_li .li_txt {
    height: 48px;
    padding: 0 14px;
    line-height: 48px;
    border-radius: 4px;
    background: #F6F6F6;
    font-size: 15px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.news_dt_info_li .relate_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.news_dt_info_li .li_time {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #B5B5B5;
}

.news_dt_info_li .li_time img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.news_dt_info_li .li_goin {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ed2b20;
}

.news_dt_info_li .li_goin img {
    display: block;
    width: 24px;
    height: 24px;
}