.fl_content_right_tjxfls .flzs_jxls_item {
    padding: 30px;
    width: 100%;
}

.fl_content_right_tjxfls .flzs_jxls_item img {
    width: 320px;
    height: 236px;
}

.news_detail_top {
    width: 1180px;
    height: 100px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.news_detail_title {
    font-family: PingFang;
    font-weight: bold;
    font-size:24px;
    color: #111111;
    line-height: 30px;
    text-align: center;
}


.news_detail_time {
   font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;

   
    padding: 20px 0;
    text-align: center;
}

.news_detail_bg {
    width: 720px;
    height: 82px;
    background: #FFF8F8;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
}

.news_detail_bg_img {
    width: 36px;
    height: 42px;
}

.news_detail_bg_con {
    width: 504px;
}

.news_detail_bg_btn {
    width: 108px;
    height: 32px;
    background: #DB313A;
    border-radius: 6px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_detail_bg_btn img {
    width: 6px;
    height: 10px;
    margin-left: 5px;
}

.news_detail_bg_con_tit {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}

.news_detail_bg_con_tit span {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.news_detail_bg_con_text {
    font-size: 12px;
    margin-top: 5px;
}

.news_detail_tip {
    width: 720px;
    height: 82px;
    background: #F9F9F9;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 15px 20px;
    margin-top: 18px;
    
    
}

.news_detail_con {
    margin-top: 10px;
}

.news_detail_con p {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 25px;
    line-height: 28px;
    text-indent: 2px;
    text-align: justify;
}

.news_detail_con h2 {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.news_detail_con img {
    width: 420px;
    height: 281px;
    margin: 10px auto;
    display: block;
}

.news_detail_sm {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin-top: 18px;
}

.news_detail_more {
    margin-top: 35px;
}

.news_detail_more_tit {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}

.news_detail_more_list a {
    font-size: 14px;
    color: #3D7EEA;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.news_detail_tyls {
    margin-top: 35px;
}

.news_detail_tyls_con {
    margin-top: 10px;
    display: flex;
    width: 720px;
    height: 96px;
    background: #F9F9F9;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}

.news_detail_tyls_con_left {
    display: flex;
    align-items: center;
}

.news_detail_tyls_con_left_msg {
    margin-left: 16px;
}

.news_detail_tyls_con_left_name {
    font-size: 18px;
    color: #111111;
}

.news_detail_tyls_con_left_name span {
    font-family: PingFang;
    font-weight: 400;
    font-size: 14px;
    color: #DB313A;
    line-height: 30px;
    background-color: rgba(219, 49, 58, 0.1);
    padding: 0 2px;
    margin-left: 8px;
}

.news_detail_tyls_con_left_txt {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}