@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1163px;
    background-color: #FFFFFF;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.j-c {
    justify-content: center;
}

.a-c {
    align-items: center;
}

.j-s-b {
    justify-content: space-between;
}

.j-s-a {
    justify-content: space-around;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1163px;
    margin: auto;
}

/* 头部的公共样式 */

.right-box > li {
    display: flex;
    align-items: center;
    height: 50px;
}

.left-logo > img {
    width: 365px;
}

.query-text {
    border: 2px solid #ececec;
    outline: none;
    height: 25px;
    box-sizing: border-box;
    padding: 0px 5px;
}

.searchImg {
    background-color: #ececec;
    height: 25px;
    padding: 3px;
    box-sizing: border-box;
}

.center-text {
    color: #000;
    flex: 1;
    /*font-weight: bold;*/
    line-height: 45px;
}

.center-text > p.com-name {
    font-size: 32px;
}

.nav-top {
    background-color: #0070C0;
    min-width: 1163px;
}

.menu {
    display: flex;
    min-width: 1163px;
}

.menu > li {
    color: lightgray;
    position: relative;
    padding: 13px 0;
    width: 16%;
}

.menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.menu > li:hover > a, .submenu > li:hover > a {
    text-decoration: underline white;
}

.submenu {
    position: absolute;
    z-index: 9999;
    display: none;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 13px;
    width: 120px;
}

.submenu > li > a {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    background-color: #0070C0;

}

.submenu > li > a > span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 头部的大盒子 */
.banner-box {
    width: 100%;
    min-width: 1163px;
    height: 255px;
}

.banner-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 中间的正文部分 */
.m-main {
    display: flex;
    margin-top: 15px;
}

.m-main-left {
    width: 265px;
}

.n-content-title {
    height: 50px;
    background-color: #0070C0;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 40px;
}

.m-main-left-list {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ececec;
}

.m-main-left-list > li {
    margin-top: 10px;
}

.m-main-left-list a {
    text-decoration: none;
    color: #0E508C;
    display: flex;
    width: 100%;
    border: 1px solid #ececec;
    height: 35px;
    border-radius: 16px;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
    justify-content: space-between;
}

.m-main-left-list a:hover {
    background-color: #FFAE00;
    color: #ffffff;
}

.m-main-left-list a.active {
    background-color: #FFAE00;
    color: #ffffff;
}

.m-main-left-list a::after {
    content: ">";
    color: #ececec;
    font-size: 18px;
    font-weight: bold;
}

.m-main-left-bottom {
    border-top: 7px solid #2298e6;
    margin-top: 10px;
}

.m-main-left-bottom > p {
    color: #777E82;
    line-height: 30px;
}

.m-main-left-bottom > .p_concatus {
    color: #0E508C;
}

.m-main-right {
    flex: 1;
    margin-left: 20px;
}

.breadcrumbs a {
    color: #C9C7D0;
    text-decoration: none;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: #2598E4;
}

.breadcrumbs {
    padding: 8px 0;
    color: #C9C7D0;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    margin-top: 5px;
}

.right-content-box {
    box-sizing: border-box;
    padding: 0px 44px;
    border: 1px solid #ececec;
    margin-top: 8px;
}

/* 分页 */
.navigation {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.navigation > li {
}

.navigation > li > a {
    text-decoration: none;
    font-size: 12px;
    display: flex;
    color: #82888B;
    border: 1px solid #ececec;
    padding: 5px 10px;
    margin: 0px 5px;
}

.navigation > li > a.active {
    color: #0070C0;
}


/* 底部的信息 */

.bottom-site-info {
    margin-top: 30px;
}

.bottom-menu {
    display: flex;
}

.bottom-menu a {
    text-decoration: none;
    color: #0E508C;
    font-size: 14px;
}

.bottom-menu > li > a {
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 140px;
    color: #1B67B2;
    margin: 15px 0;
}

.bottom-menu > li + li {
    margin-left: 50px;
}

.bottom-menu > li:not(:last-child) > a {
    border-right: 1px solid #0870E1;
}

.bottom-sub-menu > li {
    line-height: 30px;
}

.bottom-right-box > img {
    width: 220px;
}

.bottom-right-box > p {
    color: #1B67B2;
    margin-top: 10px;
}

.line-1 {
    background-color: #1B67B2;
    height: 5px;
    margin: 5px;
    min-width: 1163px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    background-color: #0070C0;
    margin-top: 20px;
}

.lxwm-img {
    width: 265px;
    height: 130px;
}