html,
body {
  /* 大屏幕（大桌面显示器，大于等于 1200px） */
  /* 中屏幕（小桌面显示器，小于等于 1198px） */
  /* 手机 */
}
@media screen and (min-width: 1198px) and (min-width: 1200px) {
  html main .new,
  body main .new {
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .time,
  body main .new .time {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    background: #fff;
    position: relative;
  }
  html main .new .time .timer-shaft-box,
  body main .new .time .timer-shaft-box {
    max-width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  html main .new .time .timer-left,
  body main .new .time .timer-left {
    position: absolute;
    top: 82px;
    left: 20px;
    z-index: 99;
    width: 25%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-right,
  body main .new .time .timer-right {
    position: absolute;
    top: 82px;
    right: 20px;
    z-index: 99;
    width: 25%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan11.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-shaft,
  body main .new .time .timer-shaft {
    position: relative;
    max-width: 550px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  html main .new .time .timer-shaft .timer-scale,
  body main .new .time .timer-shaft .timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    padding-left: 10px;
    font-size: 0;
    white-space: nowrap;
  }
  html main .new .time .timer-shaft .timer-scale .time-circle,
  body main .new .time .timer-shaft .timer-scale .time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
  }
  html main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle,
  body main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle {
    width: 80px;
    height: 150px;
    line-height: 150px;
    font-size: 24px;
    color: #008B4A;
  }
  html main .new .time .timer-shaft .timer-scale .line-scale,
  body main .new .time .timer-shaft .timer-scale .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: #fff;
    background-size: cover;
  }
  html main .new .time .timer-scale-cont,
  body main .new .time .timer-scale-cont {
    display: inline-block;
    height: 100%;
    line-height: 80px;
  }
  html main .new .time .shaft-detail-cont,
  body main .new .time .shaft-detail-cont {
    display: none;
    width: 100%;
    min-height: 500px;
  }
  html main .new .downloadContent,
  body main .new .downloadContent {
    margin: 0 auto 30px;
    text-align: center;
  }
  html main .new .downloadContent .list,
  body main .new .downloadContent .list {
    cursor: pointer;
  }
  html main .new .downloadContent .list .img,
  body main .new .downloadContent .list .img {
    width: 230px;
    height: 325px;
  }
  html main .new .downloadContent .list .q,
  body main .new .downloadContent .list .q {
    margin: 30px 0 10px;
    font-size: 18px;
    color: #008B4A;
  }
  html main .new .downloadContent .list .timer,
  body main .new .downloadContent .list .timer {
    font-size: 14px;
    color: #333;
  }
  html main .new .downloadContent .list .more,
  body main .new .downloadContent .list .more {
    color: #008B4A;
    margin: 17px 0 50px;
    font-size: 14px;
  }
  html main .new .page,
  body main .new .page {
    text-align: center;
  }
  html main .new .page form,
  body main .new .page form {
    text-align: center;
  }
  html main .new .page form div .pagination li a,
  body main .new .page form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .page form div .pagination li.active a,
  body main .new .page form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1198px) {
  html main .new,
  body main .new {
    padding: 0 8px;
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .time,
  body main .new .time {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    background: #fff;
    position: relative;
  }
  html main .new .time .timer-shaft-box,
  body main .new .time .timer-shaft-box {
    max-width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  html main .new .time .timer-left,
  body main .new .time .timer-left {
    position: absolute;
    top: 82px;
    left: 20px;
    z-index: 99;
    width: 15%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-right,
  body main .new .time .timer-right {
    position: absolute;
    top: 82px;
    right: 20px;
    z-index: 99;
    width: 15%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan11.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-shaft,
  body main .new .time .timer-shaft {
    position: relative;
    max-width: 550px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  html main .new .time .timer-shaft .timer-scale,
  body main .new .time .timer-shaft .timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    padding-left: 10px;
    font-size: 0;
    white-space: nowrap;
  }
  html main .new .time .timer-shaft .timer-scale .time-circle,
  body main .new .time .timer-shaft .timer-scale .time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
  }
  html main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle,
  body main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle {
    width: 80px;
    height: 150px;
    line-height: 150px;
    font-size: 24px;
    color: #008B4A;
  }
  html main .new .time .timer-shaft .timer-scale .line-scale,
  body main .new .time .timer-shaft .timer-scale .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: #fff;
    background-size: cover;
  }
  html main .new .time .timer-scale-cont,
  body main .new .time .timer-scale-cont {
    display: inline-block;
    height: 100%;
    line-height: 80px;
  }
  html main .new .time .shaft-detail-cont,
  body main .new .time .shaft-detail-cont {
    display: none;
    width: 100%;
    min-height: 500px;
  }
  html main .new .downloadContent,
  body main .new .downloadContent {
    text-align: center;
    background: #fff;
    margin: 0 auto 60px;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .downloadContent .list,
  body main .new .downloadContent .list {
    cursor: pointer;
  }
  html main .new .downloadContent .list .img,
  body main .new .downloadContent .list .img {
    width: 230px;
    height: 325px;
  }
  html main .new .downloadContent .list .q,
  body main .new .downloadContent .list .q {
    margin: 30px 0 10px;
    font-size: 18px;
    color: #008B4A;
  }
  html main .new .downloadContent .list .timer,
  body main .new .downloadContent .list .timer {
    font-size: 14px;
    color: #333;
  }
  html main .new .downloadContent .list .more,
  body main .new .downloadContent .list .more {
    color: #008B4A;
    margin: 17px 0 50px;
    font-size: 14px;
  }
  html main .new .page,
  body main .new .page {
    text-align: center;
  }
  html main .new .page form,
  body main .new .page form {
    text-align: center;
  }
  html main .new .page form div .pagination li a,
  body main .new .page form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .page form div .pagination li.active a,
  body main .new .page form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  html .navbar-default .navbar-nav > li > a,
  body .navbar-default .navbar-nav > li > a {
    color: #fff !important;
  }
  html main .new,
  body main .new {
    padding: 0 8px;
    text-align: center;
    background: #F6F6F6;
  }
  html main .new .bread,
  body main .new .bread {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .bread .breadcrumb,
  body main .new .bread .breadcrumb {
    padding: 8px 0;
    margin: 0;
    color: #000;
    font-size: 16px;
  }
  html main .new .bread .breadcrumb .active,
  body main .new .bread .breadcrumb .active {
    color: #008B4A;
  }
  html main .new .time,
  body main .new .time {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    background: #fff;
    position: relative;
  }
  html main .new .time .timer-shaft-box,
  body main .new .time .timer-shaft-box {
    max-width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  html main .new .time .timer-left,
  body main .new .time .timer-left {
    position: absolute;
    top: 82px;
    left: 20px;
    z-index: 99;
    width: 30%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-right,
  body main .new .time .timer-right {
    position: absolute;
    top: 82px;
    right: 20px;
    z-index: 99;
    width: 30%;
    height: 25px;
    margin-top: -18.5px;
    background: url(../img/qikan11.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  html main .new .time .timer-shaft,
  body main .new .time .timer-shaft {
    position: relative;
    max-width: 115px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  html main .new .time .timer-shaft .timer-scale,
  body main .new .time .timer-shaft .timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    padding-left: 10px;
    font-size: 0;
    white-space: nowrap;
  }
  html main .new .time .timer-shaft .timer-scale .time-circle,
  body main .new .time .timer-shaft .timer-scale .time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
  }
  html main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle,
  body main .new .time .timer-shaft .timer-scale .timer-scale-cont.hov .time-circle {
    width: 80px;
    height: 150px;
    line-height: 150px;
    font-size: 24px;
    color: #008B4A;
  }
  html main .new .time .timer-shaft .timer-scale .line-scale,
  body main .new .time .timer-shaft .timer-scale .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: #fff;
    background-size: cover;
  }
  html main .new .time .timer-scale-cont,
  body main .new .time .timer-scale-cont {
    display: inline-block;
    height: 100%;
    line-height: 80px;
  }
  html main .new .time .shaft-detail-cont,
  body main .new .time .shaft-detail-cont {
    display: none;
    width: 100%;
    min-height: 500px;
  }
  html main .new .downloadContent,
  body main .new .downloadContent {
    background: #fff;
    margin: 0 auto 60px;
    max-width: 1200px;
    min-width: 300px;
  }
  html main .new .downloadContent .list,
  body main .new .downloadContent .list {
    cursor: pointer;
  }
  html main .new .downloadContent .list .img,
  body main .new .downloadContent .list .img {
    width: 230px;
    height: 325px;
  }
  html main .new .downloadContent .list .q,
  body main .new .downloadContent .list .q {
    margin: 30px 0 10px;
    font-size: 18px;
    color: #008B4A;
  }
  html main .new .downloadContent .list .timer,
  body main .new .downloadContent .list .timer {
    font-size: 14px;
    color: #333;
  }
  html main .new .downloadContent .list .more,
  body main .new .downloadContent .list .more {
    color: #008B4A;
    margin: 17px 0 50px;
    font-size: 14px;
  }
  html main .new .page,
  body main .new .page {
    text-align: center;
  }
  html main .new .page form,
  body main .new .page form {
    text-align: center;
  }
  html main .new .page form div .pagination li a,
  body main .new .page form div .pagination li a {
    margin: 0 5px;
    color: #333;
  }
  html main .new .page form div .pagination li.active a,
  body main .new .page form div .pagination li.active a {
    background: #008B4A;
    color: #fff;
  }
}
/*# sourceMappingURL=periodical.css.map */