body #fixed_left,
body #yxz-cbl1,
body .blogroll,
body .header,
body .bk10 {
  display: none !important;
}

.mainbox {
  width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.mainbox > * {
  width: 100%;
}

.topbox {
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
}

.topbox img {
  height: 68px;
}

.toptext {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

.toptext p {
  font-size: 18px;
  font-weight: bold;
  font-family: "kaiti";
  color: #171717;
}

.toptext p:last-child {
  padding-left: 13px;
}

.bannerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 330px;
  margin-bottom: 10px;
  background: url(/res/ckzsb/img/zsb-banner-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.kfbtn {
  position: absolute;
  bottom: 31px;
  width: 272px;
  height: 58px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 6px;
  transform: skewX(-12deg);
}

h1 {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 20px;
  text-shadow: 0 3px 1px #0143a7;
  position: relative;
  top: 52px;
}

h1::after {
  position: absolute;
  left: 0;
  content: attr(data-txt);
  text-shadow: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, #a6d9fd, #d6eeff, #fff);
}

.mainbox > div > h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 10px 0;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333;
}

.mainbox > div > h2 span {
  color: #E40404;
}

.mainbox > div > h2::before {
  content: "";
  width: 54px;
  height: 26px;
  margin: 0 20px;
  background: url(/res/ckzsb/img/zsb-tle-left.png) no-repeat;
  background-size: 100% 100%;
}

.mainbox > div > h2::after {
  content: "";
  width: 54px;
  height: 26px;
  margin: 0 20px;
  background: url(/res/ckzsb/img/zsb-tle-right.png) no-repeat;
  background-size: 100% 100%;
}

.infobox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.info-left {
  width: 340px;
  height: 280px;
}

.info-left p {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  background-color: #337AD1;
}

.info-left div {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  padding: 30px 10px;
  background-color: #f6f8fa;
}

.info-left a {
  width: 100px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
  line-height: 40px;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 1px 0px rgba(168, 184, 194, 0.73);
}

.info-left a:nth-child(3n) {
  margin-right: 0;
}

.info-left a:hover {
  background: #E50606;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.info-center,
.zsborder {
  width: 460px;
  height: 280px;
  box-sizing: border-box;
  border: 1px solid #EDEFF1;
}

.info-center > p,
.zsborder > p {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #F3F5F7;
}

.info-center ul {
  padding-left: 20px;
  padding-top: 11px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.info-center ul li {
  font-size: 14px;
  color: #ccc;
  line-height: 29px;
  display: inline-block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-right {
  width: 240px;
  height: 280px;
  overflow: hidden;
}

.nwidget {
  box-sizing: border-box;
  padding-bottom: 0;
}

.f_erweima_h li {
  width: 50%;
  float: left;
}

.nwidget .f_erweima_h .title-2 {
  color: #000;
  background: none;
}

.nwidget .f_erweima_h .f_erweima-active .title-2 {
  background-color: #0168b7 !important;
  color: #fff !important;
}

.f_erweima img {
  width: 65%;
}

.f_erweima_h .title-2 {
  font-size: 15px;
}

.nwidget .content .ckjjlist li {
  float: left;
  display: inline-block;
  width: 100%;
  border: 0px solid #dff6fd;
  margin: 2px 5px;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}

.nwidget .content .ckjjlist li a {
  color: #000;
}

.nwidget .content .ckjjlist li a:hover {
  color: #145ccd;
}

.nwidget .content .ckjjlist li a span {
  padding: 2px 5px;
  background-color: #eee;
  margin-right: 5px;
  margin-left: 0px;
  font-size: 12px;
}

.nwidget .content .ckjjlist li a span.c {
  background-color: #145ccd;
  color: #fff;
}

.nwidget .content .ckjjlist li a:hover span {
  background-color: #145ccd;
  color: #fff;
}

.f_erweima .content {
  border: 0;
  padding-top: 10px;
}

.f_erweima .content span {
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}

.f_erweima .content .biao {
  color: #b83435;
  font-weight: 700;
}

.zsborder {
  width: 830px;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.zsborder-content {
  box-sizing: border-box;
  padding: 23px 20px 0;
}

.zsborder-content div {
  padding-bottom: 18px;
}

.zsborder-content p {
  height: 34px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 34px;
  padding-left: 48px;
  background: url(/res/ckzsb/img/zsb-order-tlebg.png) no-repeat;
  background-size: contain;
  position: relative;
  left: -8px;
}

.zsborder-content span {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
  padding-left: 40px;
}

.zsborder-content div:last-child {
  padding-bottom: 0;
}

.zsborder-content div:last-child span {
  background-color: #fff;
  position: relative;
  left: -1px;
  padding-left: 41px;
}

.zsborder-content div:nth-child(1) p,
.zsborder-content div:nth-child(3) p,
.zsborder-content div:nth-child(6) p {
  width: 82px;
  border-radius: 3px;
  background-size: cover;
}

.zsborder-content div:nth-last-child(1) p,
.zsborder-content div:nth-last-child(2) p {
  width: 54px;
  border-radius: 3px;
  background-size: cover;
}

.zsborder-content > * {
  border-left: 1px dashed #4382ed;
}

.zsbknowledge {
  width: 240px;
  height: auto;
  padding-bottom: 20px;
}

.zsbknowledge-content {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 12px;
}

.zsbknowledge-content li {
  margin-top: 13px;
}

.zsbknowledge-content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  background: url(/res/ckzsb/img/zsbknow-tlebg.png) no-repeat;
  background-size: 14px 12px;
  background-position: 0;
  padding-left: 21px;
}

.zsbknowledge-content span {
  display: inline-block;
  width: 100%;
  background: #F5F9FC;
  box-sizing: border-box;
  padding: 10px 12px 11px 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.zsbknowledge-content a {
  display: block;
  width: 212px;
  height: 36px;
  background: linear-gradient(0deg, #E02625, #FE4249);
  box-shadow: 0px 3px 0px 0px rgba(230, 153, 155, 0.73);
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.zsbknowledge-content img {
  display: inline-block;
  width: 100px;
  height: 70px;
}

.zsbknowledge-content img:last-child {
  float: right;
}

.zsborderimg {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}

.zsbschool {}

.zsbschool-content {
  display: flex;
  flex-wrap: wrap;
}

.zsbschool-item {
  width: 260px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 12px;
  padding-top: 16px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}

.zsbschool-item:nth-child(4n) {
  margin-right: 0;
}

.zsbschool-item > div {
  display: flex;
  padding-bottom: 13px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.zsbschool-item div img {
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.zsbschool-item div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
  display: block;
  width: 156px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zsbschool-item div span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  overflow: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zsbschool-item a:nth-last-child(1),
.zsbschool-item a:nth-last-child(2) {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: linear-gradient(0deg, #E02625, #FE4249);
  border-radius: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FEFFFF;
  line-height: 32px;
  text-align: center;
  float: right;
  text-decoration: none;
}

.zsbschool-item a:nth-last-child(2) {
  background: #658BED;
  font-weight: initial;
  float: left;
}

.zsbissue {}

.zsbissue-one {
  height: 330px;
  background: url(/res/ckzsb/img/zsbissue-onebg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  position: relative;
}

.zsbissue-one div {
  box-sizing: border-box;
  padding: 10px 18px;
  position: absolute;
}

.zsbissue-one div:nth-child(1) {
  width: 346px;
  height: 94px;
  top: 37px;
  right: 104px;
}

.zsbissue-one div:nth-child(2) {
  width: 396px;
  height: 94px;
  right: 32px;
  bottom: 65px;
}

.zsbissue-one div:nth-child(3) {
  width: 296px;
  height: 94px;
  top: 10px;
  left: 178px;
}

.zsbissue-one div:nth-child(4) {
  width: 356px;
  height: 94px;
  top: 116px;
  left: 54px;
}

.zsbissue-one div:nth-child(5) {
  width: 396px;
  height: 94px;
  left: 84px;
  bottom: 10px;
}

.zsbissue-one div p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  margin-bottom: 5px;
}

.zsbissue-one div span {
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.zsbissue-one a {
  display: block;
  width: 134px;
  height: 134px;
  background: linear-gradient(0deg, #E02625, #FE4249);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -67px;
  margin-top: -67px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  box-sizing: border-box;
  padding: 35px 10px;
  text-align: center;
  text-decoration: none;
}

.zsbissue-two {
  display: flex;
  flex-wrap: wrap;
}

.zsbissue-two-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 204px;
  height: 180px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D7DEFF;
  border-radius: 5px;
  margin-right: 20px;
  padding: 20px 16px;
  margin-bottom: 20px;
}

.zsbissue-two-item:hover {
  text-decoration: none;
}

.zsbissue-two-item:nth-child(5n) {
  margin-right: 0;
}

.zsbissue-two-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.zsbissue-two-item p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  margin-bottom: 10px;
}

.zsbissue-two-item span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}