.p4-sb a {
  font-size: inherit;
  color: inherit;
}
.p4-sb a:hover {
  text-decoration: underline;
}
.mail_li {
  margin-top: 20px;
  width: 100%;
}
.mail_li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 13%;
}
.mail_li i {
  margin: 0;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mail_li i.s1 {
  background-image: url(../images/mail_icon1.png);
}
.mail_li i.s2 {
  background-image: url(../images/mail_icon2.png);
}
.mail_li b {
  font-size: 16px;
  font-weight: bold;
  color: #3d3d3d;
}
.mail_li span {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.mail_li:hover i {
  transform: rotateY(360deg);
}
.mail_li:hover b {
  color: #116dd2;
}
.lygktj_box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.lygktj_box b {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.lygktj_box span {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.lygktj_box .lygktj_left {
  width: 40%;
  height: 90px;
  background: url(../images/ly_bg.png) no-repeat right bottom;
  background-size: 100% 100%;
  padding: 20px;
}
.lygktj_box .lygktj_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 90px;
  background: linear-gradient(286deg, #4965bf 0%, #5f8bd7 100%);
  padding: 20px;
}
.lygktj_box .lygktj_right > div {
  width: 40%;
}
@media (max-width: 992px) {
  .lygktj_box .lygktj_left,
  .lygktj_box .lygktj_right {
    width: 100%;
  }
}
.list_zhengji li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_zhengji li:not(.panel-more) a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_zhengji li:not(.panel-more) a:hover .list_text,
.list_zhengji li:not(.panel-more) a:hover .date {
  color: #116dd2;
}
.list_zhengji li:not(.panel-more) a:hover .list_text::before {
  background-color: #116dd2;
}
.list_zhengji .list_text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  padding-left: 20px;
  position: relative;
}
.list_zhengji .list_text::before {
  content: '';
  position: absolute;
  top: 0.625em;
  left: 0px;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 50%;
}
.list_zhengji .date {
  flex-shrink: 0;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.list_zhengji .zhengji_tag {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
}
.list_zhengji .zhengji_tag.tag_pending {
  background: #4b69c1;
  color: #fff;
}
.list_zhengji .zhengji_tag.tag_end {
  background-color: #f2f7ff;
  color: #3d3d3d;
}
@media (max-width: 600px) {
  .list_zhengji .date {
    display: none;
  }
}
.lygk_ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.lygk_ftable .fth {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.lygk_ftable .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.lygk_ftable .frow {
  width: 100%;
  display: flex;
}
.lygk_ftable .fth,
.lygk_ftable .ftd {
  word-break: break-all;
  line-height: 1.5;
}
.lygk_ftable .fth {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #d3ecff 0%, rgba(229, 244, 255, 0) 98%);
  padding: 12px 25px;
}
.lygk_ftable .ftd {
  text-align: justify;
  padding: 12px 25px;
}
.lygk_ftable .ftd a:hover {
  color: #116dd2;
}
@media (max-width: 600px) {
  .lygk_ftable .fth {
    padding: 12px 10px;
  }
  .lygk_ftable .ftd {
    padding: 12px 10px;
  }
}
.lygk_ftable .ftd {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.lygk_ftable .fth,
.lygk_ftable .ftd {
  justify-content: start;
}
.lygk_ftable .fth:nth-child(1),
.lygk_ftable .ftd:nth-child(1) {
  flex: 1;
}
.lygk_ftable .fth:nth-child(2),
.lygk_ftable .ftd:nth-child(2) {
  flex: 0 0 150px;
}
.lygk_ftable .ftd:nth-child(2) {
  color: #999;
}
.zmhd_li {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .zmhd_li {
    margin-bottom: 20px;
  }
}
.zmhd_li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  background: linear-gradient(286deg, #5f8dd8 0%, #699ee2 100%);
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 50px;
}
.zmhd_li i {
  margin: 0;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.zmhd_li i.s1 {
  background-image: url(../images/zmhd_icon1.png);
}
.zmhd_li i.s2 {
  background-image: url(../images/zmhd_icon2.png);
}
.zmhd_li i.s3 {
  background-image: url(../images/zmhd_icon3.png);
}
.zmhd_li i.s4 {
  background-image: url(../images/zmhd_icon4.png);
}
.zmhd_li span {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0px 2px 2px #3a55a7;
}
.zmhd_li:hover i {
  transform: rotateY(360deg);
}
.zmhd_li2 a {
  background: linear-gradient(286deg, #4965bf 0%, #5f8bd7 100%);
}
