* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.paragraph {
  padding: 25px 10px 0;
}

.xxjs {
  display: table;
}

.wzjs, .intro {
  display: table-cell;
  vertical-align: middle;
}

.intro {
  width: 55%;
}

.intro img {
  width: 100%;
}

.wzjs strong {
  display: block;
  font-size: 20px;
  color: #565656;
  line-height: 22px;
  padding-left: 5px;
}

.wzjs small {
  display: block;
  font-size: 12px;
  color: #565656;
  font-variant: small-caps;
  line-height: 12px;
  padding-left: 5px;
}

.wzjs small::after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background: #565656;
  margin-top: 5px;
}

.wzjs font {
  display: block;
  font-size: 12px;
  color: #565656;
  line-height: 17px;
  margin-top: 7px;
  padding-left: 5px;
}

.p_title {
  text-align: center;
  height: 22px;
}

.p_title span {
  display: inline-block;
  font-size: 20px;
  color: #565656;
  font-weight: bold;
  padding: 0 5px;
}

.p_title::before, .p_title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/diamond.jpg")no-repeat center center;
  background-size: 10px 10px;
}

.fbt {
  display: block;
  text-align: center;
  color: #565656;
  font-variant: small-caps;
}

.zylist {
  overflow: hidden;
  margin-top: 17px;
}

.zylist li {
  box-sizing: border-box;
  width: calc((100% - 5px)/2);
  float: left;
  border: 1px solid #6c6c6c;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.zylist li.full {
  width: 100%;
  padding-bottom: 15px;
}

.zylist li:nth-last-child(1), .zylist li:nth-last-child(2) {
  margin-bottom: 0;
}

.zylist li:nth-child(2n+2) {
  margin-right: 5px;
}

.zyfm {
  display: block;
  line-height: 0;
  padding: 5px 5px 0;
}

.zyfm img {
  width: 100%;
}

.zylist li.full .zyfm {
  padding: 7px 5px 0;
}

.zybt {
  display: flex;
  text-align: center;
  font-size: 13px;
  color: #565656;
  font-weight: bold;
  line-height: 15px;
  margin-top: 10px;
}

.zybt span {
  display: inline-table;
  padding: 0 5px;
}

.zybt::before, .zybt::after {
  content: "";
  flex: 1;
  height: 4px;
  margin-top: 5px;
}

.zybt::before {
  background: url("../images/title_bg3.jpg")no-repeat center right;
  background-size: auto 4px;
}

.zybt::after {
  background: url("../images/title_bg4.jpg")no-repeat center left;
  background-size: auto 4px;
}

.zylist li.full .zybt {
  margin-top: 13px;
}

.zylist li.full .zybt::before {
  background: url("../images/title_bg1.jpg")no-repeat center right;
  background-size: auto 6px;
}

.zylist li.full .zybt::after {
  background: url("../images/title_bg2.jpg")no-repeat center left;
  background-size: auto 6px;
}

.zyms {
  font-size: 12px;
  color: #424242;
  text-align: center;
  padding: 6px 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.zylist li.full .zyms {
  padding: 10px 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zyzx {
  display: block;
  width: 70%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #5b5fff;
  margin: 10px auto 0;
}

.bgb_para {
  padding: 25px 10px;
  margin-top: 25px;
  background: #eee;
}

.xxhj {
  margin-top: 17px;
}

.xxhj li {
  overflow: hidden;
  margin-bottom: 5px;
}

.xxhj li:last-child {
  margin-bottom: 0;
}

.xxhj li a {
  display: block;
  line-height: 0;
  float: left;
}

.xxhj li a img {
  width: 100%;
}

.xxhj li:nth-child(1) a:nth-child(1) {
  width: 55.7%;
}

.xxhj li:nth-child(1) a:nth-child(2) {
  width: calc(44.3% - 5px);
  margin-left: 5px;
}

.xxhj li:nth-child(2) a:nth-child(1) {
  width: calc(44.3% - 5px);
  margin-right: 5px;
}

.xxhj li:nth-child(2) a:nth-child(2) {
  width: 55.7%;
}

.xxhj li:nth-child(3) a {
  width: calc((100% - 10px)/3);
  margin-right: 5px;
}

.xxhj li:nth-child(3) a:last-child {
  margin-right: 0;
}

.xueyuan {
  margin-top: 13px;
  padding-top: 30px;
}

.xueyuan .swiper-pagination {
  top: 0;
  bottom: inherit;
}

.xueyuan .swiper-pagination span {
  margin: 0 !important;
  width: auto;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 0;
  background: none;
  padding: 0 5px;
  border-right: 1px solid #565656;
  color: #565656;
  opacity: 1;
}

.xueyuan .swiper-pagination span.swiper-pagination-bullet-active {
  color: #5b5fff;
}

.xueyuan .swiper-pagination span:last-child {
  border: none;
}

.xyfc li {
  margin-bottom: 5px;
  overflow: hidden;
}

.xyfc li:last-child {
  margin-bottom: 0;
}

.xyfc li a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
  line-height: 0;
}

.xyfc li a:last-child {
  margin-left: 5px;
}

.xyfc li:last-child a {
  width: calc((100% - 10px)/3);
}

.xyfc li:last-child a:nth-child(2) {
  margin-left: 5px;
}

.xyfc li a img {
  width: 100%;
}

.jyfp {
  overflow: hidden;
  margin-top: 17px;
}

.jyfp li {
  width: calc((100% - 5px)/2);
  float: left;
}

.jyfp li:nth-child(2n+2) {
  margin-left: 5px;
}

.jyfp li:nth-child(n+3) {
  margin-top: 5px;
}

.jyfp li img {
  width: 100%;
}

.jyinfo {
  background: #f6f6f6;
  padding: 10px 5px;
}

.jyinfo span {
  display: block;
  text-align: center;
}

.jyinfo span em {
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  color: #6a5bfe;
  line-height: 17px;
  padding-bottom: 3px;
  border-bottom: 1px solid #6a5bfe;
}

.jyinfo font {
  display: block;
  font-size: 12px;
  color: #424242;
  margin-top: 7px;
}

.jyinfo a {
  display: block;
  width: 65%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  margin: 7px auto 0;
  background: #5b5fff url("../images/fpicon.jpg")no-repeat;
  background-size: 12.5px 12.5px;
  background-position: 80% center;
  text-indent: -15px;
}

.introduce {
  font-size: 12px;
  color: #424242;
  margin-top: 15px;
}

.byzs {
  overflow: hidden;
  margin-top: 12px;
  color: #424242;
}

.byzs a {
  display: block;
  width: calc((100% - 10px)/3);
  float: left;
  margin-right: 5px;
}

.byzs a:last-child {
  margin-right: 0;
}

.byzs a span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #424242;
  margin-bottom: 7px;
}

.byzs a img {
  width: 100%;
}