/** news-style-two **/
  
  
.news-section.style-two .news-block-one .inner-box .lower-content .link a{
    position: relative;
    padding-left: 0px;
  }
  
  .news-section.style-two .news-block-one .inner-box .lower-content .link a:hover{
    padding-left: 20px;
  }
  
  .news-section.style-two .news-block-one .inner-box .lower-content .link a i{
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-section.style-two .news-block-one .inner-box .lower-content .link a:hover i{
    opacity: 1;
  }
  
  
  .news-section.style-two{
    border-bottom: 1px solid #cdd8e6;
  }


  .news-block-two .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box .image-box img{
    width: 100%;
  }
  
  .news-block-two .inner-box .lower-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 45px 30px 45px;
    z-index: 1;
  }
  
  .news-block-two .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 17px;
  }
  
  .news-block-two .inner-box .lower-content .post-info li:last-child{
    margin-right: 0px;
  }
  
  .news-block-two .inner-box .lower-content .post-info li a{
    color: #fff;
  }
  
  .news-block-two .inner-box .lower-content .post-info{
    position: relative;
    display: block;
    margin-bottom: 8px;
  }
  
  .news-block-two .inner-box .lower-content .post-info li::before{
    position: absolute;
    content: '';
    background: #fff;
    height: 13px;
    width: 1px;
    top: 9px;
    right: -11px;
  }
  
  .news-block-two .inner-box .lower-content .post-info li:last-child::before{
    display: none;
  }
  
  .news-block-two .inner-box .lower-content h3{
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 33px;
  }
  
  .news-block-two .inner-box .lower-content h3 a{
    display: inline-block;
    color: #fff;
  }
  
  .news-block-two .inner-box .lower-content .link{
    position: relative;
    display: block;
    padding-top: 16px;
  }
  
  .news-block-two .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
  }
  
  .news-block-two .inner-box .lower-content .link a i{
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
  }
  
  .news-block-two .inner-box .lower-content .link a span{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    transition: all 500ms ease;
  }.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #222;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.1);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 20px;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

.news-block-one .inner-box .lower-content .post-info li:first-child{
  margin-right: 17px;
}

.news-block-one .inner-box .lower-content .post-info li:first-child:before{
  position: absolute;
  content: '';
  background: #666;
  height: 13px;
  width: 1px;
  top: 9px;
  right: -11px;
}

.news-block-one .inner-box .lower-content .post-info li.share{
  position: absolute;
  top: 0px;
  right: 18px;
  font-size: 18px;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #666;
}


.news-block-one .inner-box .lower-content .post-info li.share .social-links {
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 138px;
  opacity: 0;
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .post-info li.share:hover .social-links {
  opacity: 1;
  right: 0%;
  transform: translateY(0px);
  visibility: visible;
}

.news-block-one .inner-box .lower-content .post-info li.share .social-links li{
  margin: 0px 3px;
}

.news-block-one .inner-box .lower-content .post-info li.share:hover .social-links li a{
  color: #666;
}


.news-block-one .inner-box .lower-content .post-info li.share .social-links li:before{
  display: none !important;
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}


.news-block-one .inner-box .lower-content p{
  margin-bottom: 22px;
}

.news-block-one .inner-box .lower-content .link a i{
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content .link a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}
/** news-style-three **/

.news-style-three{
  position: relative;
  padding: 93px 0px 100px 0px;
}

.news-style-three .upper-box{
  position: relative;
}

.news-style-three .upper-box .title-inner{
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}

.news-style-three .upper-box .title-inner .sec-title{
  width: 50%;
}

.news-style-three .upper-box .title-inner .text{
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
  width: 50%;
}

.news-style-three .upper-box .title-inner .text:before{
  position: absolute;
  content: '';
  background: #8db6d6;
  width: 1px;
  height: 75px;
  left: -40px;
  top: 3px;
}

.news-style-three .upper-box .btn-box{
  position: absolute;
  top: 25px;
  right: 0px;
}

.news-style-three .upper-box .btn-box .theme-btn i{
  font-size: 12px;
  margin-left: 10px;
}

.news-style-three .upper-box .btn-box .theme-btn{
  padding: 13px 35px;
}

.news-style-three .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.news-style-three .left-block{
  position: relative;
  margin-right: 55px;
}


.news-style-three .right-block{
  position: relative;
  display: block;
  margin-left: -55px;
}

.news-style-three .news-block-one .inner-box .lower-content .link{
  position: relative;
  display: block;
  padding-top: 16px;
}

.news-style-three .news-block-one .inner-box .lower-content{
  padding-top: 26px;
}

.news-style-three .news-block-one .inner-box .lower-content h3{
  line-height: 30px;
}

.news-style-three .news-block-one .inner-box .lower-content p{
  margin-bottom: 29px;
}

.news-style-three .pattern-layer{
  position: absolute;
  left: 175px;
  bottom: 20px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}




.news-style-three.alterner-2 {
  position: relative;
  padding: 103px 0px 0px 0px;
}

.news-style-three.alterner-2 .title-inner {
  margin-bottom: 30px;
}

.news-style-three.alterner-2 .title-inner .btn-box {
  position: relative;
  margin-top: 14px;
}

.news-style-three.alterner-2 .title-inner .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  border-radius: 5px;
  padding: 13px 32px;
  text-align: center;
  z-index: 1;
}

.news-style-three.alterner-2 .title-inner .btn-box a:hover {
  color: #fff;
}

.news-style-three.alterner-2 .title-inner .btn-box a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.news-style-three.alterner-2 .title-inner .btn-box a:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.news-style-three.alterner-2 .title-inner .btn-box a:hover:before,
.news-style-three.alterner-2 .title-inner .btn-box a:hover:after {
  width: 100%;
}

.news-style-three.alterner-2 .news-block-two .inner-box .lower-content .link {
  border-top: 1px solid #fff;
}

.news-style-three.alterner-2 .news-block-one .inner-box .lower-content .link {
  border-top: 1px solid #dddddd;
}

.news-style-three.alterner-2 .news-block-two .inner-box {
  border-radius: 5px;
}

.news-style-three.alterner-2 .news-block-one .inner-box .image-box {
  border-radius: 5px;
}