*, *::after, *::before {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100%;
}

body {
    position: relative;
    font: 14px/1 'Microsoft YaHei UI', Arial, sans-serif;
    color: #333;
    background-color: #edf5ff;
    min-width: 1230px;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

input, button {
    outline: none;
    border: none;
    background: transparent;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.white-p20 {
    background: #fff;
    padding: 20px;
}

.main-wrapper {
    padding-bottom: 210px;
}

/**
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}

.center-wrapper {
    width: 1230px;
    margin: 0 auto;
}

.bottom-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

header {
    height: 130px;
    background: url("../img/icon-top.jpg") no-repeat;
    background-size: 100% 100%;
}

header .center-wrapper {
    height: 100%;
    overflow: hidden;
}

header .center-wrapper > div {
    float: left;
}

header .center-wrapper .logo {
    height: 100%;
    line-height: 130px;
}

header .center-wrapper .logo img {
    vertical-align: middle;
}

header .center-wrapper .search {
    float: right;
    height: 100%;
    line-height: 130px;
}

header .center-wrapper .search .search-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 223px;
    height: 34px;
    line-height: 1;
    /*   // margin-top: 40px;*/
    border-radius: 20px;
    background-color: #1C356E;
}

header .center-wrapper .search label {
    display: inline-block;
    width: 100%;
    height: 100%;
}

header .center-wrapper .search input {
    width: 220px;
    height: 100%;
    padding: 0 40px 0 10px;
    border: 1px solid #999;
    color: #fff;
}

header .center-wrapper .search img {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

nav {
    height: 48px;
    text-align: center;
    background: #1d376f;
    color: #fff;
    font-size: 16px;
    user-select: none;
}

nav .center-wrapper {
    width: initial;
    width: auto;
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
}

nav .center-wrapper .nav-item:last-child:after {
    display: none;
}

nav .nav-item {
    /*  float: left;*/
    position: relative;
    padding: 16px 1.5%;
    /*padding: 16px 40px;*/
    cursor: pointer;
    z-index: 999;
}

nav .nav-item:after {
    display: block;
    content: ' ';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 0;
    background: #fff;
}

nav .nav-item > span a {
    color: #fff;
    text-decoration: none;
}

nav .nav-item ul {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    width: 112px;
    background: #fff;
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
    padding: 4px 0;
    color: #333;
}

nav .nav-item ul li {
    line-height: 38px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

nav .nav-item ul li a {
    display: block;
    height: 100%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

nav .nav-item ul li:last-child {
    border-bottom: none;
}

nav .nav-item ul li:hover {
    background: #1d376f;
    border-color: #1d376f;
    color: #fff;
}

nav .nav-item ul li:hover a {
    color: #fff;
}

.banner {
    overflow: hidden;
}

.banner.center-wrapper > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.banner .banner-item img {
    display: block;
    width: 100%;
    min-width: 1366px;
    max-height: 650px;
}

.info {
    padding-top: 16px;
}

.info .news {
    float: left;
    width: 812px;
    overflow: hidden;
}

.info .news .pic-list {
    margin-top: 16px;
    margin-right: -21px;
}

.info .news .pic-list li {
    float: left;
    width: 243px;
    margin-right: 21px;
    cursor: pointer;
}

.info .news .pic-list li:hover p {
    color: #666;
}

.info .news .pic-list li .img-box {
    height: 167px;
    overflow: hidden;
}

.info .news .pic-list li img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.info .news .pic-list li h3 {
    margin-top: 19px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info .news .pic-list li p {
    height: 72px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color .3s ease-in;
}

.info .notice {
    float: right;
    width: 402px;
    overflow: hidden;
}

.info .notice .notice-list {
    margin-top: 19px;
}

.info .notice .notice-list li {
    margin-bottom: 14px;
    padding: 10px 22px 10px 13px;
    overflow: hidden;
    background: #f6f6f6;
    cursor: pointer;
    transition: background-color .3s ease-in;
}

.info .notice .notice-list li:last-child {
    margin-bottom: 0;
}

.info .notice .notice-list li:hover {
    background: #EBEBEB;
}

.info .notice .notice-list li .l-box {
    float: left;
}

.info .notice .notice-list li .l-box h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #cfa12c;
}

.info .notice .notice-list li .l-box span {
    font-size: 14px;
    color: #999;
}

.info .notice .notice-list li p {
    margin-left: 72px;
    line-height: 20px;
    font-size: 14px;
}

h2.public-title {
    position: relative;
    height: 24px;
    padding: 0 0 7px;
    box-sizing: content-box;
    border-bottom: 4px solid #e8e8e8;
    font-size: 22px;
}

h2.public-title > img {
    height: 24px;
    margin-right: 12px;
}

h2.public-title > span {

    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    color: #999;
}

h2.public-title > a {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 12px;
    color: #5e9cea;
    text-decoration: none;
}

h2.public-title > a:hover {
    text-decoration: underline;
}

.system {
    width: 1230px;
    margin: 16px auto 0;
    padding: 24px 0 40px 0;
    background-color: #fffdf2;
}

.system h2 {
    text-align: center;
    font-size: 22px;
}

.system h3 {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.system .system-box {
    margin-top: 32px;
    position: relative;
}

.system .system-box > img {
    position: absolute;
    width: 30px;
    top: 50%;
    margin-top: -15px;
    left: 20px;
    cursor: pointer;
}

.system .system-box > img:last-child {
    left: initial;
    right: 20px;
}

.system .system-box .not-allowed {
    cursor: not-allowed;
}

.system .system-box > .swiper-container {
    width: 1092px;
    margin: 0 auto;
}

.system .system-box > .swiper-container .swiper-slide {
    width: 112px;
    cursor: pointer;
}

.system .system-box > .swiper-container .swiper-slide .sys-item {
    width: 100%;
    height: 100%;
}

.system .system-box > .swiper-container .swiper-slide .sys-item:hover h4 {
    color: #044f9d;
}

.system .system-box > .swiper-container .swiper-slide .sys-item:last-child {
    margin-right: 0;
}

.system .system-box > .swiper-container .swiper-slide .sys-item img {
    margin: 0 auto;
    width: 88px;
    display: block;
    height: 84px;
    object-fit: fill;
}

.system .system-box > .swiper-container .swiper-slide .sys-item h4 {
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
}

.system .system-box .swiper-button-disabled {
    opacity: .4;
}

.system .system-box .swiper-button-disabled:hover {
    cursor: not-allowed;
}

.process-rules {
    margin-top: 16px;
}

.process-rules .process-rules-list {
    float: left;
    width: 608px;
}

.process-rules .process-rules-list:last-child {
    float: right;
}

.process-rules .process-rules-list ul {
    margin-top: 28px;
}

.process-rules .process-rules-list ul li {
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.process-rules .process-rules-list ul li:last-child {
    margin-bottom: 0;
}

.process-rules .process-rules-list ul li a {
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.process-rules .process-rules-list ul li a:hover {
    text-decoration: underline;
}

.process-rules .process-rules-list ul li span {
    float: right;
    color: #999;
}

.link {
    margin-top: 16px;
}

.link ul {
    margin-top: 25px;
    margin-bottom: -20px;
    overflow: hidden;
}

.link ul li {
    position: relative;
    float: left;
    margin: 0 40px 24px 0;
    padding-left: 10px;
    font-size: 14px;
}

.link ul li:before {
    display: block;
    content: ' ';
    width: 2px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 4px;
    top: 6px;
}

.link ul li a {
    text-decoration: none;
    color: #333;
}

.link ul li a:hover {
    text-decoration: underline;
}

.detail-list {
    margin-top: 10px;
    padding-bottom: 100px;
}

.detail-list .center-wrapper {
    overflow: hidden;
}

.detail-list .l-box {
    width: 252px;
    float: left;
}

.detail-list .l-box h2 {
    width: 100%;
    height: 82px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    background: url("../img/icon-foo.png") no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    color: #fff;
}

.detail-list .l-box .white-wrapper {
    min-height: 612px;
    padding: 20px 0 1000px;
    margin: -20px 0 -1000px 24px;
    background: #fff;
}

.detail-list .l-box .list-box {
    min-height: 492px;
    padding: 0 0 60px 0;
    font-size: 16px;
}

.detail-list .l-box .list-box > li {
    background: #f3f8f9;
    border-bottom: 2px solid #fff;
}

.detail-list .l-box .list-box > li > span {
    display: block;
    line-height: 48px;
    padding-left: 39px;
    border-left: 4px solid transparent;
    cursor: pointer;
}

.detail-list .l-box .list-box > li > span:hover, .detail-list .l-box .list-box > li > span.active {
    background: #e1e8f1;
    color: #254aa3;
    border-color: #254aa3;
}

.detail-list .l-box .list-box > li ul {
    display: none;
    padding: 0 0 20px 44px;
    background: #f0f0f0;
}

.detail-list .l-box .list-box > li ul li {
    position: relative;
    padding-left: 10px;
    line-height: 40px;
    cursor: pointer;
}

.detail-list .l-box .list-box > li ul li:hover, .detail-list .l-box .list-box > li ul li.active {
    color: #254aa3;
}

.detail-list .l-box .list-box > li ul li:hover:before, .detail-list .l-box .list-box > li ul li.active:before {
    background: #254aa3;
}

.detail-list .l-box .list-box > li ul li:before {
    display: block;
    content: ' ';
    width: 2px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 4px;
    top: 19px;
}

.detail-list .l-box .list-box > li:last-child {
    border-bottom: none;
}

.detail-list .r-box {
    min-height: 674px;
    margin-left: 262px;
    padding: 20px;
    background: #fff;
}

.detail-list .r-box h4 {
    font-size: 14px;
}

.detail-list .r-box h3 {
    padding-top: 2px;
    height: 56px;
    position: relative;
    line-height: 42px;
    padding-left: 6px;
    font-size: 22px;
    border-bottom: 2px solid #d8dde5;
}

.detail-list .r-box h3:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #254aa3;
}

.detail-list .r-box h3 > span {
    font-size: 14px;
    float: right;
}

.detail-list .r-box ul {
    margin-top: 10px;
}

.detail-list .r-box ul li {
    position: relative;
    margin-bottom: 34px;
    font-size: 16px;
    padding-left: 10px;
    overflow: hidden;
}

.detail-list .r-box ul li:before {
    display: block;
    content: ' ';
    width: 2px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 4px;
    top: 8px;
}

.detail-list .r-box ul li > a {
    float: left;
    text-decoration: none;
    color: #333;
}

.detail-list .r-box ul li > a:hover {
    text-decoration: underline;
}

.detail-list .r-box ul li > time {
    float: right;
    color: #999;
}

.detail-list .r-box .overview-box {
    padding-top: 18px;
    font-size: 18px;
    line-height: 30px;
}

.detail-list .r-box .overview-box p {
    margin-bottom: 10px;
}

.content-page .address-box {
    line-height: 42px;
    padding-left: 20px;
    background: url("../img/address2.png") no-repeat left center;
    background-size: auto 14px;
    color: #666;
}

.content-page .content-box {
    background: #fff;
    padding-top: 56px;
}

.content-page .content-box h1 {
    margin: 0 0 38px;
    text-align: center;
    font-size: 28px;
}

.content-page .content-box .info-bar {
    text-align: center;
    font-size: 16px;
    color: #999;
}

.content-page .content-box .info-bar > * {
    display: inline-block;
    padding-left: 20px;
    background: url("../img/look.png") no-repeat left center;
    background-size: auto 14px;
}

.content-page .content-box .info-bar time {
    margin-right: 30px;
    background-image: url("../img/time.png");
}

.content-page .content-box article {
    margin: 24px 15px 0;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

/*.content-page .content-box article p {
    margin-bottom: 16px;
}*/

.other {
    height: 168px;
    background-color: #213b73;
}

.other .logo {
    margin-top: 72px;
    float: left;
}

.other .logo img {
    display: block;
}

.other .r-box {
    margin-top: 40px;
    float: right;
}

.other .r-box .other-website {
    overflow: hidden;
}

.other .r-box .other-website a {
    padding: 0 21px;
    margin-right: 16px;
    line-height: 32px;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #2a4582;
    transition: .3s ease-in;
}

.other .r-box .other-website a:hover {
    border-radius: 6px;
    background: #27417A;
}

.other .r-box .school-info {
    margin-top: 23px;
}

.other .r-box .school-info .top {
    margin-bottom: 15px;
}

.other .r-box .school-info .top .info-item {
    display: inline-block;
}

.other .r-box .school-info .top .info-item:last-child {
    margin-left: 90px;
}

.other .r-box .school-info .info-item {
    line-height: 16px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.other .r-box .school-info .info-item img {
    height: 14px;
    margin-right: 6px;
}

footer {
    line-height: 42px;
    text-align: center;
    background: #183069;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

footer > span {
    display: inline-block;
    padding-left: 60px;
    color: #fff;
}

footer > span .red {
    display: inline-block;
    padding: 0 3px;
    color: red;
}

.bg-wrapper {
    padding-bottom: 16px;
    background-image: url("../img/page-bg.jpg");
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.feedback-box .center-wrapper {
    padding: 8px 20px 20px;
    background: #fff;
}

.feedback-box .center-wrapper > h3 {
    position: relative;
    line-height: 42px;
    padding-left: 6px;
    font-size: 22px;
    border-bottom: 2px solid #d8dde5;
}

.feedback-box .center-wrapper > h3 > span {
    font-size: 14px;
    float: right;
}

.feedback-box .center-wrapper .form-box {
    width: 650px;
    padding-top: 50px;
    margin: 0 auto;
}

.feedback-box .center-wrapper .form-box ul > li {
    margin-bottom: 50px;
}

.feedback-box .center-wrapper .form-box ul > li > label {
    overflow: hidden;
}

.feedback-box .center-wrapper .form-box ul > li > label > span {
    margin-top: 10px;
    float: left;
}

.feedback-box .center-wrapper .form-box ul > li > label .base-style {
    display: block;
    width: 600px;
    touch-action: manipulation;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all 0.3s;
    resize: none;
}

.feedback-box .center-wrapper .form-box ul > li > label .base-style:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.feedback-box .center-wrapper .form-box ul > li > label textarea.base-style {
    height: initial;
}

.feedback-box .center-wrapper .form-box ul > li > button {
    width: 200px;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid #4062ab;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    -webkit-appearance: button;
    color: #fff;
    background-color: #4062ab;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.swiper-pagination-bullet {
    width: 32px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #FFF;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: .8;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
}

nav .nav-item ul {
    width: 100%;
}

.content-page .content-box article {
    padding-bottom: 20px;
}

.detail-list .r-box ul li {
    line-height: 3;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.detail-list .r-box ul li:before {
    top: 24px;
}

/*2019-12-13*/
h2.public-title {
    border-color: #5e9cea;
}

.system {
    padding: 20px 0;
}

.system .system-box {
    margin-top: 18px;
}

.info .news .pic-list li h3 {
    line-height: 40px;
    margin: 0;
}

.info .news .pic-list li .img-box {
    /*height: 110px;*/
}

.info .notice .notice-list li {
    margin-bottom: 10px;
}

.info .news {
    padding-bottom: 16px;
}

.system {
    background: #fff;
}

/*body {
    min-width: 1400px;
}*/
nav .nav-item ul {
    width: 180px;
    margin-left: -90px;
    left: 50%;
    position: absolute;
}

/*//2020-02-23*/
.info .notice .notice-list li p {
    /* font-family: '黑体';
     font-weight: bold;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info .notice .notice-list li {
    margin-bottom: 15px;
    padding: 15px 22px 15px 13px;
}

.info .notice .notice-list li:nth-child(even) {
    background: #DDE1EA;
}

.info .notice .public-title {
    padding-bottom: 23px;
}

.info .notice .public-title > a {
    bottom: 26px;
}

.banner {
    border-bottom: 4px solid #1c356e;
}


/*# sourceMappingURL=style.css.map */
