#l-container .inner{width: 1347px;}
.l-banner{   }
.col_news .col_news_box {margin-left: 260px;}
.col_news_head{margin-bottom: 30px;}
.filter{float: left;display: flex;gap: 10px;margin-left: 100px;}
.filter:first-child{margin-left: 0;}
.filtitle{font-size: 18px;font-weight: bold;line-height: 38px;}
.seltitle{border: #cecece 1px solid;border-radius: 9px;box-sizing: border-box;padding: 0 20px 0 10px;position: relative;}
.finput{height: 38px;line-height: 38px;border: none;background: #ffffff00;font-size: 18px;width: 140px;color: #333;}
.filter.exField1 .finput{width: 90px;}
.filter.exField2 .finput{width: 90px;}
.filcon{position: relative;cursor: pointer;}
.selcon{position: absolute;width: 100%;top: 100%;left: 0;background: #fff;display: none;}
.selcon li{font-size: 16px;line-height: 36px;color: #5f5f5f;box-sizing: border-box;padding: 0 10px;cursor: pointer;}
.selcon li:hover{background: #F8F8F8;}
.selcon li.on{color: #9A0004;background: #F8F8F8;}
.filter .filcon.open .selcon{display: block;max-height: 305px;overflow: auto;}
.filter.exField1 .selcon{min-width: 630px;display: flex;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;padding: 10px;display: none;gap: 10px;}
.filter.exField1 .selcon li{width: 100px;height: 32px;line-height: 32px;border: #9A0004 1px solid;border-radius: 25px;text-align: center;color: #9A0004;font-size: 16px;}
.filter.exField1 .selcon li.on{color: #fff;background: #9A0004;}
.filter.exField1 .filcon.open .selcon{display: flex;}
.seltitle::after{content: '';width: 0;height:0;border-left: transparent 6px solid;border-right: transparent 6px solid;border-top: #9A0004 6px solid;display: inline-block;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);transition: all 0.6s ease;}
.filter .filcon.open .seltitle::after{transform: rotate(180deg) translateY(50%);}
.subbtn{float: right;width: 130px;height: 38px;background: #9A0004;color: #fff;text-align: center;line-height: 38px;border-radius: 5px;cursor: pointer;}
.col_news_list{margin-top: 20px;}

/* 多结果处理 */
.col_news_list .cq_resultTable th{white-space: nowrap;padding: 20px 12px;text-align: center;background: #9A0004;font-size: 17px;font-weight: 600;color: #fff;line-height: 22px;box-sizing: border-box;min-width: 85px;}
.col_news_list .cq_resultTable td{white-space: nowrap;padding: 20px 12px;text-align: center;background: #fff;font-size: 17px;color: #666;line-height: 22px;}
.col_news_list .cq_resultTable tr:nth-child(2n+1) td {
    background: #faddde;
    color: #9A0004;
}
.col_news_list tbody tr>td:first-child{display: none;}
.col_news_list tbody tr>th:first-child{display: none;}
.col_news_list p.cq_count{display: none;}
.col_news_list .cq_resultTable th:nth-child(4){min-width: 361px;}
.col_news_list .cq_resultTable th:nth-child(5){min-width: 160px;}
.col_news_list .cq_resultTable th:nth-child(6){min-width: 132px;}
.col_news_list .cq_resultTable th:nth-child(7){min-width: 165px;}

/* 单结果处理 */
.form-table {display: flex;}
.form-item .item-name{white-space: nowrap;padding: 20px 12px;text-align: center;background: #9A0004;font-size: 18px;font-weight: 600;color: #fff;line-height: 22px;}
.form-item .item-value{white-space: nowrap;padding: 20px 12px;text-align: center;background: #fff;font-size: 18px;color: #666;line-height: 22px;}
.form-table .form-tr:nth-child(3){min-width: 150px;}
.form-table .form-tr:nth-child(5){min-width: 132px;}
.form-table .form-tr:nth-child(6){min-width: 132px;}


.col_news .col_news_box {
    margin: 0;
    width: 1347px;
}

.col_menu {
    display: none;
}