.banner {
    width: 100%;
    margin: 0 auto;
  }

  .w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .panelone {
    width: 100%;
    background: url(/uiFramework/commonResource/image/2022110318330272572.jpg) no-repeat top center/cover;
    height: 567px;
    padding-top: 53px;
  }

  .w580 {
    width: 580px;
  }

  .w415 {
    width: 415px;
  }

  .mrg45 {
    margin: 0 44px;
  }

  .w345 {
    width: 345px;
  }

  .bg {
    background: #d08959;
    padding: 35px 45px;
  }

  .icon,
  .newsIcon,
  .teachResearchIcon,
  .bigEventIcon,
  .topicsIcon,
  .linksIcon,
  .annotationIcons {
    display: block;
    width: 0;
    height: 0;
    background: url(/uiFramework/commonResource/image/2022110408302360277.png) no-repeat 0 0;
  }

  .newsIcon {
    width: 28px;
    height: 20px;
    margin-right: 10px;
  }

  .teachResearchIcon {
    width: 26px;
    height: 24px;
    background-position: 0 -26px;
    margin-top: -3px;
  }

  .annotationIcons {
    width: 21px;
    height: 21px;
    background-position: -38px -27px;
  }

  .bigEventIcon {
    width: 25px;
    height: 25px;
    background-position: 0 -57px;
    margin-top: -3px;
  }

  .topicsIcon {
    width: 20px;
    height: 24px;
    background-position: 0 -91px;
    margin-top: -2px;
  }

  .linksIcon {
    width: 22px;
    height: 22px;
    background-position: 0 -124px;
    margin-top: -3px;
  }

  /*banner轮播图*/
  .whxxBanner {
    width: 100%;
    height: 100%;
  }

  .whxxBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .whxxBanner .swiper-slide img.bannerImg {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .whnext,
  .whprev {
    border: 2px solid #fff;
    padding: 5px 14px;
    border-radius: 50%;
    color: #fff !important;
  }

  .whpage {
    opacity: 0;
  }

  .whnext {}

  /*艺校新闻*/
  .news-content {
    padding-top: 43px;
    padding-bottom: 30px;
  }

  .news-container {
    width: 100%;
    height: 337px;
    overflow: hidden;
    position: relative;
  }

  .news-title-group {
    height: 33px;
  }

  .news-prev,
  .news-next {
    border: 2px solid #fff;
    padding: 5px 14px;
    border-radius: 50%;
    padding: 5px !important;
    width: 15px !important;
    height: 15px !important;
    color: #fff !important;
  }

  .news-prev:after,
  .news-next:after {
    font-size: 14px !important;
  }

  .news-prev:hover,
  .news-next:hover {
    border: 2px solid #b75007;
    color: #b75007 !important;
  }

  .news-link {
    position: relative;
  }

  .news-title {
    width: 100%;
    height: 40px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    background: rgba(0, 0, 0, .5);
  }

  .news-pagination {
    position: absolute;
    bottom: 50px !important;
    text-align: right !important;
  }

   .news-pagination  .swiper-pagination-bullet {
    background-color: #fff;
    z-index: 666;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
   opacity: 1;
  }

   .news-pagination .swiper-pagination-bullet-active {
    background-color: #b75007;
  }

  /*新闻列表*/
  .news-tab {
    margin-bottom: 30px;
    text-align: right;
  }

  .news-tab-select {
    width: 179px;
    height: 33px;
    border: 1px solid #ebebeb;
    outline: none;
    color: #666;
  }

  .news-article-li,
  .news-article-li>a,
  .news-article-li>.article-time {
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 33px;
  }

  .news-article-li>a {
    color: #333;
  }

  .news-article-li>.article-time {
    color: #999;
  }

  .news-article-li:hover>a,
  .news-article-li:hover>.article-time {
    color: #b75007;
  }

  .news-icon {
    display: block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background: #b75007;
    border-radius: 65px;
    margin: 16px 10px 0 0;
  }

  /*科学教研*/
  .teachResearchItem {
    background: #fff;
    height: 430px !important;
    width: 415px;
  }

  .teachResearchItem .imgs {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .teachResearchItem img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .teachResearchItem h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
  }

  .teachResearchItem .remark {
    padding: 25px 15px 24px;
  }

  .lookDetail {
    display: block;
    width: 104px;
    height: 37px;
    background: #b75007;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 12px;
    margin-left: 280px;
  }



  /*****常用服务*******/
  .topics-content {
    padding: 40px 0 60px;
  }

  .topics-link {
    display: block;
    width: 375px;
    height: 122px;
    margin-right: 38px;
    overflow: hidden;
  }

  .topics-img {
    height: 122px;
  }

  .news-title-group .topics-pagination {
    text-align: right;
  }

  .news-title-group .topics-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 6px;
    border-radius: 65px;
    margin-left: 6px;
    background: #c8c8c8;
    opacity: 1;
  }

  .news-title-group .topics-pagination .swiper-pagination-bullet-active {
    width: 29px;
    background: #b75007;
  }

  /*常用链接*/
  .links-content {
    padding-bottom: 25px;
  }

  .links-icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #b75007;
    border-radius: 65px;
    margin: 9px 15px 0 0;
  }

  .links-container a {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 50px;
  }

  .links-container a:last-child {
    margin-right: 0px;
  }

  .links-container a:hover {
    color: #b75007;
  }

  .links-icon {
    float: left;
    line-height: 30px;
  }

  .news-title-group {
    position: relative;
  }

  .news-title-group .links-pagination {
    text-align: right;
  }

  .news-title-group .links-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 6px;
    border-radius: 65px;
    margin-left: 6px;
    background: #c8c8c8;
    opacity: 1;
  }

  .news-title-group .links-pagination .swiper-pagination-bullet-active {
    width: 29px;
    background: #b75007;
  }

  /*大事件*/
  .list-event {
    width: 100%;
  }

  .titles {
    margin-bottom: 20px;
  }

  .cons .imgs {
    display: block;
    width: 100%;
    height: 166px;
    margin-bottom: 20px;
    overflow: hidden;
  }

 .cons .imgs img {
    display: block;
    width: 100%;
  }

 .cons ul li {
    margin-top: 17px;
  }

 .cons ul.notice li {
    margin-top: 20px;
  }

 .cons ul li a {
    display: flex;
    align-items: center;
    align-content: center;
  }

 .cons ul li .time {
    width: 66px;
    height: 70px;
    background: #fff;
    margin-right: 15px;
    text-align: center;
  }

 .cons ul li .time .m {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #fff;
    background: #b75007;
  }

 .cons ul li .time .d {
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 36px;
  }

 .cons ul li .title {
    width: calc(100% - 86px);
    font-size: 16px;
    color: #333;
  }
 .cons ul li:hover .title {
    color: #b75007;
  }

  /*常用服务*/

  .titles {
    position: relative;
  }

  .titles .titfl {
    margin-top: 5px;
  }

  .titles .titfl i {
    float: left;
    margin-right: 10px;
  }

  .titles .titfl em {
    float: left;
    width: 10px;
    height: 18px;
    background-position: -41px -63px;
    margin: 2px 6px 0 10px;
  }

  .titles .titfl span {
    display: block;
    float: left;
  }

  .titles .titfl .catcn {
    font-size: 20px;
    margin-top: -6px;
  }

  .titles .titfl .caten {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    text-transform: uppercase;
  }

  .titles .more {
    line-height: 28px;
  }

  .titles .tita {
    position: absolute;
    top: 6px;
    left: 553px;
  }

  .titles .more:hover,
  .titles .tita:hover {
    color: #b75007;
  }

  .article-ys .titles .titfr {
    line-height: 33px;
  }

  .article-ys .titles .titfr .nav-t {
    position: relative;
  }

  .article-ys .titles .titfr .nav-t a {
    color: #999;
    padding: 0 20px;
  }

  .article-ys .titles .titfr .nav-t a:hover {
    color: #b75007;
  }

  .article-ys .titles .titfr .nav-t em {
    position: absolute;
    top: 10px;
    left: 47%;
    display: block;
    width: 2px;
    height: 15px;
    background: #ebebeb;
  }

  .article-ys .titles .titfr .select-news {
    position: relative;
    margin-left: 40px;
  }

  .article-ys .titles .titfr .select-news i {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 33px;
    background-position: -165px 0;
    z-index: 6;
  }

  .article-ys .titles .titfr select {
    width: 179px;
    height: 33px;
    border: 1px solid #ebebeb;
    outline: none;
    color: #666;
  }

  .list {
    display: flex;
    justify-content: center;
  }

  .list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .servers {
    background: #d08959;
    padding: 35px 45px;
  }

  .servers .titles {
    margin-bottom: 25px;
  }

  .servers .titles .titfl,
  .servers .titles .titfl .caten {
    color: #fff;
  }

  .servers .titles .titfl i {
    display: none;
  }

  .servers .titles .titfl em {
    background-position: -41px -91px;
  }

  .servers .list ul li {
    float: left;
    width: 69px;
    margin-right: 33px;
    text-align: center;
  }

  .servers .list ul li:last-child {
    margin-right: 0;
  }

  .servers .list ul li .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 69px;
    height: 69px;
    background: #fff;
    border-radius: 65px;
  }

  .servers .list ul li .imgs img {
    display: block;
    max-width: 100%;
  }

  .servers .list ul li p {
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  @media only screen and (max-width: 640px) {
    .whxxBanner .swiper-slide img.bannerImg {
      height: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }

    .whpage {
      opacity: 1;
    }
  }






  .servers_list {
    margin: 0 -15px;
    width: 100vw;
    overflow: hidden;
  }

  .servers_list ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
  }

  .servers_list ul li .pd-con {
    padding: 0 15px;
  }

  .servers_list ul li .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f9dac4;
    border-radius: 65px;
    margin: 0 auto 10px;
    overflow: hidden;
  }

  .servers_list ul li .imgs img {
    display: block;
    max-width: 100%;
  }

  .servers_list ul li p {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .serversTitles {
    margin-bottom: 20px;
  }




  .mobile-container .cons ul li .time {
    background: #dcdcdc;
  }

  .mobile-container .cons ul li .time .d {
    color: #fff;
  }

  .mobile-container .cons ul.notice li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-container .cons ul.bigEvent li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }