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

.main h1 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-align: center;
  font-family: 'pt serif', serif;
  text-transform: capitalize
}

.main h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-align: center;
  font-family: 'pt serif', serif;
  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
}

.newslist ul li .pic {
  /* width: 480px; */
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.newslist ul li .pic img {
      width: 500px; 
      height: auto; 
      object-fit: cover;
      transition: all .3s ease 0s
}

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

.newslist ul li .t h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  word-break: break-all;
}

.newslist ul li .t h2 a:hover {
  color: #bead8e
}

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

.newslist ul li .t p {
  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: #bead8e
}

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

.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;}
}