.content {
	width: 1070px;
	min-height: 100vh;
	font-size: 14px;
	margin: auto;
}

.content .head {
	height: 110px;
	line-height:110px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid #E7E7E7;
}

.content .head h2 {
	font-size: 30px;
	font-weight: normal;
}

.content .head .search {
	width: 600px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	position: absolute;
	right: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: flex-end;
}

.content .head .search .label-box {
	position: relative;
	right: 30px;
}

.content .head .search .label-box a {
	color: #000000;
	font-size: 14px;
	margin-right: 14px;
	transition: all .3s;
	font-family: none;
}

.labe-active {
	color: #C3C3C3 !important;
}

.content .head .search input {
	font-size: 13px;
	width: 0;
	height: 28px;
	box-sizing: border-box;
	border-radius: 28px;
	display: none;
	position: relative;
	transition: all 0.6s;
	right: 0;
	border: 1px solid #CCCCCC;
}

input:focus{
	outline: medium;
}

.input-show {
	width: 200px !important;
	padding: 0 15px;
}

.content .head .search .btn-black {
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.item-box {
	
}

.item-box .item {
	display: flex;
	justify-content: space-around;
	padding: 30px 0 40px 0;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}

.item-box .item > div {
	height: 100%;
	font-size: 14px;
}

.item-box .item {
	font-size: 14px;
}

.item-box .item .left {
	width: 430px;
}

.item-box .item .left span {
	color: #BFBFBF;
	font-size: 28px;
}

.item-box .item .right {
	width: calc(100% - 200px);
	position: relative;
}

.right .right-item {
	padding-bottom: 50px;
}

.right .right-item h4{
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}

.right .right-item .time {
	color: #8F8F8F;
	font-size: 13px;
	margin-top: 5px;
}

.right .right-item p {
	margin-top: 20px;
	color: #8F8F8F;
	font-size: 14px;
	line-height: 22px;
}

.right .right-item .btn {
	color: #c00;
	cursor: pointer;
	display: block;
	padding-top: 20px;
	transition: all .3s;
}
.right .right-item .btn:hover {
	color: #F41212;
}

.right .right-item video {
	width: 671px;
	height: 351px;
	margin-top: 30px;
	object-fit: fill;
	outline: none;
	border: 1px solid #eee;
}

.right .right-item img {
	width: 671px;
	height: 351px;
	margin-top: 30px;
	object-fit: cover;
}

.item .show-more {
	color: #c00;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.item .models {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

@media only screen and (max-width: 1150px) {
	.content {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.content .head .search .label-box a {
		font-size: 15px;
	}
	
	.item-box .item {
		box-sizing: border-box;
		padding: 30px 0 0 0;
	}
	
	.item-box .item .left {
		width: 60px;
	}
	
	.item-box .item .right {
		width: calc(100% - 100px);
	}
	
	.right .right-item img {
		width: 100%;
		height: 8rem;
	}
}
