@charset "utf-8";
.title {
	padding: 1.2em 0;
}
.title span {
	font-size: 1.5em;
	color: #1487ED;
	font-weight: bold;
}
.title font {
	font-size: 1.2em;
	color: #999;
	margin-left: 0.5em;
}
.index1 .main, .index2 .main {
	padding: 1.2em 0;
}
.index1 .box {
	overflow: hidden;
	zoom:1;
}
.focus.hot {
	float: left;
	width: 50%;
	height: 25em;
	background-color: #FFF;
	overflow:hidden;
}
.focus.hot .box a {
	display: block;
	position: relative;
	width: 100%;
	height: 23em;
	overflow:hidden;
}
.focus.hot .box a img {
	display: block;
	width: 100%;
	height: 23em;
	object-fit:cover;
}
.focus.hot .box a h2 {
	display: block;
	margin: 0;
	font-weight: normal;
	padding: 3%;
	width: 94%;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	font-size: 1em;
}
.focus.hot .box a h2 strong {
	display: block;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus.hot .box a h2 span {
	display: none;
	padding-top: 5px;
	font-size: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	line-height: 1.5em;
}
.index1 .box .news_1 {
	float: right;
	width: 45%;
}
.index1 .box .news_1 .t a h2 {
	display: block;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.6em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index1 .box .news_1 .t a span {
	display: block;
	color: #999;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 0.8em;
	margin-bottom: 1.5em;
	text-indent: 2em;
}
.index2 .main {
	border-top: 1px  solid #E5E5E5;
}

.news_1 li {
	display: block;
	font-size: 1.1em;
	line-height: 3em;
	background-image: url(../images/li_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	border-top: 1px dashed #E5E5E5;
}
.news_1 li span {
	font-size: 1em;
	float: right;
	padding-left: 1em;
	color: #CCC;
}
.news_2 ul {
	overflow: hidden;
	zoom:1;
}
.news_2 li {
	overflow: hidden;
	zoom:1;
	float:left;
	width:30.3%;
	padding: 0 1.5% 2.5em 1.5%;
}
.news_2 li .pic {
	float:left;
	margin-right: 1em;
	width: 50%;
	height: 7.5em;
	display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}
.news_2 li .pic img {
	width: 100%;
	height: 7.5em;
	transition: width 0.4s, height 0.4s;
}
.news_2 li .pic:hover img {
	width: 112%;
	height: 8.6em;
}
.news_2 li h2 {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	height: 4.5em;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news_2 li h4 {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	color: #CCC;
	padding-top: 0.7em;
}
.news_2 li h4 a {
	color: #09F;
	margin-right: 1em;
}
