.bobo-news-list.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.bobo-news-list .flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bobo-news-list .flex-wrap .news-left {
  flex: 1;
  margin-right: 0.1px;
  overflow: hidden;
}

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

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

.bobo-news-right .side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box
}

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

.bobo-news-right .side-search .submit_btn i {
  font-size: 21px;
}

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

.bobo-news-right .side-news-list h4 {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
}
.bobo-news-right .side-news-list h4 img {
  margin-right: 12px;
}

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

.bobo-news-right .side-news-list ul li h5 {
  color: var(--title-text-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 25px
}

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

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

.bobo-news-right .side-pro a {
  display: block
}

.bobo-news-right .side-pro .more {
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: #ffff;
  font-size: 13px;
  line-height: 37px;
  height: 37px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 12px;
}

.bobo-news-right .side-pro .more:hover {
  background: none;
  border: 1px solid  var(--color-primary);
  color: var(--color-primary);
}

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

.bobo-news-list .news-list-top .txt {
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  padding: 0 45px
}

.bobo-news-list .news-list-top .txt h5 {
  color: var(--title-text-color);
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.bobo-news-list .news-list-top .txt em {
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

.bobo-news-list .news-list-top .txt em i {
  color: var(--color-primary);
}

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

.bobo-news-list .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(--color-primary)
}

.bobo-news-list .news-list-top .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

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

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

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

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

.bobo-news-list .newslist ul li .pic {
  width: 42.5%;
  overflow: hidden
}

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

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

.bobo-news-list .newslist ul li .txt h5 {
  color: var(--title-text-color);
  font-size: 20px;
  line-height: 2;
  font-weight: 700
}

.bobo-news-list .newslist ul li .txt em {
  margin-top: 15px;
  font-size: 14px;
  display: block;
}
.bobo-news-list .newslist ul li .txt em i {
  color: var(--color-primary);
}

.bobo-news-list .newslist ul li .txt p {
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 0
}

.bobo-news-list .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(--color-primary);
  border-radius: var(--button-radius);
}

.bobo-news-list .newslist ul li .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

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


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

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

  .bobo-news-list .newslist ul li .txt .more {
    margin: 25px auto 0 0
  }
}

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

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

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

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

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


@media screen and (max-width: 992px) {
  .bobo-news-list.main {
    padding-top: 25px;
    padding-bottom: 30px
  }
  
  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0
  }

  .bobo-news-right .side-pro {
    display: none
  }

  .bobo-news-list .news-list-top .txt {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 0 25px
  }

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

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

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

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

  .bobo-news-list .news-list-top .pic {
    width: 47%
  }


  .bobo-news-list .newslist ul li {
    margin: 20px 0 0
  }

  .bobo-news-list .newslist ul li .pic {
    width: 42.5%
  }

  .bobo-news-list .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
  }

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

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

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

  .bobo-news-list .newslist ul li .txt .more {
    display: none
  }
}

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

  .bobo-news-list .newslist ul li .pic {
    width: 100%
  }

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

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

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

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