@media screen and (max-width: 1024px) {
  body {
    width: 10rem;
    min-width: 375px;
    padding: .133333rem;
  }
  .container {
    width: 100%;
  }
  .mobile-news-itme {
    display: block;
    margin-top: 1.1rem;
  }
  .mobile-news-itme li {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: .026667rem dotted #767676;
    font-size: .373333rem;
  }
  .mobile-news-itme li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 2.666667rem;
  }
  .mobile-news-itme li a {
    font-size: .373333rem;
    padding-left: .64rem;
    position: relative;
  }
  .mobile-news-itme li a::before {
    content: '';
    position: absolute;
    top: .066667rem;
    left: 0;
    width: .373333rem;
    height: .373333rem;
    background: url(../images/icon-list.png) no-repeat -196px -26px;
  }
  /*头部*/
  .header #books {
    display: inline-block;
    width: .96rem;
    height: .826667rem;
    background: url(../images/books.png) no-repeat center;
    background-size: .693333rem;
  }
  .header #switch {
    display: block;
    float: right;
    width: .853333rem;
    height: .853333rem;
    background: url(../images/search.png) no-repeat center;
    background-color: #1976DE;
    border-radius: 5px;
    border: none;
  }
  .header .nav {
    position: relative;
    height: auto;
    line-height: 1.066667rem;
  }
  .header .nav .menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #1976DE;
    z-index: 99;
  }
  .header .nav .menu > li {
    position: relative;
    float: none;
    width: 100%;
  }
  .header .nav .menu > li a {
    padding-left: .266667rem;
    text-align: left;
    font-size: .373333rem;
  }
  .header .nav .menu > li .jia {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1.066667rem;
    height: 1.066667rem;
    line-height: 1.066667rem;
    text-align: center;
    color: #fff;
    font-size: .586667rem;
  }
  .header .nav .menu .sub-menu {
    position: static;
    top: 1.066667rem;
    background: #333;
  }
  .sub-menu li a{
    line-height: 1.066667rem;
  }
  .header .header-bg {
    height: 2.666667rem;
    line-height: 2.666667rem;
    background-repeat: repeat;
  }
  .header .header-bg img {
    width: 80%;
    margin-top: 0px;
  }
  .header .header-bg .search {
    position: absolute;
    top: -1.093333rem;
    right: 0px;
    line-height: normal;
    margin-top: .133333rem;
  }
  .header .header-bg .search input[type='text'] {
    width: 5.866667rem;
    height: .8rem;
    line-height: .8rem;
    margin-right: 0px;
    border: .026667rem solid #aaa;
    font-size: .373333rem;
  }
  .header .header-bg .search input[type='submit'] {
    width: .8rem;
    height: .8rem;
    background-size: .746667rem;
  }
  input::-webkit-input-placeholder {
    font-size: .373333rem;
  }
  .header .top,  .header .search  {
    display: none;
  }

.top-more {
    display: block;
  }

  .mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }

  .mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  .mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
  }

  .mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }

  .mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 32px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    background: #fff;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-inner-header-icon-out span {
    width: 24px;
    height: 2px;
    background-color: #000;
    display: block;
  }

  .mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
  }

  .mobile-inner-header-icon-click {
    background: none;
    margin-top: 10px;
  }

  .mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }

  .mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }

  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(45deg);
    }
  }

  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  @keyframes clickthird {
    0% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }

  .mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  .mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
  }

  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }

    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }

  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }

    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }

  @keyframes outthird {
    0% {
      transform: translateY(0) rotate(90deg);
    }

    100% {
      transform: translateY(12px) rotate(0deg);
    }
  }

  .mobile-inner-nav {
    height: 100vh;
    background-color: rgba(28, 28, 28, 0.9);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 25px;
    display: none;
    z-index: 999;
  }

  .mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
  }

  .mobile-inner-nav li a {
    text-indent: 0;
  }

  .mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 1.6em;
    font-weight: normal;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
    color: #fff;
  }

  @-webkit-keyframes returnToNormal {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .mobile_subNav {
    padding-left: 10px;
    display: none;
  }

  .mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgb(105, 106, 106);
    font-size: 14px;
    color: #c4c4c4;
  }

  @keyframes rotate {
    from {
      transform: rotateX(90deg) translateY(0%);
      top: 43px;
    }

    to {
      transform: rotateX(0deg) translateY(0%);
      top: 43px;
    }
  }

  /*幻灯片*/
  .slider {
    height: auto;
    margin-top: .133333rem;
  }
  .albumBox .bd li {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .albumBox .bd li img {
    height: 4rem;
  }
  .albumBox .hd ul li{
    margin: 0 .133333rem;
    width: .32rem;
    height: .32rem;
  }
  /*主体部分*/
  .title{
    height: 1.066667rem;
    line-height: 1.066667rem;
    border-top-width: .106667rem;
  }
  .title a{
    font-size: .533333rem;
    padding-left: .266667rem;
  }
  .title a::before{
    display: none;
  }
  .news{
    height: auto;
  }
  .news li{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .373333rem;
  }
  .news li p{
    margin-right: 2.666667rem;
  }
  .news li a{
    padding-left: .64rem;
    font-size: .426667rem;
  }
  .news li a:before{
    top: .066667rem;
    left: 0;
    width: .373333rem;
    height: .373333rem;
  }
  .news li span.rt{
    font-size: .373333rem;
  }
  .news .title a{
    height: 1.066667rem;
  }
  .news-info h2{
    font-size: .426667rem;
  }
  .news-info .time{
    padding-left: .72rem;
    font-size: .373333rem;
  }
  .news-info .time:before{
    width: .453333rem;
    height: .453333rem;
  }
  .section .news {
    float: none;
    width: 100%;
  }
  .section .news .xygg {
    display: none;
  }
  .section .news .m-hide {
    display: none;
  }
  .section .news-img .news-info {
    margin-left: 0px;
  }
  .section .news-img .news-info > a {
    padding: 0px .266667rem;
    font-size: .373333rem;
  }
  .news-info p{
    height: 2rem;
    line-height: .666667rem;
    font-size: .373333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section .news-img > a {
    width: 4rem;
    height: 4rem;
    margin-right: .133333rem;
  }
  .section .teach,
  .section .specialty,
  .section .science,
  .section .student,
  .section .link {
    float: none;
    width: 100%;
    height: auto;
  }
  .section .science {
    margin-left: 0px;
    margin-right: 0px;
  }
  .time{
    padding-left: .72rem;
    font-size: .373333rem;
  }
  .com-list li{
    height:auto;
    line-height:1.8;
    padding:15px 0;
   /* margin-bottom: .533333rem;*/
  }
  .com-list li p{
    font-size: .426667rem;
  /*  margin-bottom: .213333rem;*/
  }
  .link ul li{
    font-size: .373333rem;
  }
  /*列表页*/
  .aside {
    display: none;
  }
  .side{
	  width: 100%;
	  min-height: auto;
	  padding-bottom: 30px;
  }
  .side .sidebarHd {
      height: .82rem;
      line-height: .82rem;
      font-size: 0.4rem;
      border-top: 8px solid #1876DF;
      margin-top: -8px;
  }
  .side .sidebarNav {
      height: 0.72rem;
	  margin: 0 .15rem;
      border-bottom: 1px solid #fff;
  }
  .side .sidebarNav a {
      line-height: .7rem;
      font-size: 0.32rem;
  }
    .side .navContent{
		margin: 0 .15rem;
	}
   
  .navContent li a {
      height: 0.6rem;
      font-size: .28rem;
      line-height: 0.6rem;
      color: #777;
  }
  .detail {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .detail .position {
    height: 1.066667rem;
    line-height: 1.066667rem;
    overflow: hidden;
  }
  .detail .position h3 span{
    font-size: .426667rem;
  }
  .detail .position p{
    font-size: .373333rem;
  }
  .detail>ul>li{
    height: .933333rem;
    line-height: .933333rem;
    font-size: .32rem;
  }
  .detail>ul>li a{
    padding-left: .666667rem;
  }
  .detail > ul > li > span.rt {
    display: none;
  }
  .detail .content img {
    max-width: 100%;
   margin: 0 auto;
  }
  .caption div span{
    font-size: .373333rem;
  }
  .caption h3{
    line-height: 1.066667rem;
    font-size: .586667rem;
    margin: .533333rem 0 .266667rem;
  }
  .imgList ul li{
    width: 50%;
  }
  .imgList ul li .img{
    height: auto;
  }
  .imgList ul li .img img{
    width: 2.666667rem;
    height: 2.666667rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: .133333rem solid #E3E3E3;
  }
  .imgList ul li>a{
    font-size: .373333rem;
  }
  .pagebox{
    font-size: .32rem;
    margin: .666667rem 0;
  }
  .pagebox span.pagebox_pre_nolink{
    height: .56rem;
    line-height: .56rem;
    padding: 0px .213333rem;
  }
  .pagebox span.pagebox_num{
    height: .613333rem;
  }
  .pagebox span.pagebox_num_nonce{
    height: .56rem;
    line-height: .56rem;
  }
  .pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited{
    height: .56rem;
    line-height: .56rem;
  }
  .pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited{
    width: 1.413333rem;
    height: .56rem;
    line-height: .56rem;
  }
  .footer{
    height: 2.4rem;
    padding: .666667rem 0;
  }
  .footer p{
    height: auto;
    line-height: normal;
    font-size: .373333rem;
  }
}

