@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-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    background-color: #f5f5f6;
}

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 {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    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: rgba(255, 255, 255, 0.6);
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/* 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;
}


/* 头部 */

.com-header {
    height: 129px;
}

.top {
    position: relative;
    height: 65px;
    z-index: 10;
}

.top-logo {
    height: 41px;
    margin-top: 24px;
}

.top-logo img {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.search-input {
    width: 425px;
    height: 38px;
    margin-top: 24px;
    border-radius: 40px;
    border: 1px solid #fff;
}

.search-chosen {
    width: 100px;
}

.header-sel {
    display: none;
}

.chosen-container {
    border-radius: 40px 0 0 40px;
}

.search-chosen .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.search-chosen .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.search-chosen .chosen-container-single .chosen-single div {
    width: 30px;
}

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

.search-chosen .chosen-container-single.chosen-container-active .chosen-single div b {
    background-image: url("../images/header_selup.png");
}

.search-chosen .chosen-container .chosen-drop {
    top: 40px;
    bottom: auto;
    padding: 0;
    border: none;
    background: transparent;
}

.search-chosen .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.search-chosen .chosen-container .chosen-results li {
    text-align: left;
    padding: 6px 15px;
}

.input-box {
    width: calc(96% - 166px);
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    border-left: 1px solid #fff;
    background: transparent;
}

.search-btn {
    width: 83px;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #555;
    border-radius: 0 40px 40px 0;
    background: #eaedfb;
}

.search-btn>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 10px 7px 0 0;
    background: url("../images/header_serach.png") center center no-repeat;
}

.nav {
    position: relative;
    height: 46px;
    line-height: 45px;
    margin-top: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.nav-item {
    height: 46px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.nav-item a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.nav-item+.nav-item {
    margin-left: 44px;
}

.nav-item.active,
.nav-item:hover {
    border-color: #fff;
}

.go-main {
    padding-left: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: url("../images/cur_loc.png") no-repeat left center;
}


/* 尾部 */

.footer {
    background: #333;
}

.link {
    padding-top: 24px;
}

.link-hd {
    padding-left: 26px;
    line-height: 48px;
    height: 48px;
    background: url("../images/link.png") left center no-repeat;
}

.link-hd .link-tt {
    font-size: 16px;
    font-weight: bold;
    color: #dadada;
}

.link-bd {
    padding-bottom: 26px;
}

.link-item {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-item a {
    color: #999;
}

.foot-copy {
    border-top: 1px solid #4e4e4e;
    height: 100px;
    line-height: 32px;
    font-size: 14px;
    color: #747474;
    text-align: center;
}

.foot-copy span {
    margin: 0 10px;
}


/* 网站联盟 */

.inter-union {
    display: flex;
    align-items: center;
    height: 102px;
    background-color: #fff;
}

.inter-union img {
    width: 90px;
}

.inter-scroll {
    width: calc(100% - 95px) !important;
    margin-top: 6px;
}

.inter-list {
    font-size: 0;
    white-space: nowrap;
}

.inter-item {
    display: inline-block;
    width: 246px;
    height: 62px;
    margin-left: 29px;
    vertical-align: top;
}

.inter-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #374e9a;
    text-shadow: 0px 3px 0px rgba(7, 6, 23, 0.06);
    background: url("../images/inter_bg.png") no-repeat;
}


/* 公用类 */

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.box {
    box-shadow: 0px 2px 16px 0px rgba(116, 116, 116, 0.1);
    background-color: #fff;
}


/* 通用列表 */

.info-item {
    height: 42px;
    line-height: 42px;
    padding: 0 20px 0 15px;
    font-size: 15px;
}

.info-item+.info-item {
    margin-top: 3px;
}

.info-tt {
    width: calc(100% - 250px);
    color: #333;
}

.info-item .date {
    width: 84px;
    text-align: right;
    color: #c0c0c0;
}

.info-item .state {
    color: #415dbb;
}

.info-item:hover .info-tt,
.info-item:hover .date {
    color: #415dbb;
}

.info-item:hover {
    background-color: #f9f9f9;
}