@charset "utf-8";
.news-footer{
	float: left;
    width: 100%;
    min-width: 1200px;
}
.news-footer-con{
    padding: 35px 25px;
    background-color: #fff;
}
.news-footer-item{
    width: 100%;
    margin-bottom: 10px;
}
.news-footer-item:first-child{
    border-top: 1px solid #e5e5e5;
}
.news-footer-item .tit{
    width: 100%;
    line-height: 46px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.news-footer-item dl{
    width: 100%;
}
.news-footer-item dl dd a{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-right: 10px;
}
.bq {
	margin:20px auto; 
}
.bq p{
	text-align:center; 
	line-height:22px;
}
.bq p img{
	vertical-align:middle;
}