@charset "utf-8";



.news_tlbg {
    height: 205px;
    background-color: #f5f5f5;
}

.news_ct {

    padding: 0 75px;
}

.news_ct_t {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.news_t_h {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.news_t_shuoming {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.news_t_shuoming span {
    
}

.news_ct_mid {
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.news_ct_mid p {
    font-size: 16px;
}

.news_ct_b {
    height: 104px;
    padding-top: 22px;
    text-align: center;
}
.news_ct_b .page_per{
  float: left;
}
.news_ct_b .page_next{
  float: right;
}

.page_per i,
.page_next i {
    font-size: 14px;
    color: #333;
}

.page_per span,
.page_next span {
    font-size: 14px;
    color: #333;
}

.page_per.on i,
.page_next.on i {
    font-size: 14px;
    color: #333;
}

.page_per.on span,
.page_next.on span {
    font-size: 14px;
    color: #333;
}

.news_ct_b .page_btn {
    display: inline-block;
    width: 196px;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f14e15;
}

.news_ct {
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
 .idea_box_tj{
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .idea_box_tj .idea_box_tj_item{
   margin-bottom: 40px;
   width: 30%;
 }
}

@media screen and (max-width: 960px) {
    .news_ct {
        padding: 0 8px;
    }
    .news_ct_b .page_btn {
        width: 102px;
    }
    .foot {
        margin-top: -80px;
    }
    .idea_box_tj {
      margin-top: 30px;
      }
      .idea_box_tj {
          flex-wrap: wrap;
      }
      .idea_box_tj .idea_box_tj_item {
          width: 48%;
          margin-bottom: 40px;
      }
}

@media screen and (max-width: 768px) {
    .idea_box_tj .idea_box_tj_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .news_t_h {
        font-size: 20px;
    }
    .news_ct_t {
        height: 110px;
    }
    .news_ct_mid {
        padding: 25px 0;
        font-size: 14px;
    }
    .news_ct_mid p {
        font-size: 14px;
    }
    .news_ct_b {
        height: 90px;
    }
    .news_ct_b .page_btn {
        font-size: 16px;
    }
}