/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Microsoft Yahei, PingFang SC;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@font-face {
	font-family: iconfont;
	src: url(../ttf/9.svg);
	src: url(../ttf/10.svg), url(../ttf/11.svg), url(../ttf/12.svg), url(../ttf/13.svg);
}


.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sousuo:before {
    content: "\E650";
}

.icon-weizhi:before {
    content: "\E636";
}

.bg {
    color: #fff;
    background-repeat: no-repeat;
    background-color: #1b3c7f;
    background-image: url(content_res/bg.jpg);
}

.header {
    width: 1100px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header,
.header .logo {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo img {
    width: 568px;
    height: 100px;
}

.header .text-depart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header .text-depart img {
    width: 80%;
    height: 80%;
}

.header .header-info {
    width: 300px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header-info,
.header .header-info .site-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.header .header-info .site-info ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header .header-info .site-info a {
    color: #fff;
}

.header .header-info .site-info ul li {
    border-right: 1px solid #5a5a5a;
    padding: 0 10px;
    color: #5a5a5a;
    font-size: 14px;
}

.header .header-info .site-info ul li:last-child {
    border: 0;
    padding: 0 0 0 10px;
}

.header .header-info .search {
    margin: 15px 0 0;
    position: relative;
}

.header .header-info .search .search-input {
    width: 220px;
    height: 30px;
    border: 2px solid #1b3c7f;
    font-size: 14px;
    padding: 0 20px 0 8px;
}

.header .header-info .search .search-input::-webkit-input-placeholder {
    color: #1b3c7f;
    font-weight: 700;
}

.header .header-info .search .search-input:-moz-placeholder,
.header .header-info .search .search-input::-moz-placeholder {
    color: #1b3c7f;
    font-weight: 700;
}

.header .header-info .search .search-input:-ms-input-placeholder {
    color: #1b3c7f;
    font-weight: 700;
}

.header .header-info .search .icon-sousuo {
    background-color: #fff;
    border: none;
    color: #1b3c7f;
    font-weight: 700;
    position: absolute;
    right: 8px;
    top: 45%;
    margin: -8px 0 0;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #125;
    min-width: 1100px;
}

.nav .wrap {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav .wrap .nav-item {
    width: auto;
    height: 50px;
    font-size: larger;
    line-height: 50px;
    position: relative;
}

.nav .wrap .nav-item a {
    color: #fff;
    padding: 0 20px;
    position: relative;
    display: block;
}

.nav .wrap .nav-item a:hover {
    background-color: #f9a502;
}

.nav .wrap .nav-item .sub-nav {
    display: none;
    background-color: #1b3c7f;
    position: absolute;
    top: 50px;
    z-index: 999;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
}

.nav .wrap .nav-item .sub-nav a {
    width: 100%;
    padding: 0;
}

.nav .wrap .nav-item:hover .sub-nav {
    display: block;
}

.footer {
	min-width: 1100px;
	width: 100%;
	/* background-color: #1b3c7f; */
	border-bottom: 2px solid #1b3c7f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer .wrap {
    margin: 0 auto;
    width: 1100px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .links,
.footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.footer .links {
    padding: 20px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer .link-text {
    color: #fff;
    margin: 0 30px 0 0;
}

.footer .selects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.footer .selects .dropdown {
    position: relative;
}

.footer .selects .show-text {
    width: 200px;
    height: auto;
    background: #fff;
    color: #555;
    padding: 4px 8px 4px 15px;
    position: relative;
}

.footer .selects .show-text:after {
    content: "";
    position: absolute;
    right: 8px;
    border: 6px solid transparent;
    border-top-color: #555;
    top: 50%;
    margin: -3px 0 0;
}

.footer .selects .dropdown-content {
    width: 221px;
    height: auto;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 0;
    position: absolute;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    bottom: 102%;
    max-height: 300px;
    overflow: auto;
}

.footer .selects .dropdown-content a {
    padding: 5px 16px;
    display: block;
}

.footer .selects .dropdown-content a:hover {
    background-color: #1b3c7f;
    color: #fff;
}

.footer .selects .dropdown:hover .dropdown-content {
    display: block;
}

.info {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.main {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.record {
    text-align: center;
    margin: 10px 0;
}

.main {
    width: 1100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px auto;
}

.main .breadcrumb .icon-weizhi {
    color: #1b3c7f;
    font-size: 20px;
    margin: 0 10px 0 0;
}

.main .breadcrumb a:hover {
    text-decoration: underline;
}

.main .content {
    margin: 30px 0 0;
    width: 1100px;
    height: auto;
}

.main .content .news-title {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    color: #38220d;
    padding-bottom: 15px;
    margin: 0;
}

.main .content .news-info {
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
}

.main .content .news-content {
    padding: 30px 15px;
}

.main .content table {
    border-collapse: collapse;
    margin: 0 auto;
}

.main .content table td {
    border: 1px solid #ddd;
}

.main .content img {
    max-width: 800px;
}


.nrr {min-height:400px; padding-bottom:30px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}












.link-left {
    width: 360px;
    float: left;
}

.link-right {
    width: 720px;
    float: right;
}

.link-left li {
    width: 50%;
    float: left;
}

.link-right li {
    width: 25%;
    float: left;
}

.link-list li {
    padding-left: 34px;
    padding-right: 10px;
    background: url(link.png) no-repeat 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.link h3 {
    color: #1b3c7f;
}





