
@font-face {
  font-family: "庞门正道标题体";
  src: url("./font/fpzd.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}
a {
  box-sizing: border-box;
}
.more a {
    margin-right: 16px;
    font-size: 14px;
    color: #024d99;
}
a, a:hover, .more a:hover {
    text-decoration: none;
}

/* index-content-container */
.index-content-container {
  /* border-bottom: 1px solid #024d99; */
}

.index-content-container .all {
  background: rgba(255, 255, 255, 0.6);
}

/* index-news-container */
.index-news-container {
  flex: 1;
  margin-right: 20px;
  position: relative;
}
.index-news-container {
  /* padding: 0 20px; */
}
/* index-news-list */
.index-news-list {
  width: 50%;
  height: 50%;
  /* margin-right: 20px; */
  margin-bottom: 5px;
  padding-right: 20px;
}
.news-tabs-item {
  position: relative;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 22px;
  padding: 0 15px;
  color: #333333;
  box-sizing: border-box;
  transition: all 0.5s;
}
.news-tabs--item-icon {
  margin-right: 10px;
}
.lines {
  height: 1px;
  background-color: #ffffff;
}

.news-tabs-item:hover,
.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  color: #024d99;
  transition: all 0.5s;
}
.news-tabs-item::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #024d99;
  transition: all 0.5s;
}
.news-tabs-item.is-active::before {
  content: '';
  width: 100%;
}

.news-tabs .news-tabs-more:hover {
  text-decoration: underline;
}
/* news-list */
.news-list-container {
  height: calc(100% - 49px - 1px);
  overflow: hidden;
}
.index-news-list .news-list {
  /* width: calc(1366px - 560px - 280px - 20px); */
  width: 100%;
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  /* padding: 10px 5px 15px 35px; */
  padding: 10px 5px 5px 15px;
  font-size: 14px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #024d99;
  position: absolute;
  top: 20px;
  /* left: 13px; */
  left: 0px;
  /* transform: translateY(-50%); */
  transition: all 0.3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time {
  color: #024d99;
}
.news-list .list-item:hover::before {
  content: "";
  /* width: 12px; */
  width: 10px;
  background: #024d99 !important;
}
.news-list .list-item .info {
  /* width: calc(100% - 110px); */
  width: 100%;
  font-size: 16px;
}
.news-list .list-item .time {
  width: 100px;
  text-align: right;
  color: #b3b3b3;
}

/* index-bottom-container */
.index-bottom-container {
  height: 540px;
  padding: 20px;
  overflow: hidden;
}
.index-bottom-container .lines {
  background-color: #e0e0e0;
}
/* index-download-link */
.index-download-link {
  width: 340px;
  height: 100%;
}
.index-download-link .index-news-list {
  width: 100%;
  height: calc(100% - 30px);
  padding: 0;
}
.index-download-link .news-list .list-item .info {
  width: 100%;
}

/* index-sjfw-container */
.sjfw-container {
  padding: 20px;
  padding-bottom: 0;
  font-size: 18px;
  color: #333333;
}
.sjfw-left {
  flex: 1;
  margin-right: 20px;
}
.sjfw-right {
  width: 340px;
}
.sjfw-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sjfw-item {
  width: 47%;
  height: 100px;
  margin-right: 20px;
  margin-top: 20px;
  transition: all 0.3s;
  overflow: hidden;
}
.sjfw-item .item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #024d99;
  overflow: hidden;
  transition: all 0.3s;
}
.sjfw-zysjk-container .sjfw-item {
  width: 48.5%;
}
.sjfw-zysjk-container .sjfw-item .sjfw-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sjfw-zysjk-container .sjfw-item:hover .sjfw-img {
  transform: scale(1.03);
}
.sjfw-item:nth-child(2n) {
  margin-right: 0;
}
.sjfw-wxfw-container .sjfw-item {
  background-color: #ffffff;
}
.sjfw-wxfw-container .sjfw-item:hover {
  background-color: #024d99;
}
.sjfw-wxfw-container .sjfw-item .item {
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: center top 15px;
}
.sjfw-wxfw-container .sjfw-item:hover .item {
  color: #ffffff;
}
.sjfw-wxfw-container .sjfw-item:nth-child(1) .item {
  background-image: url(../images/index/b01.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(2) .item {
  background-image: url(../images/index/b02.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(3) .item {
  background-image: url(../images/index/b03.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(4) .item {
  background-image: url(../images/index/b04.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(5) .item {
  background-image: url(../images/index/b05.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(6) .item {
  background-image: url(../images/index/b06.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(1) .item:hover {
  background-image: url(../images/index/b11.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(2) .item:hover {
  background-image: url(../images/index/b12.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(3) .item:hover {
  background-image: url(../images/index/b13.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(4) .item:hover {
  background-image: url(../images/index/b14.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(5) .item:hover {
  background-image: url(../images/index/b15.png);
}
.sjfw-wxfw-container .sjfw-item:nth-child(6) .item:hover {
  background-image: url(../images/index/b16.png);
}

/* index-banner-container */
.index-banner-container {
  padding: 20px;
  padding-bottom: 0;
}
.index-banner-item {
  height: 130px;
}
.index-banner-item .index-banner-img {
  width: 100%;
  height: 100%;
}

/* index-friendship-link */
.index-friendship-link {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid #f1f1f1;
}
.friendship-link-item {
  margin: 0 9px;
}
.friendship-link-item a:hover {
  text-decoration: underline;
}

.select-wrapper {
  position: relative;
  width: 200px;
}

select {
  position: relative;
  width: 200px;
  margin-right: 35px;
  padding: 6px 15px; /* 右侧留空间给箭头 */
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  /* 实心下箭头 */
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><polygon points='4,6 12,6 8,11' fill='%23999'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  transition: background-image 0.2s;
}

/* 展开时显示上箭头，仅当:focus可见，失焦即复位 */
select:focus-visible {
  outline: none;
}
select:focus {
  /* 实心上箭头 */
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><polygon points='4,10 12,10 8,5' fill='%23999'/></svg>");
}

/* 向上展开下拉菜单 */
select[size] {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
  background-color: white;
  z-index: 10;
}

/* kczx-swiper-container */
.kczx-swiper-container {
  height: calc(100% - 50px);
  /* padding: 20px 10px 10px; */
}
.kczx-swiper-container .swiper-container {
  width: 100%;
  height: 100%;
}
.kczx-swiper-container .kczx-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}
.kczx-swiper-container .kczx-item img {
  width: 95%;
  height: 95%;
  box-shadow: 4px 4px 10px rgba(200, 200, 200, 0.2), -4px -4px 10px rgba(200, 200, 200, 0.2);
}



