* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: '微软雅黑';
	visibility: hidden;
}
@font-face {
	font-display: swap;
	font-family: 'songti';
	src: url('../font/songti.ttf');
}
html {
	width: 1920px;
	background-color: #FFFFFF;
	transform-origin: 0 0;
	overflow-x: hidden;
	margin: auto;
}
.topImg {
	width: 100%;
	display: block;
}
.content {
	width: 1563px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
}
.content .tab {
	width: 100%;
	margin-top: 70px;
}
.content .tab .tHead {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.content .tab .tHead .item {
	width: 473px;
	height: 108px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	text-align: center;
}
.content .tab .tHead .item {
	background-image: url(../img/no.png);
}
.content .tab .tHead .item.active {
	background-image: url(../img/yes.png);
}
.content .tab .tHead .item img {
	margin-top: 30px;
}
.content .tab .tBody {
	width: 100%;
	margin-top: 110px;
}
.content .tab .tBody .item {
	display: none;
}
.content .tab .tBody .item .box {
	display: block;
	width: 495px;
	height: 419px;
	background-color: #DA3838;
	margin-bottom: 80px;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
}
.content .tab .tBody .item .box .imgB {
	width: 420px;
	height: 262px;
	margin: 30px auto 15px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.content .tab .tBody .item .box .imgB img {
	width: 100%;
	transition: all 1s;
}
.content .tab .tBody .item .box:hover .imgB img {
	transform: scale(1.05);
}
.content .tab .tBody .item .box .info1 {
	color: #FFFFFF;
    margin: 10px auto;
    width: 450px;
    font-weight: bold;
    font-size: 25px;
	display: flex;
	justify-content: space-between;
}
.content .tab .tBody .item .box .info1 span {
	display: block;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .tab .tBody .item .box .info2 {
	width: 420px;
    margin: -2px auto 0px auto;
    line-height: 30px;
    font-size: 22px;
    font-family: 'simsun', 'songti';
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .tab .tBody .item .box.blank {
	background-color: #FFFFFF;
	cursor: auto;
}
.content .tab .tBody .item.active {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lastImg {
	width: 100%;
	display: block;
	margin-top: 100px;
}
.botImg {
	width: 100%;
	display: block;
	margin-top: -260px;
}
