@charset "utf-8";

/* 安保动态 */
.state {
    background-color: #f5f9ff;
    background-image: url(../images/state_bg.png);
    padding: 40px 0 100px;
}

.title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.title .txt {
    width: auto;
    height: 95px;
    background: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.title .txt .zw {
    margin-top: 28px;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.title .txt .zw p {
    font-size: 40px;
    line-height: 40px;
    color: #004E9F;
    font-family: SourceHanSerifSCBold;
}

.title .txt .zw p:nth-child(2) {
    color: #E4001D;
}

.title .txt .yw {
    font-family: Microsoft YaHei;
    margin-top: 9px;
    margin-left: 16px;
    font-size: 18px;
    line-height: 18px;
    color: #004E9F;
}

.state_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.state_left {
    margin-top: 50px;
    width: 67.5%;
    background-image: url(../images/state_banner_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    height: 720px;
}

.state_left_top {
    position: relative;
    width: 100%;
    height: 550px;
}

.state_left_top .image {
    display: flex;
    align-items: center;
}

.state_left_top .image .img {
    width: 67.222%;
    height: 100%;
    overflow: hidden;
}

.state_left_top .image .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.state_left_top .image:hover .img img {
    transform: scale(1.1);
}

.state_left_top .image .txt {
    width: 32.888%;
    height: 100%;
    background: url(../images/state_left_txt_bg.png);
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0 30px 0 30px;
}

.state_left_top .image .txt h3 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #FFFFFF;
    /* font-family: SourceHanSerifSCBold; */
}

.state_left_top .image .txt span {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 30px;
}

.state_left_top .image .txt p {
    margin-top: 32px;
    line-height: 32px;
    height: 192px;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
}

.state_left_top .slick-dots {
    bottom: 43px;
    right: 80px;
}

.state_left_top .slick-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    transition: all 1s ease-in-out;
}

.state_left_top .slick-dots .slick-active {
    width: 16px;
    height: 21px;
    background: url(../images/abdt_banner_dian.png);
}

.state_left_btm {
    margin-top: 25px;
    width: calc(100% - 47px);
    height: 70px;
    position: relative;
}

.state_left_btm .slick-prev,
.state_left_btm .slick-next {
    position: absolute;
    z-index: 9;
    font-size: 0;
    width: 19px;
    height: 49px;
    background-color: #2E91F7;
    border: none;
    top: calc(50% - 24.5px);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.state_left_btm .slick-prev:hover,
.state_left_btm .slick-next:hover {
    background-color: #FFA94C;
}

.state_left_btm .slick-prev {
    left: -19px;
    background-image: url(../images/zuojiantou.png);
}

.state_left_btm .slick-next {
    right: -19px;
    background-image: url(../images/youjiantou.png);
}

.state_left_btm .image a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.state_left_btm .image a::after {
    position: absolute;
    z-index: 9;
    content: "";
    width: 1px;
    height: 39px;
    background: #F5F9FF;
    right: 0;
    top: calc(50% - 19.5px);
}

.state_left_btm .image a .time {
    width: 78px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.state_left_btm .image a .time p {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.state_left_btm .image a .time p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    color: #004E9F;
    transition: color 0.3s ease-in-out;
}

.state_left_btm .image:hover a .time p:nth-child(1) {
    color: #FFA94C;
}

.state_left_btm .image a .time p:nth-child(2) {
    font-size: 14px;
    color: #fff;
    background-color: #004E9F;
    transition: all 0.3s ease-in-out;
}

.state_left_btm .image:hover a .time p:nth-child(2) {
    background-color: #FFA94C;
}

.state_left_btm .image a .line-2 {
    width: calc(100% - 98px);
    margin-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    /* font-family: SourceHanSerifSCBold; */
    transition: color 0.3s ease-in-out;
}

.state_left_btm .image:hover a .line-2 {
    color: #004E9F;
}

.state_right {
    width: 31%;
    margin-top: 20px;
}

.state_right li {
    border-bottom: 1px solid #dee4ed;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.state_right li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.state_right li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #004E9F;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease-in-out;
}

.state_right li:hover a::after {
    width: 100%;
}

.state_right li a p {
    font-size: 21px;
    color: #333333;
    line-height: 82px;
    padding-left: 35px;
    width: calc(100% - 65px);
    /* font-family: SourceHanSerifSCBold; */
    transition: color 0.3s ease-in-out;
}

.state_right li:hover a p {
    color: #004E9F;
}

.state_right li a span {
    font-size: 18px;
    color: #E4001D;
    white-space: nowrap;
    font-family: SourceHanSerifSCBold;
    transition: color 0.3s ease-in-out;
}

.state_right li:hover a span {
    color: #004E9F;
}

.state_right li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    background: url(../images/state_list_dp.png) no-repeat;
    left: 9px;
    top: calc(50% - 6.5px);
    background-size: contain;
}

.Party {
    background-color: #f5f9ff;
    background-image: url(../images/Party_bg.png);
    background-size: cover;
}

/* 通知公告 */

.Announcement {
    position: relative;
}

.main_logo {
    position: absolute;
    right: 0%;
    top: 100%;
    transform: translate(50%, -50%);
    opacity: .3;
    z-index: 0;
}

.main_logo .main_logom,
.main_logo:before {
    content: '';
    position: absolute;
    left: -46px;
    top: -46px;
    right: -46px;
    bottom: -46px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #004e9f;
    transform: rotate3d(1, 1, 1, 210deg);
}

.main_logo .main_logom {
    left: -75px;
    top: -105px;
    right: -27px;
    bottom: 30px;
    transform: rotate3d(1, 1, 1, 211deg);
    border-style: dashed;
    transform-style: preserve-3d !important;
    animation: orbitrotate 10s linear 0s normal none infinite;
}

@keyframes orbitrotate {
    0% {
        transform: rotateX(74deg) rotateY(342deg) rotateZ(0);
    }

    100% {
        transform: rotateX(74deg) rotateY(342deg) rotateZ(-360deg);
    }
}

.main_logo .main_logom .main_logomm {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d !important;
    transform: rotateX(-90deg) rotateY(0);
}

.main_logo .main_logom .logo_t {
    position: absolute;
    left: -15px;
    top: 223px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #004e9f;
    z-index: 100;
    border-radius: 50%;
    transform: rotateX(-90deg) rotateY(0);
    animation: planetrotate 10s linear 0s normal none infinite;
}

@keyframes planetrotate {
    0% {
        transform: rotateX(0) rotateY(0);
    }

    100% {
        transform: rotateX(0) rotateY(-360deg);
    }
}

.main_logo .main_logo_bg {
    display: inline-block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #004e9f;
    animation: sopplusReverse 20s linear 0s infinite both;
}

@keyframes sopplusReverse {
    to {
        transform: rotate(-360deg);
    }
}

.main_logo .main_logo_bg .logo_t {
    position: absolute;
    left: 150px;
    top: -12px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #004e9f;
    z-index: 100;
    border-radius: 50%;
}

.Announcement .w1600 {
    height: 753px;
    position: relative;
}

.Announcement_title {
    width: 72.8125%;
    height: 233px;
    background: linear-gradient(90deg, #085CB1, #2DCCC3);
    padding-left: 28px;
    padding-right: 70px;
    padding-top: 40px;
}

.Announcement_title .title .txt {
    background: url(../images/title_bg_.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.Announcement_title .title .txt p {
    color: #fff !important;
}

.Announcement_title .title {
    align-items: center;
}

.rtu {
    position: absolute;
    right: 0;
    top: 111px;
}

.Announcement .list .box {
    box-shadow: 0px 30px 27px 0px rgb(216 222 229);
    width: 29.375%;
    position: relative;
    z-index: 9;
    float: left;
}

.Announcement .list .box ul {
    background: #FFFFFF;
}

.Announcement .list .box .img {
    width: 100%;
    overflow: hidden;
}

.Announcement .list .box .img img {
    display: block;
}

.Announcement .list .box ul {
    padding: 25px 40px 20px;
}

.Announcement .list .box ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 51px;
}

.Announcement .list .box ul li a span {
    font-size: 19px;
    color: #8c9eb6;
    white-space: nowrap;
    position: relative;
}

.Announcement .list .box ul li a span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #c2d1e0;
    top: calc(50% - 7.5px);
    right: -18px;
}

.Announcement .list .box ul li a p {
    width: calc(100% - 83px);
    color: #333333;
    font-size: 19px;
    /* font-family: SourceHanSerifSCBold; */
    transition: color 0.3s ease-in-out;
}

.Announcement .list .box:nth-child(1) ul li:hover a p {
    color: #28C445;
}

.Announcement .list .box:nth-child(2) ul li:hover a p,
.Announcement .list .box:nth-child(3) ul li:hover a p {
    color: #004E9F;
}

.Announcement .list .box .img img {
    width: 100%;
}

.Announcement .list .box:nth-child(1) {
    width: 33.75%;
    margin-top: -48px;
}

.Announcement .list .box:nth-child(1) ul {
    background: #004E9F;
}

.Announcement .list .box:nth-child(1) ul {
    padding: 35px 40px 35px;
}

.Announcement .list .box:nth-child(2) {
    margin: 98px 4.0625% 0 3.4375%;
}

.Announcement .list .box:nth-child(3) {
    margin-top: -122px;
}

.Announcement .list .box:nth-child(1) ul li a span {
    color: #528cc8;
}

.Announcement .list .box:nth-child(1) ul li a p {
    color: #fff;
}

/* 党建工作 */

.building {
    padding: 62px 0 125px;
}

.w1760 {
    width: 1760px;
}

.building .w1760 {
    margin-top: 55px;
    display: flex;
}

.building_banner {
    width: 54%;
    position: relative;
    /* height: 450px; */
}

.building_banner .slick-dots {
    bottom: 32px;
    right: 30px;
}

.building_banner .image a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.building_banner .image a img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.building_banner .image a img {
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.building_banner .image:hover a img {
    transform: scale(1.1);
}

.building_banner .slick-dots li {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    margin: 0 5.5px;
}

.building_banner .slick-dots .slick-active {
    background: #FFA711;
    width: 16px;
    height: 21px;
    background: url(../images/abdt_banner_dian.png);
}

.building_list {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
}

.building_list li {
    width: 50%;
    background-color: rgb(255,255,255);
    transition: all 0.3s ease-in-out;
}

.building_list li:hover {
    box-shadow: 0px 14px 36px 4px rgba(146,192,239);
}

.building_list .active {
    background-color: rgba(75,130,187,0.68);
}

.building_list li a {
    display: block;
    padding: 40px 40px 0 40px;
}

.building_list li a h3 {
    font-size: 19px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #195B9D;
    /* font-family: SourceHanSerifSCBold; */
}

.building_list li a .line-3,
.building_list li a .js .time,
.building_list li a .js div p {
    font-size: 15px;
    color: #195B9D;
}



.building_list li a .line-3 {
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin: 30px 0 40px;
    opacity: 0.8;
}

.building_list li a .js {
    line-height: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 28px;
    border-top: 1px solid #d4e3f2;
}


.building_list li a .js div {
    display: flex;
    align-items: center;
}

.building_list li a .js div span {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    background-image: url(../images/ljxx_l.png);
    transition: all 0.3s ease-in-out;
}

.building_list li:hover a .js div span {
    background-image: url(../images/ljxx_h.png);

}

.building_list li a .js div p {
    transition: all 0.3s ease-in-out;
}

.building_list li:hover a .js div p {
    color: #D81E06;
}

.building_list .active a h3,
.building_list .active a .line-3,
.building_list .active a .js .time,
.building_list .active a .js div p {
    color: #ffffff;
}

.building_list .active a .js {
    border-top: 1px solid #98bbde;
}

/* 校园融媒 */

.medium {
    padding: 68px 0 60px;
    background: url(../images/medium_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.medium .title {
    position: relative;
}

.medium .title .txt .yw,
.medium .title .txt .zw p {
    color: #fff;
}

.medium .title .txt {
    background: url(../images/title_bg_.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.medium_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.medium_main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.medium_main ul:nth-child(1),
.medium_main ul:nth-child(2) {
    overflow: hidden;
    margin-bottom: 20px;
}

.medium_main ul:nth-child(1),
.medium_main ul:nth-child(3) {
    width: 50%;
}

.medium_main ul:nth-child(2),
.medium_main ul:nth-child(4) {
    width: 48.7%;
}

.medium_main ul:nth-child(2) li,
.medium_main ul:nth-child(3) li {
    width: 100%;
    height: 100%;
}

.medium_main ul:nth-child(1) li:nth-child(1) {
    height: 480px;
    width: 59.5%;
    margin-right: 2.5%;
    background-image: url(../images/p441tt.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.medium_main ul:nth-child(1) .title {
    padding: 30px 40px;
    height: 100%;
    position: relative;
    display: block;
}


.medium_main ul:nth-child(1) .title .txt .zw {
    padding-top: 28px;
    margin-top: 0;
}

.medium_main ul:nth-child(1) .title .more {
    position: absolute;
    bottom: 15%;
    height: 15px;
    width: auto;
}

.medium_main ul:nth-child(1) li:nth-child(2) {
    width: 38%;
    height: 480px;
}

.medium_main ul:nth-child(2) li {
    width: 100%;
    height: 480px;
}

.medium_main ul:nth-child(2) li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.medium_main ul:nth-child(2) li a video {
    object-fit: fill;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.medium_main ul:nth-child(3) {
    height: calc(41.67vw/160*67);
}

.medium_main ul:nth-child(3) li:nth-child(2) {
    width: 63.9%;
    height: 335px;
}

.medium_main ul:nth-child(3) li:nth-child(1) {
    width: 33.3%;
    height: 335px;
    margin-right: 2.8%;
}

.medium_main ul:nth-child(4) li:nth-child(1) {
    width: 63.9%;
    height: 335px;
    margin-right: 2.8%;
}

.medium_main ul:nth-child(4) li:nth-child(2) {
    width: 33.3%;
    height: 335px;
}

.medium_main ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.medium_main ul li a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.medium_main ul li:hover a>img {
    transform: scale(1.1);
}

.medium_main ul:nth-child(1) li:nth-child(1):hover a>img {
    transform: scale(1);
}

.medium_main ul li a .sort_dy,
.medium_main ul li a .sort_wx {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 30px;
    border-radius: 5px;
    left: 20px;
    top: 10%;
}

.medium_main ul li a .sort_dy {
    background: #111111;
}

.medium_main ul li a .sort_wx {
    background: #28C445;
}

.medium_main ul li a .sort_dy p,
.medium_main ul li a .sort_wx p {
    font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
    color: #FFFFFF;
}

.medium_main ul li a .explain {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 0 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.medium_main ul li a .explain p {
    font-size: 19px;
    line-height: 50px;
    color: #FFFFFF;
}

/* 专题专栏 */

.subject {
    padding: 30px 0 168px;
    background-color: #F5F9FF;
    background-image: url(../images/ztzl_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.subject_title {
    position: relative;
    height: 125px;
}

.subject_title .wz {
    width: 100%;
    height: 100%;
    background-image: url(../images/ztzl_title_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subject_title .wz .zw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
}

.subject_title .wz .yw {
    margin-top: 9px;
    font-size: 18px;
    line-height: 18px;
    color: #004E9F;
}

.subject_title .wz .zw p {
    font-size: 40px;
    line-height: 40px;
    color: #004E9F;
    font-family: SourceHanSerifSCBold;
}

.subject_title .wz .zw p:nth-child(2) {
    color: #E4001D;
}

.subject_title .wz .yw {
    text-align: center;
}

.subject_title .more {
    position: absolute;
    right: 0;
    top: 50px;
}

.subject_title .more img {
    display: block;
}

.subject_banner {
    margin-top: 40px;
    position: relative;
}

.subject_banner .image a {
    display: block;
    margin: 0 auto;
    width: calc(100% - 15px);
    height: 100%;
    overflow: hidden;
}

.subject_banner .image a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.subject_banner .image:hover a img {
    transform: scale(1.1);
}

.subject_banner .slick-prev,
.subject_banner .slick-next {
    position: absolute;
    width: 29px;
    height: 52px;
    font-size: 0;
    background-color: transparent;
    border: none;
    top: calc(50% - 26px);
    z-index: 9;
    cursor: pointer;
}

.subject_banner .slick-prev {
    left: -15px;
    background-image: url(../images/ztzl_zjt.png);
    background-size: contain;
}

.subject_banner .slick-next {
    right: -15px;
    background-size: contain;
    background-image: url(../images/ztzl_yjt.png);
}


@media (max-width: 1800px) {
    .building .w1760 {
        width: 1600px;
        margin: 75px auto 0;
    }
}

/* @media (max-width: 1650px) {

    .w1600,
    .building .w1760 {
        width: 100%;
        padding: 0 4%;
    }

    .rtu {
        right: 4%;
    }

    .state_left_top .image .txt {
        padding: 0 25px;
    }

    .state_left_top .slick-dots {
        right: 25px;
    }

    .building_list li a .js .time,
    .building_list li a .js div p {
        font-size: 14px;
    }

    .building_list li a .js div span {
        margin-left: 5px;
    }

    .building_list li a {
        padding: 20px 15px 0;
    }
}

@media (max-width: 1325px) {
    .state {
        padding: 25px 0 50px;
    }

    .title .txt .zw p {
        font-size: 28px;
        line-height: 28px;
    }

    .title .txt {
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .title .txt .zw {
        margin-top: 15px;
        margin-left: 15px;
    }

    .title .txt .yw {
        margin-top: 5px;
        margin-left: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .title .more img {
        display: block;
        height: 12px;
        width: auto;
    }

    .state_right li a p {
        font-size: 16px;
        line-height: 59px;
        padding-left: 30px;
        width: calc(100% - 55px);
    }

    .state_right li a span {
        font-size: 14px;
    }

    .state_left {
        margin-top: 30px;
        padding-top: 20px;
        height: 530px;
    }

    .state_left_top {
        height: 410px;
    }

    .state_left_btm {
        margin-top: 20px;
        height: 60px;
    }

    .state_left_btm .image a .time {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }

    .state_left_btm .image a .time p {
        height: 30px;
        line-height: 30px;
    }

    .state_left_btm .image a .time p:nth-child(1) {
        font-size: 17px;
    }

    .state_left_btm .image a .time p:nth-child(2) {
        font-size: 12px;
    }

    .state_left_btm .image a .line-2 {
        width: calc(100% - 70px);
        font-size: 17px;
        margin-left: 10px;
    }

    .state_left_top .image .txt h3 {
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }

    .state_left_top .image .txt span {
        font-size: 13px;
        line-height: 13px;
        margin-top: 15px;
    }

    .state_left_top .image .txt p {
        margin-top: 15px;
        line-height: 28px;
        font-size: 14px;
    }

    .state_left_top .slick-dots {
        bottom: 20px;
    }

    .Announcement_title {
        height: 160px;
        padding-left: 20px;
        padding-right: 30px;
        padding-top: 20px;
    }

    .rtu {
        top: 100px;
        width: 47.5vw;
        height: calc(47.5vw/912*517);
    }

    .rtu img {
        display: block;
        width: 100%;
        height: 100%;
    }


    .Announcement .list .box:nth-child(3) {
        margin-top: -60px;
    }

    .Announcement .list .box:nth-child(1) ul {
        padding: 20px 25px 20px;
    }

    .Announcement .list .box ul li a p {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .Announcement .list .box ul li a span {
        font-size: 16px;
    }

    .Announcement .list .box ul {
        padding: 15px 25px;
    }

    .Announcement .list .box:nth-child(2) {
        margin: 45px 4.0625% 0 3.4375%;
    }

    .Announcement .w1600 {
        height: auto;
    }

    .building {
        padding: 30px 0 50px;
    }

    .building .w1760 {
        margin: 30px auto 0;
    }

    .building_list li a h3 {
        font-size: 17px;
        line-height: 30px;
    }

    .building_list li a .line-3 {
        line-height: 28px;
        margin: 18px 0 20px;
        -webkit-line-clamp: 2;
    }

    .building_list li a .line-3,
    .building_list li a .js .time,
    .building_list li a .js div p {
        font-size: 13px;
    }

    .building_list li a .js {
        line-height: 13px;
        padding: 15px 0 20px;
    }

    .building_banner {
        height: 460px;
    }

    .medium {
        padding: 30px 0;
    }

    .medium_main {
        margin-top: 30px;
    }

    .medium .title .wx,
    .medium .title .dy {
        width: 30px;
        height: 30px;
        bottom: -20px;
        background-size: 50%;
    }

    .medium .title .wx {
        right: 40px;
    }

    .medium_main ul li a .explain p {
        font-size: 14px;
        line-height: 40px;
    }

    .medium_main ul li a .explain {
        line-height: 40px;
        height: 40px;
    }

    .subject_title .wz .zw p {
        font-size: 28px;
        line-height: 28px;
    }

    .subject_title .wz .yw {
        margin-top: 5px;
        font-size: 12px;
        line-height: 12px;
    }

    .subject_title .wz {
        height: 85px;
        background-size: contain;
    }

    .subject_banner .slick-prev,
    .subject_banner .slick-next {
        width: 20px;
        height: 34px;
        top: calc(50% - 17px);
        background-size: contain;
    }

    .subject {
        padding: 30px 0 120px;
    }

    .subject_title {
        height: auto;
    }
}

@media (max-width: 1200px) {

    .w1600,
    .building .w1760 {
        padding: 0 3%;
    }

    .rtu {
        right: 3%;
    }

    .state_main {
        display: block;
    }

    .state_left {
        width: 100%;
    }

    .state_right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .state_right li {
        width: 48.5%;
    }

    .state_left_btm {
        width: 100%;
    }


    .Announcement_title {
        width: 100%;
        height: 135px;
        padding: 20px 30px;
    }

    .rtu {
        right: 3%;
        top: 135px;
        max-width: 94%;
        height: calc(100% - 135px);
    }

    .rtu img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .Announcement .w1600 {
        height: 653px;
    }

    .Announcement .list .box:nth-child(1) {
        margin-top: 0px;
    }

    .Announcement .list .box:nth-child(2) {
        margin: 135px 4.0625% 0 3.4375%;
    }

    .Announcement .list .box:nth-child(3) {
        margin-top: 70px;
    }

    .Announcement .list .box ul {
        padding: 12px 15px 10px;
    }

    .Announcement .list .box ul li a p {
        font-size: 17px;
    }

    .Announcement .list .box ul li a span {
        font-size: 16px;
    }

    .Announcement .list .box ul li a {
        line-height: 45px;
    }

    .Announcement .list .box ul li a p {
        width: calc(100% - 70px);
    }

    .Announcement .list .box ul li a span::after {
        right: -13px;
    }

    .building .w1760 {
        display: block;
    }

    .building_list,
    .building_banner {
        width: 100%;
    }

    .building_banner {
        height: calc(94vw/32*21);
    }

    .building_list li {
        width: 50%;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .state_right li {
        width: 100%;
    }

    .state_left_top .image {
        display: block;
    }

    .state_left_top {
        height: auto;
    }

    .state_left {
        width: 100%;
        padding-top: 0px;
        background-size: cover;
        height: auto;
    }

    .state_left_top .image .img {
        width: 100%;
        height: calc(94vw/3*2);
    }

    .state_left_top .image .txt {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 30px 25px 70px;
    }

    .state_left_top .slick-dots {
        bottom: 30px;
        right: 25px;
    }

    .state_left {
        padding-bottom: 25px;
    }

    .state_left_btm .slick-next {
        right: 0;
    }

    .state_left_btm .slick-prev {
        left: 0;
    }

    .state_left_top .image .txt h3 {
        margin-top: 0px;
    }

    .state_left_top .image .txt span {
        margin-top: 20px;
    }

    .state_left_top .image .txt p {
        margin-top: 20px;
    }

    .Announcement .w1600 {
        height: auto;
    }

    .Announcement .list .box:nth-child(2) {
        margin: 0;
    }

    .Announcement .list .box:nth-child(3) {
        margin-top: 0px;
    }

    .Announcement .list .box {
        float: none;
        width: 100% !important;
        margin-top: 30px !important;
        box-shadow: 0px 5px 12px rgba(145, 29, 27, 0.24);
    }

    .rtu {
        display: none;
    }

    .medium_main ul:nth-child(1),
    .medium_main ul:nth-child(2),
    .medium_main ul:nth-child(3),
    .medium_main ul:nth-child(4) {
        width: 100%;
    }

    .medium_main ul:nth-child(3) {
        margin-bottom: 20px;
    }

    .medium_main ul:nth-child(1) li:nth-child(1) {
        height: calc(55.89vw / 476* 480);
    }

    .medium_main ul:nth-child(1) li:nth-child(2) {
        height: calc(29.825vw / 127* 240);
    }

    .medium_main ul:nth-child(2) li {
        height: calc(94vw / 13* 8);
    }

    .medium_main ul:nth-child(3) {
        height: calc(94vw / 160* 67);
    }

    .medium_main ul:nth-child(4) li:nth-child(1) {
        height: calc(59.817vw / 498* 335);
    }

    .medium_main ul:nth-child(4) li:nth-child(2) {
        height: calc(31.152vw / 52* 67);
    }
}

@media (max-width: 576px) {
    .building_list {
        display: block;
    }

    .building_list li {
        width: 100%;
    }

    .subject_banner .slick-prev,
    .subject_banner .slick-next {
        width: 20px;
        height: 34px;
        top: calc(50% - 17px);
    }

    .subject_banner .slick-next {
        right: 0;
    }

    .subject_banner .slick-prev {
        left: 0;
    }
}

@media (max-width: 480px) {
    .state {
        padding: 30px 0;
    }

    .state_right li a p {
        font-size: 16px;
        line-height: 50px;
    }

    .state_left {
        margin-top: 30px;
    }

    .state_right li a span {
        font-size: 16px;
    }

    .state_left_top .image .txt h3 {
        font-size: 18px;
    }

    .state_left_top .image .txt {
        padding: 15px 15px 50px;
    }

    .state_left_top .image .txt h3 {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .state_left_top .image .txt p {
        -webkit-line-clamp: 3;
    }

    .state_left_top .image .txt span {
        margin-top: 15px;
    }

    .state_left_top .image .txt p {
        margin-top: 15px;
    }

    .state_left_top .slick-dots {
        bottom: 15px;
        right: 15px;
    }

    .state_left_top .slick-dots li {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

    .state_left_top .slick-dots .slick-active {
        width: 10px;
        height: 15px;
        background-size: contain;
    }

    .Announcement .list .box ul li a p {
        font-size: 16px;
    }

    .Announcement .list .box:nth-child(1) ul {
        padding: 15px;
    }

    .state_left_btm .image a .line-2 {
        width: calc(100% - 85px);
        margin-left: 15px;
        font-size: 16px;
    }

    .state_left_btm .image a .time p:nth-child(1) {
        font-size: 20px;
    }

    .state_left_btm .image a .time p:nth-child(2) {
        font-size: 14px;
    }

    .state_left_btm .image a .time {
        width: 70px;
    }

    .title .txt {
        height: 60px;
    }

    .title .txt .zw p {
        font-size: 24px;
        line-height: 24px;
    }

    .title .txt .zw {
        margin-top: 20px;
        margin-left: 15px;
    }

    .title .txt .yw {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .title .more img {
        display: block;
        width: 55px;
    }

    .state_left_top .image .txt p {
        font-size: 15px;
    }

    .Announcement_title {
        height: auto;
        padding: 15px 15px;
    }

    .building {
        padding: 30px 0;
    }

    .building .w1760 {
        margin-top: 30px;
    }

    .building_list li a h3 {
        font-size: 16px;
    }

    .building_list li a .line-3,
    .building_list li a .js .time,
    .building_list li a .js div p {
        font-size: 14px;
    }

    .building_list li a .line-3 {
        margin: 10px 0 20px;
    }

    .building_list li a .js {
        padding: 20px 0;
    }

    .medium {
        padding: 30px 0;
    }

    .medium .title .wx,
    .medium .title .dy {
        width: 30px;
        height: 30px;
        bottom: -20px;
        background-size: 50%;
    }

    .medium .title .wx {
        right: 40px;
    }

    .medium_main ul li a .explain p {
        font-size: 14px;
        line-height: 40px;
    }

    .medium_main ul li a .explain {
        height: 40px;
        padding: 0 10px;
    }

    .medium_main ul li a .sort_dy,
    .medium_main ul li a .sort_wx {
        width: 50px;
        height: 20px;
        left: 10px;
        border-radius: 3px;
    }

    .medium_main ul li a .sort_dy p,
    .medium_main ul li a .sort_wx p {
        font-size: 12px;
        line-height: 12px;
    }

    .medium_main ul li a .sort_wx p {
        margin-left: 5px;
    }

    .medium_main ul li a .sort_dy img,
    .medium_main ul li a .sort_wx img {
        display: block;
        height: 12px;
        width: auto;
    }

    .subject {
        padding: 30px 0 68px;
    }

    .subject_banner {
        margin-top: 50px;
    }

    .subject_title {
        height: auto;
    }

    .subject_title .wz {
        height: 60px;
        background: url(../images/title_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .subject_title .more {
        top: 25px;
    }

    .subject_title .wz .zw p {
        font-size: 24px;
        line-height: 24px;

    }

    .subject_title .wz .zw {
        justify-content: left;
        padding-top: 20px;
        padding-left: 15px;
    }

    .subject_title .wz .yw {
        margin-top: 3px;
        font-size: 12px;
        line-height: 12px;
        text-align: left;
        padding-left: 15px;
    }

    .subject_title .more img {
        display: block;
        height: 10px;
        width: auto;
    }
} */