/* 轮播图 */
.slideshow {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}

.slideshow .whole-header {
    position: fixed;
    top: 0;
    left: 0;
}

.slideshow .img {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0;
    z-index: -1;
    margin-top: 204px;
}

.slideshow .img-bg {
    margin-top: 204px;
    width: 100%;
}

.content {
    display: flex;
    margin: 48px auto 0;
    width: 1440px;
    min-height: 600px;
    background-color: #FFFFFF;
}

.left-menu {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 326px;
    min-height: 84px;
    text-align: center;
}

.left-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 326px;
    background-color: rgba(129, 163, 226, 0.19);
    text-align: center;
}

.left-menu-title {
    margin-top: -100px;
    width: 326px;
    height: 84px;
    line-height: 84px;
    background-color: rgb(2,68,149,0.5);
    background-size: 100%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 38px;
}

.left-menu-content {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 260px;
    height: 60px;
    line-height: 60px;
    background-color: #F7F8FA;
    color: rgba(16, 16, 16, 1);
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.left-menu-list a:nth-child(1) .left-menu-content {
    margin-top: 15px;
}

.left-menu-content .text {
    margin-right: 60px;
}

.left-menu-content:hover {
    color: #FFFFFF;
    background-color: #01488e;
    transition: 0.3s all;
    z-index: 2;
}

.select-menu-content {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    background-color: #01488e;
}

.right-content {
    margin-left: 70px;
    width: 72%
}

.right-content .right-content-top-title {
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    height: 30px;
}

.right-content .right-content-top-title .text {
    margin-left: 5px;
    font-size: 14px;
    text-align: left;
}

.right-content .right-content-top-title .text span a:hover {
    color: #2d6dd8;
}

.right-content .right-content-top-title .top-title {
    display: flex;
    width: auto;
    height: 20px;
}

.right-content .right-content-top-title .top-title .position-img {
    width: 20px;
    height: 20px;
}

.right-content .line {
    height: 3px;
    width: 100%;
    background-color: #cccccc;
}

.right-content .right-content-top-title .right-content-lm {
    font-weight: bold;
    float: left;
    min-width: 72px;
    color: #01488e;
    font-size: 18px;
    border-bottom: 3px solid #01488e;
    margin-bottom: -3px;
}

.right-content .right-content-list {
    width: 100%;
    margin-top: 20px
}

.right-content .right-content-list .right-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2d6dd850;
}

.right-content .right-content-list .small-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2d6dd8;
}

.right-content .right-content-list a:hover {
    color: #01488e;
}

.right-content .right-content-list .list-item {
    cursor: pointer;
    line-height: 52px;
    height: 52px;
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.right-content .right-content-list .list-item:nth-child(2n) {
    background-color: #F7F8FA;
}

.right-content .right-content-list .list-item a {
    line-height: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.right-content .right-content-list .list-item:hover p {
    color: #2d6dd8;
}

.right-content .right-content-list .list-item .span {
    display: block;
    flex: 10;
    width: 600px;
    font-size: 18px;
    margin-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.right-content .right-content-list .list-item .p {
    margin-right: 50px;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: left;
}

.right-content .right-content-pager {
    width: 68%;
    margin: 20px auto;
    height: 29px;
    line-height: 29px;
    color: #101010;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular
}

.right-content .row {
    width: 911px !important;
}

.right-content .page-container {
    margin: 20px auto !important;
}

.right-content-writing {
    width: 100%;
    height: auto;
    margin-top: 37px
}

.right-content-writing .right-content-title {
    width: 100%;
    min-height: 29px;
    font-weight: 600;
    color: #01488e;
    font-size: 20px;
    text-align: center;
}

.right-content-writing .right-content-briefly {
    margin: 20px auto 23px;
    width: 90%;
    line-height: 49px;
    height: 49px;
    background-color: #f7f8fa;
    color: #101010;
    font-size: 14px;
    text-align: center;
    font-family: Roboto
}

.right-content-writing .right-content-briefly span {
    margin-right: 6%
}

.right-content-writing .right-content-text {
    height: auto !important;
    width: 90%;
    margin: 20px auto;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    line-height: 26px;
    height: 26px;
}

.right-content-text p {
    width: 100%;
    white-space: pre-wrap;
    text-indent: 2em;
}

.right-content-writing .inner-img {
    position: relative;
    margin-bottom: 200px;
    width: 678px;
    margin-left: 170px;
    height: 484px;
}

.right-content-writing .inner-img img {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.right-content-writing .right-content-text span {
    width: auto;
}

.action-bar {
    width: 100%;
    height: 24px;
    margin-bottom: 200px;
}

.action-bar-box {
    position: relative;
    left: 45%;
    display: flex;
    justify-content: space-between;
    width: 700px;
    height: 24px;
    color: rgba(16, 16, 16, 1);
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.action-bar-box .page {
    display: flex;
    width: 540px;
    height: 24px;
    align-items: center;
    justify-content: space-between;
}

.action-bar-box .page .number {
    color: #2453de;
}

.action-bar-box .page div {
    height: 24px;
    line-height: 24px;
}

.action-bar-box .page span {
    display: block;
    height: 24px;
    line-height: 24px;
}

.action-bar-box .input-box {
    width: 51px;
    height: 29px;
}

.action-bar-box .input-box input {
    width: 100%;
    height: 22px;
    border: 1px solid rgba(187, 187, 187, 1);
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}
