.ws-content{
	height: 400px;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 10px;
}

.ws-content .ws-title {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	color: #1d3658;
	margin-bottom: 10px;
}

.ws-content .ws-ramake{
	font-size: 13px;
	color: #666666;
	margin-bottom: 20px;
}
.ws-content .ws-product{
	width: 260px;
	height: 280px;
	cursor: pointer;
}

.ws-content .ws-product img{
	width: 100%;
	height: 200px;
}

.ws-content .ws-product .ws-product-title{
	font-size: 14px;
	padding: 5px 0;
	color: #444444;
	border-bottom: 1px solid #ADADAD;
	transition: 0.9s;
	margin-bottom: 5px;
}


.ws-content .ws-product p{
	font-size: 13px;
	color: #ADADAD;
	max-height: 2em; /* 假设行高为1em，两行则为2em，根据实际行高调整 */
	  line-height: 1em; /* 根据实际情况调整行高 */
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.ws-content .ws-product:hover .ws-product-title{
	color: #1e73be;
	font-weight: 700;
	border-bottom: 1px solid #1e73be;
	
}

.ws-content .ws-news {
	display: flex;justify-content: space-between;text-align: left;
}

.ws-content .ws-news .news-left{
	width: 600px;
}
.ws-content .ws-news .news-left .top-news{
	cursor: pointer;
	background-color: #f6f6f6;padding: 60px;color: #666666;
	height: 390px;
}
.ws-content .ws-news .news-left .top-news p{
	margin-bottom: 10px;
}
.ws-content .ws-news .news-left .top-news:hover{
	background-color: #1e73be;
	color: #fff;
}

.ws-content .ws-news .news-left .top-news:hover{
	background-color: #1e73be;
	color: #fff;
}
.ws-content .ws-news .news-left .bottom-news{
	height: 70px;
	    margin-top: 10px;
	    text-align: center;
	    padding: 20px;
}

.ws-content .ws-news .news-left .bottom-news div{
	    padding: 10px;
	    color: #1e73be;
	    cursor: pointer;
	    border: 1px solid;
	    width: 150px;
}

.ws-content .ws-news .news-left .bottom-news div:hover{
	background-color: #1e73be;
	color: #fff!important;
}

.ws-content .ws-news .news-rigth{
	width: 600px;
	margin-left: 20px;
}

.ws-content .ws-news .news-rigth ul li {
	height: 110px;color: #666666;background-color: #f6f6f6;margin-bottom: 10px;padding: 20px;
}
.ws-content .ws-news .news-rigth ul li p{
	margin-bottom: 10px;
}

.ws-content .ws-news .news-rigth ul li:hover{
	cursor: pointer;
	background-color: #1e73be;
	color: #fff!important;
}

.ws-content .ws-news .news-title{
	/* color: #666666; */
	font-size: 15px;
	font-weight: 700;
}

.ws-content .ws-news .news-content{

	font-size: 12px;
	max-height: 2em; /* 假设行高为1em，两行则为2em，根据实际行高调整 */
	  line-height: 1em; /* 根据实际情况调整行高 */
	  overflow: hidden;
	  text-overflow: ellipsis;
}

.ws-content .ws-news .news-date{
	font-size: 24px;
	color: #c4c4c4;
}

