p {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  box-sizing: border-box;
}
.more a {
  margin-top: 15px;
  color: #2a69cf;
}
a,
a:hover,
.more a:hover {
  text-decoration: none;
}

/* kkd nav */
.kkd-nav-container {
  border-radius: 30px;
  background-color: #ededed;
  min-width: 1366px;
}

.kkd-nav-container .nav-all {
  font-size: 18px;
  width: 1366px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}

.kkd-nav-container .nav-all .nav-all-item {
  flex: 1;
  color: #333;
  transition: all 0.3s;
}

.kkd-nav-container .nav-all .nav-all-item .nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  overflow: hidden;
}

.kkd-nav-container .nav-all .on,
.kkd-nav-container .nav-all .nav-all-item:hover {
  background: rgba(155, 155, 155, 0.2);
}

.kkd-nav-container .nav-all .nav-all-item .nav-item:hover {
  text-decoration: none;
}
/* kxpj-news-container */
.kxpj-news-container {
  position: relative;
}
.kxpj-news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 480px;
  padding: 18px 140px 18px 18px;
  font-size: 18px;
  overflow: hidden;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.kxpj-news-info a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
/* kxpj-news-list */
.kxpj-news-list {
  margin: 0 20px;
  padding: 0 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
}

.kxpj-news-list .news-tabs-more {
  margin-right: 10px;
  color: #2a69cf;
}

.news-tabs-item {
  position: relative;
  width: 156px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  box-sizing: border-box;
}
.kxpj-news-list .news-tabs-item {
  cursor: pointer;
}
.news-tabs-item.is-active {
  background-image: url(../images/xjzx/shuangchuang_a2.png);
  background-repeat: no-repeat;
  background-position: left 4px center;
  background-size: 29px 28px;
}

.news-tabs-item:hover,
.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  color: #3681dd;
}

.news-tabs-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #3681dd;
  transition: all 0.5s;
}

.news-tabs-item.is-active::before {
  content: "";
  width: 100%;
}

.kxpj-news-list .news-tabs .news-tabs-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #ebebeb;
}
.kxpj-news-list .news-tabs .news-tabs-item:last-child:after {
  content: "";
  width: 0px;
}
.news-tabs .news-tabs-more:hover {
  text-decoration: underline;
}
.kxpj-news-list .news-list-content {
  height: 289px;
}
.kxpj-news-list .news-list .list-item::before {
  content: "";
  top: 75%;
}
.kxpj-news-list .news-list .list-item .info {
  width: calc(100% - 100px);
  font-size: 16px;
}
.kxpj-news-list .news-list .list-item .time {
  width: 90px;
}
.kxpj-news-list .news-list-content .list-item {
  padding: 20px 0 0px 30px;
}
.kxpj-news-list .news-tabs-more {
  margin-right: 10px;
}
/* news-list-lines */
.news-list-lines {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
}
/* kkd-open-close-container */
.kkd-open-close-container {
  width: 400px;
  height: 340px;
  font-size: 22px;
  color: #ffffff;
}
.open-close-container {
  position: relative;
  height: 100%;
  padding: 40px 0 0 40px;
  background-image: url(../images/xjzx/vr.png);
  background-size: cover;
  background-position: center;
}
.open-close-content {
  padding: 40px 0 0 70px;
}

/* kkd-news-container */
.kkd-news-container {
  position: relative;
}
.kkd-news-list {
  margin-left: 20px;
}

.news-tabs-item {
  position: relative;
  width: 156px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding-left: 15px;
  font-size: 20px;
  box-sizing: border-box;
}
.news-tabs-item:first-child {
  background-repeat: no-repeat;
}
.news-tabs-item .iconfont {
  font-size: 20px;
}
.lines {
  height: 1px;
  background-color: #e0e0e0;
}

.news-tabs-item:hover,
.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  color: #3681dd;
}

.news-tabs-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #3681dd;
  transition: all 0.5s;
}

.news-tabs-item.is-active::before {
  content: "";
  width: 100%;
}

/* news-list */
.kkd-news-list .news-list {
  width: calc(1366px - 660px);
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  padding: 17px 0 18px 30px;
  font-size: 14px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time .bottom {
  color: #283eeb;
}
.news-list .list-item:hover::before {
  content: "";
  width: 12px;
  background: #283eeb !important;
}
.news-list .list-item .info {
  width: calc(100% - 90px);
  font-size: 16px;
}
.news-list .list-item .time {
  width: 76px;
  color: #b3b3b3;
}
/* sykj */
.kkd-tabs-container {
  width: 72%;
  box-sizing: border-box;
}
.kkd-tabs-container .news-tabs-item {
  width: 138px;
  text-align: left;
  padding-left: 40px;
}
.kkd-xmly-container .xmly .news-tabs-item:first-child {
  background-image: url(../images/xjzx/shuangchuang_a4.png);
  background-position: top 13px left 5px;
}

.kkd-tabs-container .news-list {
  max-height: 232px;
  padding-top: 12px;
  overflow: hidden;
}

.kkd-tabs-container .news-list .list-item {
  padding: 8px 0 8px 20px;
  border-bottom: none;
}

.kkd-tabs-container .news-list .list-item::before {
  content: "";
  left: 5px;
  background-color: #cccccc;
}

.kkd-tabs-container .news-list .list-item .info {
  width: calc(100% - 90px);
  font-size: 15px;
}

.kkd-tabs-container .news-list .list-item .time {
  font-size: 12px;
}

/* kkd-xmly-container */
.xmly {
  position: relative;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #fff;
}
.index-xmly-swipers {
  width: 1326px;
  margin: 0 auto;
}
.index-xmly-swipers .swiper-slide {
  width: 25%;
  text-align: center;
}
.index-xmly-swipers .swiper-slide .xmly-focus-img {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
}
.index-xmly-swipers .swiper-slide .xmly-focus-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-xmly-swipers .swiper-slide:hover img {
  transform: scale(1.1);
}
.xmly-focus-title {
  width: 320px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #2a69cf;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里设置为2，表示只显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* sxdj */
.kkd-tabs-container.sxdj {
  padding: 0 15px;
  border-radius: 12px;
  background-color: #fff;
}
.kkd-tabs-container.sxdj .news-tabs-item:first-child {
  background-image: url(../images/xjzx/shuangchuang_a5.png);
  background-position: left 2px center;
}
.single {
  text-align: center;
  line-height: 24px;
  padding: 15px 15px 12px 6px;
  font-size: 14px;
  color: #2a69cf;
}
.single-img {
  width: 240px;
  height: 200px;
}
.single-img img {
  width: 100%;
  height: 100%;
}
/* kkd-fhfw-container */
.kkd-fhfw-container {
  width: 360px;
  min-height: 290px;
}
.fhfw-content .fhfw-list {
  flex-wrap: wrap;
  padding: 18px 12px 10px;
}
.fhfw-item {
  width: 50%;
  margin-bottom: 20px;
}
.fhfw-item a {
  position: relative;
  width: 100%;
  border-radius: 8px;
  color: #2a69cf;
  transition: all 0.5s;
}
.fhfw-item a:hover {
  transform: scale(1.03);
}
.fhfw-item .text {
  font-size: 16px;
  transition: all 0.3s;
}
/* schd-scds-container */
.kkd-fhfw-container .scds .news-tabs-item:first-child {
  background-image: url(../images/xjzx/shuangchuang_a12.jpg);
  background-position: top 13px left 3px;
}
.schd-scds-container {
  width: 100%;
  min-height: 325px;
  padding-bottom: 12px;
}
.scds {
  position: relative;
  height: 100%;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #fff;
}
.scds-item a {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  color: #333333;
}
.scds-item .zx {
  padding: 2px;
  background-color: #2a69cf;
  color: #fff;
}
.scds-item .text {
  display: inline-block;
  width: 329px;
  padding-left: 10px;
  font-size: 14px;
}
.scds-item .date {
  color: #b3b3b3;
}
.scds-item a:hover .text {
  color: #283eeb;
}
.scds-email a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.scds-email a img {
  transition: all 0.5s;
}
.scds-email a:hover img {
  transform: scale(1.1);
}

/* kxpj-news-focus */
.kkd-swipers-container {
  padding: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.kxpj-news-focus,
.kxpj-news-focus ul li,
.kxpj-news-focus ul li img {
  width: 456px;
  height: 316px;
}
.kxpj-news-focus .btn {
  height: 16px;
  right: 10px;
  bottom: 30px;
  text-align: right;
}
.kxpj-news-focus .btn span {
  margin-left: 8px;
  background: #ffffff;
}
.kxpj-news-focus .btn span.on {
  background: #1c5fc1;
}

/* index-friendship-link */
.index-friendship-link {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.friendship-link-item {
  margin: 0 9px;
}
.friendship-link-item a {
  color: #ffffff;
}
.friendship-link-item a:hover {
  text-decoration: underline;
}
