body.bg2 {
  background: #e6e3e2 url(../images/side-bg2.jpg) no-repeat center top
}
.main {
  padding-bottom: 80px
}

.main h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ff7e00;
  line-height: 1;
  text-align: center;
  text-transform: capitalize
}

.newslist {
  background: url(../images/line.png) repeat-x left top
}

.newslist ul li {
  overflow: hidden;
  padding: 48px 10px;
  transition: all .3s ease 0s;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/line.png) repeat-x left bottom
}
*{
  font-family:"Poppins", sans-serif
}
.newslist ul li .pic {
  width: 480px;
  display: block;
  overflow: hidden
}

.newslist ul li .pic img {
  width: 100%;
  transition: all .3s ease 0s;
  aspect-ratio: 3 / 2;
}

.newslist ul li .t {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 57px
}

.newslist ul li .t h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700
}
.newslist ul li .t h2 a {
  font-family: "Poppins", sans-serif;
  color:#000
}
.newslist ul li .t h2 a:hover {
  color: #ff7e00
}

.newslist ul li .t span {
  margin: 20px 0 0;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/1302/upload/sort/b26f91690ebbd22a8a8f3108da301dd9ed680591aab9c59996a162c8126fd8b6.png) no-repeat left center;
  padding: 0 0 0 34px;
  display: block;
  font-size: 15px;
  color: #000;
}

.newslist ul li .t p {
   font-weight:700;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin: 16px 0 0
}

.newslist ul li .t .more {
  margin-top: 50px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ff7e00
}

.newslist ul li .t .more:hover {
  background: #ff7e00
}

.newslist ul li .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

@media screen and (max-width:1500px) {
  .newslist ul li .t h5{font-size:26px;}
  .newslist ul li .t p{font-size:17px;line-height:28px;height:94px;}

}


@media screen and (max-width:1340px) {
  .newslist ul li .t p{font-size:16px;line-height:24px;height:72px;}
}

@media screen and (max-width:1100px) {
  .newslist ul li{padding:35px 0;}
  .newslist ul li .pic{width:350px;}
  .newslist ul li .t{margin-left:30px;}
  .newslist ul li .t h5{font-size:22px;}
  .newslist ul li .t .more{display:none;}
}

@media screen and (max-width:768px) {
  .main{padding-bottom:30px;}

  .newslist ul li{padding:25px 10px;}
  .newslist ul li .pic{width:200px;}
  .newslist ul li .t{margin-left:25px;}
  .newslist ul li .t h2{font-size:20px;}
  .newslist ul li .t span{margin:15px 0 0;padding:0 0 0 28px;font-size:14px;}
  .newslist ul li .t p{font-size:15px;line-height:20px;height:40px;margin:15px 0 0;}
  .newslist ul li .t .more{display:none;}
}

@media screen and (max-width:600px) {
  .newslist ul li{padding:20px 10px;-webkit-flex-direction:column;flex-direction:column;}
  .newslist ul li .pic{width:auto;max-width:400px;margin:0 auto;}
  .newslist ul li .t{margin:20px 0 0;text-align:center;}
  .newslist ul li .t h2{font-size:18px;margin:0;}
  .newslist ul li .t span{margin:10px 0 0;display:inline-block;}
  .main h1{
  font-size:24px !important;
  }
}