body,
html {
    background-color: #f6f6f6;
}

.news-banner-item {
    width: 100%;
    position: relative;
}

.news-banner-item img {
    width: 100%;
    height: 100%;
}

.news-banner-item .title-box {
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    width: calc(100% - 0px);
    text-overflow: ellipsis;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    background-color: rgba(0, 118, 193, 0.7);
}

.box-header {
    position: relative;
    width: 100%;
    height: 50px;
}

.box-header .border {

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #dedede;
}

.bh-item.active {
    color: #0488dc;
}

.bh-item.active .aborder {
    position: absolute;
    border-bottom: 2px solid #0488dc;
    width: 100%;
    bottom: -10px;
    z-index: 33;
}

.bh-item {
    position: relative;
    line-height: 40px;
    color: #333;
    cursor: pointer;
    float: left;
    margin-left: 15px;
}

.bh-item .c {
    padding: 0px 15px;
}

.bh-item.f1 {
    margin-left: 0px;
}

.cb {
    clear: both;
}

.paragraph-list {
    list-style: none;
    font-size: 14px;
}

.paragraph-list li {
    border-bottom: 1px solid #dedede;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
}

.paragraph-list li .title {
    float: left;
    color: #333;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.paragraph-list li .date {
    float: right;
    color: #333;
    width: 20%;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.paragraph-list li .desc {
    display: none;
    margin-top: 10px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.paragraph-list li.expand .desc {
    display: block;
}

.paragraph-list li.expand .title,
.paragraph-list li.expand .date {
    color: #0488dc;
    font-size: 15px;
    font-weight: 600;
}

.paragraph-list-h li:hover .title,
.paragraph-list-h li:hover .date {
    color: #0488dc;
}

.more-info {
    position: absolute;
    right: 10px;
    color: #0488dc;
    top: 10px;
    cursor: pointer;
}

.zhbanner-item {
    float: left;
    width: calc(20% - 20px);
    margin: 10px;
    position: relative;
    cursor: pointer;
}

.zhbanner-item img {
    width: 100%;
}

.zhbanner-item .zhbanner-title {
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    color: white;
    font-size: 21px;
    text-align: center;
}

.sjbanner-item {
    float: left;
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    height: 180px;
}

.sjbanner-item-0 {}

.sjbanner-item-2 {
    margin-top: 30px;
}

.sjbanner-item-1 {
    float: right;
}

.sjbanner-item-3 {
    float: right;
    margin-top: 30px;
}

.sjbanner-item img {
    width: 100%;
    height: 180px;
}

.sjbanner-item .sj-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #333;
    font-size: 21px;
    text-align: left;
}

.f-links {
    color: #333;
    line-height: 40px;
    float: left;
    width: 25%;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

.f-links:hover {
    color: #0488dc;
}

.lp-card {
    width: calc(50% - 40px);
    float: left;
    background-color: white;
    padding: 15px;
    min-height: 389px;
}

.wlink {
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}

.left-menu-item {
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
}

.left-menu-item.active {
    color: #0488dc;
}

.left-menu-item:hover {
    color: #0488dc;
}

.p-content {
    float: left;
    margin-left: 30px;
    width: calc(100% - 270px);
    min-height: 320px;
    background-color: white;
    padding: 25px;
    color: #333;
}

.p-title {
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    margin-left: 90px;
    margin-right: 90px;
}

.p-body {
    line-height: 25px;
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.p-body img {
    max-width: 90% !important;
    text-align: center;
}

.p-body .ql-align-center {
    text-align: center;
}

.l-list {

    list-style: none;
    font-size: 14px;
}

.l-list li {
    border-bottom: 1px solid #dedede;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
}

.l-list li .title {
    float: left;
    color: #333;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.l-list li .date {
    float: right;
    color: #333;
    width: 20%;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.nav-list {
    list-style: none;
}

.nav-list li a {
    text-decoration: none;
    color: unset;
}

.f-links a {
    text-decoration: none;
    color: unset;
}

.nav-list li {
    float: left;
    text-align: center;
    line-height: 60px;
    color: white;
    cursor: pointer;
}

.nav-list li.active {
    background-color: #2c3f89;
}

.nav-list li:hover {
    background-color: #2c3f89;
}

.nav-list li.has-nav {
    position: relative;
}

.hover-nav {
    position: absolute;
    z-index: 400;
    left: 0px;
    right: 0px;
    top: 57px;
    display: none;
}

.hover-nav li {
    background-color: white;
    border-bottom: 0px;
    background-color: #0488dc;
    display: block;
    margin: 0px;
    cursor: pointer;
    line-height: 60px;
    width: 100%;
    text-align: center;
}

.no-data {
    line-height: 350px;
    color: #999;
    text-align: center;
}

.p-body p {
    text-indent: 24px;

}