.headline-wrapper {
  padding: 16px;
  background: #f8f8f8;
  border-radius: 6px;
  display: flex;
}
.headline-tag {
  width: 81px;
  height: 84px;
}
.headline-title a {
  font-weight: bold;
  color: #0968ba;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
}
.headline-content {
  padding-left: 18px;
  overflow: hidden;
  flex: 1;
}
.headline-list {
  display: flex;
}
.headline-entry {
  padding: 0 15px;
  font-size: 16px;
  min-width: 280px;
  text-align: center;
}
.headline-entry:nth-child(n + 2) {
  border-left: 1px solid #000;
}
#mainCarousel {
  height: 365px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
.column-title-wrapper {
  display: flex;
  align-items: baseline;
  position: relative;
}
.column-title-wrapper .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #006eab;
  line-height: 32px;
  padding-left: 1rem;
}
.column-title-wrapper .title::before {
  left: 0;
  top: 6px;
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background: #006eab;
}
.column-title-wrapper .more-tag {
  margin-left: auto;
}
.column-title-wrapper .more-tag a {
  font-size: 14px;
  color: #888888;
}
.column-title-wrapper .more-tag a:hover {
  color: #aaa;
}
.nav-column-title {
  border-bottom: 2px solid #e5e5e5;
  align-items: center;
}
.nav-column-title.nav {
  flex-wrap: nowrap;
}
.nav-column-title .nav-item {
  flex-grow: 1;
  padding: 0;
  margin-bottom: -2px;
}
.nav-column-title .nav-link {
  padding: 0.5rem;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.nav-column-title .nav-link.active {
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-weight: bold;
  background-color: #007ae3;
  border-bottom: 1px solid #007ae3;
}
.main-tab-title {
  background: #1492ff;
}
#mainTab {
  display: flex;
}
#mainTab .iconfont {
  font-size: 48px;
  margin-right: 10px;
  color: #fff;
}
#mainTab .nav-link {
  font-size: 36px;
  font-family: FZDHTJW;
  color: #ffffff;
  padding: 12px 0 20px;
  background-color: #3ea6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#mainTab .nav-link .title {
  text-align: left;
}
#mainTab .nav-link .yellow {
  color: #fffc00;
}
#mainTab .nav-link .desc {
  font-size: 14px;
}
#mainTab .nav-link.active {
  background-color: #007ae3;
}
#mainTab .nav-link.active::after {
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}
#mainTabContent {
  background-color: #f5f5f5;
}
.btn-kan {
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(191, 191, 191, 0.38);
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #007ae3;
  font-size: 22px;
  padding: 10px 20px;
}
.btn-kan .iconfont {
  text-align: center;
  background-color: #007ae3;
  margin-right: 6px;
  font-size: 26px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
.btn-kan .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-column {
  border-top: 3px solid #0485f4;
  background-color: #fff;
  padding: 0 15px 11px 15px;
}
.main-column .nav-column-title .nav-link.active {
  color: #007ae3;
  font-weight: bold;
  border-bottom: 1px solid #007ae3;
  background-color: transparent;
}
.file-search-wrapper {
  display: flex;
  align-items: center;
  line-height: 52px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.file-search-wrapper .icon-wrapper {
  background-color: #e9e9e9;
  color: #006dba;
  padding: 0 12px;
}
.file-search-wrapper .icon-wrapper .iconfont {
  font-size: 22px;
  margin-right: 5px;
}
.file-search-wrapper .file-select {
  height: 54px;
  font-size: 16px;
  color: #555555;
  border: 1px solid #e9e9e9;
  outline: 0;
}
.file-search-wrapper .file-input {
  border: 1px solid #e9e9e9;
  min-width: 0;
  flex: 1;
  padding: 0 8px;
  outline: 0;
}
.file-search-wrapper .file-search-btn {
  padding: 0 20px;
  outline: 0;
  border: 1px solid #006dba;
  background-color: #006dba;
  color: #fff;
}
.file-search-wrapper .file-search-btn:hover {
  background-color: #0b5183;
}
.ycsycb img {
  width: 100%;
  object-fit: cover;
}
.service-nav-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #cacaca;
  border-radius: 4px;
  padding: 0 16px 4px;
}
.service-nav.nav-column-title .nav-item {
  flex-grow: 0;
}
.service-nav.nav-column-title .nav-link {
  font-size: 22px;
  padding: 14px 22px;
}
.service-nav.nav-column-title .nav-link.active {
  color: #007ae3;
  border-bottom: 3px solid #007ae3;
  background-color: transparent;
}

.service-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list-wrapper .entry-wrapper {
  padding: 9px 24px;
  flex: 0;
}
.service-list-wrapper .iconfontfuwu {
  font-size: 44px;
  display: block;
  color: #007ae3;
  background-color: #f2f8ff;
  border-radius: 50%;
  text-align: center;
  width: 58px;
  height: 58px;
  line-height: 58px;
  margin-bottom: 2px;
}
.service-list-wrapper .title {
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-list-wrapper .text-entry-wrapper {
  padding: 9px 10px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-list-wrapper .text-entry-wrapper .entry {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding: 6px 16px;
  color: #007ae3;
  background-color: #f2f8ff;
}
.ban-btn-list > div:nth-child(1) .ban-btn {
  background-image: url(../images/ban1.png);
}
.ban-btn-list > div:nth-child(2) .ban-btn {
  background-image: url(../images/ban2.png);
}
.ban-btn-list > div:nth-child(3) .ban-btn {
  background-image: url(../images/ban3.png);
}
.ban-btn-list > div:nth-child(4) .ban-btn {
  background-image: url(../images/ban4.png);
}
.ban-btn {
  display: block;
  padding: 40px 20px;
  font-size: 18px;
  color: #007ae3;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  background: bottom right no-repeat #fff;
  transition: all 0.3s ease-out;
}
.ban-btn:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 5px rgba(100, 100, 100, 0.21);
}
.wen-column-wrapper {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgba(191, 191, 191, 0.38);
}
.mail-table {
  table-layout: fixed;
  width: 100%;
}
.mail-table a {
  color: #666;
}
.mail-table td,
.mail-table th {
  font-size: 18px;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 12px;
}
.mail-table th {
  color: #000;
  padding: 9px 0 10px;
  background-color: #f8f8f8;
}
.mail-table tr th:nth-child(1),
.mail-table tr td:nth-child(1) {
  width: calc(100% - 200px);
}
.mail-table tr th:nth-child(2),
.mail-table tr td:nth-child(2) {
  width: 120px;
  text-align: center;
}
.mail-table tr th:nth-child(3),
.mail-table tr td:nth-child(3) {
  width: 80px;
  text-align: center;
}
.wen-nav.nav-column-title .nav-item {
  flex-grow: 0;
}
.wen-nav.nav-column-title .nav-link {
  font-size: 22px;
  padding: 8px 22px;
}
.wen-nav.nav-column-title .nav-link.active {
  color: #007ae3;
  border-bottom: 3px solid #007ae3;
  background-color: transparent;
}
.zhuanti-section {
  background-color: #fafafa;
}
.zhuanti-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.zhuanti-title .title {
  font-size: 36px;
  font-family: FZHTJW;
  color: #333333;
}
.zhuanti-title .more {
  color: #007ae3;
}
.zhuanti-list .entry img {
  width: 100%;
  object-fit: cover;
}
.zhuanti-swiper-wrapper {
  position: relative;
}
.swiper-wrapper {
  height: auto;
}
.zhuanti-swiper-wrapper img {
  height: 181px;
  width: 100%;
  object-fit: cover;
}
.external-link-dropdown .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.external-link-dropdown {
  padding: 0;
  cursor: pointer;
}
.external-link-dropdown:hover {
  color: #007ae3;
}
.external-link-content {
  background-color: #fff;
  padding: 15px;
}
.external-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.external-link-list .entry-wrapper {
  padding: 10px;
  min-width: 200px;
  max-width: 300px;
  flex-grow: 1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  #mainCarousel {
    height: 270px;
  }
}
@media only screen and (max-width: 575px) {
  #mainCarousel {
    height: 220px;
  }
  .headline-title a {
    font-size: 20px;
  }
  #mainTab .nav-link {
    font-size: 28px;
  }
  #mainTab .iconfont {
    font-size: 36px;
  }
  .service-list-wrapper .entry-wrapper {
    padding: 9px 20px;
  }
  .service-list-wrapper .text-entry-wrapper {
    padding: 9px 8px;
    width: 156px;
  }
}
@media only screen and (max-width: 374px) {
}
