@charset "utf-8";
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 80px;
}
.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
}
.pagination a.active {
  background: #ba2a17;
  color: #fff;
  border: 1px solid #ba2a17;
}
.pagination a:hover {
  background: #ba2a17;
  color: #fff;
  border: 1px solid #ba2a17;
}
.pagination span {
  display: inline-block;
  font-size: 14px;
}
.banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  z-index: 9;
}
.ny-main { /*min-height: 343px;*/ min-height: 1070px;
  padding-bottom: 150px;
  background: url(../images/ny-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.ny-left {
  position: relative;
  float: left;
  width: 260px;
  margin-top: -40px;
  background: #ba2a17;
  padding-left: 12px;
  padding-bottom: 12px;
  margin-right: 80px;
}
.ny-left p {
  position: relative;
  padding: 20px 0;
  padding-left: 35px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.ny-left p span {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../images/sub_left_down2.png) no-repeat center center;
  display: none;
  z-index: 996;
}
.ny-left p span.on {
  background: url(../images/sub_left_up2.png) no-repeat center center;
}
.ny-left > ul {
  background: #fcfbfb;
  padding-bottom: 45px;
}
.ny-left > ul > li {
  position: relative;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #f6f6f5;
}
.ny-left > ul > li > span {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/zk.png) no-repeat center center;
  cursor: pointer;
}
.ny-left > ul > li.on > span {
  transform: rotate(90deg);
}
.ny-left > ul > li > a {
  display: block;
  font-size: 20px;
  color: #333;
  border-left: 4px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.ny-left > ul > li.on {
  border-bottom: 1px solid #f6f6f5;
}
.ny-left > ul > li.on > a {
  color: #ba2a17;
  background-color: #f6f6f5;
  border-left: 4px solid #cfa358;
}
.ny-left > ul > li > ul {
  display: none;
  padding-bottom: 20px;
}
.ny-left > ul > li.active > ul {
  display: block;
}
.ny-left > ul > li > ul > li {
  position: relative;
  line-height: 28px;
  margin-top: 10px;
}
.ny-left > ul > li > ul > li > a {
  font-size: 16px;
  color: #666;
  padding-left: 35px;
}
.ny-left > ul > li > ul > li:hover > a {
  color: #000;
  font-weight: bold;
}
.ny-left > ul > li > ul > li > ul {
  display: none;
}
.ny-left > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.ny-left > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  color: #333;
}
.ny-right {
  overflow: hidden;
}
.ny-left ul li.active ul {
  display: block;
}
.ny-title {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.ny-title h2 {
  font-size: 28px;
  color: #ba2a17;
}
.position {
  margin-bottom: 20px;
}
.position span {
  font-size: 14px;
  color: #999;
}
.position a {
  font-size: 14px;
  color: #999;
}
.position a:hover {
  color: #ba2a17;
} /* 内容页 */ .detail-tit {
  padding-top: 85px;
}
.detail-tit > h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.detail-text p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}
.detail-img > img {
  display: block;
  width: 100%;
  max-width: 614px;
  margin: auto;
}
.detail-img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.paging {
  padding-left: 5px;
  padding-top: 20px;
}
.paging > a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.paging > a > span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
.paging > a:hover {
  color: #921e21;
}
.paging > a:hover > span {
  color: #921e21;
}
.page {
  position: relative;
  margin-top: 70px;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
.page p {
  line-height: 32px;
  margin-right: 135px;
}
.page p span {
  font-size: 15px;
  color: #666666;
}
.page p a {
  font-size: 15px;
  color: #666666;
}
.page p a:hover {
  color: #921e21;
}
.page .return {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 130px;
  height: 45px;
  border-radius: 2px;
  line-height: 45px;
  text-align: center;
  background: #ba2a17;
  cursor: pointer;
}
.page .return a {
  font-size: 14px;
  color: #f5f5f5;
}
.page .return a:hover {
  text-decoration: underline;
} /* 学生服务 */ .list-text {
  margin-top: 55px;
}
.list-text > ul > li {
  border-bottom: 1px dashed #e1e1e1;
}
.list-text > ul > li > a {
  padding-top: 45px;
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
  position: relative;
}
.list-text li .tm {
  width: 85px;
  height: 108px;
  padding-top: 40px;
  float: left;
  text-align: center;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  text-align: center;
  color: #ba2a17;
  background: url(../images/ny-time.png) no-repeat center 15%;
}
.list-text li .tm span {
  display: inline-block;
  font-size: 13px;
  position: relative;
  font-family: "思源宋";
}
.list-text li .tm span:first-child {
  display: block;
  font-size: 18px;
  font-family: "思源宋体";
}
.list-text li .tm span.big {
  position: relative;
}
.list-text li .text {
  overflow: hidden;
  padding-left: 25px;
}
.list-text li .text h1 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.list-text li .text p {
  font-size: 16px;
  line-height: 29px;
  color: #666666;
  overflow: hidden;
  height: 58px;
}
.list-text li:hover .text h1 {
  color: #ba2a17;
} /* 教师服务 */ .pic-list {
  margin-top: 50px;
}
.pic-list ul li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 40px;
}
.pic-list ul li:nth-child(3n-2) {
  margin-left: 0;
}
.pic-list ul li a {
  display: block;
}
.pic-list ul li a .pic {
  padding-top: 57.49%;
}
.pic-list ul li a .text {
  padding-bottom: 30px;
  border-bottom: 3px solid transparent;
}
.pic-list ul li a .text h2 {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  height: 52px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pic-list ul li a .text p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  height: 72px;
  overflow: hidden;
}
.pic-list ul li a .text .date {
  margin-top: 30px;
  font-size: 14px;
  color: #999;
}
.pic-list ul li:hover a .text h2 {
  color: #ba2a17;
}
.pic-list ul li:hover a .text {
  border-bottom: 3px solid #ba2a17;
}
.pic-list ul li:hover a .text .date {
  background: url(../images/time-date.png) no-repeat right center;
} /* 列表页 */ .list > ul > li {
  position: relative;
  padding-left: 20px;
  padding-right: 80px;
  background: url(../images/list.png) no-repeat left center;
  line-height: 60px;
  border-bottom: 1px dashed #e1e1e1;
}
.list > ul > li > a {
  position: relative;
  left: 0;
  display: block;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.list > ul > li:hover a {
  left: -5px;
}
.list > ul > li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999999;
  font-family: "思源宋";
}
.list > ul > li:hover > a {
  color: #ba2a17;
} /* 通知公告 */ .tz-list {
  margin-top: 65px;
}
.tz-list ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-top: 40px;
}
.tz-list ul li:nth-child(3n-2) {
  margin-left: 0;
}
.tz-list ul li a {
  display: block;
  padding: 30px 20px 20px 20px;
  border-bottom: 4px solid transparent;
}
.tz-list ul li a .date {
  float: left;
  width: 63px;
  height: 70px;
  background: url(../images/ny-date.jpg) no-repeat center center;
  text-align: center;
  color: #fff;
  font-family: "思源宋";
  font-size: 0;
}
.tz-list ul li a .date p {
  padding-top: 18px;
  font-size: 20px;
  line-height: 20px;
}
.tz-list ul li a .date span {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.tz-list ul li a .text {
  overflow: hidden;
  padding-left: 30px;
}
.tz-list ul li a .text p {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  height: 60px;
  overflow: hidden;
}
.tz-list ul li a .more {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  color: #999;
  padding-left: 90px;
}
.tz-list ul li:hover a {
  border-bottom: 4px solid #ba2a17;
}
.tz-list ul li:hover a .date {
  background: url(../images/date.png) no-repeat center center;
}
.tz-list ul li:hover a .text p {
  color: #ba2a17;
}
.tz-list ul li:hover a .more {
  color: #ba2a17;
} /* 介绍 */ .cgjs {
  margin-top: 110px;
}
.js-tit ul li {
  float: left;
  width: 33.333%;
}
.js-tit ul li a {
  display: block;
  text-align: center;
}
.js-tit ul li a .icon {
  width: 110px;
  height: 110px;
  border: 1px dashed #dadada;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}
.js-tit ul li a .icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #cccccc;
}
.js-tit ul li a .icon span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.js-tit ul li a p {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
}
.js-tit ul li.on a .icon {
  border: 1px dashed #ba2a17;
}
.js-tit ul li.on a .icon span {
  background: #ba2a17;
}
.js-tit ul li.on a p {
  color: #ba2a17;
}
.js-bg {
  margin-top: 60px;
}
.js-bg .box {
  display: none;
}
.js-bg .box.on {
  display: block;
}
.js-bg .box table {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}
.js-bg .box table tr .one {
  width: 18%;
}
.js-bg .box table tr .two {
  width: 26%;
}
.js-bg .box table tr .three {
  width: 30%;
}
.js-bg .box table tr .four {
  width: 26%;
}
.js-bg .box table tr th {
  line-height: 80px;
  text-align: center;
}
.js-bg .box table tr td {
  text-align: center;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
}
.js-bg .box table tr td p {
  display: inline-block;
  line-height: 29px;
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.js-bg .box table tr:nth-child(2n) td {
  background: #f6f6f5;
} /* 链接内页 */ .lj-nr {
  padding-top: 10px;
}
.lj-nr .js-tit {
  margin-top: 30px;
  margin-bottom: 50px;
}
.lj-nr .js-tit ul {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.lg-box ul {
  display: none;
  padding-top: 40px;
  border-top: 1px solid transparent;
}
.lg-box ul.on {
  display: block;
  border-top: 1px solid #eaeaea;
}
.lg-box ul li {
  float: left;
  margin-top: 20px;
  width: 23%;
  margin-left: 2%;
  line-height: 55px;
  border-radius: 30px;
  box-shadow: 0 0 10px #dfdada;
  background: #fff;
}
.lg-box ul li:nth-child(4n-3) {
  margin-left: 0;
}
.lg-box ul li a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 60px;
  font-size: 16px;
  color: #666;
  background: url(../images/lj-more.png) no-repeat 90% center;
}
.lg-box ul li:hover a {
  background: url(../images/lj-more-other.png) no-repeat 90% center;
  color: #ba2a17;
}
.lg-box ul li a:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dedede;
  top: 50%;
  transform: translateY(-50%);
}
.lg-box ul li:hover a:after {
  background: #ba2a17;
} /* 荣誉墙 */ .ry-pic ul {
  padding-top: 70px;
  padding-bottom: 175px;
  background: url(../images/ry-tc.png) no-repeat center bottom;
  background-size: 100% auto;
}
.ry-pic ul li {
  float: left;
  width: 23%;
  margin-left: 2.6667%;
}
.ry-pic ul li a {
  display: block;
  text-align: center;
}
.ry-pic ul li:nth-child(4n-3) {
  margin-left: 0;
}
.ry-pic ul li a .tpp {
  padding: 17px;
  background: url(../images/kk.png) no-repeat center center;
  background-size: 100% 100%;
}
.ry-pic ul li a .tpp .pic {
  padding-top: 77.7%;
}
.ry-pic ul li a p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.art-slick {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -999;
}
.art-slick.on {
  opacity: 1;
  z-index: 999;
}
.art-box-zzc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 100000;
}
.close-view {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 10000001;
}
.close-view {
  background: url(../images/gb.png) no-repeat center center;
}
.art-slick-body {
  width: 100%;
  height: 85%;
  margin: 5% auto;
  z-index: 10000000;
  position: relative;
}
.art-slick-body > ul {
  height: 100%;
}
.art-slick-body ul li {
  height: 100%;
  position: relative;
}
.art-slick-body ul div {
  height: 100%;
}
.art-slick-body ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.art-slick-body .slick-prev {
  left: 50px;
  width: 40px;
  height: 24px;
  background: url(../images/ry-jt-l.png) no-repeat center center;
}
.art-slick-body .slick-next {
  right: 50px;
  width: 40px;
  height: 24px;
  background: url(../images/ry-jt-r.png) no-repeat center center;
} /* 信息公开 */ .xxgk-xz {
  margin-top: 80px;
  padding: 40px 45px;
  background: #f6f6f5;
}
.xxgk-xz a {
  display: block;
  line-height: 43px;
  padding-left: 60px;
  background: url(../images/fujian.png) no-repeat left center;
  font-size: 16px;
  color: #ba2a17;
  text-decoration: underline;
} /* 资料下载 */ .down-load {
  margin-top: 90px;
}
.down-load ul li {
  line-height: 75px;
  background: #f6f6f5;
  margin-top: 10px;
}
.down-load ul li a {
  display: block;
  padding-left: 25px;
  padding-right: 60px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/download.png) no-repeat 97% center;
}
.down-load ul li:hover {
  background: #fff;
}
.down-load ul li:hover a {
  box-shadow: 0 0 10px #eee;
  color: #ba2a17;
} /* 教学管理 */ .jxgl .detail-tit {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 4px solid #ba2a17;
}
.jxgl .detail-tit h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #333;
}
.jxgl .detail-tit p span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #666666;
}
.jxgl .detail-text p span {
  display: block;
}
.jxgl .detail-text p img {
  margin-top: 15px;
}
.jxgl .fjxz {
  margin-top: 30px;
  border-top: 1px dashed #ba2a17;
  padding-top: 50px;
}
.jxgl .fjxz p {
  line-height: 35px;
  font-size: 15px;
  color: #666;
}
.jxgl .fjxz p a {
  font-size: 15px;
  color: #ba2a17;
} /* 卓越人才培养 */ .tw-list ul li {
  border-bottom: 1px solid #e1e1e1;
}
.tw-list ul li a {
  display: block;
  padding: 50px 0;
  overflow: hidden;
}
.tw-list ul li a .tpp {
  float: left;
  width: 265px;
}
.tw-list ul li a .tpp .pic {
  padding-top: 68.3%;
}
.tw-list ul li a .date {
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  height: 55px;
  background: rgba(186, 42, 23, .9);
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0;
  color: #fff;
  font-family: "思源宋";
}
.tw-list ul li a .date p {
  font-size: 24px;
  line-height: 24px;
}
.tw-list ul li a .date span {
  font-size: 14px;
}
.tw-list ul li a .text {
  overflow: hidden;
  padding-left: 30px;
}
.tw-list ul li a .text h2 {
  font-size: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.tw-list ul li a .text p {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  height: 64px;
  overflow: hidden;
}
.tw-list ul li a .text .more {
  margin-top: 50px;
  font-size: 14px;
  color: #ba2a17;
}
.tw-list ul li:hover a .text h2 {
  color: #ba2a17;
}
.tw-list ul li:hover a .text .more {
  text-decoration: underline;
} /* 质量保障 */ .quality ul li {
  float: left;
  width: 48%;
  margin-left: 4%;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-top: 30px;
}
.quality ul li:nth-child(2n-1) {
  margin-left: 0;
}
.quality ul li a {
  display: block;
  padding: 20px 30px;
  border-bottom: 5px solid transparent;
  box-sizing: border-box;
}
.quality ul li a span {
  font-size: 14px;
  color: #999999;
}
.quality ul li a p {
  margin-top: 20px;
  line-height: 28px;
  font-size: 20px;
  color: #666;
  height: 56px;
  overflow: hidden;
}
.quality ul li:hover a {
  border-bottom: 5px solid #ba2a17;
}
.quality ul li:hover span {
  color: #ba2a17;
}
.quality ul li:hover p {
  color: #ba2a17;
} /* 热门专题 */ .rmzt {
  background: url(../images/rmzt-bg.jpg) no-repeat center center;
  background-size: cover;
}
.rmzt .ny-main {
  background-image: none;
}
.tp-list {
  padding-top: 60px;
}
.tp-list ul li {
  float: left;
  width: 24%;
  margin-left: 1.333%;
  margin-top: 35px;
}
.tp-list ul li:nth-child(4n-3) {
  margin-left: 0;
}
.tp-list ul li a {
  display: block;
}
.tp-list ul li a .pic {
  padding-top: 56.6%;
}
.tp-list ul li a p {
  line-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  padding: 0 10px;
  background: #fff;
  text-align: center;
}
.tp-list ul li:hover a p {
  color: #ba2a17;
} /* 新闻报道 */ .xwbd .pic-list ul li {
  width: 23%;
  margin-left: 2.6667%;
}
.xwbd .pic-list ul li:nth-child(3n-2) {
  margin-left: 2.6667%;
}
.xwbd .pic-list ul li:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .ny-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .ny-left p span {
    display: block;
  }
  .ny-left p {
    font-size: 24px;
    text-align: left;
    padding: 20px;
  }
  .ny-left p span {
    right: 30px;
    top: 25px;
  }
  .ny-left > ul {
    display: none;
  }
  .ny-right {
    padding-left: 0;
    margin-top: 15px;
  }
  .ny-left > ul > li {
    line-height: 50px;
  }
  .ny-left > ul > li > span {
    top: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .lg-box ul li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .lg-box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .tz-list ul li a .text {
    padding-left: 15px;
  }
  .tz-list ul li a {
    padding: 15px;
  }
  .tz-list ul li {
    width: 48%;
    margin-left: 0;
    margin-right: 2%;
  }
  .tz-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:750px) {
  .detail-text table {
    max-width: 98%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .ny-left {
    margin-top: 0;
  }
  .ny-left p {
    padding: 10px;
    font-size: 18px;
  }
  .ny-left p span {
    right: 15px;
    top: 12px;
  }
  .ny-left > ul > li > a {
    font-size: 16px;
  }
  .ny-left > ul > li > ul > li > a {
    font-size: 14px;
  }
  .ny-title {
    padding-top: 0;
  }
  .position {
    margin-bottom: 10px;
  }
  .ny-title h2 {
    font-size: 20px;
  }
  .detail-tit {
    padding-top: 15px;
  }
  .detail-tit > h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .detail-text p {
    text-indent: 2em !important;
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
  }
  .ny-main {
    padding-bottom: 15px;
  }
  .pic-list {
    margin-top: 0;
  }
  .pic-list ul li {
    margin-top: 15px;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .pic-list ul li a .text {
    padding-bottom: 15px;
  }
  .pic-list ul li a .text .date {
    margin-top: 10px;
  }
  .pagination {
    padding-top: 15px;
  }
  .detail-tit {
    padding-top: 15px;
  }
  .jxgl .detail-tit h2 {
    margin-top: 15px;
    font-size: 18px;
  }
  .jxgl .detail-tit {
    padding-bottom: 15px;
  }
  .jxgl .fjxz {
    padding-top: 15px;
  }
  .page {
    margin-top: 15px;
    padding-top: 15px;
  }
  .page .return {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .page p {
    margin-right: 0;
  }
  .cgjs {
    margin-top: 15px;
  }
  .js-tit ul li a .icon {
    width: 70px;
    height: 70px;
  }
  .js-tit ul li a .icon span img {
    height: 30px;
  }
  .js-bg {
    margin-top: 15px;
  }
  .js-bg .box table tr th {
    line-height: 35px;
  }
  .js-bg .box table tr td p {
    font-size: 12px;
    line-height: 20px;
  }
  .lj-nr .js-tit ul {
    width: 100%;
  }
  .lj-nr .js-tit {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg-box ul {
    padding-top: 15px;
  }
  .lg-box ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .lg-box ul li {
    margin-top: 5px;
  }
  .tp-list {
    padding-top: 15px;
  }
  .tp-list ul li {
    margin-top: 10px;
  }
  .tp-list ul li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .tp-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .tp-list ul li a p {
    line-height: 40px;
    font-size: 14px;
  }
  .ry-pic ul li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .ry-pic ul li:nth-child(2n) {
    margin-right: 0;
  }
  .ry-pic ul {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .ry-pic ul li a p {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .art-slick-body .slick-prev {
    left: 10px;
    background-size: 25px auto;
  }
  .art-slick-body .slick-next {
    right: 10px;
    background-size: 25px auto;
  }
  .tz-list {
    margin-top: 15px;
    margin-top: 15px;
  }
  .tz-list ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .tz-list ul li a .text p {
    font-size: 15px;
  }
  .list > ul > li {
    line-height: 40px;
    padding-left: 10px;
    padding-right: 70px;
  }
  .list > ul > li > a {
    font-size: 14px;
  }
  .list > ul > li span {
    font-size: 14px;
  }
  .xxgk-xz {
    padding: 15px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
  }
  .xxgk-xz a {
    line-height: 24px;
    font-size: 14px;
  }
  .list-text {
    margin-top: 15px;
  }
  .list-text > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .list-text li .tm {
    width: 70px;
    height: 90px;
    padding-top: 30px;
  }
  .list-text li .text {
    padding-left: 10px;
  }
  .list-text li .text h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list-text li .text p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .quality ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .quality ul li a {
    padding: 15px;
  }
  .quality ul li a p {
    margin-top: 5px;
    font-size: 16px;
  }
  .tw-list ul li a .tpp {
    float: none;
    width: 100%;
  }
  .tw-list ul li a {
    padding: 15px 0;
  }
  .tw-list ul li a .text {
    padding-left: 0;
  }
  .tw-list ul li a .text h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tw-list ul li a .text .more {
    margin-top: 15px;
  }
  .down-load {
    margin-top: 15px;
  }
  .down-load ul li {
    line-height: 50px;
  }
  .down-load ul li a {
    padding-left: 15px;
    font-size: 14px;
  }
  .xwbd .pic-list ul li {
    width: 100%;
    margin-left: 0;
  }
  .xwbd .pic-list ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}


/*网分页样式*/
.pages {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages ul li:hover {
	background: #b40c25;
	color: #fff;
	border: 1px solid #b40c25
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #b40c25;
	padding: 6px 15px;
	margin: 0 1px;
	background: #b40c25;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
