.liaojie-box {
    width: 100%;
	height: 515px;
    background-image: url("../images/changping/list_banner.png");
    background-repeat: no-repeat;
    padding-top: 13px;
}
.liaojie-title {
    font-size: 36px;
	color: #ffffff;
    padding-top: 160px;
    padding-left: 422px;
    font-weight: bold;
}
.liaojie-title span {
    font-size: 36px;
	color: #fd561c;
}
.liaojie-text-list {
    display: flex;
    justify-content: space-between;
    width: 612px;
    margin-top: 32px;
    margin-left: 423px;
}
.liaojie-item {
    width: 155px;
	height: 111px;
    background-image: url("../images/changping/list_b_1.png");
    background-repeat: no-repeat;
	/* background-color: #2cabfa; */
	border-radius: 10px;
	/* border: solid 1px #2cabfa; */
	/* opacity: 0.5; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-text {
    margin: 0;
    font-size: 24px;
	color: #ffffff;
}
.item-text span {
    margin: 0;
    font-size: 18px;
	color: #ffffff;
}
.liaojie-button {
    width: 150px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	background-image: linear-gradient(50deg, 
		#ff5d2f 0%, 
		#fe7e49 50%, 
		#fc9f62 100%), 
	linear-gradient(
		#fd561c, 
		#fd561c);
	background-blend-mode: normal, 
		normal;
	border-radius: 25px;
    font-size: 20px;
	color: #ffffff;
    margin-top: 28px;
    margin-left: 423px;
}