.newsList ul{
	width:1240px;
	margin-bottom: 20px;
}




/*  新闻资讯 */
.newsList li{float:left;width:380px;margin-right:30px;margin-bottom:30px;position:relative;}
.newsList li .nImg{width:380px;height:220px;overflow:hidden;display:block;}
.newsList li img{width:380px;height:220px;transition:all 0.5s;}
.newsList li div{padding:15px;background:#f1f1f1;height:120px;color:#666;line-height:22px;}
.newsList li div h4{
	color:#333;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	padding-bottom: 8px;
	margin-bottom:10px;
	border-bottom:1px solid #dadada;
	font-size:16px;
	font-weight:normal;
}
.newsList li div h4 span{display:block;color:#999;line-height:16px;font-size:12px;}
.newsList li:hover div{color:#fff;background:#00a0e9;}
.newsList li:hover div h4,.newsList li:hover div span{color:#fff;}
.newsList li:hover div h4{
	border-bottom:1px solid #0085c2;
	font-size: 16px;
}
.newsList li:hover img{transition:all 0.5s;transform:scale(1.1,1.1);}
.newsList li:before{content:"";position:absolute;bottom:-2px;height:2px;transition:all 0.4s;width:0;left:0;background:#0085c2;}
.newsList li:hover:before{width:100%;transition:all 0.4s;}





.news_content {
	float: right;
	width: 1138px;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 2px 5px 6px #BBB;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.news_content h1 {
    margin: 40px 0px 10px;
    color: #414A5B;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.news_content .news {
    margin-top: 20px;
}

.news_content .news p {
   text-indent: 2em;
   line-height: 2em;
   font-size: 16px;
   margin: 15px 0;
}

.news_content .news p img {
    margin: 5px 0;
}

.news_content .news h2 {
font-size: 17px;
font-weight: 600;
margin: 15px auto;
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
text-indent: 2em;
}

.news_content .news h3 {
    font-size: 16px;
    margin: 15px 0;
    text-indent: 2em;
}

.news_content .news ul {
    text-indent: 2em;
}

.news_content .news ul li {
   line-height: 35px;
   font-size: 16px;
}

.news_content .news div.fr {
    float: right;
    text-align: center
}

.news_content .news div.fr img {
    display: block;
}

.news_content .news div.fr a {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    color: #000099
}

.news_content .news table th {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 25px;
    width: 110px;
    padding: 0 20px;
}

.news_content .news table td {
    padding: 5px 10px;
    height: 25px;
}

.news_content .news td,
.news_content .news th {
    border: 1px solid #CCCCCC;
}

.news_content dl {
    text-align: center;
}

.news_content dd {
    font-size: 12px;
    display: inline;
    color: #6C94AE;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}

.news_content dd span {
    color: #6C94AE;
}

.news_content dd span a {
    color: #6C94AE;
}
