@charset "utf-8";
.wjk_content {width: 100%;margin-bottom: 40px;background: url(../images/wjk_bg.jpg) no-repeat;background-size: 100%;}
.wjk_box { width: 100%;max-width: 1200px; margin: 0 auto; background: #fff;}
.wjk_box h2 { font-size: 42px; color: #0d4c99; font-weight: bold; text-align: center; line-height: 110px;}

.search_box {width: 90%;max-width: 720px;margin: 0 auto; border: 1px solid #ccc; height:50px; position: relative; border-radius: 2px;}
.search_box:hover{border: 1px solid #246dc7;}
.search_box select {width: 100px;height:48px;border: none;background: none;text-align: center;font-size: 14px;color: #666;outline: none;padding:5px 10px;position: absolute;top: 0;left:0;}
.search_box .btn_a {background:url(../images/wjx_search.png) no-repeat #246dc7;width: 72px;height: 50px;border: none;font-size: 0;position: absolute;right:-1px;top:-1px;border-radius: 0 2px 2px 0;cursor: pointer;}
.search_box .input_div {border: none;width: 100%;font-size: 14px;padding-left: 110px;color: #333;}
.search_box .input {border:none;width:100%;font-size: 14px;line-height: 16px;color:#333;/* border-left:1px solid #ccc; */padding:5px 15px;outline: none;box-sizing: border-box;margin-top: 12px;padding-right:82px;}
.input_div form{width:100%;}
.search_box .input::-webkit-input-placeholder{color:#adadad;}
.search_box .input::-moz-placeholder{color:#adadad;}
.search_box .input:-moz-placeholder{color:#adadad;}
.search_box .input:-ms-input-placeholder{color:#adadad;}
.wjk_list .hd { border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2;padding: 13px 0; margin-top: 40px;min-height: 58px;}
.wjk_list .hd li {float: left; height: 32px; width: auto; margin-right: 20px;}
.wjk_list .hd li a {font-size: 16px;color: #333;text-align: center;display: block;line-height: 32px;padding: 0 15px;}
.wjk_list .hd li a:hover{background-color: #e7ecf4;}
.wjk_list .hd li.on a {background: linear-gradient(to bottom, #0e54ab, #329fef);color: #fff;}
.wjk-fbsj{display:none;}

.table_responsive{min-height:560px;}
.table_box { width: 100%; min-height: 200px;box-shadow: 0 6px 12px rgba(0,0,0,0.12); margin-top: 24px;}
.table_box table { width: 100%;}
.table_box table th { line-height: 40px; height: 40px; text-align: center; background: #e7ecf4; border-right: 1px solid #fff;font-size: 14px; color: #808080;}
.table_box table th:last-child { border: none;}
.table_box table td {line-height: 40px;height: 40px;text-align: center;border-right: 1px solid #fff;font-size: 16px;color: #666;}
.table_box table td a {color: #333;display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;padding: 0 20px;max-width: 600px;}
.table_box table td a:hover { color: #1d90f5;}
.table_box table .td1 { width: 8%;}
.table_box table .td2 { width: 52%;}
.table_box table tbody .td3 {width: 16%;white-space: nowrap;text-align: left;}
.table_box table .td4 { width: 14%;}
.table_box table .td5 { width: 10%;}
.table_box table .toptr td{height: 20px;}
.flfg_box table .td3,.flfg_box table .td5{display:none;}
.flfg_box table td a{max-width:900px;}

@media screen and (max-width:800px){
    .table_box table .td1,.table_box table .td3,.table_box table .td5{display:none;}
    .table_box table td a{white-space:normal;}
    .table_box table tr{border-bottom: 1px dashed #f2f2f2;}
    .table_box table .toptr{display: none;}
    .table_box{margin-top:0px}
    .wjk_list .hd{margin-top:20px}
    .wjk_list .hd ul{overflow: auto hidden;white-space: nowrap;margin-right: 50px;}
    .wjk_list .hd li{margin: 0;width: 27%;display: inline-block;float: none;}
}
@media screen and (max-width:600px){
    .wjk_list .hd li{width: auto;}
    .wjk_list .hd li a{padding: 0 10px;white-space: nowrap;overflow: overlay;text-overflow: ellipsis;}
}