.wrapper-list{
    display: flex;
}
.wrapper-list-left{
    width: 260px;
    margin-right: 21px;
}
.wrapper-list-left-menu ul li{
    width: 260px;
    /* height: 68px; */
    background-color: #fff;
    margin-bottom: 9px;
    /* line-height: 68px; */
	line-height: 28px;
	/* padding: 20px 0; */
    cursor: pointer;
}
.wrapper-list-left-menu ul .active{
    background-color: #3173af;
}
.wrapper-list-left-menu ul .active a{
    color: #fff;
}
.wrapper-list-left-menu ul li a{
    font-size: 20px;
    color: #154e8b;
    font-weight: 600;
    margin-left: 29px;
    display: block;
    line-height: 28px;
	padding: 20px 0;
}
.wrapper-list-right{
    background: #fff;
    width: 872px;
    padding: 8px 24px 0 22px;
}
.wrapper-list-title{
    position: relative;
    font-size: 24px;
    color: #0962be;
    font-weight: 600;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #c5c8cb;
}
.underline{
    position: absolute;
    width: 57px;
    height: 5px;
    background-color: #0962be;
    bottom: -2px;
    border-radius: 2px;
}
.list-content ul{
    margin-top: 18px;
}
.list-content ul li{
    height: 59px;
    line-height: 59px;
    border-bottom: 1px dashed #d9d9d9;
    background: url(../image/gtj2023_list-circle.png) no-repeat;
    background-position: 20px;
    padding-left: 49px;
}
.list-content ul li span{
    float: right;
    color: #909090;
    /* font-size: 14px; */
}
.list-content ul li a{
    font-size: 16px;
    color: #525252;
}
.list-pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
    margin-bottom: 57px;
    text-align: center;
}
.list-pager a{
    display: inline-block;
    border: 1px solid #e4e4e4;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #fdfdfd;
    color: #666666;
    margin-right: 11px;
}
.list-pager span{
    display: inline-block;
    height: 31px;
    color: #666;
}
.prev, .next{
    width: 58px !important;
    height: 29px !important;
}
.list-pager .active{
    background-color: #1f61ba;
    color: #fff;
}
.sl{
    margin-right: 11px;
}
.turn{
    position: relative;
    top: 4px;
    margin-left: 11px;  
}
.list-pager input{
    width: 35px;
    height: 29px;
    border: 1px solid #cacaca;
    outline: none;
    margin-right: 11px;
}
.list-pager button{
    width: 35px;
    height: 29px;
    background: none;
    outline: none;
    border: 1px solid #cacaca;
    cursor: pointer;
    color: #666;
}

/* ä½ç½®å¯¼èˆª */
.list-breadcrum {
  font-size: 16px;
  line-height: 16px;
  padding: 24px 0 13px;
  color: #000;
}

.list-breadcrum a {
  font-size: 16px;
  color: #000;
}

.list-fg img {
  width: 100%;
  margin-left: -6px;
} 

