 .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%;
     height: 460px;
 }

 .head-pagination {
     position: absolute;
     z-index: 1;
     text-align: center;
 }

 .head-pagination .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     display: inline-block;
     background: #fff;
     border-radius: 100px;
     border: 2px solid #fff;
     opacity: 1;
 }

 .head-pagination .swiper-pagination-bullet-active {
     background: transparent;
 }

 /*  */
 .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-list .articlelist1_a_title,
.center-link {
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     display: -webkit-box;
     line-height: 22px;
     margin-bottom: 6px;
    height: auto;
 }

 .center-info {
     font-size: 14px;
     color: #fff;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 5;
     line-clamp: 5;
     display: -webkit-box;
 }
.center-list .articlelist1_a_title:hover,
 .center-link:hover {
     color: #fff;
 }

 .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: 161px;
 }

 .notice-box {
     padding: 30px 0;
     overflow: hidden;
 }

 .notice-box>div {
     width: 49%;
 }

 .public-head {
     margin-bottom: 20px;
 }

 .public-head h2 {
     color: #199670;
     font-size: 30px;
 }

 .public-head a {
     color: #199670;
     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: #199670;
 }

 .notice-list span {
     font-size: 14px;
     color: #999;
     white-space: nowrap;
 }

 .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: calc(100% - 120px);
 }

 .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: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;

     font-size: 18px;
     color: #333;
     font-weight: 700;
     transition: all .3s ease;
 }

 .activity-list a:hover {
     color: #a2060a;
 }

 .activity-list div {
     font-size: 14px;
     color: #999;
     margin: 3px 0;

     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .activity-list span {
     font-size: 14px;
     color: #999;
 }

 .xuezi-body {
     position: relative;
 }

 .xuezi-box {
     overflow: hidden;
 }

 .xuezi-head {
     text-align: center;
     color: #199670;
     font-size: 30px;
     position: relative;
     margin: 30px 0;
 }

 .xuezi-head a {
     color: #199670;
     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: 280px;
 }

 .kuaisu {
     overflow: hidden;
 }

 .kuaisu-head {
     color: #199670;
     font-size: 30px;
     text-align: center;
     padding: 20px 0;
 }

 .kuaisu img {
     width: 100%;
 }

 .kuaisu-1 img {
     height: 100%;
 }

 .kuaisu-link {
     margin: 5px 20px;
 }

 /*  */
 .lianjie {
     margin: 20px 0 10px;
 }

 .lianjie-title {
     text-align: center;
     color: #910001;
     font-style: italic;
     font-size: 20px;
     min-width: 200px;
 }

 .lianjie-title,
 .lianjie-img>a {
     margin-bottom: 10px;
 }

 .lianjie-img img {
     width: 100%;
     height: 44px;
 }
.lianjie-img{
     flex-direction: row-reverse;
}

 /*  */
 #scroll {
     position: fixed;
     z-index: 999;
     right: 12px;
     bottom: 10px;
     cursor: pointer;
     width: 40px;
     height: 40px;
     background: rgba(0, 0, 0, 0.5);
 }

 #scroll span {
     position: absolute;
     top: 50%;
     left: 44%;
     margin-left: -8px;
     margin-top: -17px;
     font-size: 30px;
     font-weight: bold;
     color: #fff;
 }

 @media screen and (max-width:1023px) {
     .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;
     }
 }

 @media screen and (max-width:800px) {

     .lianjie-title {
         width: 100%;
     }

     .lianjie-img {
         width: 100%;
     }
 }

 @media screen and (max-width:700px) {
     .public-swiper {
         width: 40px;
     }
 }

 @media screen and (max-width:400px) {
     .head-img {
         margin-top: 60px;
     }
 }