﻿
.news-left {
  flex: 1;
  margin-right: 27px;
  overflow: hidden
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
}

.side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px
}

.side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  color: #999;
  font-size: 14px;
  background: 0 0;
}

.side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0
}

.side-search .submit_btn i {
  font-size: 21px;
  color: #989898
}

.side-news-list {
  margin: 0 0 30px
}

.side-news-list h4 {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
  background: url('../image/i2.png') no-repeat left center;
  padding: 0 0 0 29px
}

.side-news-list ul {}

.side-news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e1e1e1
}

.side-news-list ul li h5 {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px
}

.side-news-list ul li h5 a:hover {
  color: var(--link-color-hover);
  text-decoration: underline
}

.side-news-list ul li p {
  color: #666;
  font-size: 12px;
  text-align: right
}

.side-pro {}

.side-pro a {
  display: block
}

.side-pro .more {
  background: var(--btn-bg);
  color: #fff;
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px
}

.side-pro .more:hover {
  background: var(--btn-bg-hover)
}

.news-list-top {
  display: flex;
  align-items: center;
  background: #f8f8f8
}

.news-list-top .txt {
  flex: 1;
  padding: 0 45px
}

.news-list-top .txt h5 {
  color: #333;
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.news-list-top .txt em {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    display: block;
    background: url(../image/d5d696e97ea4baad11afdaeaa52bf33e4a96095fb10fef9e1e617132c480fd10.png) no-repeat left center;
    padding: 0 0 0 33px;

}

.news-list-top .txt p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin: 25px 0 0
}

.news-list-top .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: var(--btn-bg)
}

.news-list-top .txt .more:hover {
  background: var(--btn-bg-hover)
}

.news-list-top .pic {
  width: 47%;
  position: relative;
  overflow: hidden
}

.news-list-top .pic img {
  width: 100%;
  transition: all 0.3s ease 0s
}

.news-list-top .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.newslist ul li {
  overflow: hidden;
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse
}

.newslist ul li .pic {
  width: 42.5%;
  overflow: hidden
}

.newslist ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s
}

.newslist ul li .txt {
  flex: 1;
  flex-direction: column;
  position: relative;
  border-bottom: 2px solid #eee;
  margin-right: 50px
}

.newslist ul li .txt h5 {
  color: #333;
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.newslist ul li .txt em {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  display: block;
  background: url('../image/time.png') no-repeat left center;
  padding: 0 0 0 33px
}

.newslist ul li .txt p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin: 25px 0 0
}

.newslist ul li .txt .more {
  margin: 30px auto 0 0;
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: var(--btn-bg)
}

.newslist ul li .txt .more:hover {
  background: var(--btn-bg-hover)
}

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


@media screen and (max-width: 1500px) {
  .news-list-top .txt h5,
  .newslist ul li .txt h5 {
    font-size: 18px;
    line-height: 1.6
  }

  .newslist ul li .txt p {
    line-height: 1.6;
    margin: 20px 0 0
  }

  .newslist ul li .txt .more {
    margin: 25px auto 0 0
  }
}

@media screen and (max-width: 1300px) {

  .news-list-top .txt h5,
  .newslist ul li .txt h5 {
    font-size: 17px;
    line-height: 1.5
  }

  .news-list-top .txt {
    padding: 0 30px
  }

  .news-list-top .txt p {
    margin: 15px 0 0;
    line-height: 24px;
    height: 48px;
    overflow: hidden
  }

  .news-list-top .txt .more {
    margin: 18px auto 0 0;
    width: 150px;
    height: 34px;
    line-height: 34px
  }

  .newslist ul li .txt p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 15px 0 0
  }
}

@media screen and (max-width:992px) {

.news-left{flex: none;width:100%;margin:0}
.bobo-news-right{width: 100%;border-left: none;padding:20px 0 0}
  
}

@media screen and (max-width: 768px) {


  .side-pro {
    display: none
  }

  .news-list-top .txt {
    flex: 1;
    padding: 0 25px
  }

  .news-list-top .txt h5 {
    font-size: 17px;
    line-height: 1.3
  }

  .news-list-top .txt em {
    margin-top: 12px;
    font-size: 13px;
    padding: 0 0 0 30px
  }

  .news-list-top .txt p {
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 0
  }

  .news-list-top .txt .more {
    display: none
  }

  .news-list-top .pic {
    width: 40%
  }


  .newslist ul li {
    margin: 20px 0 0
  }

  .newslist ul li .pic {
    width: 42.5%
  }

  .newslist ul li .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-bottom: none;
    margin-right: 20px
  }

  .newslist ul li .txt h5 {
    font-size: 17px;
    line-height: 1.3
  }

  .newslist ul li .txt em {
    margin-top: 12px;
    font-size: 13px;
    padding: 0 0 0 30px
  }

  .newslist ul li .txt p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 15px 0 0
  }

  .newslist ul li .txt .more {
    display: none
  }
}

@media screen and (max-width: 600px) {
  .newslist ul li {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .newslist ul li .pic {
    width: 100%
  }

  .newslist ul li .txt {
    margin-top: 20px
  }

  .news-list-top {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .news-list-top .pic {
    width: 100%
  }

  .news-list-top .txt {
    padding: 15px 10px
  }
}

@media screen and (max-width: 480px) {
  .rtit h1 {
    font-size: 24px
  }
}