.tpxw_content {
    width: 1200px;
    margin: 25px auto 0
}
.tpxw-article-crumbs {
    padding: 22px 0 26px;
    background: url(../image/gtj2023_pc-tpxw-line.png) no-repeat -5px 54px;
  }
.tpxw-article-crumbs a {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
  }

  .tpxw-article-title {
    position: relative;
    padding: 28px 0 30px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    border-bottom: 1px solid #c5c8cb;
    color: #0962be;
    margin-bottom: 25px
  }
  .tpxw-article-title:before {
    position: absolute;
    bottom: -2.5px;
    left: 3%;
    margin-left: -28px;
    content: '';
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
}  
.tpxw-article-list {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}
.tpxw-article-list .tpxw-article-list-left {
    width: 278px;
    margin: 0 15px;
}
.tpxw-article-list .tpxw-article-list-left img {
    width: 100%;
}
.tpxw-article-list-right {
    width: 685px;
    display: flex;
    justify-content: space-between;
    padding:  40px 50px 0 30px;
    cursor: pointer;
}
.tpxw-article-list-right p {
    font-size: 17.96px;
    color: rgba(0, 0, 0, 1);
    flex: 1;
}
.tpxw-article-list-right span {
    font-size: 14.31px;
    color: rgba(82, 82, 82, 1);
    line-height: 26px;
    width: 85px;
    display: inline-block;
    width: 85px;
    margin-left: 6px;
}
.sjjd-pagination {
  text-align: center;
  margin: 35px 0
}
.sjjd-pagination a{
  display: inline-block;
  padding: 8px 13px 8px 13px;
  font-size: 13px;
  color: rgba(102, 102, 102, 1);
  background: #fdfdfd;
  border: 1px solid #e4e4e4
}
.sjjd-pagination a.active {
  color: #fff;
  background: #1f61ba;
}
.sjjd-pagination span {
  display: inline-block;
  color: rgba(102, 102, 102, 1);
  padding: 0 12px;
  font-size: 13px;
}
.sjjd-pagination input {
  width: 40px;
  height: 35px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 35px;
}