.content {
	width: 100%;
	height: auto;
}

.content-top {
	width: 100%;
	height: 260px;
}

.content-top img {
	width: 100%;
	height: 260px;
}

.content-title-en {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #71767C;
	margin-top: 30px;
}

.content-title-ch {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #B71B22;
	font-size: 36px;
	text-align: center;
}

.content-box {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}

.content-box-top {
	width: 100%;
	height: 50px;
	display: flex;
}

.content-box-top-left {
	width: 60%;
	height: 50px;
}

.select_item {
	width: auto;
	height: 50px;
	margin-right: 50px;
	position: relative;
}

.select_tit {
	margin-right: 20px;
	line-height: 50px;
	color: #2D3038;
	font-size: 14px;
}

.select_result {
	width: 213px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #B71B22;
	border-radius: 3px;
	cursor: pointer;
	color: #9EA5AF;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
}

.hk {
	width: 30px;
	height: 30px;
	background: #B71B22;
	position: absolute;
	top: 10px;
	right: -1px;
}

.select_result .triangle {
	border: 5px solid transparent;
	border-top: 5px solid #FFFFFF;
	position: absolute;
	top: 15px;
	right: 10px;
}

.select_result .triangle1 {
	border: 5px solid transparent;
	border-bottom: 5px solid #FFFFFF;
	position: absolute;
	top: 18px;
	right: 10px;
	display: none;
}

.select_item ul {
	display: none;
	position: absolute;
	top: 90%;
	right: 0;
	z-index: 999;
	width: 213px;
	height: auto;
	border: 1px solid #B71B22;
	border-radius: 0 0 4px 4px;
	border-top-color: #f3f3f3;
	margin-top: -4px;
}

.select_item ul li {
	line-height: 30px;
	color: #2D3038;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background: #FFFFFF;
}

.select_item ul li:hover {
	background: #B71B22;
	color: #fff;
}

.left {
	float: left;
}

.content-box-top-right {
	width: 40%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	position: relative;
}

.content-box-top-right label {
	color: #2D3038;
	font-size: 14px;
}

.search-box {
	width: 213px;
	height: 30px;
	border: 1px solid #B71B22;
	padding-left: 10px;
	outline: none;
	background: none;
	position: relative;
}

.search-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 11px;
	right: 0;
}

.search-btn button {
	width: 30px;
	height: 30px;
	background: #B71B22 url(../img/sousuo.png)no-repeat;
	background-position: 8px 7px;
	border: none;
	outline: none;
	cursor: pointer;
}

.tdls-content-center {
	width: 100%;
	/*height: 1200px;*/
	height: auto;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.tdls-content-center .list {
	display: flex;
	flex-wrap: wrap;
}

.tdls-content-center .list li {
	width: 230px;
	height: 360px;
	border-bottom: 1px solid gainsboro;
	margin-right: 10px;
	position: relative;
}

.tdls-content-center-box {
	position: relative;
	transition: 1s;
	transform-style: preserve-3d;
}

.tdls-content-center-box:hover {
	transform: rotateY(180deg);
}

.tdls-content-center-box-zheng {
	width: 230px;
	height: 307px;
	position: absolute;
	top: 0;
	backface-visibility: hidden;
}

.tdls-content-center-box-zheng img {
	width: 230px;
	height: 307px;
}

.tdls-content-center-box-fan {
	width: 230px;
	height: 307px;
	position: absolute;
	top: 0px;
	background: #8B2123;
	transform: rotateY(180deg);
	backface-visibility: hidden;
	padding-top: 20px;
	text-align: center;
}

.tdls-content-center-box-fan>p {
	text-indent: 2em;
	padding: 0 20px;
	font-size: 14px;
	text-align: left;
}

.tdls-content-center-box-fan button {
	width: 88px;
	height: 30px;
	border: 1px solid white;
	background: #8B2123;
	color: white;
	margin-top: 20px;
	outline: none;
	cursor: pointer;
}

.tdls-content-center-box-fan button:hover {
	background: #FFFFFF;
	color: #71767C;
}

.tdls-content-center-text {
	width: 100%;
	height: 53px;
	position: absolute;
	bottom: 0;
}

.tdls-content-center p {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 200px;
}

.page {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.page>li {
	margin-right: 10px;
}

.page button {
	border: none;
	outline: none;
	cursor: pointer;
}

.prev {
	width: 86px;
	height: 35px;
	background: #FFFFFF;
	color: #DBE0E4;
}

.pagenum {
	width: 34px;
	height: 35px;
	color: #909090;
	background: none;
}

.actived {
	background: #8B2123;
	color: white;
}

.next {
	width: 86px;
	height: 35px;
	background: #323B44;
	color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
	.content-box{
		width: 100%;
	}
	.content-box-top-left{
		width: 69%;
	}
	.content-box-top-right{
		width: 31%;
	}
	.select_item{
		margin-right: 20px;
	}
}