.main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.news-url {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFangSC;
	font-weight: 400;
	color: rgba(77, 77, 77, 1);
	line-height: 21px;
	margin: 15px 0;
}

.content-left {
	width: 848px;
	float: left;
	border: 1px solid #EDEDED;
	margin-right: 18px;
}

.content-left .title {
	font-size: 28px;
	font-family: PingFangSC-Semibold, PingFangSC;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	text-align: center;
	padding: 40px 20px 0 20px;
}

.content-right {
	float: left;
}

.info {
	width: 420px;
	margin: 20px auto;
}

.info-child {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFangSC;
	font-weight: 400;
	color: rgba(156, 156, 156, 1);
	width: 140px;
	float: left;
	text-align: center;
}

.info-child div:FIRST-CHILD {
	display: table-cell;
	height: 16px;
}

.info-child img {
	float: left;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.info-child div {
	float: left;
	margin-left: 4px;
	line-height: 16px;
}

.content {
	margin: 45px;
}

.hotnews {
	width: 330px;
	margin-top: 20px;
	border: 1px solid rgba(237, 237, 237, 1);
}

.hot-title {
	margin: 25px 12px;
}

.hotnews ul {
	height: 21px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFangSC;
	font-weight: 400;
	color: rgba(77, 77, 77, 1);
	line-height: 21px;
	margin: 0px;
	list-style: none;
}

.hotnews ul li {
	padding-left: 10px;
	padding-top: 10px;
	line-height: 22px;
}

.hotnews ul li a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
	width: 290px;
	text-decoration: none;
}

.sqe {
	width: 20px;
	height: 20px;
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFangSC;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
}

.hotnews ul li a:HOVER {
	cursor: pointer;
	color: #F43636;
	text-decoration: none;
}