/**-------------------------------------------**/
.topSearchBgV {
	width: 100%;
	height: 258px;
	background-image: url('../img/aboutTopBg.png');
	display: flex;
	background-size: cover;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	flex-direction: column;

}

.topSearchBgV div {
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	text-shadow: 0px 3px 7px rgba(190, 190, 190, 0.29);
	background: linear-gradient(0deg, #D1D1D1 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.topSearchBgV div:last-child {
	font-size: 36px;
	text-shadow: none;
}

.paginationBgV {
	height: 80px;
	width: 100%;
}

/**-------------------------------------------**/
.mainBgV {
	margin-top: 30px;
	width: 100%;
	display: flex;
	background-color: white;
	justify-content: space-between;
}

.leftTypeListV {
	width: 200px;
	flex-shrink: 0;
}

.leftTypeListV button {
	height: 80px;
	width: 100%;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 20px;
	background-color: #e8f1ff;
	cursor: pointer;
	border-radius: 10px;
}

.leftTypeListV .selOneType {
	background: #1F2DB2;
	font-size: 26px;
	color: #FFFFFF;
}

.informationListV {
	width: 950px;
}

.oneInformationCell {
	padding: 20px 0;
	border-bottom: 1px solid #99999970;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.leftInfo {
	width: 80%;
}

.leftInfo .name {
	font-size: 20px;
	color: #1F1F1F;

	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.leftInfo .name:hover {
	color: #206bd1;
}

.leftInfo .des {
	color: #666666;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.informationTop {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #1F2DB2;
	color: #1F2DB2;
}

.informationTop .name {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
}

.egli {
	color: 14px;
}

.content {
	margin-top: 15px;
	color: black;
	font-size: 20px;
	line-height: 36px;
}
.content p{
	margin-bottom: 10px;
}