@charset "UTF-8";

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}


/* 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 {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1200px;
}

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: "SourceHanSansCN-Regular";
    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: #fff;
}

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

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

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

.placeholder {
    color: #fff;
}

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

/* 首页头部 */
.header {
    height: 490px;
    background: url("../images/head_banner.png") no-repeat center top;
}

.header-top {
    padding-top: 15px;
    height: 90px;
}

.header-top .logo {
    width: 410px;
    height: 80px;
    margin-top: 5px;
   /*background: url("../images/index_logo.png") no-repeat left center;*/
}

.nav {
    padding-top: 26px;
}

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

.nav-item>a {
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    padding-bottom: 13px;
    color: #fff;
    border-bottom: 4px solid transparent;
    transition: all .2s;
}

.nav-item>a:hover,
.nav-item.current>a {
    border-bottom-color: #fff;
}

/* 子页面头部 */
.sub-bg {
    background-color: #f4f6f9;
}

.sub-header {
    height: 90px;
    background-color: #fff;
}

.sub-header .header-top {
    padding-top: 0;
}

.sub-header .logo {
    background-image: url("../images/sub_logo.png");
}

.sub-header .nav {
    padding-top: 36px;
}

.sub-header .nav-item>a {
    color: #333;
}

.sub-header .nav-item>a:hover,
.sub-header .nav-item.current>a {
    color: #448eea;
    border-bottom-color: #448eea;
}

/* 尾部 */
.footer {
    color: #fff;
    height: 200px;
    background-color: #111f2c;
}

.sub-bg .footer {
    margin-top: 30px;
}

.footer>.container {
    position: relative;
}

.select-wrap {
    padding-top: 26px;
}

.select-tt {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    padding-left: 46px;
    background: url("../images/select_ico.png") no-repeat left center;
}

.select-items {
    margin-left: 182px;
}

.select-item {
    width: calc(33.33% - 24px);
    margin-left: 24px;
}

.foot-select {
    display: none;
    margin-left: 24px;
}

.foot-link {
    padding-top: 22px;
}

.link-item+.link-item {
    position: relative;
    margin-left: 54px;
}

.link-item+.link-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -27px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background-color: #5e728e;
}

.link-item>a {
    font-size: 16px;
    color: #fff;
}

.foot-info {
    padding-right: 250px;
    padding-top: 10px;
}

.info-con {
    width: 33.33%;
    line-height: 28px;
}

.info-con>a {
    display: inline-block;
    color: #fff;
}

.foot-img {
    display: inline-block;
    margin-top: 7px;
    margin-right: 4px;
}

.foot-ico {
    position: absolute;
}

.foot-ico.ico1 {
    right: 133px;
    top: 114px;
}

.foot-ico.ico2 {
    right: 0;
    top: 112px;
}

/* 公共样式 */
.mod {
    padding: 58px 0;
}

.mod-hd {
    text-align: center;
    overflow: hidden;
    margin-bottom: 23px;
}

.mod-hd>span {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 7px;
}

.mod-hd>span:before,
.mod-hd>span:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 501px;
    height: 14px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.mod-hd>span:before {
    left: -528px;
    background-image: url("../images/mod_linel.png");
}

.mod-hd>span:after {
    right: -528px;
    background-image: url("../images/mod_liner.png");
}

.box {
    box-sizing: border-box;
    padding: 10px 18px;
    box-shadow: 0 0 15px 0 rgba(134, 133, 133, .2);
    background-color: #fff;
}

.sub-bg .box {
    border-radius: 4px;
    padding-bottom: 26px;
}

/* tab栏目样式 */
.notice-hd {
    box-sizing: border-box;
    height: 46px;
    border-bottom: 1px solid #d5e1e9;
}

.notice-item+.notice-item {
    margin-left: 30px;
}

.notice-item {
    float: left;
    font-size: 20px;
    line-height: 43px;
    color: #333;
    padding-left: 30px;
    border-bottom: 3px solid transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.notice-item.active {
    font-weight: 800;
    color: #448eea;
    border-bottom-color: #448eea;
}

.bdl {
    display: none;
}

/* 列表样式 */
.list-item {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.dashed .list-item {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #e0e5ec;
}

.list-item>a {
    position: relative;
    display: block;
    color: #333;
    padding-left: 15px;
    max-width: calc(100% - 140px);
}

.dashed .list-item>a {
    padding-left: 20px;
}

.list-item>a .city {
    color: #448eea;
    margin-left: -5px;
}

.list-item>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    background-color: #dcdcdc;
}

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

.list-item:hover>a,
.list-item:hover .city,
.list-item:hover .date {
    color: #fd9334;
}

.list-item:hover>a:before {
    background-color: #fd9334;
}

/* 子页面banner */
.banner {
    height: 230px;
    background: url("../images/sub_banner.jpg") no-repeat center top;
}

.banner-title {
    width: 362px;
    height: 108px;
    line-height: 96px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #135cbe;
    margin-top: 56px;
    background: url("../images/sub_titlebg.png") no-repeat;
}

.search {
    position: relative;
    box-sizing: border-box;
    margin-top: 95px;
    width: 260px;
    height: 40px;
    padding-right: 49px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.search-text {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding-left: 18px;
    padding-right: 5px;
    color: #fff;
    background-color: transparent;
}

.search-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    background: url("../images/search_btn.png") no-repeat center #fff;
}

.search-btn:hover {
    background-image: url("../images/search_btnh.png");
    background-color: #fd9334;
}

/* 当前位置 */
.breadcrumb {
    padding: 8px 0 8px 22px;
    font-size: 0;
    line-height: 26px;
    background: url("../images/loc_ico.png") no-repeat left center;
}

.breadcrumb>li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.breadcrumb>li+li:before {
    padding: 0 8px;
    color: #333;
    content: "/";
}

.breadcrumb>li>a {
    display: inline-block;
    color: #333;
    transition: color .1s linear;
}

.breadcrumb>li>a:hover {
    color: #3c91f1;
}

.breadcrumb .active {
    color: #fd9334;
}

/* 分页 */

.pager .m-pagination-size .chosen-container {
    height: 30px;
    line-height: 30px;
}

.pager .m-pagination-size .chosen-container-single .chosen-single {
    height: 30px;
    border-color: #bfc5d3;
    color: #333;
}

.pager .m-pagination-size .chosen-container-single .chosen-single span {
    height: 28px;
    line-height: 28px;
}

.pager .m-pagination-size .chosen-container-single .chosen-single div b {
    height: 28px;
    background: url("../images/chosen-sprite.png") center center no-repeat;
}

.pager .chosen-container .chosen-drop {
    background-color: #fff;
}

.pager .chosen-container .chosen-results li {
    color: #333;
}

.pager .m-pagination-size .chosen-container-single .chosen-drop {
    border: 1px solid #bfc5d3;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    overflow: hidden;
}

/* 操作按钮样式 */
.operation-hd {
    height: 28px;
}

.operation-item {
    float: left;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 28px;
    line-height: 26px;
    color: #93a0b0;
    border: 1px solid #d4e1e9;
    border-radius: 3px;
    background-color: #f3f6f9;
    transition: all .1s linear;
}

.operation-item+.operation-item {
    margin-left: 10px;
}

.operation-item.active {
    color: #448eea;
    border-color: #448eea;
    background-color: #f1f7fd;
}
/* 搜索结果页搜索按钮 */
.search-btn1 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    background: url("../images/search_btn.png") no-repeat center #fff;
}

.search-btn1:hover {
    background-image: url("../images/search_btnh.png");
    background-color: #fd9334;
}