/* body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
.head-swiper{
z-index:999;
}
.head-swiper .link img {
    width: 100% !important;
    height: auto !important;
}
.div_piccontenttitle_li .c_pt_12 .c_pic{
    padding: 0;
}
.close-pf {
    float: right;
    opacity: .2;
    cursor: pointer;
}

.close-pf:hover {
    opacity: .7;
}

#floatImg-zth {
    z-index: 999999;
}

.public-swiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 35px;
    margin: 0;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    z-index: 2;
    transition: all .3s ease;
}

.head-next {
    left: 0;
    right: auto;
}

.head-prev {
    left: auto;
    right: 0;
}

.public-swiper:hover {
    background: rgba(0, 0, 0, 0.5);
}

.head-swiper {
    width: 100%;
}

.head-swiper img {
    width: 100%;
}

/*  */
.center-bg {
    padding: 50px 0;
    background: url(../img/3.jpg) left top/cover no-repeat;
}

.center-head h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.center-body {
    padding: 20px 0;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.center-time {
    text-align: center;
    color: #fff;

    margin-right: 30px;
}

.center-day {
    font-size: 36px;
}

.center-link a {
    color: #fff;
    font-size: 18px;
    /* font-weight: 700; */

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.center-link a:hover {
    color: #fff;
}

.center-body>div{
    overflow:hidden;
}

.center-list {
    border-left: 1px solid #fff;
    padding: 6px 25px;
    transition: all .3s ease;
}

.center-list:hover {
    background: rgba(0, 0, 0, 0.15);
}

.center-more a {
    width: 148px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
    margin-top: 20px;
    transition: all .3s ease;
}

.center-more a:hover {
    background: rgba(0, 0, 0, 0.15);
}

/*  */
.head-img {
    margin-top: 129px;
}

.notice-box {
    padding: 30px 0;
    overflow: hidden;
}

.notice-box>div {
    width: 49%;
}

.public-head {
    margin-bottom: 20px;
}

.public-head h2 {
    color: #a2060a;
    font-size: 30px;
}

.public-head a {
    color: #a2060a;
    font-size: 14px;
    background: url(../img/5.png) right no-repeat;
    padding-right: 20px;
    line-height: normal;
}

.notice-body {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 280px;
}

.notice-list {
    padding: 10px;
    line-height: normal;
}

.notice-list:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.notice-list a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    transition: all .3s ease;
}

.notice-list a:hover {
    color: #a2060a;
}

.notice-list span {
    font-size: 14px;
    color: #999;
    min-width:92px;
}

.notice-link {
    padding-left: 30px;
    background: url(../img/4.png) left center no-repeat;
    height: 50px;
    line-height: 50px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.activity-body {
    height: 280px;
}

.activity-list {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: normal;
}

.activity-list:not(:last-of-type) {
    margin-bottom: 8px;
}

.activity-list a {
    display: block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    transition: all .3s ease;
    margin:8px 0;
}

.activity-list a:hover {
    color: #a2060a;
}

.activity-list div {
    font-size: 14px;
    color: #999;
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-list span {
    font-size: 14px;
    color: #999;
}

.shuangchuang {
    background: #f8f2ea;
    padding: 30px 0;
}

.creation-head {
    font-size: 30px;
    color: #94070A;
    text-align: center;
    margin-bottom: 40px;
    display:none;
}

.creation-img {
    margin-right: 10px;
}

.creation-nub {
    font-size: 14px;
    color: #000;
}

.creation-nub .creation-number {
    color: #b98831;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.creation-nub .creation-fu {
    font-size: 14px;
    color: #000;
}


.creation-text {
    font-size: 14px;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.xuezi-body,
.creation-body {
    position: relative;
}

.creation-public {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #FFF;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 5px;
    width: 38px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    transition: all .3s ease;
}

.creation-public:hover {
    background: #00000080;
}

.xuezi-prev,
.creation-prev {
    left: -45px;
}

.xuezi-next,
.creation-next {
    right: -45px;
}

.creation-swiper a {
    padding: 10px;
    transition: all .3s ease;
}

.creation-swiper a:hover {
    transform: scale(1.03);
}

.xuezi-pagination,
.creation-pagination {
    text-align: center;
    padding: 20px 0;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: rgba(148, 7, 10, 0.5);
    border-radius: 100px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #a2060a;
}

.xuezi-box {
    overflow: hidden;
}

.xuezi-head {
    text-align: center;
    color: #a2060a;
    font-size: 30px;

    position: relative;
    margin: 30px 0;
}

.xuezi-head a {
    color: #a2060a;
    font-size: 14px;
    background: url(../img/5.png) right no-repeat;
    padding-right: 20px;
    line-height: normal;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.xuezi-swiper img {
    width: 100%;
    height: 200px;
}

.xuezi-body .creation-public {
    top: 40%;
}

.kuaisu-head {
    color: #a2060a;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
}

.kuaisu-body {
 /*   display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    overflow: hidden;*/
display:flex;
justify-content:center;
grid-gap:70px;
}

.kuaisu-body>div{
width:45%;
max-width:373px;
}


.kuaisu-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.kuaisu img {
  width: 100%;
    /*  height: 100%;
}

.kuaisu-1 img {
 /*   height: 100%;*/
}

.kuaisu-bg {
    background: url(../img/link-bg.png) bottom no-repeat;
}

/*  */
.lianjie {
    margin: 20px 0 10px;
}

.lianjie-title {
    text-align: center;
    color: #910001;
    font-style: italic;
    font-size: 20px;
    min-width: 200px;
}

.lianjie-img {
    width: calc(100% - 200px);
}

.lianjie-title,
.lianjie-img>a {
    margin-bottom: 10px;
}

.lianjie-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1023px) {
    #floatImg-zth {
        display: none;
    }

    .head-img {
        margin-top: 87px;
    }

    .center-body {
        grid-template-columns: 1fr;
    }

    .notice-box {
        flex-wrap: wrap;
    }

    .notice-box>div {
        width: 100%;
    }

    .notice {
        margin-bottom: 20px;
    }



    .xuezi-next,
    .creation-next {
        right: 0;
    }

    .xuezi-prev,
    .creation-prev {
        left: 0;
    }

    .creation-public {
        z-index: 1;
    }


}

@media screen and (max-width:800px) {
.div_piccontenttitle_li .c_pt_12 .c_pic{
    width: 100%;
}
    .kuaisu-right,
    .kuaisu-body {
        grid-template-columns: 1fr;
    }

    .lianjie-title {
        width: 100%;
    }

    .lianjie-img {
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .public-swiper {
        width: 40px;
    }

    .creation-public {
        width: 30px;
        font-size: 25px;
    }
}

@media screen and (max-width:400px) {
    .head-img {
        margin-top: 60px;
    }
.kuaisu-body{
flex-wrap:wrap;
}

.kuaisu-body>div{
width:100%;
max-width:auto;
}
}