/*!
 * gxzf20231
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2023-10-18 16:31:01
 */
@charset "UTF-8";
.zxxx-wrap {
  background: url(../../imagesq/2023gxzf/mail_tips_bg.png) center no-repeat;
  height: 397px;
  padding: 45px 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zxxx-tips {
  width: 869px;
  height: 287px;
  background-color: #dcecff;
  border-radius: 30px;
  border: solid 2px #fff;
  padding: 20px 22px 0 40px;
  line-height: 35px;
  letter-spacing: 0.8px;
  color: #0a5a9a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zxxx-tips > div {
  overflow-y: auto;
  height: 241px;
  padding-right: 46px;
}
.zxxx-tips > div::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(134, 204, 253, 0.28);
  border-radius: 3.5px;
}
.zxxx-tips > div::-webkit-scrollbar-track {
  border-radius: 3.5px;
}
.zxxx-tips > div::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #86ccfd;
}
.zxxx-btn {
  margin-top: 11px;
  width: 264px;
}
.zxxx-btn a {
  display: block;
  width: 100%;
  line-height: 85px;
  margin-top: 36px;
  background-image: -webkit-linear-gradient(
    307deg,
    rgba(60, 205, 189, 0.96),
    rgba(191, 252, 205, 0.96) 60%
  );
  background-image: linear-gradient(
    143deg,
    rgba(60, 205, 189, 0.96),
    rgba(191, 252, 205, 0.96) 60%
  );
  border-radius: 40px;
  letter-spacing: 1px;
  color: #07497b;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.zxxx-btn a:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 35px;
  top: 22px;
}
.zxxx-btn a:nth-child(1):before {
  background: url(../../imagesq/2023gxzf/mailbox_icon_1.png) center no-repeat;
  background-size: cover;
}
.zxxx-btn a:nth-child(2):before {
  background: url(../../imagesq/2023gxzf/mailbox_icon_2.png) center no-repeat;
  background-size: cover;
}
.mailbox-list li {
  height: 245px;
  margin-bottom: 66px;
  height: 294px;
  background: url(../../imagesq/2023gxzf/mail_list_bg.png) center no-repeat;
  padding: 38px 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mailbox-list a {
  color: #384d7b;
}
.mailbox-list a span {
  color: #e9513c;
}
.mailbox-list .mailbox-li-left {
  color: #e9513c;
  line-height: 34px;
  padding-left: 42px;
}
.mailbox-list .mail-title {
  margin: 40px auto 20px;
}
.szxx-list {
  margin-top: 40px;
}
.szxx-list a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  width: 177px;
  background-color: #fff;
  border: solid 1px #bcd9fd;
  margin-bottom: 6px;
}
.szxx-list a:hover {
  background-color: #0777ff;
  border: solid 1px #bcd9fd;
  color: #fff;
}
.bg-blue {
  background-color: #f3fafe;
  padding: 40px 0;
}
.link-tab {
  margin-top: 0;
}
