* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-size: initial;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
img {
  border: none;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
.clearfix,
.clear {
  clear: both;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  display: block;
  width: 100%;
}
.page {
  width: 100%;
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  color: #333;
  margin: 0 5px;
  font-size: 16px;
  transition: all 0.5s ease;
  min-width: 45px;
}
.page a.curpage {
  color: #fff;
  background: #0045e3;
  border: 1px solid #0045e3;
}
.page a:hover {
  color: #fff;
  background: #0045e3;
  border: 1px solid #0045e3;
}
.page .pgejump,
.page .pageinfo {
  display: none;
}
.page .pn p {
  text-align: right;
  float: right;
  width: 100%;
  font-size: 16px;
  color: #666;
  display: inline-block;
  max-width: 48%;
  width: auto;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 5px;
}
.page .pn p:first-child {
  text-align: left;
  float: left;
}
.page .pn p:hover {
  background: #0045e3;
  color: #fff;
}
.page .pn p a {
  display: inline;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  min-width: initial;
  line-height: 28px;
}
.inner {
  margin: 0 auto;
  height: 100%;
  width: 1400px;
}
.share {
  width: 100%;
  height: 85px;
  line-height: 85px;
}
.share .label,
.share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
#common {
  float: left;
  width: 300px;
  margin-top: 60px;
}
#common .category {
  width: 100%;
  height: 120px;
  background: url(../images/listimg.jpg) no-repeat center;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 120px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#common ul {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#common ul li {
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #ccc;
  padding: 0 26px;
}
#common ul li:first-child {
  border-top: none;
}
#common ul li a {
  font-size: 18px;
  color: #666;
  display: inline-block;
  width: 100%;
}
#common ul li a i {
  float: right;
  display: none;
}
#common ul li.cycle a {
  color: #004dfe;
}
#common ul li.cycle a i {
  display: block;
  color: #004dfe;
}
#common ul li:hover a {
  color: #004dfe;
}
#common ul li:hover a i {
  display: block;
  color: #004dfe;
}
#common #navSlide {
  display: none;
}
.header {
  background: #00144d;
}
.header .top {
  height: 120px;
}
.header .top .logo {
  display: block;
  width: 350px;
  height: 70px;
  float: left;
  margin-top: 25px;
}
.header .top .logo img {
  width: 100%;
}
.header .top .infomation {
  float: right;
  height: 70px;
  line-height: 40px;
  /* width: 746px; */
  margin-top: 35px;
}
.header .top .infomation .sjimages {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header .top .infomation .sjimages:hover div {
  display: block;
}
.header .top .infomation .sjimages div {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.header .top .infomation .sjimages div img {
  width: 100%;
}
.header .top .infomation label {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
}
.header .top .infomation label span {
  font-size: 30px;
  font-style: italic;
}
.header .top .infomation label p {
  font-size: 30px;
  font-style: italic;
  padding-left: 91px;
}
.header .top .infomation > a {
  color: #0045e3;
  margin: 0 20px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.header .top .infomation > a i {
  font-size: 18px;
}
.header .top .infomation .form-container {
  width: 245px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .top .infomation .form-container form {
  height: 35px;
  width: 100%;
  margin-top: -3px;
}
.header .top .infomation .form-container form input[type=text] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 45px 0 20px;
  border-radius: 35px;
  outline: none;
  border: none;
  font-size: 15px;
}
.header .top .infomation .form-container form button[type=submit] {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0px;
  line-height: 35px;
  width: 40px;
  z-index: 1;
  outline: none;
  font-size: 22px;
  cursor: pointer;
  border-radius: 0 35px 35px 0;
  color: #0b1e55;
  margin-top: -3px;
}
.header .top .infomation .search-icon,
.header .top .infomation .sidebar-icon {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: none;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  margin: 0 10px;
}
.header .top .infomation .search-icon i,
.header .top .infomation .sidebar-icon i {
  font-size: 26px;
  color: #fff;
}
.header .bottom {
  height: 60px;
  background: #001b66;
  text-align: center;
}
.header .bottom .inner > ul {
  display: inline-block;
  font-size: 0;
}
.header .bottom .inner > ul > li {
  display: inline-block;
  position: relative;
}
.header .bottom .inner > ul > li:last-child a {
  margin-right: 0;
}
.header .bottom .inner > ul > li:hover a:after {
  transform: scaleX(1);
}
.header .bottom .inner > ul > li:hover a img {
  transform: rotate(180deg);
}
.header .bottom .inner > ul > li:hover ul {
  display: block;
}
.header .bottom .inner > ul > li > a {
  color: #fff;
  margin-right: 20px;
  min-width: 85px;
  display: block;
  text-align: left;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  position: relative;
}
.header .bottom .inner > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0045e3;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.header .bottom .inner > ul > li > a img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.header .bottom .inner > ul > li ul {
  display: none;
  width: 120px;
  position: absolute;
  z-index: 9;
}
.header .bottom .inner > ul > li ul li {
  height: 50px;
}
.header .bottom .inner > ul > li ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  background: #fff;
  line-height: 50px;
}
.header .bottom .inner > ul > li ul li a:hover {
  background: #eee;
}
.header .aside {
  position: fixed;
  z-index: 9;
  right: -350px;
  top: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
}
.header .aside[data-show] {
  transform: translateX(-100%);
}
.header .aside .top {
  height: 80px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 20px;
}
.header .aside .top span {
  font-size: 26px;
  color: #0045e3;
  font-weight: bold;
  line-height: 40px;
}
.header .aside .top a {
  position: absolute;
  right: 10px;
  display: block;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.header .aside .top a:hover i {
  font-size: 30px;
}
.header .aside .top a i {
  font-size: 25px;
  transition: all 0.3s ease;
}
.header .aside .list {
  padding: 20px;
}
.header .aside .list > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.header .aside .list > ul > li > a {
  font-size: 19px;
  color: #333;
}
.header .aside .list > ul > li > a:hover {
  color: #0045e3;
}
.header .aside .list > ul > li ul {
  font-size: 0;
  margin-top: 15px;
}
.header .aside .list > ul > li ul li {
  display: inline-block;
  height: 30px;
  text-align: center;
}
.header .aside .list > ul > li ul li a {
  color: #666;
  margin: 0 10px;
  font-size: 16px;
  line-height: 30px;
}
.header .aside .list > ul > li ul li a:hover {
  color: #0045e3;
}
header {
  display: none;
  width: 100%;
  height: 50px;
  background: #00144d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  height: 34px;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  min-width: 100%;
  height: 100%;
}
header .inner .trigger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .inner .trigger.active i {
  background: #fff;
}
header .inner .trigger.active i:first-child {
  transform: translateY(10px) rotate(45deg);
}
header .inner .trigger.active i:nth-child(2) {
  opacity: 0;
}
header .inner .trigger.active i:last-child {
  transform: translateY(-11.25px) rotate(-45deg);
}
header .inner .trigger i {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.5s ease;
}
header .sidebar {
  width: 60%;
  height: calc(100% - 50px);
  position: fixed;
  right: -60%;
  top: 50px;
  background: rgba(0, 0, 0, 0.78);
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9;
}
header .sidebar[data-show] {
  right: 0%;
}
header .sidebar ul {
  display: none;
}
header .sidebar > ul {
  display: block;
}
header .sidebar > ul > li {
  border-bottom: 1px solid #fff;
}
header .sidebar > ul li {
  width: 100%;
  position: relative;
}
header .sidebar > ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
}
header .sidebar > ul li .slide {
  width: 25%;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar > ul li .slide[data-slide] img {
  transform: rotate(180deg);
}
header .sidebar > ul li .slide img {
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all 0.5s ease;
}
header .mask {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  display: none;
}
.index .banner {
  width: 100%;
}
.index .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .banner a img {
  display: block;
  width: 100%;
}
.index .banner .banner-pagination {
  position: absolute;
  z-index: 9;
  text-align: right;
  padding: 0 15%;
  bottom: 30px;
}
.index .banner .banner-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background: #00144d;
  opacity: 0.6;
  border-radius: 0;
}
.index .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #004dfe;
}
.index .recommend {
  margin-top: 40px;
}
.index .recommend .inner .category {
  height: 50px;
  background-image: url(../images/category-bg1.png);
  background-size: 1400px auto;
  background-repeat: no-repeat;
  padding-left: 15px;
  position: relative;
}
.index .recommend .inner .category span {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  float: left;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.index .recommend .inner .category a {
  color: #0045e3;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .recommend .inner .list {
  margin-top: 30px;
}
.index .recommend .inner .list ul {
  font-size: 0;
}
.index .recommend .inner .list ul li {
  display: inline-block;
  width: 50%;
}
.index .recommend .inner .list ul li .picture {
  float: left;
  width: 260px;
  height: 160px;
  overflow: hidden;
}
.index .recommend .inner .list ul li .picture img {
  min-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  /* Safari */
}
.index .recommend .inner .list ul li:hover .picture img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index .recommend .inner .list ul li .text {
  float: left;
  width: 440px;
  height: 160px;
  padding: 0 15px;
}
.index .recommend .inner .list ul li .text .title {
  font-size: 16px;
  line-height: 45px;
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .recommend .inner .list ul li .text .description {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index .recommend .inner .list ul li .text .description a {
  color: #0045e3;
}
.index .recommend .inner .list ul li .text .time {
  font-size: 14px;
  color: #96979b;
  line-height: 25px;
}
.index .dynamic {
  margin-top: 40px;
}
.index .dynamic .inner .left {
  width: 850px;
  height: 510px;
  float: left;
}
.index .dynamic .inner .left #dynamic {
  width: 100%;
  height: 100%;
}
.index .dynamic .inner .left #dynamic .wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index .dynamic .inner .left #dynamic .wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding: 0 240px 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .dynamic .inner .left #dynamic .wrap img {
  display: block;
  width: 100%;
}
.index .dynamic .inner .left #dynamic .dynamic-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  text-align: right;
  left: initial;
  right: 0;
  width: auto;
  padding-right: 35px;
}
.index .dynamic .inner .left #dynamic .dynamic-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 0;
}
.index .dynamic .inner .right {
  float: right;
  width: 530px;
  height: 510px;
}
.index .dynamic .inner .right .category {
  width: 100%;
  height: 50px;
  position: relative;
  background: url(../images/category-bg2.png);
  padding-left: 15px;
}
.index .dynamic .inner .right .category span {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
.index .dynamic .inner .right .category a {
  color: #fff;
  position: absolute;
  right: 15px;
  line-height: 50px;
}
.index .dynamic .inner .right .list {
  width: 100%;
  padding: 5px 10px;
  background: #f6f6f6;
}
.index .dynamic .inner .right .list ul li {
  height: 45px;
  position: relative;
  padding-left: 25px;
  font-size: 0;
}
.index .dynamic .inner .right .list ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  background: #0045e3;
  width: 5px;
  height: 5px;
}
.index .dynamic .inner .right .list ul li:hover a,
.index .dynamic .inner .right .list ul li:hover span {
  font-weight: bold;
}
.index .dynamic .inner .right .list ul li a {
  font-size: 18px;
  line-height: 45px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .dynamic .inner .right .list ul li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  font-size: 16px;
  width: 20%;
  text-align: right;
  color: #666;
}
.index .notice {
  margin-top: 40px;
  padding: 20px 0;
  background: #f6f6f6;
}
.index .notice .inner .left {
  width: 450px;
  float: left;
}
.index .notice .inner .left .category {
  position: relative;
  background: url(../images/category-bg3.png) no-repeat left bottom;
}
.index .notice .inner .left .category span {
  font-size: 26px;
  color: #0045e3;
  font-weight: bold;
}
.index .notice .inner .left .category a {
  color: #0045e3;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .notice .inner .left .list ul li {
  padding: 30px 40px 0 25px;
  position: relative;
}
.index .notice .inner .left .list ul li:before {
  position: absolute;
  content: "";
  top: 41px;
  left: 10px;
  background: #0045e3;
  width: 5px;
  height: 5px;
}
.index .notice .inner .left .list ul li .title a {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .notice .inner .left .list ul li .description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index .notice .inner .left .list ul li .description a {
  color: #0045e3;
}
.index .notice .inner .right {
  width: 900px;
  float: right;
  padding-top: 15px;
}
.index .notice .inner .right .list ul {
  font-size: 0;
}
.index .notice .inner .right .list ul li {
  display: inline-block;
  width: 213px;
  margin-left: 16px;
}
.index .notice .inner .right .list ul li:first-child {
  margin-left: 0;
}
.index .notice .inner .right .list ul li a {
  display: block;
}
.index .notice .inner .right .list ul li a img {
  width: 100%;
  display: block;
}
.index .category-group {
  padding: 40px 0;
}
.index .category-group .category-item {
  width: 450px;
  float: left;
  margin-left: 25px;
}
.index .category-group .category-item:first-child {
  margin-left: 0;
}
.index .category-group .category-item .category {
  position: relative;
  background-image: url(../images/category-bg3.png);
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: left bottom;
}
.index .category-group .category-item .category span {
  font-size: 26px;
  color: #0045e3;
  font-weight: bold;
}
.index .category-group .category-item .category a {
  color: #0045e3;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .category-group .category-item .list ul li {
  height: 50px;
  line-height: 50px;
  font-size: 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 25px;
  position: relative;
}
.index .category-group .category-item .list ul li:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 22px;
  width: 5px;
  height: 5px;
  background: #0045e3;
}
.index .category-group .category-item .list ul li:hover a,
.index .category-group .category-item .list ul li:hover span {
  font-weight: bold;
}
.index .category-group .category-item .list ul li a {
  display: inline-block;
  line-height: 50px;
  max-width: 80%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .category-group .category-item .list ul li span {
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}
.index .campus-view .category {
  padding-left: 15px;
  height: 50px;
  position: relative;
  background: url(../images/category-bg2.png) no-repeat left bottom;
}
.index .campus-view .category span {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
.index .campus-view .category a {
  color: #fff;
  position: absolute;
  line-height: 50px;
  right: 15px;
}
.index .campus-view .list {
  margin: 30px 0;
}
.index .campus-view .list #campusView .wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .campus-view .list #campusView .wrap img {
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  /* Safari */
}
.index .campus-view .list #campusView .wrap:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index .campus-view .list #campusViewMobile {
  display: none;
}
.index .campus-view .list #campusViewMobile img {
  width: 100%;
  display: block;
}
.footer {
  background: #00144d;
}
.footer .links {
  height: 60px;
  border-bottom: 1px solid #1b3463;
  text-align: center;
}
.footer .links ul {
  font-size: 0;
  display: inline-block;
}
.footer .links ul li {
  display: inline-block;
  color: #f6f6f6;
  line-height: 60px;
}
.footer .links ul li:hover a {
  color: #fff;
}
.footer .links ul li a {
  color: inherit;
  margin: 0 15px;
  line-height: 60px;
}
.footer .infomation .inner {
  padding: 50px 0 35px 0;
}
.footer .infomation .inner .left {
  width: 330px;
  height: 90px;
  float: left;
  margin-top: 32px;
}
.footer .infomation .inner .left img {
  width: 100%;
}
.footer .infomation .inner .center {
  float: left;
  padding-left: 55px;
  margin-top: 38px;
  margin-left: 90px;
  width: 565px;
  background: url(../images/shield.png) no-repeat left center;
}
.footer .infomation .inner .center p {
  color: #fff;
  line-height: 26px;
  font-size: 16px;
}
.footer .infomation .inner .right {
  float: right;
  width: 320px;
  height: 155px;
}
.footer .infomation .inner .right ul li {
  float: right;
  text-align: center;
  font-size: 0;
}
.footer .infomation .inner .right ul li:first-child {
  float: left;
}
.footer .infomation .inner .right ul li .wrap {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.footer .infomation .inner .right ul li .wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .infomation .inner .right ul li .text {
  font-size: 14px;
  color: #fff;
  line-height: 35px;
}
.footer .copyright {
  background: #1b3463;
  height: 50px;
  color: #fff;
  text-align: center;
}
.footer .copyright .inner p,
.footer .copyright .inner a {
  display: inline-block;
  color: inherit;
  line-height: 50px;
  margin: 0 15px;
}
footer {
  display: none;
  background: #1b3463;
  text-align: center;
  padding: 15px 0;
  line-height: 25px;
}
footer .inner p,
footer .inner a {
  font-size: 14px;
  color: #fff;
}
.sign {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}
.sign h2 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  background: #fff;
  font-size: 26px;
  color: #0036b2;
  text-align: center;
  margin-top: 60px;
}
.sign .info {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.sign .info h5 {
  font-size: 22px;
  font-weight: inherit;
  color: #0036b2;
}
.sign .info ul {
  width: 100%;
  height: 48px;
  margin-top: 15px;
}
.sign .info ul li {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 20px;
}
.sign .info ul li span {
  color: red;
}
.sign .info ul li input {
  height: 44px;
  border: none;
  outline: none;
  text-indent: 15px;
  width: 570px;
}
.sign .info ul li label {
  margin-left: 10px;
}
.sign .info ul li label input {
  height: inherit;
  width: inherit;
}
.sign .info .graduation li:nth-child(2) {
  margin-left: 32px;
}
.sign .info .graduation li:nth-child(2) input {
  width: 410px;
}
.sign .score {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.sign .score h5 {
  font-size: 22px;
  font-weight: inherit;
  color: #0036b2;
  margin-bottom: 15px;
}
.sign .score table {
  float: left;
}
.sign .score table tr {
  width: 100%;
  height: 48px;
}
.sign .score table tr th {
  border: 1px solid #ccc;
  color: #333;
  font-weight: inherit;
}
.sign .score table tr td {
  width: 145px;
  text-align: center;
  border: 1px solid #ccc;
  color: #333;
}
.sign .score table tr td input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  text-indent: 12px;
}
.sign .score table:nth-child(3) {
  float: right;
}
.sign .family {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.sign .family h5 {
  font-size: 22px;
  font-weight: inherit;
  color: #0036b2;
  margin-bottom: 15px;
}
.sign .family table tr {
  width: 100%;
  height: 48px;
}
.sign .family table tr th {
  border: 1px solid #ccc;
  color: #333;
  font-weight: inherit;
}
.sign .family table tr td {
  width: 145px;
  text-align: center;
  border: 1px solid #ccc;
  color: #333;
}
.sign .family table tr td input {
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  text-indent: 12px;
}
.sign .family table tr td:nth-child(3) {
  width: 904px;
}
.sign .captcha {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.sign .captcha div {
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  color: #333;
  margin-right: 20px;
}
.sign .captcha div span {
  color: red;
}
.sign .captcha div input {
  height: 44px;
  border: none;
  outline: none;
  text-indent: 12px;
}
.sign .captcha img {
  vertical-align: middle;
  width: auto;
  height: 45px;
}
.sign .button {
  text-align: center;
  margin: 40px 0;
}
.sign .button button {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  border: none;
  color: #fff;
}
.sign .button .submit {
  width: 180px;
  background: #004dfe;
  margin-right: 20px;
}
.sign .button .reset {
  width: 120px;
  background: #e94848;
}
.sign .student,
.sign .parents,
.sign .read {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
}
.sign .student h5,
.sign .parents h5,
.sign .read h5 {
  font-size: 22px;
  font-weight: inherit;
  color: #0036b2;
}
.sign .student ul,
.sign .parents ul,
.sign .read ul {
  width: 100%;
  height: 48px;
  margin-top: 15px;
}
.sign .student ul li:nth-child(2),
.sign .parents ul li:nth-child(2),
.sign .read ul li:nth-child(2) {
  margin-left: 2%;
}
.sign .student ul li:nth-child(2) input,
.sign .parents ul li:nth-child(2) input,
.sign .read ul li:nth-child(2) input {
  width: 616px;
}
.sign .student ul li,
.sign .parents ul li,
.sign .read ul li {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 20px;
  color: #333;
}
.sign .student ul li span,
.sign .parents ul li span,
.sign .read ul li span {
  color: red;
}
.sign .student ul li input,
.sign .parents ul li input,
.sign .read ul li input {
  height: 45px;
  border: none;
  outline: none;
  text-indent: 15px;
  width: 416px;
}
.sign .student ul li label,
.sign .parents ul li label,
.sign .read ul li label {
  margin-left: 10px;
}
.sign .student ul > li:nth-child(3) input,
.sign .parents ul > li:nth-child(3) input,
.sign .read ul > li:nth-child(3) input {
  width: 200px;
}
.sign-mobile {
  display: none;
}
.list-banner {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.list-banner img {
  width: 100%;
}
.list-current {
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.list-current div {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.list-current div i {
  font-size: 28px;
  color: #666;
  margin-right: 10px;
}
.list-current div span {
  font-size: 14px;
  color: #666;
}
.list-current div a {
  font-size: 14px;
  color: #666;
}
.main {
  float: right;
  width: calc(100% - 338px);
  margin-top: 60px;
  margin-bottom: 60px;
}
.main .top {
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 5px;
  line-height: 70px;
  font-size: 26px;
  color: #0036b2;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 20px;
}
.main .content {
  width: 100%;
  background: #fff;
  min-height: 400px;
  padding: 30px;
  border-radius: 5px;
}
.main .content h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 18px;
}
.main .content .msg {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.main .content .msg span {
  font-size: 14px;
  font-weight: normal;
}
.main .content .article {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.main .content .article img,.main .content .article iframe{max-width:100%;}
.main .content .article img{height: auto !important;}
.main .content .singlePage {
  display: inline-block;
  width: 77%;
  vertical-align: top;
  margin-right: 3%;
}
.main .content .singlePage p {
  line-height: 26px;
  text-indent: 2em;
  color: #333;
}
.main .content .single-img {
  width: 20%;
  display: inline-block;
}
.main .content .single-img img {
  max-width: 100%;
}
.main .content .list {
  width: 100%;
}
.main .content .list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s ease;
}
.main .content .list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #0045e3;
}
.main .content .list ul li a {
  color: #333;
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .content .list ul li a:hover {
  color: #0045e3;
}
.main .content .list ul li span {
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999;
}
.main .content .list ul li:hover {
  height: 60px;
  line-height: 60px;
}
.main .content .list ul li:hover span {
  line-height: 60px;
}
.main .content .page {
  margin: 30px 0;
}
.main .content video{
	max-width: 100%;
	max-height: 800px;
	width: auto;
	height: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .inner {
    width: 1240px;
  }
  .header .bottom .inner > ul > li > a {
    margin-right: 15px;
  }
  .footer .links ul li a {
    margin: 0 13px;
  }
  .index .recommend .inner .category {
    background-size: 1240px;
    height: 42px;
    padding-left: 12px;
  }
  .index .recommend .inner .category span {
    line-height: 42px;
    font-size: 25px;
  }
  .index .recommend .inner .list ul li .text {
    width: 360px;
  }
  .index .dynamic .inner .left {
    width: 775px;
    height: 465px;
  }
  .index .dynamic .inner .right {
    width: 445px;
    height: 465px;
  }
  .index .dynamic .inner .right .category {
    padding-left: 12px;
  }
  .index .dynamic .inner .right .list ul li:nth-child(n+10) {
    display: none;
  }
  .index .notice .inner .left {
    width: 400px;
  }
  .index .notice .inner .left .category {
    background-size: 400px;
  }
  .index .notice .inner .left .category span {
    font-size: 25px;
  }
  .index .notice .inner .right {
    width: 810px;
  }
  .index .notice .inner .right .list ul li {
    width: 190px;
  }
  .index .category-group .category-item {
    width: 400px;
    margin-left: 20px;
  }
  .index .category-group .category-item .category {
    background-size: 400px;
  }
  .index .category-group .category-item .category span {
    font-size: 25px;
  }
  .index .campus-view .inner .category {
    font-size: 25px;
    padding-left: 12px;
  }
  .footer .infomation .inner .center {
    width: 500px;
    margin-left: 85px;
  }
  .footer .infomation .inner .right {
    width: 280px;
  }
  .sign {
    width: 1240px;
  }
  .sign .info ul li input {
    width: 460px;
  }
  .sign .info .graduation li:nth-child(2) input {
    width: 360px;
  }
  .sign .score table tr td {
    width: 128px;
  }
  .sign .student ul li:nth-child(2) input,
  .sign .parents ul li:nth-child(2) input,
  .sign .read ul li:nth-child(2) input {
    width: 465px;
  }
  .sign .student ul li input,
  .sign .parents ul li input,
  .sign .read ul li input {
    width: 412px;
  }
  .list-current div {
    width: 1240px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner {
    width: 980px;
  }
  .footer .links {
    height: 80px;
    padding-top: 12px;
  }
  .footer .links ul li {
    line-height: 25px;
  }
  .footer .links ul li a {
    line-height: 25px;
  }
  .header .top .infomation .sjimages div {
    top: -13px;
  }
  .header .top {
    height: 80px;
  }
  .header .top .inner .logo {
    width: 290px;
    height: 62px;
    margin-top: 10px;
  }
  .header .top .inner .infomation {
    width: 583px;
    margin-top: 10px;
  }
  .header .top .inner .infomation label {
    height: 42px;
  }
  .header .top .inner .infomation label span {
    font-size: 26px;
  }
  .header .top .inner .infomation label p {
    font-size: 26px;
  }
  .header .top .inner .infomation .form-container {
    width: 200px;
    position: absolute;
    top: 90px;
    right: 85px;
    display: none;
    z-index: 8;
  }
  .header .top .inner .infomation .search-icon,
  .header .top .inner .infomation .sidebar-icon {
    display: inline-block;
  }
  .header .bottom {
    display: none;
  }
  .index .recommend .inner .category {
    padding-left: 8px;
    background-size: 100% 100%;
    height: 45px;
  }
  .index .recommend .inner .category span {
    font-size: 21px;
    line-height: 45px;
  }
  .index .recommend .inner .list ul li {
    width: 100%;
    margin-top: 15px;
  }
  .index .recommend .inner .list ul li:first-child {
    margin-top: 0;
  }
  .index .recommend .inner .list ul li .text {
    width: 720px;
    padding-right: 0;
  }
  .index .dynamic .inner .left {
    width: 520px;
    height: 312px;
  }
  .index .dynamic .inner .right {
    width: 440px;
    height: 312px;
  }
  .index .dynamic .inner .right .category span {
    font-size: 21px;
  }
  .index .dynamic .inner .right .list ul li {
    height: 42px;
  }
  .index .dynamic .inner .right .list ul li:nth-child(n+7) {
    display: none;
  }
  .index .dynamic .inner .right .list ul li a,
  .index .dynamic .inner .right .list ul li span {
    line-height: 42px;
  }
  .index .notice .inner .left {
    margin-top: 30px;
  }
  .index .notice .inner .left .category span {
    font-size: 21px;
  }
  .index .notice .inner .right {
    width: 440px;
    padding: 0 20px;
  }
  .index .notice .inner .right .list ul li {
    width: 190px;
    margin-top: 15px;
  }
  .index .notice .inner .right .list ul li:not(:nth-child(n+3)) {
    margin-top: 0;
  }
  .index .notice .inner .right .list ul li:nth-child(odd) {
    margin-left: 0;
  }
  .index .category-group .inner .category-item {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
  .index .category-group .inner .category-item:first-child {
    margin-top: 0;
  }
  .index .category-group .inner .category-item .category {
    background-image: url(../images/category-bg4.png);
    background-size: 100% auto;
  }
  .index .category-group .inner .category-item .category span {
    font-size: 21px;
  }
  .index .category-group .inner .category-item .list ul li {
    width: 475px;
    float: left;
  }
  .index .category-group .inner .category-item .list ul li:nth-child(even) {
    margin-left: 15px;
  }
  .index .campus-view .inner .category span {
    font-size: 21px;
  }
  .footer .infomation .inner .left {
    width: 290px;
    height: 80px;
  }
  .footer .infomation .inner .center {
    margin-left: 30px;
    width: 360px;
  }
  .footer .infomation .inner .right {
    width: 270px;
  }
  .footer .copyright .inner p,
  .footer .copyright .inner a {
    margin: 0 8px;
  }
  .sign {
    width: 980px;
  }
  .sign .info ul li input {
    width: 407px;
  }
  .sign .info .graduation li:nth-child(2) {
    margin-left: 5px;
  }
  .sign .info .graduation li:nth-child(2) input {
    width: 180px;
  }
  .sign .score table tr td {
    width: 100px;
  }
  .sign .student ul li input,
  .sign .parents ul li input,
  .sign .read ul li input {
    width: 326px;
  }
  .sign .student ul li:nth-child(2) input,
  .sign .parents ul li:nth-child(2) input,
  .sign .read ul li:nth-child(2) input {
    width: 296px;
  }
  .list-current div {
    width: 980px;
  }
}
@media screen and (max-width: 1023px) {
  html {
    min-height: 100%;
  }
  body {
    height: 100%;
    overflow-x: hidden;
    padding-top: 50px;
  }
  .header,
  .footer {
    display: none;
  }
  header,
  footer {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  .list-current {
    height: 40px;
    line-height: 40px;
  }
  .list-current div {
    width: 100%;
    padding: 0 10px;
  }
  .list-current div i {
    font-size: 18px;
  }
  .index .banner .banner-pagination {
    text-align: center;
    bottom: 5px;
  }
  .index .banner .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .index .recommend {
    margin-top: 40px;
  }
  .index .recommend .inner .category {
    height: 40px;
    background-image: url(../images/category-bg5.png);
    background-size: 100% 100%;
    padding-left: 10px;
  }
  .index .recommend .inner .category span {
    line-height: 40px;
    font-size: 18px;
  }
  .index .recommend .inner .list {
    margin-top: 5px;
  }
  .index .recommend .inner .list ul li {
    width: 100%;
    margin-top: 10px;
  }
  .index .recommend .inner .list ul li:first-child {
    margin-top: 0;
  }
  .index .recommend .inner .list ul li .picture {
    width: 40%;
    height: auto;
  }
  .index .recommend .inner .list ul li .picture img {
    height: auto;
    min-width: initial;
    width: 100%;
  }
  .index .recommend .inner .list ul li .text {
    width: 60%;
    padding: 5px;
    height: auto;
  }
  .index .recommend .inner .list ul li .text .title {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index .recommend .inner .list ul li .text .description {
    display: none;
  }
  .index .dynamic {
    margin-top: 40px;
  }
  .index .dynamic .inner .left {
    float: none;
    width: 100%;
    height: auto;
  }
  .index .dynamic .inner .left #dynamic .wrap .content {
    height: 40px;
    line-height: 40px;
    padding: 0 130px 0 10px;
  }
  .index .dynamic .inner .left #dynamic .dynamic-pagination {
    bottom: 10px;
    padding-right: 5px;
  }
  .index .dynamic .inner .left #dynamic .dynamic-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 2px;
  }
  .index .dynamic .inner .right {
    float: none;
    width: 100%;
    margin-top: 15px;
    height: auto;
  }
  .index .dynamic .inner .right .category {
    height: 40px;
    padding-left: 10px;
  }
  .index .dynamic .inner .right .category span {
    font-size: 18px;
    line-height: 40px;
  }
  .index .dynamic .inner .right .category a {
    line-height: 40px;
  }
  .index .dynamic .inner .right .list {
    padding: 5px;
  }
  .index .dynamic .inner .right .list ul li {
    position: relative;
    padding-left: 15px;
    height: 35px;
  }
  .index .dynamic .inner .right .list ul li:before {
    left: 5px;
    top: 15px;
  }
  .index .dynamic .inner .right .list ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  .index .dynamic .inner .right .list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    font-size: 15px;
  }
  .index .notice {
    margin-top: 40px;
    padding: 0;
    background: #fff;
  }
  .index .notice .inner .left {
    width: 100%;
    float: none;
  }
  .index .notice .inner .left .category {
    background-image: url(../images/category-bg6.png);
    background-size: 100% auto;
    padding-left: 10px;
  }
  .index .notice .inner .left .category span {
    font-size: 18px;
  }
  .index .notice .inner .left .category a {
    right: 10px;
  }
  .index .notice .inner .left .list ul li {
    padding: 20px 0 0 25px;
  }
  .index .notice .inner .left .list ul li:before {
    top: 31px;
  }
  .index .notice .inner .left .list ul li .description {
    margin-top: 0;
  }
  .index .notice .inner .right {
    width: 100%;
    float: none;
    padding: 15px;
    margin-top: 25px;
  }
  .index .notice .inner .right .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index .notice .inner .right .list ul li {
    width: 48%;
    margin: 0;
  }
  .index .notice .inner .right .list ul li:not(:nth-child(n+3)) {
    margin-bottom: 10px;
  }
  .index .category-group {
    padding: 40px 0;
  }
  .index .category-group .inner .category-item {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .index .category-group .inner .category-item:first-child {
    margin-top: 0;
  }
  .index .category-group .inner .category-item .category {
    background-image: url(../images/category-bg6.png);
    background-size: 100% auto;
  }
  .index .category-group .inner .category-item .category span {
    font-size: 18px;
    padding-left: 10px;
  }
  .index .category-group .inner .category-item .category a {
    right: 10px;
  }
  .index .category-group .inner .category-item .list ul li {
    line-height: 35px;
    height: 35px;
  }
  .index .category-group .inner .category-item .list ul li:before {
    top: 16px;
  }
  .index .category-group .inner .category-item .list ul li a {
    line-height: 35px;
  }
  .index .category-group .inner .category-item .list ul li span {
    line-height: 35px;
  }
  .index .campus-view .inner .category {
    height: 40px;
  }
  .index .campus-view .inner .category span {
    font-size: 18px;
    line-height: 40px;
  }
  .index .campus-view .inner .category a {
    line-height: 40px;
  }
  .index .campus-view .inner .list {
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .index .campus-view .inner .list #campusView {
    display: none;
  }
  .index .campus-view .inner .list #campusViewMobile {
    display: block;
  }
  .sign {
    display: none;
  }
  .sign-mobile {
    display: block;
  }
  .sign-mobile h2 {
    width: 100%;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #0036b2;
    font-size: 19px;
  }
  .sign-mobile .info-mobile {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
  }
  .sign-mobile .info-mobile h5 {
    font-size: 18px;
    font-weight: inherit;
    color: #0036b2;
    margin-bottom: 15px;
  }
  .sign-mobile .info-mobile ul li {
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #333;
    padding: 0 10px;
  }
  .sign-mobile .info-mobile ul li span {
    color: red;
  }
  .sign-mobile .info-mobile ul li input {
    width: 68%;
    text-indent: 15px;
    height: 40px;
    border: none;
    outline: none;
  }
  .sign-mobile .info-mobile ul li label {
    margin-left: 16px;
  }
  .sign-mobile .info-mobile table tr {
    width: 100%;
    line-height: 45px;
  }
  .sign-mobile .info-mobile table tr td {
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
  }
  .sign-mobile .info-mobile table tr td input {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    text-indent: 10px;
  }
  .sign-mobile .info-mobile .captcha {
    font-size: 0;
  }
  .sign-mobile .info-mobile .captcha li {
    display: inline-block;
    width: 58%;
  }
  .sign-mobile .info-mobile .captcha li input {
    width: 58%;
  }
  .sign-mobile .info-mobile .captcha li:nth-child(2) {
    width: 20%;
    margin-left: 3%;
    border: none;
  }
  .sign-mobile .info-mobile .captcha li:nth-child(2) img {
    width: 100px;
    height: 45px;
    vertical-align: middle;
  }
  .sign-mobile .button {
    padding: 20px 0;
    text-align: center;
  }
  .sign-mobile .button button {
    height: 40px;
    border-radius: 5px;
    width: 100px;
    border: none;
    color: #fff;
  }
  .sign-mobile .button button.submit {
    background: #004dfe;
  }
  .sign-mobile .button button.reset {
    background: #e94848;
  }
  .news .inner #common {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .news .inner #common .category {
    font-size: 18px;
    font-weight: bold;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    float: left;
  }
  .news .inner #common > ul {
    display: none;
  }
  .news .inner #common #navSlide {
    display: block;
    width: 70%;
    height: 40px;
    font-size: 0;
    text-align: right;
    border-radius: 0 5px 5px 0;
    float: right;
    background: #fff;
  }
  .news .inner #common #navSlide .swiper-slide.active a {
    color: #0045e3;
  }
  .news .inner #common #navSlide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #666;
    overflow: hidden;
  }
  .news .inner .main {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .news .inner .main .top {
    display: none;
  }
  .news .inner .main .content {
    padding: 10px;
    min-height: unset;
  }
  .news .inner .main .content ul li {
    height: 40px;
    line-height: 40px;
  }
  .news .inner .main .content ul li a {
    width: 75%;
  }
  .news .inner .main .content ul li span {
    line-height: 40px;
  }
  .news .inner .main .content .singlePage,
  .news .inner .main .content .single-img {
    width: 100%;
  }
  .news .inner .main .content .page {
    margin: 25px 0;
  }
  .news .inner .main .content .page a {
    padding: 5px;
    min-width: 30px;
    margin: 0 2px;
  }
  .news .inner .main .content .page .pn p {
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
    text-align: left;
  }
  .main .content h3 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */