
/* nav */
.list-nav-container {
    /* background-image: url(../images/navbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-color: #1b50a0; */
    background-color: #4775b1;
    min-width: 1366px;
}

.list-nav {
    font-size: 18px;
    width: 1366px;
    height: 72px;
    overflow: hidden;
}

.list-nav .list-nav-item {
    flex: 1;
    transition: all .3s;
}

.list-nav .list-nav-item .nav-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    overflow: hidden;
}

.list-nav .list-nav-item .nav-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 35px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    overflow: hidden;
}

.list-nav .list-nav-item:last-child .nav-item::after {
    content: '';
    position: absolute;
    background: none;
}

.list-nav .on,
.list-nav .list-nav-item:hover {
    background: rgba(255, 255, 255, .2);
}

.list-nav .list-nav-item .nav-item:hover {
    text-decoration: none;
}

/* crumbs */
.crumbs {
    font-size: 16px;
    padding-left: 41px;
    background-image: url(../images/bbdw.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 17px 22px;
}
/* content */
.content-container {
    padding: 38px 74px;
    border: 1px solid #b8cdf3;
}
.content-top {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #4675bd;
}
.content-center {
    margin-top: 40px;
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #888888;
}
.pageview {
    color: #4675bd;
}
.share-container {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 36px;
    background: url(../images/share-group-icon.png) no-repeat center left;
    overflow: hidden;
}
.share-container a {
    display: block;
    width: 34px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.content-bottom {
    font-size: 18px;
}
p {
    line-height: 38px;
    margin-top: 50px;
    text-indent: 2em;
    color: #333333;
}

.content-container {
    background-color: rgba(255, 255, 255, 1);
}

.content-container {
    padding: 38px 74px;
    border: 1px solid #b8cdf3;
    background-color: rgba(255, 255, 255, 1);
}

.crumbs a {
  color: #fff;
}

.crumbs {
  color: #fff;
}
}