.little-title {
    font-size: 1.25vw
}

.bold {
    font-weight: bold
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

video {
    -o-object-fit: cover;
    object-fit: cover
}

#mouse {
    width: 50px;
    height: 60px;
    background-image: url(/image/gongxueyuan/robot.png);
    background-size: cover;
    z-index: 10000;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: fixed
}

.header-div {
    width: 100%;
    height: auto;
    background-color: #2651d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 40vw;
    background-image: url(/image/gongxueyuan/bg-pic.JPG);
    background-size: 100%;
    background-repeat: no-repeat
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%
}

.header-left p {
    margin-left: 2%;
    margin-top: 7%;
    color: #fff;
    font-size: 1.25vw
}

.header-left .photo {
    width: 80%;
    margin-left: 5%;
    height: 6.4vw
}

.header-left .motto {
    width: 40%;
    height: 30%;
    margin: 3% 0 0 5%;
    opacity: 50%
}

.header-nav {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%
}

.navs {
    background-image: url(/image/gongxueyuan/bg-pic.JPG);
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 100;
    width: 100%
}

.header-btli {
    float: left;
    width: 10%;
    text-align: center
}

.header-navlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-navlist a {
    color: #fff;
    display: inline-block;
    font-size: 1.25vw;
    width: 100%;
    text-decoration: none;
    padding-top: 10%;
    padding-bottom: 10%
}

.header-droplist {
    width: 14%;
    margin-left: -2.5%;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0px 1px 2px 0px #2651d9;
    box-shadow: 0px 1px 2px 0px #2651d9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    text-align: center;
    background: #fff
}

.header-droplist a {
    color: #000;
    padding-top: 5%;
    padding-bottom: 5%
}

.header-droplist a:hover {
    color: #2651d9
}

.header-btli:hover .header-droplist {
    display: block;
    z-index: 100
}

.carousel-top {
    position: relative;
    margin-top: 10vw;
    max-height: 65vh;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    overflow: hidden
}

.carousel-inner {
    max-width: 100%;
    max-height: 1000px;
    overflow: hidden;
    position: relative
}

.toutu {
    margin: auto;
    display: block;
    width: 100%;
    height: 65vh;
    margin-top: 0px
}

.animation1 {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important
}

.animation2 {
    -webkit-animation-delay: .9s !important;
    animation-delay: .9s !important
}

.animation3 {
    -webkit-animation-delay: .9s !important;
    animation-delay: .9s !important
}

.animation4 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important
}

.animation5 {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important
}

.animation6 {
    -webkit-animation-delay: 3.5s !important;
    animation-delay: 3.5s !important
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 199deg
}

@property --angle2 {
    syntax: "<angle>";
    inherits: false;
    initial-value: 71deg
}

.g-container {
    position: relative;
    margin: auto;
    width: 200px
}

.g-container .g-main {
    position: relative;
    z-index: 1
}

.svg-left1 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 70% !important;
    top: 0
}

.g-svg1 {
    --color: #2651d9;
    position: absolute;
    width: 240px;
    height: 50px;
    top: 5px;
    right: -90%
}

.g-svg1 .svg-up {
    width: 200px;
    height: 50px
}

.g-svg1 .svg-up .g-short-line {
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: var(--color)
}

.g-svg1 .svg-up .g-shadow {
    --offset: -30;
    --offsetEnd: -350;
    stroke-dasharray: 10, 320;
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: #fff
}

.g-svg1 .svg-up .g-little-center {
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: var(--color)
}

.g-svg1 .svg-up .g-center-shadow {
    --offset: -30;
    --offsetEnd: -350;
    stroke-dasharray: 10, 320;
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: #fff
}

.g-svg {
    --color: #2651d9;
    position: absolute;
    width: 240px;
    height: 50px;
    right: -120%;
    top: 40px
}

.g-svg svg {
    width: 480px;
    height: 50px
}

.g-svg .g-short-line {
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: var(--color)
}

.g-svg .g-shadow {
    --offset: -30;
    --offsetEnd: -350;
    stroke-dasharray: 10, 320;
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: #fff
}

.g-svg .g-little-center {
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: var(--color)
}

.g-svg .g-center-shadow {
    --offset: -30;
    --offsetEnd: -350;
    stroke-dasharray: 10, 320;
    stroke-dashoffset: var(--offset);
    -webkit-animation: move 2.4s infinite linear;
    animation: move 2.4s infinite linear;
    stroke: var(--color)
}

.svg-left {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 100% !important
}

-gradient {
    position: absolute;
    left: -200px;
    top: 50px;
    width: 200px;
    height: 100px;
    background: #ddd;
    -webkit-mask: linear-gradient(#000, #000 2px, transparent 2px, transparent), linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent);
    mask: linear-gradient(#000, #000 2px, transparent 2px, transparent), linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent)
}

-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background: conic-gradient(from var(--angle), transparent, #fc0, #ff5722 45deg, transparent 45deg);
    -webkit-animation: angleChange 2.4s infinite ease-in-out;
    animation: angleChange 2.4s infinite ease-in-out
}

@-webkit-keyframes move {
    0% {
        stroke-dashoffset: var(--offset)
    }

    100% {
        stroke-dashoffset: var(--offsetEnd)
    }
}

@keyframes move {
    0% {
        stroke-dashoffset: var(--offset)
    }

    100% {
        stroke-dashoffset: var(--offsetEnd)
    }
}

@-webkit-keyframes angleChange {
    0% {
        --angle: 199deg
    }

    100% {
        --angle: 420deg
    }
}

@keyframes angleChange {
    0% {
        --angle: 199deg
    }

    100% {
        --angle: 420deg
    }
}

@-webkit-keyframes angleChange2 {
    0% {
        --angle2: 71deg
    }

    100% {
        --angle2: 297deg
    }
}

@keyframes angleChange2 {
    0% {
        --angle2: 71deg
    }

    100% {
        --angle2: 297deg
    }
}

@-webkit-keyframes positionMove {
    0% {
        background-size: 100% 100%, 100% 100%
    }

    10%,
    100% {
        background-size: 100% 0, 100% 100%
    }
}

@keyframes positionMove {
    0% {
        background-size: 100% 100%, 100% 100%
    }

    10%,
    100% {
        background-size: 100% 0, 100% 100%
    }
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news .subject-title {
    position: relative;
    margin-top: 3%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%
}

.news .subject-title .title {
    text-align: center;
    font-size: 1.75vw;
    color: #2651d9;
    font-weight: bold
}

.news .subject-title .more {
    text-align: center;
    font-size: 1.5vw
}

.news .subject-title .more a {
    color: #71859b;
    text-decoration: none
}

.news .subject-title .more a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.news .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news .news-box .left {
    max-width: 60%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .news-box .left .news-pic {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%
}

.news .news-box .under-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2%
}

.news .news-box .under-list .under-list-content {
    width: 33%
}

.news .news-box .under-list .under-list-content:hover {
    background-color: #f3f6fb;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2651d9
}

.news .news-box .under-list .under-list-content a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-right: 1%
}

.news .news-box .under-list .under-list-content a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.news .news-box .under-list .under-list-content a img {
    width: 100%;
    height: 200px
}

.news .news-box .under-list .under-list-content a p {
    text-align: center;
    font-size: 1.25vw
}

.news .news-box .right {
    width: 36%;
    background-color: #f3f6fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .news-box .right .right-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 40%
}

.news .news-box .right .right-list .right-content {
    height: 5vw;
    margin-bottom: 4.75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2651d9;
    white-space: nowrap;
    width: 100%
}

.news .news-box .right .right-list .right-content .list-a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.6vw;
    padding: 0 1.562vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    color: #f3f6fb;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid hsla(0, 0%, 100%, .5)
}

.news .news-box .right .right-list .right-content .list-a .date {
    display: block;
    unicode-bidi: isolate;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px 0 0
}

.news .news-box .right .right-list .right-content .list-a .date .day {
    font-size: 1.75vw;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-right: 24px;
    margin-left: 10px
}

.news .news-box .right .right-list .right-content .list-a .date .year {
    font-size: 1.25vw
}

.news .news-box .right .right-list .right-content .list-a .little-title {
    margin-left: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.part-two {
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%
}

.part-two .party {
    margin-right: 1%;
    width: 50%
}

.part-two .party .subject-title {
    position: relative
}

.part-two .party .subject-title .title {
    text-align: center;
    font-size: 1.75vw;
    color: #2651d9;
    font-weight: bold
}

.part-two .party .subject-title .more {
    text-align: center;
    font-size: 1.5vw
}

.part-two .party .subject-title .more a {
    color: #71859b;
    text-decoration: none
}

.part-two .party .subject-title .more a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.part-two .party .left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3%
}

.part-two .party .left-list .left-content {
    width: 49%;
    height: 250px
}

.part-two .party .left-list .left-content:hover {
    background-color: #f3f6fb;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2651d9
}

.part-two .party .left-list .left-content a {
    display: block;
    color: #000;
    text-decoration: none
}

.part-two .party .left-list .left-content a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #f3f6fb
}

.part-two .party .left-list .left-content a .party-pic {
    width: 100%;
    height: 250px
}

.part-two .party .left-list .left-content a .little-title {
    padding-top: 4%;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.part-two .party .party-under-list {
    margin-top: 6%
}

.part-two .party .party-under-list .under-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9%
}

.part-two .party .party-under-list .under-list .party-under-content {
    width: 49%;
    height: 8vw;
    margin-top: 4%;
    padding: 2%;
    background-color: #f3f6fb;
    position: relative
}

.part-two .party .party-under-list .under-list .party-under-content a {
    height: 8.333vw;
    color: #2651d9;
    text-decoration: none
}

.part-two .party .party-under-list .under-list .party-under-content .little-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.part-two .party .party-under-list .under-list .party-under-content .date {
    position: absolute;
    top: 5vw;
    font-size: 1.25vw
}

.part-two .party .party-under-list .under-list .party-under-content:hover {
    color: #fff;
    background-color: #2651d9;
    -webkit-transition: background-image .5s ease-in-out;
    transition: background-image .5s ease-in-out;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.part-two .party .party-under-list .under-list .party-under-content:hover a {
    color: #fff;
    background-color: #2651d9;
    -webkit-transition: background-image .5s ease-in-out;
    transition: background-image .5s ease-in-out;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.part-two .team {
    width: 50%;
    margin-left: 1%
}

.part-two .team .team-bg {
    background-color: #f3f6fb
}

.part-two .team .subject-title {
    position: relative
}

.part-two .team .subject-title .svg-right {
    width: 180px
}

.part-two .team .subject-title .title {
    text-align: center;
    font-size: 1.75vw;
    color: #2651d9;
    font-weight: bold
}

.part-two .team .subject-title .more {
    text-align: center;
    font-size: 1.5vw
}

.part-two .team .subject-title .more a {
    color: #71859b;
    text-decoration: none
}

.part-two .team .subject-title .more a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.part-two .team .right {
    width: 100%
}

.part-two .team .right .right-list {
    margin-top: 3%;
    background-color: #f3f6fb
}

.part-two .team .right .right-list .right-content a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4vw;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2651d9;
    text-decoration: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.part-two .team .right .right-list .right-content a .date {
    display: block;
    unicode-bidi: isolate;
    padding: 0 10px 0 0;
    float: right;
    font-size: 1.25vw
}

.part-two .team .right .right-list .right-content a .little-title {
    margin-left: 20px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.part-two .team .right .right-list .right-content a:hover {
    color: #fff;
    background-color: #2651d9
}

.part-two .team .left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5%
}

.part-two .team .left-list .left-content {
    width: 49%;
    height: 280px
}

.part-two .team .left-list .left-content:hover {
    background-color: #f3f6fb;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2651d9
}

.part-two .team .left-list .left-content a {
    display: block;
    color: #000;
    text-decoration: none
}

.part-two .team .left-list .left-content a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.part-two .team .left-list .left-content a .party-pic {
    width: 100%;
    height: 230px
}

.part-two .team .left-list .left-content a .little-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.subject {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%
}

.subject .subject-title .title {
    text-align: center;
    font-size: 1.75vw;
    color: #2651d9;
    font-weight: bold
}

.subject .subject-title .more {
    text-align: center;
    font-size: 1.5vw
}

.subject .subject-title .more a {
    color: #71859b;
    text-decoration: none
}

.subject .subject-title .more a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.subject .body-4-content {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subject .body-4-content ul {
    width: 100%;
    padding: 0%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subject .body-4-content ul li {
    width: 16%;
    position: relative;
    height: 300px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border: 3px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden
}

.subject .body-4-content ul li img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.subject .body-4-content ul li .body-4-content-box .body-4-content-date {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 160, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 84, 160, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
    height: 300px;
    position: absolute;
    top: 0%;
    left: 0;
    margin: 0;
    padding: 16px;
    width: 100%;
    font-size: 1.75vw;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-orientation: upright;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.subject .body-4-content ul li .body-4-content-box .introduction {
    color: #fff;
    position: absolute;
    height: 200px;
    top: 20%;
    left: 15%;
    margin: 0;
    padding: 16px;
    width: 100%;
    font-size: 1.25vw;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-orientation: upright;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    overflow-wrap: break-word
}

.figure-big-box {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%
}

.figure-big-box .subject-title .title {
    text-align: center;
    font-size: 1.75vw;
    color: #2651d9;
    font-weight: bold
}

.figure-big-box .subject-title .more {
    text-align: center;
    font-size: 1.75vw
}

.figure-big-box .subject-title .more a {
    color: #71859b;
    text-decoration: none
}

.figure-big-box .subject-title .more a:hover {
    color: #2651d9;
    -webkit-transition: .5s;
    transition: .5s
}

.figure-big-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2% 0
}

.figure-big-box .top .classification {
    width: 50%;
    z-index: 99;
    white-space: nowrap
}

.figure-big-box .top .classification .name {
    margin-right: 2%;
    font-size: 1.5vw;
    color: #2651d9;
    text-decoration: none;
    cursor: pointer
}

.figure-big-box .figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 35vw;
    overflow: hidden
}

.figure-big-box .figure .figure-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-animation: rolling 30s linear infinite;
    animation: rolling 30s linear infinite;
    position: absolute
}

.figure-big-box .figure .figure-content:hover {
    cursor: pointer;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.figure-big-box .figure .figure-content .box {
    width: 35%;
    margin: 0 15px 0 0
}

.figure-big-box .figure .figure-content .box:hover {
    background-color: #f3f6fb;
    -webkit-transition: .5s;
    transition: .5s;
    color: #2651d9
}

.figure-big-box .figure .figure-content .box .figure-box {
    display: block
}

.figure-big-box .figure .figure-content .box .figure-box .figure-pic {
    width: 20vw;
    height: 23vw
}

.figure-big-box .figure .figure-content .box .detail .figure-box-title {
    margin-top: 2%;
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.figure-big-box .figure .figure-content .box .detail p {
    margin-top: 10%;
    padding: 0 2% 0 2%;
    border-left: 6px solid #2651d9;
    font-size: 1.25vw;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.shifang-homepage-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px
}

.shifang-homepage-title .tongzhi {
    color: #fcca00;
    font-size: 30px;
    font-style: italic
}

.shifang-homepage-title .more {
    color: #fff;
    font-size: 30px;
    padding-left: 10px
}

.box-imgList {
    margin-top: 20px;
    height: 200px;
    position: relative;
    margin: 20px
}

.box-imgList .imgList:hover {
    cursor: pointer;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.box-imgList .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-imgList .imgList div div {
    color: #fff;
    text-align: center
}

.box-imgList .imgList div img {
    height: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px
}

@-webkit-keyframes rolling {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes rolling {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.beijing {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%
}

.beijing .quick-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.beijing .quick-title .kuaisu-wenzi {
    margin-top: 5%;
    color: #2651d9;
    font-size: 1.75vw;
    font-weight: bold
}

.beijing .quick-title .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2%;
    margin-top: 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.beijing .quick-title .right .right-pic1 .img1 {
    padding: 6px;
    background-color: #fff;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    -webkit-transition: 1s;
    transition: 1s
}

.beijing .quick-title .right .right-pic1 .img2 {
    padding: 6px;
    background-color: #2651d9;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    display: none
}

.beijing .quick-title .right .right-pic1:hover .img1 {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic1:hover .img2 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic1 .code {
    padding: 0;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 1s;
    transition: 1s;
    display: none;
    pointer-events: none;
    position: absolute
}

.beijing .quick-title .right .right-pic1:hover .code {
    width: 6vw;
    height: 6vw;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    left: -1vw;
    bottom: 140%;
    z-index: 1000
}

.beijing .quick-title .right .right-pic2 .img1 {
    padding: 6px;
    background-color: #fff;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    -webkit-transition: 1s;
    transition: 1s
}

.beijing .quick-title .right .right-pic2 .img2 {
    padding: 6px;
    background-color: #2651d9;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    display: none
}

.beijing .quick-title .right .right-pic2:hover .img1 {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic2:hover .img2 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic2 .code {
    padding: 0;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 1s;
    transition: 1s;
    display: none;
    pointer-events: none;
    position: absolute
}

.beijing .quick-title .right .right-pic2:hover .code {
    width: 6vw;
    height: 6vw;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 140%;
    left: 2vw;
    z-index: 1000
}

.beijing .quick-title .right .right-pic3 .img1 {
    padding: 6px;
    background-color: #fff;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    -webkit-transition: 1s;
    transition: 1s
}

.beijing .quick-title .right .right-pic3 .img2 {
    padding: 6px;
    background-color: #2651d9;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    display: none
}

.beijing .quick-title .right .right-pic3:hover .img1 {
    display: none;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic3:hover .img2 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.beijing .quick-title .right .right-pic3 .code {
    padding: 0;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 1s;
    transition: 1s;
    display: none;
    pointer-events: none;
    position: absolute
}

.beijing .quick-title .right .right-pic3:hover .code {
    width: 6vw;
    height: 6vw;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 140%;
    z-index: 1000
}

.beijing .kuaisu-fenjiexian {
    width: 100%;
    height: 2px;
    margin-top: 2%;
    background-color: #2651d9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.kuaisu-neirong {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding: 3%
}

.kuaisu-neirong .tubiao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.kuaisu-neirong .tubiao a {
    text-decoration: none;
    color: #2651d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5vw
}

.kuaisu-neirong .tubiao .flipper {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    position: relative
}

.kuaisu-neirong .tubiao .flipper .pic-img {
    width: 64px;
    height: 64px
}

.kuaisu-neirong .tubiao .flipper .front {
    z-index: 2
}

.kuaisu-neirong .tubiao .flipper:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

ul,
li {
    list-style: none
}

.content-div {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-left {
    float: left;
    width: 20%;
    height: auto;
    margin-left: 4%;
    margin-top: 4%
}

.content-ul {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f4), to(#eef5f9));
    background: linear-gradient(to bottom, #f3f4f4, #eef5f9)
}

.list-img {
    width: 100%
}

.content-li {
    position: relative
}

.content-li.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #2651d9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease, left .3s ease;
    transition: width .3s ease, left .3s ease
}

.content-li a {
    display: block;
    color: #000;
    font-size: 1.3vw;
    line-height: 10vh;
    font-weight: bold;
    text-align: center;
    position: relative;
    text-decoration: none
}

.content-li a.active {
    color: #fff;
    background-color: #2651d9
}

.content-li a:hover:not(.active):before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    border-bottom: 2px solid #2651d9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.content-li a.active {
    color: #fff;
    background-color: #2651d9
}

.content-li a:hover:not(.active) {
    color: #2651d9;
    position: relative
}

.content-li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #2651d9;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.content-right {
    margin-top: 5%;
    float: left;
    width: 64%;
    height: auto;
    margin-left: 4%;
    margin-bottom: 5%
}

.content-right span.lanse {
    color: #2651d9;
    font-size: 1.5vw;
    font-weight: bold
}

.content-right p {
    font-size: 1.3vw;
    text-indent: 2em
}

.content-right hr {
    height: 1px;
    border: none;
    background-color: #bbb;
    margin-top: 5%;
    margin-bottom: 2%;
    width: 100%
}

.navigation {
    float: right;
    margin-top: 3.5%
}

.navigation a {
    text-indent: 2em;
    font-weight: bold;
    color: #000;
    font-size: 1.2vw
}

.navigation a:hover {
    color: #2651d9
}

.subpage-list li {
    height: 5vw;
    list-style-type: disc;
    font-size: 1.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subpage-list span.lanse {
    color: #2651d9;
    font-size: 1.5vw;
    font-weight: bold
}

.subpage-list li:hover,
.subpage-list a:hover {
    color: #2651d9;
    -webkit-transition: .3s;
    transition: .3s
}

.subpage-list a {
    display: block;
    width: 70%;
    margin-top: 2%;
    overflow: hidden;
    text-decoration: none;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.25vw;
    color: #000
}

.subpage-list .subpage-list-time {
    margin-top: 2%
}

.fenye {
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.fenye div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3vw;
    height: 3vw;
    color: #000;
    text-decoration: none;
    border-radius: 30%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2vw;
    font-size: 1.25vw
}

.fenye div:hover {
    background-color: #2651d9;
    color: #fff
}

.fenye p {
    margin-left: 2vw
}

.fenye input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    border-radius: 10%;
    margin-left: 1.25vw;
    outline: none;
    text-align: center
}

.fenye .active {
    background-color: #2651d9;
    color: #fff
}

.fenye .aa {
    width: 5vw;
    border-radius: 10%
}

.fenye .bb {
    width: 3vw;
    border-radius: 10%
}

* {
    margin: 0;
    padding: 0
}

ul,
ol {
    margin-bottom: 0
}

.selected {
    border-bottom: 2px solid #2651d9
}

.page-left-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jiaoshi-neirong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jiaoshi-neirong a {
    -webkit-text-decoration: dashed;
    text-decoration: dashed
}

.jiaoshi-neirong .tupian {
    text-align: center;
    width: 30%;
    margin-left: 2%;
    margin-right: 1%;
    margin-bottom: 3%;
    cursor: pointer
}

.jiaoshi-neirong .tupian img {
    width: 100%;
    height: 19vw
}

.jiaoshi-neirong .tupian .juti {
    background-color: #f3f6fb;
    border: #f3f6fb solid 1px;
    text-align: left;
    padding-left: 1vw;
    padding-right: 1vw;
    height: 8vw
}

.jiaoshi-neirong .tupian .juti .mingzi {
    font-size: 1.2vw;
    color: rgba(42, 41, 41, .7411764706);
    font-weight: normal;
    margin-top: 5%
}

.jiaoshi-neirong .tupian .juti .zhiwei {
    font-size: 1vw;
    margin-top: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 0%;
    color: #878181
}

.jiaoshi-neirong .tupian .juti .jianjie {
    font-size: 1vw;
    margin-top: 2%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-indent: 0%;
    color: #878181
}

.search {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-shadow: 0 0 3px 0px #fff;
    box-shadow: 0 0 3px 0px #fff;
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
    z-index: 101;
    top: 2%;
    right: 5%
}

.search input {
    width: 0px;
    padding: 0;
    font-size: 1.25vw;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 1s linear;
    transition: 1s linear;
    display: none;
    pointer-events: none
}

.search .img1 {
    padding: 6px;
    background-color: #fff;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    -webkit-transition: 1s;
    transition: 1s
}

.search .img2 {
    padding: 6px;
    background-color: #2651d9;
    border-radius: 25px;
    width: 40px;
    height: auto;
    margin-right: 5px;
    -webkit-transition: 1s;
    transition: 1s;
    display: none
}

.search:focus-within {
    width: 270px;
    border: 2px solid #2651d9;
    background-color: #fff
}

.search:focus-within input {
    display: inline-block;
    width: 210px;
    pointer-events: auto
}

.search:focus-within .img1 {
    display: none
}

.search:focus-within .img2 {
    display: block
}

.search:hover {
    width: 270px;
    border: 2px solid #2651d9;
    background-color: #fff
}

.search:hover input {
    display: inline-block;
    width: 210px;
    pointer-events: auto
}

.search:hover .img1 {
    display: none
}

.search:hover .img2 {
    display: block
}

.a-input {
    height: calc(1.5em + 1.3rem + 2px)
}

.margin-left {
    margin-left: 0px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    color: #007bff;
    border-color: #007bff
}

.footer {
    background-color: #2651d9
}

.pic-foot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #2651d9
}

.pic {
    position: relative;
    width: 100%;
    height: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pic-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    color: #fff;
    font-size: 1.25vw
}

.yuanhuip {
    height: 5vw
}

.footer-bgpic {
    width: 100%;
    position: absolute;
    opacity: .3;
    top: 30%
}

.new-files {
    margin-top: 50px;
    margin-left: 30px
}

.new-files div {
    font-size: 14px
}

.new-files a {
    font-size: 14px
}

.lunbotu {
    height: 25vw
}

.allp {
    position: relative;
    z-index: 100
}

.shangxia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shangxia a {
    display: block;
    color: #000;
    font-size: 1.25vw
}

.shangxia a:hover {
    color: #007bff
}

.list-body-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-body-2 .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%
}

.list-body-2 .containers .list-body-2-right {
    width: 72%
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .news-break {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .news-break a {
    color: #000;
    font-size: 12px;
    text-decoration: none
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .top-hr {
    width: 100%;
    height: 2px;
    background-color: #eee
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .news-title {
    color: #9e2424;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .news-release {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #aaa
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .bottom-hr {
    width: 100%;
    height: 3px;
    background-color: #9e2424;
    margin-top: 30px;
    margin-bottom: 30px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-title .printHtml {
    color: #000;
    cursor: pointer;
    font-size: 16px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-content img {
    max-width: 500px;
    height: auto
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip {
    margin-top: 10px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .prev-news {
    width: 100%
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .prev-news .prev {
    color: #9e2424;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(200, 200, 200, .1);
    font-size: 12px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .prev-news a {
    color: #000;
    text-decoration: none;
    font-size: 12px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .next-news {
    width: 100%
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .next-news .next {
    color: #9e2424;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(200, 200, 200, .1);
    font-size: 12px
}

.list-body-2 .containers .list-body-2-right .list-body-2-right-skip .next-news a {
    color: #000;
    text-decoration: none;
    font-size: 12px
}

.list-body-2 .containers .list-body-2-newsList {
    width: 25%;
    white-space: nowrap;
    padding: 10px;
    padding-top: 20px;
    background-color: rgba(0, 84, 160, .1);
    position: sticky;
    top: 90px;
    -webkit-transition: position .3s ease;
    transition: position .3s ease
}

.list-body-2 .containers .list-body-2-newsList .list-body-2-newsList-title {
    font-size: 1.75vw;
    font-weight: bolder;
    color: #2651d9
}

.list-body-2 .containers .list-body-2-newsList ul {
    width: 100%;
    list-style: none;
    padding: 0%;
    margin: 0%;
    margin-bottom: 3vh
}

.list-body-2 .containers .list-body-2-newsList ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7vh;
    border-bottom: 1px solid #ddd
}

.list-body-2 .containers .list-body-2-newsList ul li a {
    width: 75%;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 1vw;
    white-space: nowrap
}

.list-body-2 .containers .list-body-2-newsList ul li a:hover {
    color: #9e2424
}

.list-body-2 .containers .list-body-2-newsList ul li div {
    font-size: .8vw;
    cursor: default;
    color: #2651d9
}

.list-body-2 .containers .list-body-2-newsList .cduestc-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
}

.content-li .gaoliang::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #2651d9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease, left .3s ease;
    transition: width .3s ease, left .3s ease
}

@media screen and (max-width: 640px) {
    .toutu {
        height: 20vh !important
    }

    .under-list .under-list-content img {
        height: 50px !important
    }

    .part-two img {
        height: 50px !important
    }

    .part-two .left-content {
        height: 100px !important
    }

    .part-two .under-list .party-under-content {
        height: 50px !important
    }

    .part-two .under-list .party-under-content .date {
        position: relative !important;
        top: 0 !important
    }

    .figure-big-box .figure .figure-content .box .detail p {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .g-svg1 {
        display: none
    }

    .g-svg {
        display: none
    }

    #mouse {
        display: none
    }

    .toutu {
        height: 45vh
    }

    .news-box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .news-box .left {
        max-width: 100% !important
    }

    .news-box .right {
        width: 100% !important
    }

    .news-box .right li {
        height: auto !important
    }

    .under-list .under-list-content img {
        height: 100px !important
    }

    .part-two {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .part-two .party {
        width: 100%
    }

    .part-two .team {
        width: 100%;
        margin-top: 5%
    }

    .part-two img {
        height: 150px !important
    }

    .part-two .left-content {
        height: 200px !important
    }

    .body-4-content ul li {
        height: 150px !important
    }

    .figure-big-box .figure .figure-content .box .detail p {
        margin-top: 0 !important
    }

    .beijing .quick-title .right .img1 {
        width: 32px !important;
        height: 32px !important
    }

    .beijing .quick-title .right .img2 {
        width: 32px !important;
        height: 32px !important
    }

    .row {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .kuaisu-neirong .pic-img {
        width: 32px !important;
        height: 32px !important
    }

    .search {
        height: 16px;
        width: 16px
    }

    .search .img1 {
        width: 24px;
        margin-right: 0
    }

    .search .img2 {
        width: 24px;
        margin-right: 0
    }

    .search:hover {
        width: 100px
    }

    .search:hover input {
        width: 50px
    }

    .content-li a {
        line-height: 5vh
    }

    .share img {
        width: 24px !important;
        height: 24px !important
    }

    .share .cduestc-share-wechat {
        width: 24px !important;
        height: 24px !important
    }

    .share .cduestc-share-qq {
        width: 24px !important;
        height: 24px !important
    }

    .share .cduestc-share-weibo {
        width: 24px !important;
        height: 24px !important
    }

    .share .cduestc-share-qzone {
        width: 24px !important;
        height: 24px !important
    }
}

@media screen and (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 10 !important;
        -ms-flex: 10 !important;
        flex: 10 !important
    }
}

@media screen and (max-width: 460px) {
    .little-title {
        font-size: 12px
    }

    .header-navlist a {
        font-size: 10px
    }

    .carousel-indicators li {
        width: 15px
    }

    .subject-title .title {
        font-size: 16px !important
    }

    .more {
        font-size: 16px !important
    }

    .news .news-box .under-list .under-list-content a p {
        font-size: 12px
    }

    .figure-big-box .figure .figure-content .box .detail p {
        margin-top: 0 !important;
        font-size: 8px
    }

    .news .news-box .right .right-list .right-content .list-a .date {
        display: none
    }

    .part-two .team .right .right-list .right-content a {
        height: 6vw
    }

    .part-two img {
        height: 50px !important
    }

    .part-two .left-content {
        height: 50px !important
    }

    .part-two .under-list .party-under-content .date {
        position: relative !important;
        top: 0 !important;
        display: none
    }

    .part-two .party .party-under-list .under-list .party-under-content .date .date {
        display: none
    }

    .part-two .team .right .right-list .right-content a .date {
        font-size: 8px
    }

    .subject {
        margin-top: 15%
    }

    .figure-big-box .figure .figure-content .box .detail .figure-box-title {
        font-size: 12px
    }

    .figure-big-box .top .classification .name {
        font-size: 12px
    }

    .subject .body-4-content ul li img {
        height: 150px !important
    }

    .beijing .quick-title .kuaisu-wenzi {
        font-size: 16px
    }

    .beijing .quick-title .right .img1 {
        width: 32px !important;
        height: 32px !important
    }

    .beijing .quick-title .right .img2 {
        width: 32px !important;
        height: 32px !important
    }

    .row {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .kuaisu-neirong .tubiao a {
        margin-left: 5%
    }

    .kuaisu-neirong .tubiao {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .kuaisu-neirong .pic-img {
        width: 32px !important;
        height: 32px !important
    }

    .kuaisu-neirong .tubiao a {
        font-size: 12px
    }

    .footer-right p,
    .footer-left p {
        font-size: 12px
    }

    .yuanhuip {
        height: 15vw
    }

    .pic {
        height: 50vw
    }

    .footer-bgpic {
        top: 50%
    }

    .pic-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-left {
        display: none
    }

    .content-li a {
        font-size: 8px
    }

    .content-right span.lanse {
        font-size: 8px
    }

    .subpage-list li a {
        font-size: 8px
    }

    .content-li a {
        line-height: 3vh
    }

    .content-right p {
        display: none
    }

    .subpage-list-time {
        display: none
    }

    .subpage-list a {
        margin-top: 0;
        width: 100%;
        height: 3vw
    }

    .fenye div {
        font-size: 8px
    }

    .fenye .aa {
        font-size: 6px;
        white-space: nowrap
    }

    .news-release {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .list-body-2 .containers .list-body-2-right .list-body-2-right-content img {
        max-width: 100px !important
    }

    .list-body-2 .containers .list-body-2-newsList .list-body-2-newsList-title {
        display: none
    }

    .list-body-2 .containers .list-body-2-newsList ul {
        display: none
    }

    .list-body-2 .containers .list-body-2-newsList {
        width: 20%
    }

    .share .cduestc-share {
        display: block !important
    }

    .footer-right p,
    .footer-left p {
        margin-bottom: 0
    }
}

@media screen and (min-width: 2560px) {
    .part-two .party .party-under-list .under-list .party-under-content .date {
        position: absolute;
        top: 120px;
        font-size: 1.25vw
    }
}

.new-files {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-files .newfile-title {
    color: #9e2424
}

.new-files ul {
    list-style: none;
    margin: 0px;
    padding: 0%
}

.new-files ul li {
    padding-left: 16px;
    font-size: 14px
}

.new-files ul li a {
    text-indent: 2rem;
    text-decoration: none;
    color: #000
}

.new-files div {
    font-size: 14px
}
