.wrapper-list{
    margin-top: 30px;
}
.wrapper-list-title{
    font-size: 29px;
    border: none;
}
.list-content ul li{
    background: url(../image/gtj2023_mobile_li_circle.png) no-repeat;
    background-position: 20px;
    border: none;
}
.list-content ul li a{
    color: #000;
    font-size: 21px;
}
.list-content ul{
    padding-bottom: 25px;
}

/* 手机分页 */
.list-pager.mhide{
	display: flex !important;
	font-size: 22px;
}
.list-pager .turn{
	display: none;
}
.list-pager input{
	display: none;
}
.list-pager button{
	display: none;
}
.list-pager .prev, .list-pager .next{
    width: 78px !important;
	height: 36px !important;
}
.list-pager a {
    width: 36px;
    height: 36px;
    line-height: 36px;
	margin-right: 8px;
}
.list-pager span {
    height: 38px;
}