@charset "UTF-8";
/**!
 * 首页
 * date:2023-04-11
 * author: guohanyu;
 */
.box {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
          box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
}

.tab {
  overflow: hidden;
}

.tab-hd {
  border-bottom: 1px solid #bed6e9;
  line-height: 60px;
  margin: 0 20px;
}

.tab-hd-item {
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}

.tab-hd-item:last-child {
  margin-right: 0;
}

.tab-hd-item:hover, .tab-hd-item.active {
  color: #3a6ea9;
  font-weight: 600;
  font-size: 22px;
}

.tab-hd-item:hover::after, .tab-hd-item.active::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: #3a6ea9;
}

.tab-hd-item:hover::before, .tab-hd-item.active::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  border: 2px solid #3a6ea9;
  border-radius: 50%;
}

.tab-bd {
  position: relative;
}

.tab-bd-item {
  padding: 22px 20px 0;
}

.main {
  padding: 30px 0;
}

.subject {
  position: relative;
}

.subject .more {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FD9B04;
}

.quick-list {
  margin-right: -26px;
}

.quick-item {
  margin: 0 26px 50px 0;
  width: calc((100% - 80px)/3);
  height: 189px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#CADEFF), to(#EAF1FC));
  background: linear-gradient(180deg, #CADEFF 0%, #EAF1FC 100%);20230420*/
}

.quick-item-href {
  position: relative;
  padding: 30px 0 0 35px;
  display: block;
  height: 100%;
}

.quick-item-text {
  position: relative;
  font-weight: 500;
  z-index: 5;
  font-size: 24px;
  line-height: 40px;
  color: #1966C0;
}

.quick-img {
  position: absolute;
  right: 0px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .quick-item {
    width: calc((100% - 53px)/2);
  }
}

@media (max-width: 767px) {
  .quick-item {
    width: calc((100% - 27px));
  }
}

@media (max-width: 519px) {
  .quick-item {
    width: calc((100% - 27px));
  }
}

@media (max-width: 420px) {
  .quick-item {
    width: calc((100% - 27px));
  }
}

.quick-item-tit{
    line-height: 30px;
    background: #eee;
    text-align: center;
	color:#333;
}
.quick-item-tit >a{
	color:#333;
}