@charset "UTF-8";
.inside_banner_solution{
   	height: 300px;
    background: url(/static/images/web/manage_banner.jpg) no-repeat center;
}
.news-wrap{
    margin: 40px auto;
}
.news-wrap .news-list{
	width: 900px;
    margin: 0 auto;
}
.news-wrap .news-list>a{
    display: block;
    border-top: 3px #eee solid;
    padding: 20px 4px;
}
.news-wrap .news-list>a:first-child{
	border-top: 0px;
}
.news-wrap .news-list>a:hover{
	background: #F8F9FC;
}
.news-wrap .news-list>a .title{
	color: #111E36;
}
.news-wrap .news-list>a .title>h3{
	float: left;
    font-size: 17px;
    font-weight:bolder;
}
.news-wrap .news-list>a .title>em{
	float: right;
    font-size: 14px;
    padding-right:20px;
    font-style: normal;
}
.news-wrap .news-list>a .content{
	margin-top: 14px;
}
.news-wrap .news-list>a .content>img{
	float:left;
	width:160px;
	height:120px;
	border-radius: 3px;
}
.news-wrap .news-list>a .content>p{
	float:left;
	color: #666;
	font-size:13px;
	width: 600px;
    margin-left: 20px;
    text-indent: 2em;
    line-height: 20px;
}
