/*News 1*/
.news1{
  position: relative;
}
.news1 h1{
  margin:0 0 30px 0;
}
.news1 ul{
  margin: 0;
}
.news1 ul li:nth-child(3n+1){
  padding-left: 0;
  padding-right: 10px;
  vertical-align: top;
}
.news1 ul li{
  display: inline-block;
  width: 49%;
  padding: 0 15px 0 0;
  margin: 0;
}
.news1 .box-new{
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}
.news1 .bd-img-col{
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.news1 .bd-img-col img{
  border: 1px solid #eee;
  padding: 5px 5px;
}
.news1 .box-text-col{
  display: block;
  position: relative;
  max-width: 100%;
  height: 200px;
  margin: 0px auto;
  padding: 10px 0;
  text-align: left;
  background-color: #FFFFFF;
}
.news1 .img-col-1{
  background: url(../images/cS-6.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
}
.news1 .text{
  height: 100px;
  margin: 10px 0 30px 0;
}
/*News 2*/
.news2 .columns{
  margin: 0;
}
.news2 ul{
  margin: 0;
}
.news2 ul li{
  display: inline-block;
  width: 24.6%;
  padding: 0 8px;
}
.news2 .title-bd-left {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: #00a055;
    width: 20%;
    float: left;
}
.news2 .title-bd-right {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: #899abc;
    width: 80%;
    float: right;
}
.news2 .box-mor {
    position: absolute;
    right: 0;
    bottom: 100%;
    top: 0;
    margin-bottom: 20px;
}
.news2 .btn-more {
    background: #0064b8;
    font-size: 20px;
    width: 102px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.news2 .btn-more a{
  color: #fff;
}

/*News 3*/
.news3 ul{
  margin: 0;
}

.news3 ul li{
  display: inline-block;
  width: 32.98%;
  padding: 0 8px;
}

/*News 4*/
.news4 ul{
  margin: 0;
}

.news4 ul li{
  display: inline-block;
  width: 32.98%;
  padding: 10px 10px;
}

.news4 .new-column-img{
  float:right;
  width: 195px;
  padding-left: 10px;
  height: 165px;
}
.news4 .new-column-img img{
  width: 100%;
  height: 165px;
}

@media only screen and (max-width: 1215px) {
  .news2 ul li {
    width: 24.48%;
  }
  .news3 ul li, .news4 ul li{
    width: 32.8%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 867px){
  .news2 ul li {
    width: 24.4%;
  }
}
@media only screen and (max-width: 768px){
  .box-new{
    width: auto;
  }
  .news2 ul li, .news3 ul li {
    width: 100%;
  }
  .news1 ul li:nth-child(3n+1) {
      padding-left: 0;
      padding-right: 0;
  }
  .news1 ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .news1 .text {
    height: auto;
    margin: 10px 0 0px 0;
  }
  .news1 .box-text-col{height: 100%;}
}
