*{
	padding: 0px;
	margin: 0px;
	font-family: "Microsoft YaHei";
}
 body,html{
	width: 100%;
	font-family: "Microsoft YaHei";

}
a{
	text-decoration: none
}

.content{
	width: 1112px;
	overflow: hidden;
	margin: auto;
}
.content .content-head{
	overflow: hidden;
}
.content .content-head .content-left{
	width: 223px;
	height: 338px;
	float: left;
	background-color: var(--color);
	overflow-y: scroll;
}
.content .content-head .content-left::-webkit-scrollbar{
	width: 3px;
	background-color: #f0f0f0;
}
.content .content-head .content-left::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 15px;
}
.content .content-head .content-left .content-menu-a{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	cursor: pointer;
	font-size: var(--smallSize);
	box-sizing: border-box;
	padding-left: 40px;
}
.content .content-head .content-left .content-menu-a:hover{
	background-color:rgba(231,29,54,0.5);
}
.content .content-head .content-right{
	/*width: 869px;*/
    width: 100%;
	height: 318px;
	float: left;
	/*margin-left: 20px;*/
	margin-top: 20px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.content-box .content-box-head{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid var(--color);
	margin-top: 20px;
}
.content-box .content-box-head span{
	font-size: var(--miniSize);
	color: var(--color);
	font-weight: bold;
}
.content-box .content-box-head .content-box-head-a{
	font-size: var(--smallSize);
	color: var(--descColor3);
	float: right;
}
.content-box .content-box-list{
	width: 1112px;
	overflow: hidden;
	margin-bottom: 64px;
}
.content-box .content-box-list .content-box-item{
	width: 370.66px;
	height: 189px;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
	margin-top: 20px;
}
.content-box .content-box-list .content-box-item .item-img{
	width: 142px;
	height: 189px;
	float: left;
	margin-right: 20px;
}
.content-box .content-box-list .content-box-item .item-box{
	width:188.66px;
	height: 189px;
	float: left;
	position: relative;
}
.content-box .content-box-list .content-box-item .item-box .item-title{
	font-size: 14px;
	color:#0b0a0ccc;
	margin-bottom: 15px;
	cursor: pointer;
	cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.content-box .content-box-list .content-box-item .item-box .item-title:hover{
	color: var(--primaryColor);
}
.content-box .content-box-list .content-box-item .item-box .item-desc{
	color: #0b0a0ccc;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0
}
.content-box .content-box-list .content-box-item .item-box .item-desc span{
	color: #2c91d0;
	font-size: 15px;

}


