/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f1f9ff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1160px) {
  .inner {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 30px;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 5rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.52rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
  word-break: break-word;
}
.p span,
.p a {
  font-size: inherit;
}
.p a:hover {
  color: #3388f5;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.under_link {
  text-decoration: underline !important;
  word-break: break-all;
  color: #0f58bc;
}
.under_link:hover {
  color: #3388f5;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.theme_color {
  color: #3388f5;
}
.theme_color2 {
  color: #3388f5;
}
.inline_block {
  display: inline-block;
}
.block {
  display: block;
}
.paper_box {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  padding-top: 60px;
}
.zt_title {
  position: relative;
  z-index: 1;
  margin-bottom: -55px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title {
    height: 66px;
  }
}
.zt_title.zt_title1 {
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title.zt_title4 {
  background-image: url(../images/zt_title4.png);
}
.zt_title.zt_title5 {
  background-image: url(../images/zt_title5.png);
}
.zt_title.zt_title6 {
  background-image: url(../images/zt_title6.png);
}
.zt_title.zt_title7 {
  background-image: url(../images/zt_title7.png);
}
.zt_title.zt_title8 {
  background-image: url(../images/zt_title8.png);
}
.p_rope {
  position: relative;
  padding-left: 20px;
}
.p_rope::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 16px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3388f5;
}
.p_rope:not(:last-child) {
  padding-bottom: 10px;
}
.p_rope:not(:last-child)::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 20px;
  left: 4px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #3388f5;
}
.theme_bg_box {
  border-radius: 12px;
  background: #ecf7ff;
  padding: 10px 20px;
  position: relative;
}
.theme_bg_box::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0px;
  width: 4px;
  background: linear-gradient(180deg, #1c6cfe 0%, #49cdff 99%);
}
.theme_bg_box2 {
  border-radius: 12px;
  background: #ecf7ff;
  padding: 10px 20px;
  position: relative;
}
.theme_bg_box2::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  width: 4px;
  height: 32px;
  background: linear-gradient(180deg, #1c6cfe 0%, #49cdff 99%);
}
.w-col > .theme_bg_box2 {
  height: 100%;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
@media (min-width: 993px) {
  .yslb_box {
    padding: 0 60px;
  }
}
.p_icon2 {
  padding-left: 30px;
  background: url(../images/icon_q.png) no-repeat left 7px;
}
.cjwt_ul li + li {
  margin-top: 20px;
}
.cjwt_ul .question {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cjwt_ul .answer_box .p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zcjj_ul li {
  width: 100%;
  line-height: 1.1;
  position: relative;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}
.zcjj_ul li a {
  transition: all 0.3s;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.zcjj_ul li a:hover {
  color: #3388f5;
}
.zcjj_ul li a::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #cad3e1;
  border-radius: 50%;
}
