﻿@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 {
    color: #333;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

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


/* 通用样式 */

body {
    margin: auto;
    min-width: 1180px;
    max-width: 1980px;
}

.container {
    margin: auto;
    width: 1180px;
}

.header-bg {
    position: relative;
    margin-bottom: 75px;
    height: 319px;
    background: url("../images/header_bg.png") no-repeat center;
}


/* 顶部链接 */

.top {
    line-height: 48px;
}

.top-link {
    position: relative;
    padding-left: 26px;
    color: #fff;
    background: no-repeat left center;
}

.top-link:hover>.top-QRcode {
    display: block;
}

.top-left-link {
    background-image: url("../images/national_emblem_img.png");
}

.top-left-link:last-child {
    margin-left: 25px;
}

.top-right-link {
    margin-left: 0px;
    background-image: url("../images/top_img_1.png");
}

.top-right-link:nth-child(1) {
    margin-right: 14px;
}

.wzai {
    padding-left: 20px;
    background: url("../images/wza.png") no-repeat left center;
}

.tczbms {
    display: none;
    padding-left: 20px;
    background: url("../images/tc.png") no-repeat left center;
}

.top-right-link:nth-child(2) {
    margin-right: 18px;
}

.top-right-link:nth-child(3) {
    margin-right: 18px;
}

.top-right-link:nth-child(4) {
    margin-right: 18px;
}

.top-right-link:nth-child(5) {
    margin-right: 18px;
}

.top-right-link:nth-child(6) {
    margin-right: 18px;
}

.top-right-link:nth-child(7) {
    cursor: pointer;
    background-image: url("../images/top_img_2.png");
}

.top-right-link:nth-child(7):hover>.top-pop-menu {
    display: block;
}

.top-right-link:nth-child(7)::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -10px;
    width: 1px;
    height: 16px;
    background-color: #fff;
}

.top-QRcode {
    position: absolute;
    top: 45px;
    left: -14px;
    z-index: 20;
    display: none;
    width: 140px;
    height: 140px;
    cursor: default;
    background-color: #fff;
}

.top-QRcode::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 63px;
    z-index: -1;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-QRcode img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-pop-menu {
    position: absolute;
    right: 0;
    z-index: 20;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 34px 26px;
    width: 741px;
    cursor: default;
    border: 2px solid #456dd2;
    background-color: #fff;
}

.top-pop-title {
    margin: 15px 0 5px;
    height: 40px;
    color: #456dd2;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.top-pop-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 223px;
    height: 28px;
    line-height: 28px;
}

.top-pop-link {
    display: inline-block;
    max-width: 100%;
    color: #333;
}

.top-pop-link:hover {
    color: #456dd2;
    -webkit-text-decoration: underline #456dd2;
    text-decoration: underline #456dd2;
}


/* logo */

.logo {
    margin-top: 42px;
    height: 130px;
    background: url("../images/logo_img.png") no-repeat left top;
}

.logo-search {
    position: relative;
    margin-top: 8px;
    width: 465px;
    height: 56px;
    background: url("../images/logo_search_img.png") no-repeat right top;
}

.logo-search::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 102px;
    width: 1px;
    height: 17px;
    background-color: #d2d2d2;
}

.logo-search .chosen-container {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 70px !important;
    height: 30px;
}

.logo-search .chosen-container .chosen-results {
    margin: unset;
    padding: unset;
}

.logo-search .chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #456dd2;
}

.logo-search .chosen-container-single .chosen-single {
    border: none;
}

.logo-search .chosen-container-single .chosen-single span {
    margin-right: 10px;
}

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

.logo-search .chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
}

.logo-search .chosen-container-active .chosen-single {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.logo-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0 30px 0 143px; */
    padding: 0 68px 0 117px;
    width: 388px;
    height: 54px;
    border-radius: 27px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 126, 255, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(73, 126, 255, 0.16);
}

.logo-btn {
    position: absolute;
    top: 18px;
    /* left: 117px; */
    right: 117px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url("../images/search_btn_img.png") no-repeat center;
}


/* 导航栏 */

.nav {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1180px;
    height: 90px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
}

.nav-item {
    position: relative;
    width: calc((100% - 5px) / 6);
}

.nav-item:nth-child(1)>.nav-link {
    background-image: url("../images/nav_img_1.png");
}

.nav-item:nth-child(2)>.nav-link {
    background-image: url("../images/nav_img_2.png");
}

.nav-item:nth-child(3)>.nav-link {
    background-image: url("../images/nav_img_3.png");
}

.nav-item:nth-child(4)>.nav-link {
    background-image: url("../images/nav_img_4.png");
}

.nav-item:nth-child(5)>.nav-link {
    background-image: url("../images/nav_img_5.png");
}

.nav-item:nth-child(6)>.nav-link {
    background-image: url("../images/nav_img_6.png");
}

.nav-item:nth-child(1)>.nav-link {
    padding-left: 46px;
    background-position-x: 60px;
}

.nav-item:nth-child(2)>.nav-link {
    padding-left: 50px;
    background-position-x: 43px;
}

.nav-item:nth-child(3)>.nav-link {
    padding-left: 33px;
    background-position-x: 29px;
}

.nav-item:nth-child(4)>.nav-link {
    padding-left: 45px;
    background-position-x: 41px;
}

.nav-item:nth-child(5)>.nav-link {
    padding-left: 45px;
    background-position-x: 39px;
}

.nav-item:nth-child(6)>.nav-link {
    padding-left: 45px;
    background-position-x: 24px;
}

.nav-item:not(:first-child) {
    margin-left: 1px;
}

.nav-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -1px;
    width: 1px;
    height: 50px;
    background-color: #dee6ec;
}

.nav-item:hover>.nav-link,
.nav-item.current>.nav-link {
    color: #456dd2;
    font-size: 22px;
}

.nav-item:hover>.nav-link::after,
.nav-item.current>.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #456dd2;
}

.nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 90px;
    background: no-repeat center;
    -webkit-transition: font-size .3s;
    transition: font-size .3s;
}

.nav-img {
    margin-right: 15px;
}


/* 底部网站 */

.website-bg {
    background-color: #3e63c5;
}

.website-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.website-item:not(:first-child) {
    margin-left: 70px;
}

.website-item.symbol>.website-link {
    padding-left: 17px;
    background: url("../images/website_img.png") no-repeat left center;
}

.website-link {
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    opacity: .8;
}


/* 网站信息 */

.footer-bg {
    background-color: #436bd5;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 174px;
    color: #b2c2ec;
}

.footer-left {
    position: relative;
    width: 60px;
}

.footer-left::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -50px;
    width: 1px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-center {
    width: 630px;
}

.footer-right {
    position: relative;
    width: 230px;
    height: 69px;
}

.footer-right::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -170px;
    width: 1px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-link {
    display: block;
    color: #b2c2ec;
}

.footer-link:not(:first-child) {
    margin-top: 13px;
}

.footer-line:not(:first-child) {
    margin-top: 13px;
}

.footer-code {
    color: #b2c2ec;
}

.footer-img {
    position: absolute;
}

.footer-party-img {
    top: 0;
    left: 0;
}

.footer-error-img {
    top: 7px;
    left: 78px;
}

.wzabs {
    width: 110px;
    height: 52px;
    position: absolute;
    top: 7px;
    left: -130px;
}


/* 面包屑导航 */

.crumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.crumb-img {
    margin-right: 5px;
}

.crumb-item {
    color: #333;
}

.crumb-item:hover {
    color: #456dd2;
}

.crumb-current {
    color: #456dd2;
}


/* 页面主体部分 */

.main {
    margin-bottom: 35px;
    padding: 20px 26px 30px;
    background-color: #fff;
}

.main-left {
    width: 200px;
    /* min-height: 660px; */
    min-height: 1000px;
    background-color: #f8f8f8;
}

.main-right {
    width: calc(100% - 220px);
}

.main-header {
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-radius: 6px 6px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d76d5), to(#3869bb));
    background: linear-gradient(to bottom, #3d76d5, #3869bb);
}

.main-list {
    margin: 0 10px;
}

.main-item {
    padding-left: 25px;
    border-bottom: 1px solid #dbe2e7;
}

.main-item:last-child {
    border-bottom: none;
}

.main-item.current {
    font-weight: bold;
}

.main-item.current>.main-link {
    color: #3869bb;
}

.main-item.current>.main-link::before {
    background-color: #3869bb;
}

.main-link {
    position: relative;
    display: block;
    height: 60px;
    color: #8094b7;
    font-size: 18px;
    line-height: 60px;
}

.main-link:hover {
    color: #3869bb;
    font-weight: bold;
}

.main-link:hover::before {
    background-color: #3869bb;
}

.main-link::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8094b7;
}

.main-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #bbcfef;
}

.main-title>span {
    display: inline-block;
    padding: 0 18px;
    color: #3869bb;
    font-size: 24px;
    border-bottom: 3px solid #3869bb;
}


/* 模块标题 */

.module-title {
    height: 43px;
    border-bottom: 1px solid #e3e1e1;
}

.module-title-text {
    position: relative;
    color: #456dd2;
    font-size: 24px;
    font-weight: bold;
}

.module-title-text::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #456dd2;
}

.module-title-more {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}


/* 模块列表 */

.module-list {
    margin-top: 12px;
    overflow: hidden;
}

.module-list>.module-item {
    margin-left: 20px;
}

.module-list>.module-item>.module-link {
    position: relative;
    display: block;
    line-height: 44px;
}

.module-list>.module-item>.module-link:hover::before {
    background-color: #456dd2;
}

.module-list>.module-item>.module-link:hover>.module-text,
.module-list>.module-item>.module-link:hover>.module-date {
    color: #456dd2;
}

.module-list>.module-item>.module-link::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #dedede;
}

.module-list>.module-item>.module-link>.module-text {
    color: #333;
    font-size: 18px;
}

.module-list>.module-item>.module-link>.module-date {
    color: #999;
    font-size: 16px;
}


/* 模块tab切换 */

.module-tabview {
    position: relative;
}

.module-tabview>.module-tabs {
    border-bottom: 1px solid #e3e1e1;
}

.module-tabview>.module-tabs>.module-tab {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 43px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.module-tabview>.module-tabs>.module-tab:last-child {
    margin-left: 55px;
}

.module-tabview>.module-tabs>.module-tab.current {
    color: #456dd2;
}

.module-tabview>.module-tabs>.module-tab.current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background-color: #456dd2;
}

.module-tabview>.module-more-box {
    position: absolute;
    top: 7px;
    right: 0;
    width: 50px;
    height: 20px;
}

.module-tabview>.module-more-box>.module-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 16px;
}

.module-tabview>.module-content {
    position: relative;
    height: calc(100% - 44px);
    overflow: hidden;
}

.module-tabview>.module-content>.module-lists {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
}

#_ideConac {
    top: -6px;
    right: 12px;
    position: relative;
}

.zbb_bjs {
    background: linear-gradient(rgb(0, 98, 246), rgb(0, 174, 246));
}

.zbb * {
    font-size: 18px !important;
}

.zbb .zb_tb {
    width: 1350px;
}

.zbb .footer {
    width: 1300px;
}

.zbb .footer-left {
    width: 76px;
}

.zbb .footer-center {
    width: 808px;
}

.zbb .footer-left::after {
    right: -40px;
}

.zbb .footer-right::before {
    left: -166px;
}

.zbb .nav-item {
    position: relative;
    width: calc((100% - 30px) / 6);
}

.zbb .nav-link {
    font-size: 24px !important;
}

.zbb .nav-item:nth-child(6)>.nav-link {
    padding-left: 45px;
    background-position-x: 20px;
}

.zbb .module-title-text {
    font-size: 24px !important;
}

.zbb .module-tabview>.module-tabs>.module-tab {
    font-size: 24px !important;
}

.zbb .module-tabview>.module-more-box {
    width: 61px;
}

.zbb .main-title>span {
    font-size: 24px !important;
}

.zbb .main-header {
    font-size: 24px !important;
}

.zbb .crumb {
    display: none;
}

.zbb .logo {
    background: url("../images/dzb_logo_img.png") no-repeat left top !important;
}

.zbb .module-list>.module-item>.module-link>.module-text {
    font-weight: 800;
}

.zbb .main-link {
    font-size: 20px !important;
}