@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    min-width: 1200px;
    color: #333;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    background-color: #f8fafd;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.mt30 {
    margin-top: 30px;
}

.box {
    box-shadow: 0px 0px 10px 0px rgba(31, 51, 129, 0.1);
    background-color: #fff;
}


/* 头部 */

.header {
    height: 149px;
}

.header-inside {
    height: 100%;
    border-bottom: 1px solid #aac2ea;
    box-sizing: border-box;
    background-color: #0f61c9;
}

.header-top {
    display: flex;
    padding-top: 33px;
    justify-content: space-between;
}

.header-search {
    display: flex;
}

.header-select {
    position: relative;
    width: 107px;
    height: 48px;
    border-radius: 4px 0 0 4px;
}

.header-select:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 22px;
    background-color: #88afe0;
    z-index: 1;
}

.sel {
    display: none;
}

.header-select .sel {
    height: 48px;
    line-height: 48px;
    border: none;
    color: #0c6dd8;
}

.header-select .chosen-container-single .chosen-single {
    height: 48px;
    line-height: 48px;
    padding-left: 17px;
    border: none;
    border-radius: 4px 0 0 4px;
    color: #0c6dd8;
}

.header-select .chosen-container-single .chosen-single div {
    width: 15px;
    right: 8px;
}

.header-select .chosen-container-single .chosen-single div b {
    background: url("../images/headerSel_down.png") no-repeat center;
}

.header-select .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/headerSel_up.png");
}

.header-select .chosen-container .chosen-results li {
    padding: 5px 12px;
}

.header-select .chosen-container-single .chosen-drop {
    border: none;
    border-radius: 0 0 4px 4px;
}

.header-select .chosen-container-single.chosen-with-drop .chosen-single {
    border-radius: 4px 0 0 0;
}

.header-search .input {
    width: 285px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    margin-left: -1px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    outline: none;
}

.header-search .input::-webkit-input-placeholder {
    color: rgba(154, 179, 210, 0.5);
}

.header-search .input::-moz-placeholder {
    color: rgba(154, 179, 210, 0.5);
}

.header-search .input:-moz-placeholder {
    color: rgba(154, 179, 210, 0.5);
}

.header-search .input:-ms-input-placeholder {
    color: rgba(154, 179, 210, 0.5);
}

.btn {
    cursor: pointer;
}

.header-search .btn {
    width: 74px;
    height: 48px;
    border-radius: 0 4px 4px 0;
    background: #4dadf0 url("../images/search_btn.png") no-repeat center;
}

.header-search .btn:hover {
    background-color: #ffa800;
}

.nav-list {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.nav-link {
    display: block;
    height: 62px;
    line-height: 62px;
    padding: 0 28px;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    border-bottom: 3px solid transparent;
}

.nav-item.current .nav-link,
.nav-item:hover .nav-link {
    border-color: #ffa800;
    font-weight: 800;
    font-synthesis: 26px;
}


/* 尾部 */

.footer {
    margin-top: 30px;
    font-size: 16px;
    background-color: #192438;
}

.footer,
.footer a {
    color: #fff;
}

.footer-nav {
    height: 40px;
    line-height: 40px;
    background-color: #233048;
}

.footer-item {
    position: relative;
    width: 25%;
    text-align: center;
}

.footer-item+.footer-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 16px;
    background-color: #4a5a76;
}

.footer-info {
    line-height: 36px;
    padding: 34px 0 55px;
    text-align: center;
}

.footer-info span,
.footer-info a {
    margin: 0 19px;
}


/* 通用列表 */

.news-item {
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
    font-size: 16px;
    background: url("../images/li_before.png") no-repeat 2px center;
}

.news-item:hover {
    background-image: url("../images/li_beforeh.png");
    background-position: left center;
}

.news-item .info {
    width: calc(100% - 120px);
    color: #333;
}

.news-item .date {
    color: #999;
}

.news-item:hover .info,
.news-item:hover .date {
    color: #f7a910;
}


/* 当前位置 */

.route-list {
    line-height: 24px;
    margin: 13px 0;
    padding-left: 28px;
    color: #666;
    background: url("../images/subpage/route_ico.png") no-repeat left center;
}

.route-item {
    display: inline-block;
    vertical-align: top;
}

.route-item>a {
    color: #666;
}
/* 
.route-item+.route-item:before {
    padding: 0 8px;
    color: #666;
    content: "\3E";
}
 */
.route-item.current {
    color: #2c7edc;
}


/* 左右布局 */

.sub-slide {
    width: 231px;
}

.slide-hd {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url("../images/subpage/pan_bg.jpg") left top no-repeat;
}

.slide-tt {
    padding-left: 105px;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url("../images/subpage/pan_ico.png") 15px 5px no-repeat;
}

.tree {
    padding-top: 1px;
    background-color: #fff;
}

.tree-items {
    cursor: pointer;
    border-bottom: 1px solid #e2ecfc;
}

.tree-tt {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.tree-node {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    /* text-align: center; */
    font-weight: bold;
    background: url("../images/subpage/pan_s03.jpg") left top no-repeat #7ac3fe;
    padding-left: 40px;
}

.tree-sub {
    display: none;
}
.current>span{
   color: #339aed;
}
.tree-item>a {
    padding: 7px 0;
    display: block;
    line-height: 24px;
    /* text-align: center; */
    color: #666;
    border-top: 1px solid #e2ecfc;
    padding-left: 58px;
}

.tree-sublk {
    padding-left: 15px;
    background: url("../images/subpage/pan_list.jpg") left center no-repeat;
}

.tree-item>a:hover {
    color: #339aed;
}

.tree-item>a:hover .tree-sublk {
    background-image: url("../images/subpage/pan_listh.jpg");
}

.tree-node:hover {
    background: url("../images/subpage/pan_s02.jpg") left top no-repeat #418ef9;
}

.current .tree-node,
.current .tree-node:hover {
    background: url("../images/subpage/pan_s01.jpg") left top no-repeat #0259d2;
}

.current .tree-sub {
    display: block;
}

.sub-content {
    margin-left: 255px;
    min-height: 500px;
}