.news-img>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kxyj-news {
  padding: 4px;
}

.kxyj-news-background {
  padding: 50% 0;
  position: relative;
}

.kxyj-news-text-area {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  background-image: url(../wximg/content-bg.png);
}
.kxyj-news-text-area:hover{
background-color:#1d2353;
color:white;
cursor: pointer;
}
.kxyj-news-text-area:hover .news-title{
color:white !important;
}
.kxyj-news-text-area:hover .go-more{
color:white !important;
}
.kxyj-news-text-area .kxyj-news-text-area .go-more{
color:black;
}
.kxyj-news-text-area .go-more {
  position: absolute;
  bottom: 20px;
}
.go-more:hover {
  color: #1d2353;
}

.news-title {
  line-height: 2;
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.reseach-type-title {
  padding: 10px 0;
  position: relative;
}

.reseach-type-title>p {
  display: inline-block;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.reseach-type-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.reseach-list {
  margin: 20px;
}

.reseach-list-item {
  margin: 10px;
}

.reseach-list-item p {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.reseach-list-item>a>p:hover {
  color: #1d2353;
}
.kxyj-content-item {
  margin-bottom: 40px;
}

.kxyj-btn-box {
  background: #fff;
}

.kxyj-btn-box .box1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.kxyj-btn-box .box1 .item {
  width: calc(50% - 10px);
  background: #fff;
  box-shadow: 0px 0px 15px 0px #ccc;
  position: relative;
}

.kxyj-btn-box .box1 .item>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  box-sizing: border-box;
  border-bottom: 4px solid #1d2353;
}

.kxyj-btn-box .box1 .item .ico {
  width: 13.6%;
  margin: 0 5.1% 0 11.5%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.kxyj-btn-box .box1 .item .ico img {
  width: 100%;
  height: auto;
}

.kxyj-btn-box .box1 .item .fz24 {
  -ms-flex: 1;
  flex: 1;
font-size: 18px;
}

.kxyj-btn-box .box1 .item .more {
  background: none;
  line-height: 45px;
  color: #1d2353;
  margin-right: 11.5%;
  padding-right: 0;
font-size: 18px;
}

.more {
  display: inline-block;
}

.more i {
  float: left;
  background: url(../image/more1.svg) center center no-repeat;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background-size: contain;
}

.more i:before {
  content: "";
  background: url(../image/more1a.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  display: block;
  background-size: contain;
}

.kxyj-btn-box .box1 .item .more i {
  background-image: url(../wximg/kxyj/more3.png);
}

.kxyj-btn-box .box1 .item .more i:before {
  background-image: url(../wximg/kxyj/more2_a.png);
}

.kxyj-btn-box .box1 .item:last-child>a .more i {
  background-image: url(../wximg/kxyj/more4.png);
}

.kxyj-btn-box .box1 .item:last-child>a .more i:before {
  background-image: url(../wximg/kxyj/more4_a.png);
}

.kxyj-btn-box .box1 .item:hover a .more i:before {
  opacity: 1;
}

.kxyj-btn-box .box1 .item:hover .ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kxyj-btn-box .box1 .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 4px;
  background: #d39797;
}

.kxyj-btn-box .box1 .item:hover:after {
  width: 100%;
}

/* Large desktop :1920px. */
@media (min-width: 1920px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .kxyj-btn-box .box1 .item .more {
      line-height: 35px;
  }

  .kxyj-btn-box .box1 .item .more i {
      width: 35px;
      height: 35px;
      background-size: cover;
      margin-right: 10px;
  }

  .news-title {
      line-height: 30px;
      font-size: 16px;
      margin-top: 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .kxyj-btn-box .box1 .item .ico {
      margin-left: 6%;
  }

  .kxyj-btn-box .box1 .item .more {
      margin-right: 6%;
  }
}

/* Mobile :767px. */
@media (max-width: 767px) {
  .kxyj-btn-box .box1 {
      display: block;
  }

  .kxyj-btn-box .box1 .item {
      width: 100%;
  }

  .kxyj-btn-box .box1 .item>a {
      height: 110px;
  }

  .kxyj-btn-box .box1 .item .h24 {
      font-size: 22px;
  }
  .kxyj-news.col-xs-12 {
      width: 70%;
      left: 50%;
      transform: translateX(-50%);
  }
}
