body{
    background: #F7F8F9;
}
.sx-nav {
    padding: 27px 0 22px;
}
.list-tlt{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    padding: 39px 0;
}
.xm-search{
	width: 640px;
	height: 40px;
	border-radius: 2px;
	margin: 32px 0px 32px 60px;
	border: 1px solid #EEEEEE;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 56px;
}
.xm-search input{
	width: 600px;
	height: 14px;
	padding: 13px 15px;
	border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	background: none;
}
.xm-search img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}
.xm-search input::-webkit-input-placeholder{
    color: #CCCCCC;
}
.xm-search input::-moz-placeholder{ 
    color: #CCCCCC;        
}
.xm-search input:-ms-input-placeholder{ 
    color: #CCCCCC;        
}
.sx-list{
    min-height: calc( 100vh - 371px );
    background: #fff;
    padding: 0px 40px;
    margin-bottom: 40px;
}
.sx-list-wrap li{
    margin-bottom: 20px;
}
.sx-list-wrap li:last-child{
    padding-bottom: 20px;
}
.sx-list-img,.summary{
    display: none;
}
.sx-list-imgtxt{
    display: flex;
    justify-content: space-between;
}
.sx-list-imgtxt h1{
    width: 960px;
    font-size: 14px;
    font-weight: 400;
    color: #333333; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 15px;
}
.sx-list-imgtxt h1:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 0px;
}
.sx-list-imgtxt .text{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
/*分页*/
.pages {
    padding-bottom: 40px;
    text-align: center;
}
.pages span{
    display: inline-block;
    height:31px;
    padding:0 11px;
    border: 1px solid #EEEEEE;
    line-height: 31px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    border-radius: 2px;
    margin:0 5px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
}
.pages a.current{
    background: #466BB1;
    color:#fff;
}
.pages span.current{
    background: #466BB1;
    color:#fff;
}
.pages a{
    display: inline-block;
    height:31px;
    padding:0 11px;
    /*border:1px solid #ddd;*/
    line-height: 31px;
    text-align: center;
    color: #000;
    margin:0 5px;
    /*border-radius: 3px;*/
    font-size: 14px;
    background: #F5F5F5;
}

/*项目详情*/
.info-cont{
    display: flex;
    flex-wrap: wrap;
}
.info-cont .gary{
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #EEEEEE;
    background: #F7F8F9;
    text-indent: 20px;
}
.info-cont .cont{
    width: 437px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border: 1px solid #EEEEEE;
    text-indent: 20px;
}
.br-b-0{
    border-bottom: 0px solid #fff!important;
}
.br-r-0{
    border-right: 0px solid #fff!important;
}