.content {
	margin-top: 50px;
}

.content-content {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.yiyuan-box {
	background-color: #fff;
}

.content-title {
	font-size: 1.875rem;
	color: #333333;
	font-weight: bolder;
}

.content-sub-title {
	margin-top: 12px;
	font-size: 0.875rem;
	color: #666666;
}

.yiyuan-list {
	margin-top: 1.875rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yiyuan-item {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 30px;
}
.yiyuan-item1>a {
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin-bottom: 30px;
}

.yiyuan-item:nth-child(n + 4) {
	margin-top: 30px;
}

.img-box {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.img-box img {
	width: 100%;
	height: 100%;
}

.jingying-box {
	width: 24%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../image/jybg.png");
	background-size: cover;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
}

.minying-box {
	width: 24%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 20%;
	background-image: url("../image/mybg.png");
	background-size: cover;
	padding-left: 2%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
}

.item-title {
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.leibie-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.leibie-list>span:nth-child(n + 2) {
	border-left: 1px solid #999;
}

.leibie-list>span {
	width: 19%;
	height: 17px;
	color: #999999;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yiyuan-weizhi {
	margin-top: 20px;
}

.yiyuan-weizhi>span:nth-child(1) {
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}

.yiyuan-weizhi>span:nth-child(2) {
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}

@media screen and (max-width: 860px) {
	.yiyuan-item {
		display: flex;
		flex-direction: column;
		width: 47%;
	}

	.yiyuan-item:nth-child(n + 4) {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	.phone-call>a>.iconfont {
		font-size: 12px;
	}

	.phone-call>a {
		font-size: 12px;
	}
	.yiyuan-item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

.content-banner {
    width: 100%;
    margin: 30px 0;
    position: relative;
}

    .content-banner>img {
        width: 100%;
    }

.phone-call {
    width: 26%;
    height: 44%;
    background: linear-gradient(270deg, #FFA23F 0%, #FF7345 100%);
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

    .phone-call > a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff;
    }

        .phone-call > a > .iconfont {
            font-size: 25px;
            color: #fff;
            margin-right: 8px;
        }

.zixun-box {
	padding: 50px 0;
	background-color: #F5F5F5;

}

.zixun-title {
	font-size: 30px;
	color: #333333;
	font-weight: bolder;
}

.zixun-jianjie {
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
}

.zixun-content {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.zixun-content-left {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.zixun-img-box {
	width: 100%;
}

.zixun-img-box>img {
	width: 100%;
	height: auto;
}

.zixun-left-title {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	font-weight: bolder;
}

.zixun-left-jianjie {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.zixun-left-time {
	margin-top: 40px;
	color: #999999;
	font-size: 14px;
}

.zixun-content-right {
	width: 55%;
}

.zixun-item>a {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
}

.zixun-item-left {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.time-day {
	font-size: 28px;
	color: #666666;
	font-weight: bolder;
}

.time-year {
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}

.zixun-item-right {
	width: 65%;
}

.zixun-item-right-title {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}

.zixun-item-right-jianjie {
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
}
.zixun-item {
    width: 47%;
}

.zixun-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
	.zixun-content {
		display: flex;
		flex-direction: column;
	}

	.zixun-content-left {
		width: 100%;
	}

	.zixun-content-right {
		width: 100%;
	}

}
@media screen and (max-width: 480px) {
	.phone-call>a>.iconfont {
		font-size: 12px;
	}

	.phone-call>a {
		font-size: 12px;
	}
}
