@charset "utf-8";
/* CSS Document */
.contant {
	width: 1200px;
	height: 520px;
	margin: auto;
	padding-top: 36px;
}
.contant img {
	float: left;
}
.contant a {
	color: #505050;
	font-family: "微软雅黑";
}
.contant h2 {
	font-family: "微软雅黑";
	font-weight: 300;
	color: #505050;
	padding-left: 50px;
}
.contant .more {
	position: absolute;
	right: 0;
	top: 10px;
}
.news {
	width: 700px;
	margin-left: 30px;
	position: relative;
	float: left;
}
.newsContant {
	height: 430px;
	margin-top: 15px;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
.imgNews {
	position: relative;
	height: 266px;
	overflow: hidden;
}
.imgNews .imgTitle {
	width: 100%;
	height: 65px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	z-index: 10;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.imgNews .imgTitle:hover {
	height: 100%;
}
.imgTitle h3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 200;
	line-height: 65px;
	margin-left: 30px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.imgTitle p {
	color: #ffffff;
	font-family: "微软雅黑";
	font-weight: 200;
	margin: auto;
	width: 90%;
	text-indent: 2em;
}
.imgTitle:hover a {
	display: block;
	height: 100%;
}
.newsContant ul {
	width: 90%;
	margin: auto;
	list-style: none;
}
.newsContant ul li {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #A6A6A6;
	position: relative;
}
.newsContant ul li a {
	font-size: 14px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.newsContant ul li:hover a {
	font-size: 16px;
	text-shadow: 0px 1px 2px rgba(43,43,43,0.53);
}
.newsContant .time {
	color: #A6A6A6;
	font-family: "微软雅黑";
	position: absolute;
	right: 0;
}
.org {
	float: left;
	width: 350px;
	margin-left: 60px;
	position: relative;
}
.orgContant {
	height: 430px;
	margin-top: 15px;
	background: #ffffff;
	padding: 5px;
	position: relative;
	cursor: all-scroll;
}
.orgContant h3 {
	font-weight: 300;
	color: #505050;
	padding-left: 20px;
	padding-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.orgContant a {
	color: #505050;
}
.orgContant p {
	color: #505050;
	text-indent: 2em;
	padding: 10px 5px 0 5px;
	font-size: 14px;
	height: 113px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:480px) {
.contant {
	width: 100%;
	height: auto;
	margin: 200px 0;
	overflow: hidden;
}
.contant h2 {
	font-family: "微软雅黑";
	font-weight: 300;
	color: #505050;
	padding: 0;
	text-indent: .5em;
}
.contant .more {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	padding-right: 10px;
}
.news {
	width: 100%;
	margin-left: 0px;
	position: relative;
	float: none;
}
.newsContant {
	width: 100%;
	height: auto;
	margin-top: 30px;
	background: #ffffff;
	padding: 0px;
	position: relative;
	padding-bottom: 20px;
}
.imgNews {
	position: relative;
	height: auto;
	overflow: hidden;
}
.imgNews .imgTitle {
	width: 100%;
	height: 30%;
}
.imgTitle h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	line-height: 35px;
	margin-left: 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.imgNews .imgTitle {
	height: 35px;
}
.imgNews .imgTitle:hover {
	height: 35px;
}
.newsContant ul li a {
	font-size: 14px;
}
.newsContant ul li:hover a {
	font-size: 14px;
}
.newsContant .time {
	display: none;
}
.org {
	margin-top: 25px;
	float: left;
	width: 100%;
	margin-left: 0;
	position: relative;
}
.orgContant {
	height: 430px;
	margin-top: 30px;
	background: #ffffff;
	padding: 5px;
	position: relative;
}
}
<!--0.00022482872009277-->