﻿@charset "utf-8";
/*common*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form,
label, table, tr, th, td,caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav,
section, audio, input, select, textarea {margin:0;padding:0;border:0; }
header,footer,nav,section,menu,article,aside { display:block;}
h1, h2, h3, h4, h5, h6{font-weight: normal;color: #202223;line-height: 160%;}
body {font-family:'微软雅黑','Heiti SC','黑体','Arial'; color:#202223; margin: 0 auto; cursor:default;word-break:break-all;  white-space:normal; -webkit-tap-highlight-color:rgba(255,255,255,0);letter-spacing:0.2px;}
body{font-size:15px; background: #fff url(/webui/img/bg.jpg);}
*, *:before, *:after {box-sizing: border-box;}
.clear{ clear: both;}
.fl{ float:left}
.fr{ float:right}
ul{ list-style: none;}
img{display:block; border:0}
a{text-decoration:none;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px!important;}
.mt40{ margin-top:40px!important;}
.pt30{ padding-top:30px;}
.f12{ font-size:12px; color:#999;}
.f13{ font-size:15px; color:#333;}
.f13:hover{ font-size:15px; color:#aa2d28; text-decoration:none;}
.f17{ font-size:19px; color:#333;font-weight: 600;}
.mb20{ margin-bottom:20px}
.white{ color:#fff}




.home{ width:1200px; margin:0 auto}
.top{ height:55px; background:#2077be; width:100%;}
.top .logo{ margin-top:10px}
.top .rightbox .nav_ul1 .nav_li1{ float:left; line-height:55px; padding:0 15px;}
.top .rightbox .login{ height:55px;color:#88aac5;}
.top .rightbox .bj_a{background-color: #0d69b5;}
.top .rightbox .login_a{ line-height:55px; padding:0 15px;}
.top .rightbox .acss1:hover{ color:#c9e7ff}

.bj_search{ background:url(/webui/img/bj_img.jpg) no-repeat; background-size:100% 100%; height:255px;}
.col-md-10 { width:810px;margin:0 auto;padding-top: 50px;}
.col-md-11 {width:500px;position: relative;top: -3px;margin-left: 20px;}
.search-nav {font-size: 16px;font-weight: normal;margin: 0 auto;}
.V3_index_search_item {width: 100%;margin-left: 50px;margin-bottom: 10px;}
.V3_index_search_item li.active {color: #5a5a5a;}
.search-nav li.active {background-color: #fff;color: #333;position: relative;}
.V3_index_search_item li {font-size: 16px;margin-right: 5px;}
#V3_Index_S{margin-top: 10px;}
.search-nav li {
    list-style: none;
    float: left;
    margin: 10px 0px;
    margin-right: 0px;
    line-height: 16px;
    padding: 5px 8px;
    color: #f9f9f9;
    border-radius: 2px;
}
.search-type {border: 1px solid transparent;cursor: pointer;}
.search-nav li.active::before {
    content: " ";
    width: 0;
    height: 0;
    border-width: 6px 6px 0px;
    border-style: solid;
    position: absolute;
    bottom: -7px;
    border-color: #fff transparent transparent;
    left: 50%;
    margin-left: -6px;
}
.gj{ float:left}
 .input-lg {
    height: 51px;
}
.searchbtnb a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    margin-left: 7px;
	margin-left: 20px;
}
.searchbtnb a:hover {
   color:#3CF
   
}
#searchkey {
    font-size: 16px;
    border-radius: 0px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
#V3_Search_bt {
    width:110px;
    background:#0082d5;
    font-size: 18px;
    color: white;
    padding: 5px 25px 5px;
    border: none;
    border-radius: 0px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.btn-lg {
    background: #24c2a6;
    font-size: 20px;
    padding: 11px 25px 10px;
    height: 51px;
}
.btn-lg_1 {
    background: #24c2a6;
    font-size: 15px!important;
    padding:  5px 15px 5px!important;
    height: 30px;
    width:70px!important;
    background:#1e4ea7;
    color: white;
    border: none;
    border-radius: 0px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 615px;
    margin-bottom: 0;
}
.form-control {
    border: 1px solid #ddd;
}
.input-lg {
    height: 40px;
    padding: 10px 16px;
    font-size: 16px;
}
.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#V3_Index_S #searchkey {
    border: none;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control_1{
    display: block;
    width: 350px;
    height: 30px;
    padding: 3px 6px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-top-left-radius: 2px!important;border-bottom-left-radius: 2px!important;}

.tab1{background:#fff;   flex-wrap: nowrap;box-sizing: border-box;   box-shadow: 0 8px 30px 0 rgba(163,188,228,.3);margin-top:25px; padding:25px 30px; }
.w565{ width:575px; }
.h295{ height:295px;}
.w565_border{ border:1px solid #d5d9e2}
.title { margin-bottom:8px;}
.title i{ height:20px; width:4px; background:#3a99fc; display:block; float:left; margin-right:8px;}
.title span{ color:#0067bb; font-weight:bold; font-size:16px;}



.newsCenterPanel .title{position: relative; width: 410px; height: 85px; line-height: 85px; margin: 35px auto 30px auto; font-size: 50px; font-weight: normal; padding-top: 30px}
.newsCenterPanel .title a{display: block; width: 100%; color: #2e2e30; text-align: center;}
.newsCenterPanel_inner{width: 1200px; margin: 0 auto;padding: 30px;}
.newsCenterPanel_inner .newContentBox{float: left; width: 535px; height: 138px; text-align: left; vertical-align: top; position: relative}
.newsCenterPanel_inner .newContentBox.odd{margin-right: 70px}
.newsCenterPanel_inner .newContentBox a{cursor: pointer}
.newsCenterPanel_inner .newContentBox .newTitle{float: left; line-height: 44px; height: 50px; font-size: 16px; color: #333; width: 400px; white-space: nowrap; word-break: normal; overflow: hidden; text-overflow: ellipsis}
.newsCenterPanel_inner .newContentBox a:hover .newTitleIcon{background-color: #0082d5}
.newsCenterPanel_inner .newContentBox .newTitleIcon{width: 19px; height: 19px;  background-color: #a6a6a6; position: absolute; right: 0; top: 14px}
.newsCenterPanel_inner .newContentBox .border{position: absolute; left: 95px; top: 44px; width: 21px; border-top: 1px solid #0082d5}
.newsCenterPanel_inner .newContentBox .newContent{float: left; height: 50px; width: 439px; font-size: 14px; line-height: 28px; color: #b0b0b0; margin-bottom: 50px; overflow: hidden; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box;}
.newContentBox .time{width: 74px; height: 74px; border: 1px solid #0082d5; background: #fff; text-align: center; margin-right: 20px; margin-top: 14px; float: left;border-radius: 100px;}
.newContentBox .time .day{font-size: 24px; color: #0082d5; padding: 8px 0 0 0}
.newContentBox .time .ym{font-size: 13px; color: #0082d5}
.newContentBox a:hover .time{background: #0082d5}
.newContentBox a:hover .day{color: #fff}
.newContentBox a:hover .ym{color: #fff}


.footer{ background:#d5d9e2; height:90px; width:100%; margin-top:50px; padding-top:20px;}
.footer p{ text-align:center; font-size:13px; margin-top:8px; color:#646e82 }


/*二级页面*/
.but_s{padding-top: 13px!important; height:55px;}
.but_s:hover{background-color: #0d69b5; }
.but_s_on{background-color: #0d69b5; }
.bj_b{ background:#f3f6fb }
.ma_left{ width:250px; box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */box-shadow: 0px 5px 10px #edf0f3;}
.titlef{ height:37px; background-color:#0082d5;text-align:center; line-height:34px;} 
.titlef span{ color:#fff; font-size:17px;background:url("/webui/img/imgicon.png") no-repeat 1px ;display: inline;padding-left: 20px;}
.navboxl{ padding:10px 20px;}
.navboxl ul li{ line-height:40px; text-align: center;}
.navboxl ul li:last-child{ border-bottom: none}
.navboxl ul li a{ color:#333;/*! width: 100%; *//*! display: block; *//*! border-bottom: 1px dotted #ccc; */}
.more_txt{ color:#666}
.left-nav .acss:hover{ color:#06C}

.ma_right{ width:920px;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.location { color: #999;font-size: 14px;line-height: 37px;padding-bottom: 5px; }
.textbox .point{ border-bottom:1px solid #ccc;margin-bottom: 15px; margin-top:20px}
.bjcolor{background:#fff }
.textbox{ padding:10px 40px 40px 40px; font-size: 14px;}
.textbox li{ line-height:30px;padding: 4px 0;}
.textbox li .ulacss{ font-size: 15px; color:#1c1c1c;}
.textbox li .ulacss:hover{ color:#0082d5}
.point{ padding-bottom:8px}
.point .point_title{ font-size:18px; color:#008cde; font-weight:600;}
.sizecss{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 82%;}

.y-pagination {float: right;zoom: 1;font-family: "microsoft yahei";font-size: 12px; margin:30px 0;padding-bottom: 20px;}
.y-pagination .p-prev,.y-pagination .p-next{width: 66px;}
.y-pagination a.p-item:hover, .y-pagination .p-prev:hover, .y-pagination .p-next:hover, .y-pagination .p-first:hover, .y-pagination .p-last:hover {border-color: #3188df;background-color: #3188df;text-decoration: none;
color: #fff;}
.y-pagination .p-elem {display: inline-block;margin: 0 4px;vertical-align: middle;text-align: center;min-width: 30px;height: 30px;line-height: 30px;_width: expression(this.width > 30 ? "30px" :"");}
.y-pagination a.p-item, .y-pagination .p-prev, .y-pagination .p-next, .y-pagination .p-first, .y-pagination .p-last{border: solid 1px #ddd;color: #333;border-radius: 2px;text-decoration: none;}
.y-pagination .p-total, .y-pagination .p-item-go {color: #666;}
.y-pagination .p-ipt-go {width: 40px;border: solid 1px #ddd;}
.y-pagination .p-ipt-go, .y-pagination .p-btn-go {height: 22px;line-height: 22px;vertical-align: top;padding: 0;margin: 3px 5px 0;text-align: center;}
.y-pagination .p-btn-go {display: inline-block;color: #3188df;width: 38px;border: solid 1px #3188df;text-decoration: none;border-radius: 2px;}

.y-pagination .current {border-color: #3188df;background-color: #3188df;color: #fff;cursor: default;}
.nLi .arrow {position: absolute;top: 0;right: 10px;width: 13px;height: 13px;font-family: "宋体";}




/*多栏目*/
.zj_text{ padding-bottom:8px; margin-bottom:8px;margin-top: 15px;}
.zj_text h2 a{font-size:17px; line-height:25px;padding-bottom:8px; color:#010101; display:block;text-overflow : ellipsis;white-space : nowrap;overflow : hidden;}
.zj_text h2 a:hover{color:#3192ea}
.zj_text p{ color:#949494; line-height:23px;font-size: 14px; }
.zj_text span{ color:#F00}
.w565 .acss3 {width: 80%;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 14px;line-height: 31px;text-decoration: none;color: #010101;padding: 1px 0;}
.w565 .acss3:hover{ color:#36C}
.w565 .time {font-size: 14px;color: #999;line-height: 30px;}
.listtext{ background:#f5f7fa; padding: 20px 25px;}
.line{border-bottom: 1px solid #d5d9e2;padding-bottom: 8px;}



/*左侧菜单*/

.p_lr{ padding-right:20px}
.login_a1{line-height: 55px;padding: 0 15px;}
.nav_boxtop{ height:55px; width:55px; padding-top:11px; border-right:1px solid #0d67b0;padding-left: 11px;margin-right:15px}
.nav_boxtop:hover{ background:#0d67b0}

/*左侧菜单*/
.nav-dropdown-canvas{  }
.nav-dropdown-menu{position:fixed; height:100%;width:200px;background:rgba(0,59,110,0.95);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;box-shadow:2px 0px 4px rgba(121, 150,201,0.2);}
.menu-area{padding: 8px 0;}
.menu-link.curr .curr_h {color: #fff;display: block;line-height: 39px;position: relative;font-size: 14px;padding-left: 20px;}
.m_img{ background:url(/webui/img/more.png) no-repeat 0 10px; width:16px;height: 35px;display: block;background-size: 100%;float: left;/*! padding-top: 10px; */}
.nav-dropdown-canvas {position:absolute;}
.menu-link:hover > .curr_h{padding-right: 40px;color: #fff; width:100%;background: #00a4ff url(/webui/img/more_b.png) no-repeat 170px 10px;}
.curr_h1{background:url(/webui/img/more.png) no-repeat  170px 9px;display: block;}


.menu-2{ padding:30px; padding:30px; position:absolute;left:200px; height:100%;background:rgba(4,71,125,0.95);z-index:1000; }
.menu-2 .subnav{ position:relative; z-index:2; transition: all .3s ease;transform: translateY(0%);padding-left:10px;}
.menu-2 .subnav a{ color:#c8e2f5;display:inline-block; line-height:34px; font-size:14px; }
.menu-2 .subnav a:hover{ color:#39F}
.menu-2 .width200 a{width:280px;}
.submenu1{ margin-right:3px;}
.submenu1 h4 a span{color: #fff; font-size:15px; font-weight:bold;padding: 5px 0 5px 0;border-bottom:1px solid #3c5e96;margin-bottom: 5px; display:block;}
.submenu1:last-child{border-bottom: none;}
.wxnewcss_z{ float:left; margin-right:3px;}
.h4css a{ width:100%}
.w180{ width:180px}
.w240{ width:240px}
.w115{ width:115px}
.w150{ width:170px;}
.w570{width:570px;}
.w650{width:650px;}
.title_ul2 li a{ float:left; color:#fff;padding-right:30px; display:block}
.lest_ul p{ color:#fff; line-height:28px; font-size:15px; color:#dcdbe6; text-indent:2em}
.lest_ul .title_b{ font-weight:bold; font-size:18px;}
.mt10{ margin-top:10px}
.nav-top{ position:relative}
.ts_nav{width: 230px;position: absolute;right: 0;background: rgba(255,255,255,.92);border: 1px #c9def3 solid;margin-top: -2px; text-align:center;padding:0 10px 10px 10px}
.ts_nav em {background: url(/webui/img/icon_pointer.png) no-repeat;height:8px;display: block;position: relative;right: 10px;width: 30px;float: right;bottom:8px;}
.ts_nav ul li{border-bottom: 1px solid #E6E4E3;}
.ts_nav ul li:last-child{border-bottom: none;}




/*文章页*/
.textbj  { background: #f0f2f7;}
.textbox{ background:#fff; padding:10px 40px 30px 40px;box-shadow: 0px 5px 10px #edf0f3;margin: 0 auto;}
.add-new-btn {float: right;display: inline-block;border: 1px solid #C6C6C6;font-size: 16px;color: #555;border-radius: 2px;padding: 3px 17px;background-color: #FAFAFA;background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f6f6f6));background: -moz-linear-gradient(top,#fff,#f6f6f6); text-decoration:none}
.add-new-btn:hover{ background:#93cbf0; border:1px solid #60abdd; color:#fff}
.post-comment-btn {margin-top: 5px;margin-left: 10px;font-size: 14px;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
.line1{ background:url(/webui/img/bg2.jpg) no-repeat bottom; width:100%;padding-bottom: 30px;margin-bottom: 30px; }

.wzcss{ color:#ccc;}
.wz{ color:#333}

.font_n{ font-size:15px; font-weight:bold}
.list_n table td a{ color:#00558e!important;font-size:15px}
.list_n table td font{ padding-left:20px; }

.bl a{text-decoration: none;color: #00558e;}
#lbOpinion{color: #00558e;}
#docContent {font-size: 15px;color: #333;}
#docContent p {line-height: 200%; padding-bottom:10px;}
#docContent p img{margin: auto;}
#docSubject {font-size: 26px;color: #333;line-height: 200%;}
.bl span {cursor: pointer;}
.fontWeight {font-size: 14px;font-weight: bold;color: red;}
.location:link {text-decoration: none;color: #999;}
.ta-r {text-align: right;line-height: 200%;}
.font_n {font-size: 15px;font-weight: bold;}
.bl {font-size: 15px;color: #00558e;}
.aimg img{ float:left; padding-right:5px}
.aa{ line-height:200%}



/*检索*/
.paddcss{ padding:50px 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.paddcss .list ul li .subtitle{color:#008000;padding: 3px 0;}


.paddcss .list ul li{ padding:25px 0;border-bottom:1px dotted #ccc}
.paddcss .title_ad a{    color: #095795;font-size: 20px; text-decoration:none; text-overflow : ellipsis;white-space : nowrap;overflow : hidden; width:80%;ont-size: 20px;}
.paddcss .list .desc{color: #474747;}
.paddcss .title_ad span{color: #474747;}

.ssjl{ background:#f1f1f1;color: #616b74;line-height: 36px; padding-right:20px;padding-left:20px;margin-bottom:10px; height:36px; }
.imp{ color:#F00!important}
.sx{ height:26px;padding: 0px 8px 3px;font-size: 13px;cursor: pointer; border:1px solid #ccc; margin-right:10px}
.panel-heading{background-color: #f9fafc;color: #333;border-radius: 2px 2px 0 0;padding: 10px 15px;border: 1px solid #eaeef1; font-size:15px;}
.bg-light{margin-top:30px}
.table2{ background:#d2dce3; }
.table2 td{ padding:10px 20px}
.table td{ padding:5px 5px; }


/*advanced search*/

.advsearch div {padding-left: 50px;}
.advsearch span {
    float: left;
    width: 50px;
}
.advanced .nav-left{width:240px; background:#fff; margin-top:30px;}
.advanced .nav-left .tree ul li{background:#f5fafe;line-height: 30px;height:30px;margin-bottom:3px;padding-left:15px;font-size: 14px;white-space:nowrap;}
.advanced .nav-left .tree ul li label input{margin-right:5px;}
.advanced .nav-left .tree ul li em{color:#000;border:1px solid #8f9092;font-style: normal;display: inline-block;;width:7px;height:7px; line-height: 7px;font-size: 10px;margin-right:5px;}
.advanced .nav-left .tree h4 a{color:#175294;font-size:12px; display: inline-block;width:50px;height:18px;line-height: 18px;text-align:center;background:url(/webui/img/btnbg.gif) repeat-x top center;margin-left:10px;border:1px solid #91b4db;}
.advanced .nav-left .box{border:1px solid #a5b9d6;border-bottom:none;}
.advanced .nav-left h4{line-height: 33px;height:33px;padding-left:15px;background:#3172bc;color:#fff;font-size:15px;border-bottom:none;}
.advanced .nav-left h4 a.down{display: inline-block;font-size: 14px;color:#fff;background:url(/webui/img/down.jpg) no-repeat left center;padding-left:13px;}
.advanced .nav-left ul.industy{padding:10px 0px;}
.advanced .nav-left ul li{padding:0 15px;}
.advanced .nav-left ul li span.tp{width:140px;}
.advanced .nav-left ul li span.n{color:#6d6d6d;}

.advanced .nav-right{width:930px; margin-top:30px;}
.advanced .nav-right .border{border:1px solid #a5b9d6; background:#fff;}
.advanced .nav-right .border h4{background:#e0edff;line-height: 35px;height:35px;color:#033874;font-size: 13px;padding:0 10px;text-align:right;position:relative;border-bottom:1px solid #a5b9d6;}
.advanced .nav-right .border h4 em{color:#ff4e00;margin:0 5px;font-style: normal;}
.advanced .nav-right .border h4 span{display: inline-block;width:100px;height:30px;line-height: 30px;text-align: center;background:url(/webui/img/bg.gif) repeat-x top center;color:#205da1;font-size: 16px;position:absolute;top:5px;left:10px;border:1px solid #a5b9d6;border-bottom:none;}
.advanced .nav-right .border h4 span i{font-style:normal;cursor: pointer;color:#96aed0;border:1px solid #becde0;font-size: 8px;height:8px;line-height: 8px;font-family: serif;display: inline-block;position: absolute;top:10px;left:80px;}
.advsearch{padding:20px;}
.advsearch span{width:50px;}
.advsearch span a{display: inline-block;font-family: serif;font-size: 10px;border:1px solid #8f9092;color:#000;margin-right:10px;line-height: 10px;height:10px;text-align: center;width:10px;}
#all_word{ border:1px solid #ccc; width:260px; height:30px; padding-left:10px}
.advsearch div ul li{margin-bottom:5px;font-size: 13px;}
.advsearch div ul li select{width:150px;}
.advsearch div ul li select,.advsearch div ul li input{border:1px solid #a5b9d6;height:20px; line-height: 20px}
.advsearch div p input.txt{width:200px;padding:0 5px;height:20px;line-height: 20px;margin-left:10px;border:1px solid #a5b9d6;}
.abut {display: inline-block;width: 107px;height: 33px;background: url(/webui/img/searchbtn.jpg) no-repeat center;margin-right: 60px; matgin-top:10px}
.gj_table td{padding:5px 0 5px 10px; font-size:14px;}










.desc, .subtitle{ font-size:18px;padding-top: 2px;}
.year ul{padding:10px 0px;}
.year ul li span.n{width:80px;color:#000;}
.nav-left .icon{padding-left:10px;background:url(/webui/img/search.gif) no-repeat left center;}
.nav-left .icon a{ font-size:14px; color:#333;}
.gj_li{ line-height:30px; height:30px;}
.year ul li span.icon a{color:#000;}
.left{float:left;width:185px;margin-right:7px}
.box{border:1px solid #eaeaea;}
.box h4{font-size: 13px;font-weight: normal;height:30px;line-height: 30px;padding-left:10px;border-bottom:1px solid #eaeaea;background:#fafafa;}
.box h4 a{float:right;margin-right:10px;}
.box ul.industy li.sel{background:#eee;}
.box ul li{ overflow: hidden;padding:0 10px;}
.box ul li span.tp{display:inline-block;width:100px;white-space: nowrap;text-overflow:ellipsis; overflow: hidden;}
.box ul li span.n{float:right;width:60px; text-align: right;color:#6d6d6d;}
.box ul li.t{background:#fafafa;}

/*mid*/
.mid{margin-right:168px;}
.listbox{border:1px solid #fafafa;}
.listbox .filter{ line-height: 30px;border-bottom:1px dashed #ccc;margin:0 5px;color:#003399;}
.listbox .filter em{font-style: normal}
.listbox .filter a{display: inline-block;margin-left:10px;}
.listbox .filter span{float:right;color:#666;}
.listbox .filter span a{margin-right:10px;color:#333;padding:0 5px; line-height: 20px}
.listbox .filter span a.on{background:#cfecff;border:1px solid #83c9fc;color:#000;}
.listbox .list{padding:25px;}
.listbox .list ul li{margin-bottom:25px; line-height: 20px;}
.listbox .list ul li .title{line-height: 20px;height:20px;margin-bottom:5px;}
.listbox .list ul li .title input{margin-right:10px; vertical-align: middle;margin-top:-5px;}
.listbox .list ul li .title a{font-size: 16px;}
.listbox .list ul li .title span{color:#666;margin-left:15px; font-size:13px; font-weight:100}
.listbox .list ul li .subtitle{color:#008000;}
.listbox .list ul li .share{text-align: right;}
.listbox .list ul li .share a{display: inline-block;background:#008000;color:#fff;position:relative;height:20px;line-height: 20px;padding:0 3px;margin-right:20px;}
.listbox .list ul li .share a em{position:absolute;right:-21px;display: inline-block;background:url(/webui/img/add.jpg) no-repeat right top #fff;width:20px;height:20px;}


/*菜单新增*/
.new_li{text-align: left!important;}
.subnav_li{text-align: left!important;}
.subnav_li strong{ color: #ccc;padding-right:5px; float: left;padding-left: 25px;}
.subnav_li:hover{ background:#e7f3ff;}
.new_li .on{ color: #06C;}
.new_li .on2{ color: #1880e7;}
.navboxl ul li a{ color:#000;/*! width: 100%; *//*! display: block; *//*! border-bottom: 1px dotted #ccc; */padding-left: 10px;}

/*之前的样式修改*/
.navboxl ul li{ line-height:40px; text-align: center;}



.el-icon-arrow-down{margin-top: 15px;}

.acss{ background:url(/webui/img/el-icon-location.png) no-repeat 10px}
.acss i{padding-left: 20px;}





.jx{width: 6px;
height: 6px;
background: #D2D2D2;
display: block;
float: left;
margin-top: 15px;
margin-right: 10px;
}




.menus_center {
 position:relative;
}
.subnav1 {
 width:900px;
 background:rgba(4, 46, 125, 0.95);
 position:absolute;
 top:62px;
 left:-135px;
 -webkit-transform:translateX(-34%);
 transform:translateX(-34%);
 z-index:2000;
 display:none
}
.nav_li1:hover .subnav1 {
 display:block
}
.rightbox {
 z-index:100
}
.subnav1 a {
 color:#c8e2f5;
 display:inline-block;
 line-height:36px;
 font-size:15px
}
.subnav1 a:hover {
 color:#39f
}
.width200 a {
 width:280px
}
.submenu1 {
 margin:20px 30px;
}
.submenu1 li {
 line-height:38px;
 margin-right:20px;
 float:left
}
.submenu1 h4 a span {
 color:#fff;
 font-size:16px;
 font-weight:700;
 padding:0 0 5px 0;
 border-bottom:1px solid #3c5e96;
 margin-bottom:5px;
 display:block
}
.submenu1:last-child {
 border-bottom:none
}
.wxnewcss_z {
 float:left
}
.h4css a {
 width:100%
}
.w150 {
 width:150px
}
.w120 {
 width:120px
}
.w240 {
 width:240px
}
.w349 {
 width:349px
}
.w295 {
 width:295px
}
.top {
 width:100%;
 height:auto

}
.menus {
 height:55px;
 background:rgba(13, 114, 197, 1);
 width:100%
}
.menus .logo {
 margin-top:10px
}
.menus .rightbox .nav_ul1 .nav_li1 {
 float:left;
 line-height:62px;
 padding:0 10px;
 position:relative;
}
.menus .rightbox .login {
 height:55px;
 color:#88aac5
}
.menus .rightbox .bj_a {
 background-color:#0d69b5
}
.menus .rightbox .login_a {
 line-height:62px;
 padding-right:20px;
 display:inline-block;
 cursor:pointer
}
.menus .rightbox .acss1:hover {
 color:#c9e7ff
}
.but_s {
 padding-top:18px !important;
 /*! height:62px; */
}
.but_s:hover {
 background-color:#0d69b5
}
.keywords {
 font-size:18px!important;
 width:1200px;
 margin:30px auto 0;
 text-align:center
}
.keywords li {
 float:left;
 padding:2px 10px;
 color:#e6e6e6;
 cursor:pointer;
 width:10%
}
.keywords li:hover {
 color:#3cf
}
.login_user {
 display:inline-block;
 height:55px;
 width:120px;
 text-align:center
}
.ellipsis {
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.line {
 width:2px;
 height:24px;
 background:#88aac5;
 margin-top:20px;
 margin-left: -10px;
}
.red {
 background:#ae1d28
}
.red p {
 color:#fff
}

.col-md-10 {
 width:730px;
 /*! margin:50px auto 0 */
}
.col-md-11 {
 width:500px;
 position:relative;
 top:-3px;
 margin-left:20px
}
.search-nav {
 font-size:16px;
 font-weight:400;
 margin:0 auto
}
.V3_index_search_item {
 width:100%;
 margin-left:50px;
 overflow:hidden
}
.V3_index_search_item li.active {
 color:#5a5a5a
}
.search-nav li.active {
 background-color:#fff;
 color:#333;
 position:relative
}
.V3_index_search_item li {
 font-size:16px;
 margin-right:5px
}
.search-nav li {
 list-style:none;
 float:left;
 margin:10px 0;
 margin-right:0;
 line-height:16px;
 padding:5px 8px;
 color:#f9f9f9;
 border-radius:2px
}
.search-type {
 border:1px solid transparent;
 cursor:pointer
}
.search-type:hover {
 color:#3cf
}
.search-nav li.active:before {
 content:" ";
 width:0;
 height:0;
 border-width:6px 6px 0;
 border-style:solid;
 position:absolute;
 bottom:-7px;
 border-color:#fff transparent transparent;
 left:50%;
 margin-left:-6px
}
.searchbtnb a {
 display:block;
 color:#fff;
 text-align:center;
 line-height:45px;
 font-size:16px;
 margin-left:7px;
 margin-left:20px
}
.searchbtnb a:hover {
 color:#3cf
}
#searchkey {
 font-size:16px;
 border-radius:0
}
.input-group-btn {
 position:relative;
 font-size:0;
 white-space:nowrap
}
.btn-lg {
 display:block;
 letter-spacing:8px;
 width:110px;
 background:rgba(13, 114, 197, 1);
 font-size:18px;
 color:#fff;
 padding:5px 25px 5px;
 border:none;
 border-radius:0;
 border-top-right-radius:100px;
 border-bottom-right-radius:100px;
 height:45px;
 line-height:35px
}
.input-group .form-control {
 position:relative;
 z-index:2;
 float:left;
 width:615px;
 margin-bottom:0;
 display:block;
 height:45px;
 padding:6px 20px;
 border:1px solid #ddd;
 line-height:1.42857143;
 color:#555;
 background-color:#fff;
 background-image:none
}
.form-control,
.form-control:focus {
 -webkit-box-shadow:none;
 box-shadow:none
}
#V3_Index_S #searchkey {
 border:none;
 border-top-left-radius:100px;
 border-bottom-left-radius:100px;
 -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);
 box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}
.more{ display:block;line-height: 43px;padding-right: 15px;color: #666;font-size: 14px;}
.more:hover{color: rgba(13, 114, 197, 1);}

.ts_box {
    /*! margin-top: 20px; */
}



.slide_cont {width: 650px;}
.narrow_box {float: left;width: 140px;height: 280px;position: relative;margin-right: 7px;transition: all 1s;cursor: pointer;}
.narrow_box .title {position: absolute;left: 0;width: 140px;height: 140px;background: url(/webui/img/djch_bj.png) no-repeat;font-size: 15px;color: #fff;line-height: 25px;text-align: center;padding: 20px;z-index: 2;box-sizing: border-box;}
.narrow_box .title a {color: #fff;}
.narrow_box .img {position: absolute;left: 0;width: 140px;height: 140px;top: 140px\9;}
.narrow_box .img img {width: 100%;height: 100%;}
.narrow_box:nth-child(odd) .title {top: 0;}
.narrow_box:nth-child(odd) .img {top: 140px;}
.narrow_box:nth-child(even) .title {top: 140px;}
.narrow_box:nth-child(even) .img {top: 0;}
.narrow_box.on {width: 280px;height: 280px;}
.narrow_box.on .img {position: absolute;left: 0;width: 280px;height: 280px;top: 0\9;}
.narrow_box.on .title {position: absolute;left: 0;top: 190px;width: 100%;height: 90px;background: url(/webui/img/djch_bj2.png) repeat-x;font-size: 16px;color: #fff;font-weight: bold;line-height: 25px;text-align: center;
padding: 45px 10px 0 10px;text-overflow : ellipsis;white-space : nowrap;overflow : hidden; }
.narrow_box.on:nth-child(odd) .img {top: 0;}




.xz_box{width: 440px;}
.wz:hover{ color:rgba(0, 88, 179, 1)}








