.p-blue-title {
  font-size: 2em;
  color: #22407c;
  text-align: center;
}
.p-gray-msg {
  font-size: 24px;
  color: #666666;
  text-align: center;
}
.p-header {
  width: 100%;
  height: 5em;
  font-size: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 3px #ededed;
}
.p-header .mid1400 {
  max-width: 1400px;
}
.p-header .mid {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header .mid:after {
  display: none;
}
.p-header .logo img {
  display: block;
  height: 3em;
}
.p-header .nav {
  flex: 1;
  text-align: center;
  height: inherit;
  text-align: right;
  font-size: 0;
}
.p-header .nav li {
  display: inline-block;
  height: inherit;
  vertical-align: bottom;
  position: relative;
  border-right: 1px solid #ededed;
}
.p-header .nav li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.5em;
  height: inherit;
  font-size: 14px;
  color: #58595b;
  transition: 0.3s;
}
.p-header .nav li dl {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 110%;
  background-color: rgba(34, 64, 124, 0.5);
  z-index: 50;
  padding: 10px;
  transition: 0.3s;
}
.p-header .nav li dl a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px;
  margin: 3px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.p-header .nav li dl a:hover {
  background-color: #22407c;
}
.p-header .nav li.on > a,
.p-header .nav li:hover > a {
  color: #fff;
}
.p-header .nav li:hover dl {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.p-header .nav li.on,
.p-header .nav li:hover {
  background-color: #22407c;
}
.p-header .tel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding: 0 0.5em;
  background-color: #f9f9f9;
}
.p-header .tel img {
  width: auto;
  height: 1.5em;
  object-fit: contain;
}
.p-header .tel span {
  font-size: 20px;
  color: #22407c;
  font-weight: bold;
}
.index-banner {
  font-size: 20px;
}
.index-banner .swiper-container {
  width: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  padding-top: 26.04%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.index-banner .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #22407c;
  border: 2px solid #22407c;
}
.index-about {
  border-radius: 20px;
  background-color: #f1f6ff;
  padding: 2%;
  position: relative;
  font-size: 20px;
}
.index-about img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.index-about ul {
  position: absolute;
  width: 96%;
  max-height: 96%;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.index-about ul p {
  font-size: 1em;
  color: #000;
  width: 60%;
}
.index-about ul span {
  display: block;
  font-size: 0.8em;
  color: #666;
  width: 60%;
}
.index-about ul li {
  padding: 1em 1em 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-bottom: 3px solid #c4cde4;
  margin: 1em 0;
}
.index-about ul li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0%;
  width: 3px;
  height: 60%;
  background-color: #c4cde4;
}
.index-about ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  top: 40%;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #c4cde4;
}
.index-about ul .fl {
  margin-top: 10%;
  align-items: flex-start;
  text-align: left;
}
.index-about ul .fl::before {
  left: -2px;
}
.index-about ul .fl::after {
  left: 0;
}
.index-about ul .fr {
  align-items: flex-end;
  text-align: right;
}
.index-about ul .fr::before {
  right: -2px;
}
.index-about ul .fr::after {
  right: 0;
}
.index-money {
  font-size: 20px;
  background: url('../img/index-money-bg.png') no-repeat center / 1920px auto;
}
.index-money .mid {
  display: flex;
  padding: 1em 0;
}
.index-money .mid .left,
.index-money .mid .right {
  width: 45%;
  flex: 0 1 45%;
  margin-left: 5%;
}
.index-money .mid ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1em;
}
.index-money .mid ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 2em 0;
}
.index-money .mid ul li .tit {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.index-money .mid ul li .tit p {
  font-size: 1.1em;
  padding-left: 2em;
}
.index-money .mid ul li .tit span {
  color: #fff;
  display: block;
  padding: 3px 10px 3px 2em;
  font-size: 1.1em;
  border-radius: 0 4px 4px 0;
}
.index-money .mid ul li .tit span i {
  font-style: normal;
  font-size: 14px;
}
.index-money .mid ul li .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.index-money .mid ul li .msg p {
  font-size: 0.9em;
  color: #666;
}
.index-money .mid ul li .msg a {
  font-size: 0.8em;
}
.index-money .mid ul li .msg a:hover {
  text-decoration: underline;
}
.index-money .mid ul li:nth-child(1) {
  border-left: 6px solid #4884d7;
}
.index-money .mid ul li:nth-child(1) .tit span {
  background-color: #4884d7;
}
.index-money .mid ul li:nth-child(1) .tit p,
.index-money .mid ul li:nth-child(1) .msg a {
  color: #4884d7;
}
.index-money .mid ul li:nth-child(2) {
  border-left: 6px solid #feb8b5;
}
.index-money .mid ul li:nth-child(2) .tit span {
  background-color: #feb8b5;
}
.index-money .mid ul li:nth-child(2) .tit p,
.index-money .mid ul li:nth-child(2) .msg a {
  color: #feb8b5;
}
.index-money .mid ul li:nth-child(3) {
  border-left: 6px solid #f68d48;
}
.index-money .mid ul li:nth-child(3) .tit span {
  background-color: #f68d48;
}
.index-money .mid ul li:nth-child(3) .tit p,
.index-money .mid ul li:nth-child(3) .msg a {
  color: #f68d48;
}
.index-money .mid .right .p-blue-title {
  text-align: left;
  margin: 2em 0 1em;
}
.index-service {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.index-service::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.8em;
  left: 10%;
  width: 80%;
  height: 0px;
  border: 1px dashed #4884d7;
  z-index: 1;
}
.index-service li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 1 calc(100% / 5);
  overflow: hidden;
}
.index-service li::before {
  content: '';
  display: block;
  position: absolute;
  top: 1.8em;
  left: calc(50% - 1.3em);
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  transform: rotate(90deg);
  border-color: transparent transparent #4884d7 transparent;
}
.index-service li:first-child::before {
  display: none;
}
.index-service li .icon {
  width: 1.6em;
  height: 1.6em;
  margin: 1em 0;
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
}
.index-service li .in {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f2f7ff, #feffff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  padding: 1em 0.5em;
  overflow: hidden;
}
.index-service li .in p,
.index-service li .in b,
.index-service li .in i {
  width: 100%;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  display: block;
}
.index-service li .in p {
  font-size: 0.9em;
  color: #3a3a3a;
}
.index-service li .in b {
  font-size: 0.7em;
  color: #fff;
  background-color: #95bef8;
  line-height: 2em;
  width: 10em;
  border-radius: 6px;
}
.index-service li .in i {
  font-size: 0.7em;
  color: #666666;
  line-height: 1.5em;
  height: 3em;
}
.index-service li .in img {
  width: 100%;
  display: block;
}
.p-hot-tel {
  font-size: 20px;
  background: url(../img/index-tel-bg.png) no-repeat center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 0.5em 1em;
}
.p-hot-tel .tit {
  background: url(../img/index-tel-tit-bg.png) no-repeat center / 100% 100%;
  width: 10.7em;
  height: 5.5em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1em;
}
.p-hot-tel .tit p {
  font-size: 1.1em;
}
.p-hot-tel .tit span {
  font-size: 1.6em;
  font-weight: bold;
}
.p-hot-tel .tel {
  padding-left: 4.5em;
  height: 3.6em;
  background: url(../img/index-tel-icon.png) no-repeat left center / 3.6em auto;
  display: flex;
  align-items: center;
  margin-right: 3em;
}
.p-hot-tel .tel p {
  font-size: 1.8em;
  color: #3a3a3a;
  font-weight: bold;
  font-family: sans-serif;
}
.p-hot-tel a {
  display: block;
  font-size: 1em;
  background-color: #f97f43;
  border-radius: 1em;
  color: #fff;
  padding: 0.2em 1.5em;
  font-weight: bold;
  font-family: 'PangMenZhengDao-Cu';
  transition: 0.3s;
}
.p-hot-tel a:hover {
  background: #22407c;
}
.p-hot-tel-peo {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.p-hot-tel-peo .in {
  color: #4884d7;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-hot-tel-peo .in span {
  font-size: 1.1em;
}
.p-hot-tel-peo .in b {
  font-size: 1.7em;
}
.p-hot-tel-peo p {
  color: #4884d7;
  font-size: 0.9em;
  line-height: 1.5em;
}
.p-hot-tel-peo img {
  display: block;
  height: 8, 5em;
}
.index-pic {
  border-radius: 6px;
  background-color: #f1f6ff;
  font-size: 20px;
}
.index-pic .tit-box {
  width: 50%;
}
.index-pic ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.index-pic ul li {
  width: calc(50% - 1em);
  margin-top: 2em;
  position: relative;
}
.index-pic ul li:nth-child(even) {
  top: -2em;
}
.index-pic ul li div {
  width: calc(100% - 4em);
  margin-left: 4em;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}
.index-pic ul li div img {
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 8px;
  position: relative;
  left: -2em;
  top: -2em;
}
.index-pic ul li p {
  margin-left: 4.2em;
  margin-top: 1em;
  font-size: 0.9em;
}
.index-pic ul li:hover div {
  margin-left: 2em;
}
.index-pic ul li:hover div img {
  left: 0;
  top: 0em;
}
.index-news {
  background: url(../img/index-news-bg.png) no-repeat center / cover;
  font-size: 20px;
}
.index-news .in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5em;
  padding: 3em 0;
  background: url(../img/index-news-circle.png) no-repeat center / auto 100%;
}
.index-news .in .p-blue-title {
  font-size: 1.8em;
  position: absolute;
  width: 2em;
  line-height: 1.4em;
  left: 50%;
  top: 46%;
  transform: translateX(-50%) translateY(-50%);
}
.index-news .in a {
  flex: 0 1 35%;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: 1em;
}
.index-news .in a p {
  font-size: 0.9em;
  color: #222222;
  margin-bottom: 0.5em;
}
.index-news .in a span {
  font-size: 0.7em;
  color: #666666;
}
.index-news .in a:hover p {
  color: #22407c;
  text-decoration: underline;
}
.index-news .more {
  font-size: 0.8em;
  background-color: #4884d7;
  color: #fff;
  border-radius: 4px;
  display: block;
  width: 10em;
  padding: 1em 0.5em;
  margin: 3em auto 1em;
  text-align: center;
  transition: 0.3s;
}
.index-news .more:hover {
  background-color: #22407c;
}
.p-footer {
  background: url(../img/footer-bg.png) no-repeat center / cover;
  color: #fff;
  font-size: 20px;
}
.p-footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer .top .left {
  flex: 0 1 40%;
  border: 2px solid #fff;
  border-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 2em 0 1em;
}
.p-footer .top .left .logo {
  height: 4.5em;
}
.p-footer .top .left .logo img {
  display: block;
  height: 100%;
}
.p-footer .top .left .tit {
  background: #4884d7;
  padding: 0.5em 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 1em;
}
.p-footer .top .left .tit img {
  height: 1.2em;
  display: block;
}
.p-footer .top .right {
  flex: 0 1 50%;
  display: flex;
  flex-wrap: wrap;
}
.p-footer .top .right div {
  margin: 1em 0;
}
.p-footer .top .right div a {
  font-size: 0.8em;
  color: #fff;
  padding: 0 0.5em;
  border-right: 1px solid #fff;
}
.p-footer .top .right div a:hover {
  text-decoration: underline;
}
.p-footer .top .right div a:first-child {
  padding-left: 0;
}
.p-footer .top .right div a:last-child {
  padding-right: 0;
  border-right: 0;
}
.p-footer .top .right ul li {
  padding-left: 1.5em;
}
.p-footer .top .right ul li:nth-child(1) {
  background: url(../img/footer-icon-tel.png) no-repeat left top / auto 1em;
}
.p-footer .top .right ul li:nth-child(2) {
  background: url(../img/footer-icon-ads.png) no-repeat left top / auto 1em;
}
.p-footer .top .right ul li p {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.p-footer .bot {
  display: flex;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 4em;
}
.p-footer .bot p,
.p-footer .bot a {
  font-size: 0.9em;
  color: #fff;
}
.p-footer .bot a:hover {
  color: #4884d7;
  text-decoration: underline;
}
.p-footer .bot-tit {
  background-color: #134289;
  text-align: center;
  font-size: 12px;
  padding: 1em;
}
.p-in-banner {
  font-size: 20px;
  height: 9em;
  position: relative;
}
.p-in-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-in-banner .money-banner {
  font-size: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #1c73a4;
  z-index: 1;
}
.money-box1 {
  font-size: 20px;
}
.money-box1 ul {
  display: flex;
  gap: 1em;
}
.money-box1 ul li {
  flex: 1;
  border-radius: 10px;
  padding: 0px 2px 2px 1.5em;
}
.money-box1 ul li:nth-child(1) {
  background: linear-gradient(to bottom, #b5d1ff, #e0ecff);
}
.money-box1 ul li:nth-child(1) .top {
  color: #2f5dc5;
}
.money-box1 ul li:nth-child(2) {
  background: linear-gradient(to bottom, #feb0ab, #f6ecec);
}
.money-box1 ul li:nth-child(2) .top {
  color: #c7544f;
}
.money-box1 ul li:nth-child(3) {
  background: linear-gradient(to bottom, #f7c392, #fcedca);
}
.money-box1 ul li:nth-child(3) .top {
  color: #d07235;
}
.money-box1 ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.money-box1 ul li .top .tit {
  font-size: 1.5em;
}
.money-box1 ul li .top .num {
  background: url(../img/money-num-bg.png) no-repeat center / 100% 100%;
  width: 5em;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: bold;
  text-shadow: -1px 1px 1px #888888;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  font-family: serif;
}
.money-box1 ul li .top .num i {
  font-style: normal;
  font-size: 0.7em;
  position: relative;
  top: 0.2em;
}
.money-box1 ul li .bot {
  background-color: #fff;
  border-radius: 10px;
  height: 27em;
  overflow-y: auto;
  position: relative;
  top: -1.5em;
  padding: 2em 1em 1em;
}
.money-question {
  background: url(../img/money-question-bg.png) no-repeat center / cover;
  font-size: 20px;
}
.money-question .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  height: 20em;
  overflow: hidden;
}
.money-question .list a {
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(50% - 0.5em);
  padding: 1.5em;
}
.money-question .list a p {
  font-size: 0.9em;
  color: #333;
  font-weight: bold;
}
.money-question .list a span {
  margin-top: 2.4em;
  font-size: 0.8em;
  line-height: 2.1em;
  height: 4.1em;
  color: #666;
  display: none;
}
.money-question .list a.on span {
  display: -webkit-box;
}
.money-question .list a:hover p {
  color: #22407c;
  text-decoration: underline;
}
.about-banner img {
  object-position: 30% center;
}
.about-msg {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  background-color: #f1f6ff;
  border-radius: 6px;
}
.about-msg p {
  font-size: 0.8em;
  color: #22407c;
  line-height: 2em;
  text-align: center;
  padding: 1em;
}
.about-msg .img {
  height: 6.3em;
  width: 6.3em;
  display: block;
  position: relative;
}
.about-msg .img img {
  position: absolute;
  top: 0;
  height: 8.4em;
  object-fit: contain;
}
.about-map {
  font-size: 20px;
  position: relative;
  height: 20em;
  padding: 1em;
}
.about-map .map {
  width: calc(100% - 18em);
  height: 100%;
  overflow: hidden;
  border-left: 2px solid #1c74e4;
  background-color: #ededed;
}
.about-map .map-right {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 22.5em;
  height: calc(100% - 1em);
  background: url(../img/about-map-info.png) no-repeat center / 100% 100%;
  padding: 2em 2em 2em 4em;
  color: #184fa2;
  overflow: hidden;
}
.about-map .map-right > div {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.about-map .map-right p {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.about-map .map-right ul {
  margin-left: 0.5em;
  border-left: 1px solid #184fa2;
}
.about-map .map-right ul li {
  padding-left: 0.5em;
  font-size: 0.9em;
  position: relative;
  margin-top: 2em;
}
.about-map .map-right ul li:first-child {
  margin-top: 0;
}
.about-map .map-right ul li::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #f1f6ff;
  border: 1px solid #184fa2;
  border-radius: 50%;
}
.news-banner .money-banner {
  color: #fff;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
}
.news-list li {
  flex: 0 1 calc(100% / 3 - 1em);
  background-color: #fff;
  overflow: hidden;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list li:hover .tit {
  color: #22407c;
  text-decoration: underline;
}
.news-list li .img {
  width: 100%;
  padding-top: 65.46%;
  position: relative;
  overflow: hidden;
}
.news-list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.news-list li .word {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 1em;
  width: 100%;
}
.news-list li .tit {
  color: #323232;
  font-size: 18px;
}
.news-list li .msg {
  color: #666666;
  font-size: 14px;
  margin: 0.8em 0;
}
.news-list li .date {
  padding-top: 1em;
  border-top: 1px solid #f0f0f0;
  color: #666666;
  font-size: 14px;
}
.p-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-page a,
.p-page span {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.3s;
  text-align: center;
}
.p-page span {
  border: none;
  background: none;
  padding: 10px 0;
}
.p-page .long {
  padding: 10px 20px;
}
.p-page a.on,
.p-page a:hover {
  background-color: #22407c;
  color: #fff;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
}
.case-list li {
  flex: 0 1 calc(100% / 4 - 1em);
  background-color: #fff;
  overflow: hidden;
}
.case-list li:hover img {
  transform: scale(1.1);
}
.case-list li:hover .tit {
  color: #22407c;
  text-decoration: underline;
}
.case-list li .img {
  width: 100%;
  padding-top: 63.15%;
  position: relative;
  overflow: hidden;
}
.case-list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.case-list li .tit {
  color: #323232;
  font-size: 16px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 0 1em;
  width: 100%;
  line-height: 60px;
  height: 60px;
}
.p-bread-nav {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  font-size: 12px;
  color: #000000;
}
.p-bread-nav a {
  color: #000000;
}
.p-bread-nav a:hover {
  color: #22407c;
  text-decoration: underline;
}
.news-detail {
  display: flex;
  gap: 50px;
  width: 100%;
  overflow: hidden;
}
.news-detail .left {
  width: 815px;
}
.news-detail .left .title {
  font-size: 24px;
  color: #000000;
  text-align: center;
}
.news-detail .left .date {
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 1em 0 0;
}
.news-detail .left .msg {
  background-color: #f1f6ff;
  padding: 1em;
  font-size: 14px;
  color: #7b7b7b;
}
.news-detail .left .text {
  margin: 2em 0;
}
.news-detail .left .page {
  background-color: #f1f6ff;
  padding: 1.5em 1em;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.news-detail .left .page a {
  width: calc(50% - 1em - 10px);
  font-size: 14px;
  color: #999999;
}
.news-detail .left .page a:hover {
  color: #22407c;
  text-decoration: underline;
}
.news-detail .right {
  flex: 1;
  overflow: hidden;
}
.news-detail .right .in {
  width: 100%;
  background: linear-gradient(to bottom, #abc8f5, #fefeff);
  padding: 1em;
  font-size: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail .right .tit {
  font-size: 1em;
  color: #22407c;
  margin-bottom: 0.5em;
}
.news-detail .right .list {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 0.5em 1em 1em;
}
.news-detail .right .list a {
  display: block;
  width: 100%;
  font-size: 16px;
  margin: 10px 0;
  color: #666;
}
.news-detail .right .list a:hover {
  color: #22407c;
  text-decoration: underline;
}
.wap-tel {
  display: none;
}
