/* 头部开始 */
.header {
    background-color: #3388ff;
    height: 0.8rem;
    width: 100%;
    padding: 0 0.2rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.header a:nth-child(1),.header a:nth-child(3){width: 0.4rem;}
.header img{
	width: auto;
    height: 0.4rem;
}
/*轮播图开始*/
.banner{
    width: 100%;
    padding: 0 10px;
    height: 4rem;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.banner img{
    width:100%;
    height: 100%;
}
/*轮播图结束*/
/*swiper*/
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    border-radius: 10px;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.video_showpic{position: relative;height: 100%;width: 100%;}
.swiper_title{width: 100%;position: absolute;left: 0;bottom: 0;height:0.76rem;background-color: rgba(0,0,0,0.6);color: #fff;line-height: 0.76rem;font-size: 0.28rem;padding: 0 15px;box-sizing: border-box;text-align: left;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px !important;
    left: 141px !important;
    width: 100%;
    }

.index_three{width: 100%;padding: 0 0.3rem;margin-top: 0.4rem;margin-bottom: 0.4rem;}
.index_three a{width: 100%;display: block;margin-bottom: 0.2rem;}
.index_img{width: 2.42rem;height: 1.64rem;border-radius: 8px;overflow: hidden;float: left;}
.index_img img{width: 100%;height: 100%;}
.index_desc{width: 4rem;margin-left: 0.2rem;float: left;}
.index_title{width: 100%;font-size: 14px;font-weight: bold;margin-top: 0.08rem;}
.index_text{width: 100%;height: 0.64rem;font-size: 12px;margin-top: 0.34rem;color: #808080;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
  
  .chi{
      width: 100%;
      height: auto;
      padding-left: 0.2rem;
      margin-bottom: 0.1rem;
  }
  .chiTitle{
      padding-top: 0.3rem;
      display:-webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding-right: 0.2rem;
      padding-bottom: 0.2rem;
  }
  .chiTitle h2 {
      font-size: 0.3rem;
	  font-weight: bold;
      color: #333333;
  }
  .chiTitle h2 span{
      font-size: 0.24rem;
      color: #808080;
      margin-left: 0.1rem;
  }
  .chiTitle a{
      font-size: 0.24rem;
      color: #3388ff;
  }
  .chiLists{
      width: 100%;
      height: auto;
      display:-webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
  }
  .chiList{
      width:3.45rem;
      margin-right: 0.2rem;
      margin-bottom: 0.2rem;
  
  }
  .chiListImg{
      width: 100%;
      height: 2.37rem;
      position: relative;
  }
  .chiListImg img{
      width: 100%;
      height: 100%;
      border-radius: 0.08rem;
  }
  .chiList p{
      margin-top: 0.2rem;
      font-size: 0.32rem;
      color: #333333;
      padding: 0 0.1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
  }
  .chiListCon{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 0.78rem;
      height: 0.78rem;
  }
  .chiListCon img{
  
      width: 100%;
      height: 100%;
  }
  .ranews_picleft2 li span h5{line-height: unset;height: 0.84rem;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
  .ranews_picleft2 li i img:nth-of-type(1){width: 100%;height: 100%;}
  .clearline_2 {
      width: 100%;
      height: 2px;
      background-color: #E6E6E6;
  }
  .titlebox{width: 100%;padding:  0 0.2rem;box-sizing: border-box;}
  .titlebox .chiTitle{padding-bottom: 0;}

