.head-page .item.tm-news>a span {
  color: #299AB1;
}

.head-page .item.tm-news>a::after {
  transform: scale(1);
  opacity: 1;
}


.search_box {
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    width: 58.85%;
    overflow: hidden;
    position: relative;
    padding: 0 168px 0 26px;
    box-sizing: border-box;

}

.search_box input {
    border: none;
    width: 100%;
    outline: none;
    height: 100%;
}

.search_box .search_btn {
    width: 142px;
    height: 100%;
    background: #079DAB;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
}

.search_box .search_btn img {
    margin-right: 13px;
}


.news_page_search {
    margin: 40px 0 20px;
}
.news_page_search p span {
    color: #2A9AB2;
    padding: 0 5px;
}

.news_page01 {
    height: 500px;
    margin: 40px 0 20px;
}

.news_page01 .page_tit {
    padding: 155px 50px 100px;
    box-sizing: border-box;
    position: relative;
}

.news_page01 .advice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 198px;
    background: rgba(0, 0, 0, .4);
    padding: 0 80px 0 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_page01 .advice_l {
    max-width: 77%;
}
.news_page01 .advice_l .tit a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_page01 .advice_l .con {
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.watch_more {
    transition: all .4s;
}

.watch_more::after {
    content: "";
    display: block;
    width: 38px;
    height: 26px;
    margin-left: 9px;
    transition: all .4s;
}

.watch_wmore::after {
    background: url(/tw/img/watch_more.png) no-repeat center/cover;
}

.watch_smore::after {
    background: url(/tw/img/watch_smore.png) no-repeat center/cover;
}


.news_page02 .nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.news_page02 .nodata img{
    margin-bottom: 25px;
    max-width:625px;
}

.news_page02 .list {
    width: 49.16%;
    height: 249px;
    background: #F8F9F9;
    display: block;
    margin-right: 1.68%;
    margin-top: 30px;
    padding: 35px 28px 35px;
    box-sizing: border-box;
    position: relative;
}

.news_page02 .list:nth-child(2n) {
    margin-right: 0;
}

.news_page02 .list::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #079DAB;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}

.news_page02 .news_tit {
    margin: 18px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
.news_page02 .news_tit span {
    background: #ffff00;
    color: #2A9AB2; 
}
.news_page02 .news_con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.news_page02 .watch_smore {
    margin-top: 24px;
}

.news_page02 .list:hover::after {
    width: 100%;
}

.news_page02 .list:hover .watch_smore {
    color: #079DAB;
}

.news_page02 .list:hover .watch_smore:after {
    background: url(/tw/img/watch_zmore.png) no-repeat center/cover;
}



.content_l {
    width: calc(100% - 437px);
    background: #F9F9F9;
    padding: 37px 39px;
    box-sizing: border-box;
}
.content_title {
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    padding-bottom: 21px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.content_title .content_time {
    line-height: 2;
}
.content_con img {
    padding-bottom: 5px;
    max-width: 100%;
}
.content_con table{
    width: auto!important;
}
.page_btns {
    border-top: 1px solid #DCDCDC;
    padding: 36px 0 40px;
    box-sizing: border-box;
    margin-top: 15px;
}

.page_btn {
    width: 160px;
    height: 48px;
    border: 1px solid #D2D2D2;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn::before,
.page_btn::after {
    width: 24px;
    height: 3px;
    display: block;

}

.next_btn {
    margin-left: 40px;
}

.prve_btn::before {
    content: "";
    background: url(/tw/img/prve_btn.png) no-repeat center/cover;
    margin-right: 17px;
}

.next_btn::after {
    content: "";
    background: url(/tw/img/next_btn.png) no-repeat center/cover;
    margin-left: 17px;
}




.content_nav {
    width: 410px;
}

.content_nav .nav {
    width: 100%;
    height: 283px;
    background: #F9F9F9;
    padding: 36px 50px;
    box-sizing: border-box;
}

.content_nav .nav .item {
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}

.content_nav .nav .item:last-child {
    border-bottom: none;
}

.content_nav .nav .item::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: url(/tw/img/next_sbtn.png) no-repeat center/cover;
}

.content_nav .nav .item.active {
    color: #299AB1;
}

.content_nav .nav .item.active::after {
    background: url(/tw/img/next_btn.png) no-repeat center/cover;
}

.content_nav .nav_texts {
    width: 100%;
    height: 198px;
    background: #F9F9F9;
    margin-top: 24px;
    padding: 28px 40px;
    box-sizing: border-box;
}

.content_nav .news_con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    margin: 16px 0 22px;
}

.content_nav .watch_more::after {
    width: 24px;
    height: 3px;
    background: url(/tw/img/next_btn.png) no-repeat center/cover;
}
@media only screen and (max-width: 1200px) {
  .news_page01 .advice{
    height: 172px;
  }
}
@media only screen and (max-width: 1043px) {
  .news_page01{
    height: 450px;
  }
  .news_page01 .advice {
    height: 148px;
  }
}


@media only screen and (max-width: 960px) {
  .content_nav .news_con{
    height: 27px;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 750px) {
  .news_page01 .page_tit {
    padding: 30px 15px 30px;
  }
  .news_page01 {
    height: 320px;
    margin: 20px 0;
  }
  .news_page01 .advice{
    padding: 20px;
    flex-wrap: wrap;
    height: auto;
  }
  .news_page01 .advice_l {
    max-width: 100%;
  }
  .advice_r{
    width: 100%;
    margin-top: 15px;
  }
  .news_page01 .advice_l .con{
    height: 48px;
  }
  .search_box{
    height: 40px;
    width: 100%;
    margin-top: 20px;
  }
  .search_box .search_btn{
    width: 92px;
  }
  .news_page02 .list{
    padding: 30px 15px;
    height: 231px;
    margin-top: 15px;
  }
  .news_page02 .news_con{
    height: 48px;
  }

  header .l{
    width: 100%;
  }


  .content_l {
    width: 100%;
    padding: 30px 15px;
  }
  .page_btns{
    padding: 30px 0 0;
    justify-content: center;
  }
  .content_nav{
    width: 100%;
    margin-top: 25px;
  }

  .page_btn {
    width: 118px;
    height: 38px;
  }
  .page_btn_r{
    margin-top: 20px;
  }
  .next_btn::after{
    margin-left: 10px;
  }
  .content_title .content_tit {
    line-height: 1.72;
  }
  .content_nav .nav {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .content_nav .nav .item:last-child{
    padding-bottom: 0;
  }
  .content_nav .nav_texts {
    height: auto;
    margin-top: 24px;
    padding: 28px 20px;
  }

  @media only screen and (max-width: 750px) {
    .news_page02 .nodata img{
      max-width: 100%;
    }
  }
}