.xwfbsp_content {
    width: 1200px;
    margin: 25px auto 0;
    font-family:"微软雅黑";
}
.xwfbsp-article-crumbs {
    padding: 22px 0 26px;
    background: url(../image/gtj2023_pc-tpxw-line.png) no-repeat -5px 54px;
  }
.xwfbsp-article-crumbs a {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
  }

.xwfbsp-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
}
.xwfbsp-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;
}  
.xwfbsp-article-list {
    /* display: flex;
    justify-content: space-between; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
}
.xwfbsp-list-right {
    padding-bottom: 60px;
}

.xwfbsp-article-list .xwfbsp-article-list-box {
    width: 208px;
    margin: 22px 40px 22px 0;
    padding: 22px 21px;
    background: #ecf2ff; 

}
.xwfbsp-article-list .xwfbsp-article-list-box .phide {
    display: none;
}
.xwfbsp-article-list .xwfbsp-article-list-box:nth-child(3n + 3) {
    margin-right: 0;
} 
.xwfbsp-article-list .xwfbsp-article-list-box img {
    width: 100%;
	height: 111px;
}
.xwfbsp-article-list .xwfbsp-article-list-box h5{
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    margin: 15px 0 10px;
    font-weight: bold;
	line-height: 1.5;
	height: 52px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.xwfbsp-article-list .xwfbsp-article-list-box span {
    font-size: 9.98px;
    color: rgba(144, 144, 144, 1);
}

.sjjd-pagination {
    text-align: center;
}
.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;
}