.container{
  overflow: hidden;
  padding-bottom: 30px;
}
.index_item{
  width: 700px;
  float: left;
  margin-top: 38px;
}
.item_cont{
  height: 300px;
  overflow: hidden;
}
.index_item .item_hd{
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #DFECFF;
}

.index_item .item_hd .tle{
  display: flex;
  align-items: flex-end;
  height: 20px;
}

.index_item .item_hd .tle .h{
  font-size: 22px;
  position: relative;
  padding-left: 15px;
}
.index_item .item_hd .tle .h::before{
  width: 3px;
  height: 23px;
  background-color: #0D72AA;
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
}

.index_item .item_hd .tle .p{
  font-size: 14px;
  margin-left: 26px;
}

.index_item::after,.index_item::before{
  height: 100%;
  position: absolute;
  width: 1px;
  top:0px;
  content: " ";
  display: block;
}
.index_item::after{
  right: 0px;
}
.index_item::before{
  right: 0px;
  left: 0px;
}

.index_item .item_hd .more{
  display: flex;
  align-items: center;
}
.index_item .item_hd .more img{
  margin-left: 6px;
}

.index_item .item_hd .more a{
  text-decoration: none;
}

.index_item .item_hd .more a:hover{
}


.index_item:nth-child(1) .item_hd .tle .h::before{
  background-color: #5C43A4;
}

.index_item:nth-child(1){
  background-image: linear-gradient(to bottom,#e7e2fb 5%,#ffffff 30%);
}
.index_item:nth-child(1) .tle,.index_item:nth-child(1) .item_hd .more a{
  color: rgba(92, 67, 164, 0.8);
}
.index_item:nth-child(1) .tle,.index_item:nth-child(1) .item_hd .more a:hover{
  color: rgba(92, 67, 164, 1);
}
.index_item:nth-child(1) .item_hd{
  background-image: url(/public/static/images/tle_bg3.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position-x: 94%;
  background-position-y:bottom;
}

.index_item:nth-child(2) .item_hd .tle .h::before{
  background-color: #0D72AA;
}
.index_item:nth-child(2){
  background-image: linear-gradient(to bottom,#cbf0f8 5%,#ffffff 30%);
}
.index_item:nth-child(2) .tle{
  color: rgba(13, 114, 170, 1);
}.index_item:nth-child(2) .item_hd .more a{
  color: rgba(13, 114, 170, 0.8);
}
.index_item:nth-child(2) .item_hd .more a:hover{
  color: rgba(13, 114, 170, 1);
}
.index_item:nth-child(2) .item_hd{
  background-image: url(/public/static/images/tle_bg1.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* background-position: bottom; */
  background-position-x: 94%;
  background-position-y:bottom;
}

.index_item:nth-child(3){
  background-image: linear-gradient(to bottom,#cbf0f8 5%,#ffffff 30%);
}
.index_item:nth-child(3) .tle{
  color: rgba(13, 114, 170, 1);
}
.index_item:nth-child(3) .item_hd .more a{
  color: rgba(13, 114, 170, 0.8);
}
.index_item:nth-child(3) .item_hd .more a:hover{
  color: rgba(13, 114, 170, 1);
}
.index_item:nth-child(3) .item_hd{
  background-image: url(/public/static/images/tle_bg1.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* background-position: bottom; */
  background-position-x: 94%;
  background-position-y:bottom;
}


.index_item:nth-child(4) .item_hd .tle .h::before{
  background-color: #007FFF;
}
.index_item:nth-child(4){
  background-image: linear-gradient(to bottom,#d1e4ff 5%,#ffffff 30%);
}
.index_item:nth-child(4) .tle,.index_item:nth-child(4) .item_hd .more a{
  color: rgba(0, 127, 255, 0.8);
}
.index_item:nth-child(4) .tle,.index_item:nth-child(4) .item_hd .more a:hover{
  color: rgba(0, 127, 255, 1);
}
.index_item:nth-child(4) .item_hd{
  background-image: url(/public/static/images/tle_bg2.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* background-position: bottom; */
  background-position-x: 94%;
  background-position-y:bottom;
}

.index_item:nth-child(5) .item_hd .tle .h::before{
  background-color: #007FFF;
}
.index_item:nth-child(5){
  background-image: linear-gradient(to bottom,#d1e4ff 5%,#ffffff 30%);
}
.index_item:nth-child(5) .tle,.index_item:nth-child(5) .item_hd .more a{
  color: rgba(0, 127, 255, 0.8);
}
.index_item:nth-child(5) .tle,.index_item:nth-child(5) .item_hd .more a:hover{
  color: rgba(0, 127, 255, 1);
}
.index_item:nth-child(5) .item_hd{
  background-image: url(/public/static/images/tle_bg2.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* background-position: bottom; */
  background-position-x: 94%;
  background-position-y:bottom;
}


.index_item:nth-child(6) .item_hd .tle .h::before{
  background-color: #5C43A4;
}
.index_item:nth-child(6){
  background-image: linear-gradient(to bottom,#e7e2fb 5%,#ffffff 30%);
}
.index_item:nth-child(6) .tle,.index_item:nth-child(6) .item_hd .more a{
  color: rgba(92, 67, 164, 0.8);
}
.index_item:nth-child(6) .tle,.index_item:nth-child(6) .item_hd .more a:hover{
  color: rgba(92, 67, 164, 1);
}
.index_item:nth-child(6) .item_hd{
  background-image: url(/public/static/images/tle_bg3.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* background-position: bottom; */
  background-position-x: 94%;
  background-position-y:bottom;
}

.index_item .item_cont{
  margin-top: 10px;
}

.index_txt_item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 40px;
  line-height: 40px;
  margin: 0 16px;
}

.index_txt_item .item_a,.index_txt_item .d{
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
}

.index_txt_item .item_a{
  flex: 1;
  margin-right: 20px;
  height: 40px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px dashed #E7E7E7;
}

.index_txt_item .item_a:hover{
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.cybg{
  width: calc(100% - 20px);
  margin: 0 10px;
  position: relative;
}
.cybg .swiper-wrapper a{
  height: 260px;
  overflow: hidden;
  display: inline-block;
  margin-top: 15px;
}
.cybg_thumb{
  width: 205px;
}

.lbt{
  position: relative;
}

.lbt .swiper-slide a{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.lbt .swiper-slide a img{
  width: 100%;
  height: 100%;
}
.news-name{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 88;
  background-color: rgba(0, 0, 0, 0.5);
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #ffffff;
  padding: 0 10px;
}

.lbt_tiger{
  position: absolute;
  bottom: 0px;
  height: 36px;
  right: 10px;
  z-index: 99;
  width: 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lbt_tiger .swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 1);
  margin-left: 4px;
}
.lbt_tiger .swiper-pagination-bullet-active{
  background-color: #ffffff !important;
}