.content{
    width: 1200px;
    margin: 0 auto;
}
.pressBanner{
    background-image: url("../images/index/bg_xw_banner.jpg");
}
.presslist{
    padding: 60px 0;
}
.press_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #DDDDDD;
}
.press_item_left{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.press_item_left img{
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.press_item_time{
    font-size: 18px;
    color: #AAAAAA;
}

.pages{
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.pages ul{
    display: flex;
    font-family: PingFang-SC-Medium;
}
.pages li{
    margin-right: 20px;
}
.pages li:last-child{
    margin-right: 0;
}
.pages .active{
    border-color: #248DC4;
}
.page_item{
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: 1px solid #DDDDDD;
}
.page_next,.page_prev{
    font-size: 20px;
}
.page_end,.page_start{
    display: inline-block;
    padding: 0 10px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    border: 1px solid #DDDDDD;
}
.page{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page > div {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page a,.page span {
	width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: 1px solid #DDDDDD;
}

.page a,.page li {
	/* display: inline-block; */
	list-style: none;
	text-decoration: none;
	/* color: #999; */
}

.page a.first,.page a.prev,.page a.next,.page a.end {
	margin: 0;
}

.page a:hover {
	border-color: #248DC4;
}
.page span.current {
	border-color: #248DC4;
}