.xxpxcont{
    padding: 0px 40px;
}
.searchbox1{
    display: flex;
	flex-direction: row;
    justify-content: normal;
    margin-top: 20px;
}
.searchlabel{
    height: 40px;
    width: 200px;
    text-align: right;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
 
}
.background{
	background-image: url('../images/backgroungImg.jpg');
}
.searchbutton1{
    width: 90px;  
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;
}

.searchbutton2{
    width: 90px;  
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;

}

.searchbutton1_active{
    width: 90px;  
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #2456c8;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;

}
.searchsj{
    width: 353px;
    border: 1px solid #dbdce5;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    margin-left: 20px;
}
.searchsj input{
    border: none;
}
hr {  
	border: none; /* 移除默认边框 */  
	height: 2px; /* 设置高度 */  
	background-color: #dbdce5; /* 设置颜色 */  
	margin: 20px 0; /* 设置上下外边距 */  
}
.pxlistbox{
    display: flex;
	flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
}
.pxbox{
    width: 250px;
    height: 250px;
    margin: 15px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}
.pximage{
    width: 250px;
    height: 150px;
}
.pxtitle{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    line-height: 20px;
    height: 50px;
    padding: 5px;
}
.pxtitlelabel{
    flex: 1;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    color: #333333;
}


.pxicon{
    min-width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:linear-gradient(to right, #d3e3f8, #2a7ce9);
    border-radius: 4px;
    color: #FFFFFF;
}
.pxqrxz{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    color: #999999;
    /* margin-top: 10px; */
    padding: 10px;
    justify-content: space-between;
}
.jslabel{
	background-image: url('../images/line02.png');
	font-family: PingFang-SC-Heavy;
    font-size: 37px;
    color: #3764C7;
    letter-spacing: -0.78px;
    font-weight: 400;
  	text-align: center;
     background-repeat: no-repeat;
    background-position: center;
  margin-top:44px;
}