.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("../img/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("../img/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;
}

.yiyuanList {
    margin-top: 1.875rem;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 730px) {
    .yiyuanList {
        margin-top: 1.875rem;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
    }
}
.yiyuanItem {
    width: 50%;
    margin: 10px 0
}
@media (max-width: 730px) {
    .yiyuanItem {
        width: 100%;
        margin: 10px 0
    }
}

.yiyuanItem-box {
    display: flex;
    align-items: center
}

    .yiyuanItem-box > img {
        width: 93px;
        height: 93px;
        margin-right: 20px
    }

.yiyuanItem-title {
}

    .yiyuanItem-title > a {
        font-size: 12px;
        color: #999;
    }

.yiyuanItem-content {
    font-size: 12px;
    margin: 10px 0 20px 0;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.lineList {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}
@media (max-width: 730px) {
    .lineList {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}
.lineListItem {
    width: 30%;
}
@media (max-width: 730px) {
    .lineListItem {
        width: 100%;
    }
}

.lineListItem-box {
    display: flex;
    align-items: center
}

    .lineListItem-box > img {
        width: 93px;
        height: 93px
    }
.listItemTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.lineListItem-content {
    font-size: 12px;
    margin: 10px 0 20px 0;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.lineListItem-title > a {
    font-size: 12px;
    color: #999
}

@media screen and (max-width: 860px) {
	.yiyuan-item {
		display: flex;
		flex-direction: column;
		width: 47%;
	}

	.yiyuan-item:nth-child(n + 4) {
		margin-top: 0px;
	}
}



.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 {
	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 {
	flex:1; margin-left:2.0rem;
}

.zixun-item-right-title {
    font-size: 16px;
    color: #333333;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zixun-item-right-jianjie {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.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-item{
        width:100%;
    }
    .phone-call > a{
        font-size:18px;
    }
        .phone-call > a > .iconfont {
            font-size: 18px;
        }

        .zixun-content-left {
            width: 100%;
        }

	.zixun-content-right {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
    .yiyuan-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .phone-call > a{
        font-size:12px;
    }
        .phone-call > a > .iconfont{
            display:none;
        }
    .zixun-title {
        font-size: 24px;
    }
}
