.nav_list {
    position: relative;
    height: 48px;
    width: 100%;
}

.nav_list .category_list {
    width: 1220px;
    margin: 0 auto;
    height: 48px;
    display: flex;
}

.nav_list .nav_item_area {
    display: block;
}

.nav_list .nav_tit {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    padding: 0 12px;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 10px;
}

.nav_list .nav_curr_item {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 200;
    width: 100%;
    padding-bottom: 17px;
    padding-top: 3px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.nav_list .nav_curr_item_li {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
}

.nav_list .nav_curr_item_li a {
    margin-top: 15px;
    margin-right: 50px;
    font-size: 15px;
    color: #333333;
}

.nav_list .nav_item_area:hover .nav_tit {
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.2);
}

.nav_list .nav_item_area:hover .nav_curr_item {
    display: block;
}

.news_detail_rlitem {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.news_detail_rlitem:first-child {
    margin-top: 0;
}

.news_detail_rlitem .relate_icon {
    position: relative;
    width: 240px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
}

.news_detail_rlitem .relate_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_detail_rlitem .relate_icon_num1,
.news_detail_rlitem .relate_icon_num2,
.news_detail_rlitem .relate_icon_num3 {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 24px;
    height: 20px;
    border-radius: 12px 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFFFFF;
}

.news_detail_rlitem .relate_icon_num1 {
    background-image: linear-gradient(0deg, #ff0000 0%, #ff4128 100%);
}

.news_detail_rlitem .relate_icon_num2 {
    background-image: linear-gradient(0deg, #ff5d32 0%, #fc7343 100%);
}

.news_detail_rlitem .relate_icon_num3 {
    background-image: linear-gradient(0deg, #fc964b 0%, #ffb044 100%);
}

.news_detail_rlitem .relate_xxl {
    flex: 1;
    height: 120px;
    position: relative;
    margin-left: 30px;
}

.news_detail_rlitem .relate_tit {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: -6px;
}

.news_detail_rlitem .relate_pic {
    margin-top: 8px;
    font-size: 15px;
    color: #657180;
    line-height: 21px;
}

.news_detail_rlitem .relate_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_detail_rlitem .relate_bottom_txt {
    font-size: 15px;
    color: #9CA7B6;
}

.news_detail_right {
    width: 280px;
}

.news_detail_right .news_dt_sjlist {
    display: block;
    width: 100%;
    border-radius: 12px;
    background: #F1F5FC;
    padding-bottom: 35px;
    overflow: hidden;
}

.news_dt_sjlist .paper_tit {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 15px;
}

.news_dt_sjlist .paper_tit .paper_item {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.news_dt_sjlist .paper_tit .paper_more {
    font-size: 15px;
    color: #657180;
}

.news_dt_sjlist .news_dt_sjlist_a {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    padding-top: 10px;
}

.news_detail_right .news_dt_sjlist .news_dt_sjlist_a a {
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    color: #657180;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail_rightw .news_dt_sjlist .news_dt_sjlist_a a {
    background-color: #f6f6f6;
}

.news_dt_sjlist .news_dt_sjlist_a a:hover {
    background-color: #d4ffcc;
    color: #21aa28;
}

.news_dt_sjlist .news_dt_sjlist_a .hot_cur {
    background-color: #d4ffcc;
    color: #21aa28;
}

.news_detail_right .guess_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 113px;
    background-size: 100% 100%;
}

.news_detail_right .guess_date_txt {
    font-size: 16px;
    color: #333333;
    padding: 0 30px;
    text-align: center;
    line-height: 1.5;
}

.news_detail_right .guess_date_num {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.news_detail_right .guess_date_num .date {
    display: flex;
    align-items: center;
}

.news_detail_right .guess_date_num .date span {
    width: 24px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 6px;
    background: #333333;
    font-size: 16px;
    color: #F3E3CD;
    font-weight: bold;
    margin-right: 6px;
}

.news_detail_right .guess_date_num .date_txt {
    font-size: 15px;
    color: #464C5B;
}

.news_detail_right .guess_label {
    position: relative;
    padding-left: 30px;
    margin-top: 26px;
    font-size: 20px;
    color: #333333;
}

.news_detail_right .guess_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
}

.news_detail_right .guess_steps {
    margin-top: 26px;
    margin-left: 16px;
    border-left: 1px solid #FFFFFF;
}

.news_detail_right .steps_view {
    position: relative;
    padding-left: 15px;
    margin-top: 20px;
}

.news_detail_right .steps_view:first-child {
    margin-top: 0;
}

.news_detail_right .steps_view::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: 10;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
}

.news_detail_right .steps_label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 16px;
    border-radius: 0 15px 0 0;
}

.news_detail_right .steps_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.news_detail_right .steps_list a {
    display: block;
    width: 72px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 8px;
    background: #FFFFFF;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}

.news_detail_right .guess_adv {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.news_detail_right .guess_adv img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_detail_cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1220px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news_detail_left {
    width: 925px;
}

.news_detail_rightw .news_dt_sjlist {
    background: #FFFFFF;
}

.news_detail_rightw .guess_date {
    background-size: 100% 100%;
}

.news_detail_rightw .guess_steps {
    border-left: 1px solid #F5F7F8;
}

.news_detail_rightw .steps_list a {
    background: #F1F5FC;
    color: #333333;
}

.news_detail_top {
    width: 100%;
    border-radius: 12px;
    background: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 32px;
}

.news_detail_top .news_detail_title {
    margin: 0 25px;
    font-size: 22px;
    color: #333333;
    line-height: 42px;
}

.news_detail_top .news_detail_time {
    position: relative;
    margin-left: 20px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.news_detail_top .news_detail_time_txt {
    height: 16px;
    padding: 0 10px;
    border-right: 1px solid #DCDCDC;
    font-size: 15px;
    font-size: 15px;
    color: #999999;
}

.news_detail_top .news_detail_time_txt:nth-child(2) {
    border-right: 0;
}

.news_detail_top .news_detail_time_num {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #9CA7B6;
}

.news_detail_top .news_detail_time_num img {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.news_detail_top .news_detail_content {
    padding: 0 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.news_detail_top .news_detail_content_cl {
    display: block;
    position: relative;
    padding: 34px 20px 20px 20px;
    border-radius: 12px;
    background: #F1F5FC;
    margin-top: 40px;
}

.news_detail_top .news_detail_content .news_detail_content_cl p {
    font-size: 16px;
    line-height: 32px;
    color: #657180;
    margin-top: 0;
}

.news_detail_top .news_detail_content_cl .cl_icon1,
.news_detail_top .news_detail_content_cl .cl_icon2 {
    position: absolute;
    top: 8px;
    font-size: 48px;
    color: #C3CBD6;
    font-style: italic;
    line-height: 1;
}

.news_detail_top .news_detail_content_cl .cl_icon1 {
    left: 10px;
}

.news_detail_top .news_detail_content_cl .cl_icon2 {
    right: 30px;
}

.news_detail_top .news_detail_content p {
    font-size: 15px;
    line-height: 36px;
    text-align: justify;
}

.news_detail_top .news_detail_content h3 {
    font-size: 17px;
}

.news_detail_top .news_detail_content img {
    max-width: 100%;
}

.news_detail_top .news_detail_content_a {
    margin-top: 15px;
}

.news_detail_top .news_detail_content a {
    font-size: 17px;
    line-height: 36px;
    color: #0f5ccf;
}

.news_detail_relate {
    border-radius: 12px;
    background: #FFFFFF;
    padding-bottom: 40px;
}

.news_detail_relate .news_detail_ret {
    height: 60px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E8EE;
}

.news_detail_relate .news_detail_label {
    position: relative;
    font-size: 20px;
    padding-left: 30px;
    color: #333333;
    font-weight: bold;
}

.news_detail_relate .news_detail_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
}

.news_detail_relate .news_detail_reli {
    margin: 0 25px;
    margin-top: 30px;
}


.news_detail_top .news_detail_content table {
    text-align: center;
    width: 100%;
}

.news_detail_top .news_detail_content {
    font-size: 15px;
    line-height: 40px;
}

.news_detail_top .news_detail_content tr {
    line-height: 30px;
}

.news_detail_top .news_detail_content tr td {
    border: 1px solid #EEEEEE;
}

.news_detail_top .gjflfg-box {
    width: 1220px;
    margin: 0 auto;
}

.news_detail_top .gjflfg_text {
    width: 100%;
    height: 100%;
    position: relative
}

.news_detail_top .gjflfg_text-left {
    height: 100%;
    line-height: 140px;
    display: flex;
    width: 900px
}

.news_detail_top .saoma-box {
    width: 144px;
    height: 102px;
    background-color: #f0f0f0;
    color: #000;
    vertical-align: middle
}

.news_detail_top .saoma {
    width: 42px;
    height: calc(100% - 32px);
    padding: 16px 14px;
    line-height: 18px;
    box-sizing: border-box;
    float: left
}

.news_detail_top .erweima {
    width: 100px;
    height: 100px;
    float: left
}

.news_detail_top .gjflfg_text-left-box {
    margin-left: 20px;
    vertical-align: middle
}

.news_detail_top .news_detail_content .gjflfg_text-content {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.news_detail_top .gjflfg_text-right {
    position: absolute;
    height: 40px;
    bottom: 30px;
    right: 0;
    float: right
}

.news_detail_top .gjflfg_text-left-box,
.news_detail_top .saoma-box,
.news_detail_top .sm,
.news_detail_top .wen-box img {
    display: inline-block
}

.news_detail_top .gjflfg_text {
    font: 400 14px/14px '宋体' !important;
    min-width: 1220px
}

.news_detail_top .wen-box {
    height: 500px;
}

.news_detail_top .gjflfg_text_content1 {
    margin: 10px auto 0;
}