/*left*/
#content .left {
	width: 68%;
	float: left;
	border-right: 2px solid var(--second-color);
}
#content .describe{
	text-align:justify;
	padding: 0 50px;
	margin-bottom: 10px;
}
/*Research Overview*/
#content .research .research-item{
	overflow: hidden;
	margin: 0 50px;
	height: 160px;
}
#content .research .research-item .research-img{
	float: left;
	position: relative;
	width: 30%;
	height: 100%;
}
#content .research .research-item .research-img img{
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#content .research .research-item .research-text{
	float: left;
	width: 69%;
	height: 100%;
	text-align: justify;
	position: relative;
}
#content .research .research-item .research-text p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
	
	
#content .research-item{
	border: 2px solid var(--second-color);
	border-bottom: 0;
}
#content #research-item2{
	border-bottom: 2px solid var(--second-color);
}
#content .research-img{
	border-right: 2px solid var(--second-color);
}



#content .left .more-research{
	text-align: left;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#content .more a {
	font-weight: bold;
	color: var(--first-color)!important;
}


/*right*/
#content .right .short-hr{
	margin-left: 30px;
}
#content .right {
	width: 31%;
	float: left;
}
#content .news-item {
	padding: 0 30px;
	margin: 30px 0;
	text-align: justify;
}
#content .news-item .news-time{
	font-weight: bold;
}
#content .right .more-news{
	margin-left: 30px;
	margin-bottom: 50px;
}
#content .news-title{
	padding-left: 30px;
}
