
/** news-section **/

.news-section{
  position: relative;
}

.news-section .bg-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 514px;
  height: 767px;
  opacity: 0.1;
  background-repeat: no-repeat;
}

.news-section .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: 190px;
  width: 594px;
  height: 1242px;
  background-repeat: no-repeat;
  z-index: -1;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 10px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 6px;
  transition: all 500ms;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.2;
}

.news-block-one .inner-box:hover .image-box{

}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 25px 25px 37px 20px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: absolute;
  top: -35px;
  right: 50px;
  display: flex;
  width: 70px;
  height: 70px;
  line-height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-date h2{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}

.news-block-one .inner-box .lower-content .post-date h2 span{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 2px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-section .pattern-layer-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 586px;
  height: 1242px;
  background-repeat: no-repeat;
}


.news-block-two .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.news-block-two .inner-box .image-box img{
  min-height:450px;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.5s ease-in-out 0.2s;
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-two .inner-box .content-box{
  position: relative;
  max-width: 460px;
  width: 100%;
  display: block;
  padding: 30px 70px 30px 45px;
}
.news-block-two .inner-box .content-box .category a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;}

.news-block-two .inner-box .content-box h3{
  display: block;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
}

.news-block-two .inner-box .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .inner-box .content-box h3 a:hover{

}

.news-block-two .inner-box .content-box .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news-block-two .inner-box .content-box .post-info li{
  margin-right: 30px;
}

.news-block-two .inner-box .content-box .post-info li:last-child{
  margin: 0px !important;
}

.news-block-two .inner-box .content-box .post-info .author{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 14px;
  line-height: 27px;
  color: var(--title-color);
}

.news-block-two .inner-box .content-box .post-info .author img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.news-block-two .inner-box .content-box .post-info .author a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .inner-box .content-box .post-info .author a:hover{

}

.news-block-two .inner-box .content-box .post-info .date{
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
}

.news-block-two .inner-box .content-box .post-info .date i{
  position: absolute;
  left: 0px;
  top: 5px;
}











































