@charset "utf-8";
.banner{
	margin-bottom: 40px;
	background: url('../images/companyInfor4.jpg') no-repeat center;
}
a:hover, a:focus {
    text-decoration: none;
}
/*title标题*/
.companyProfileTtile{
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.blackFont{
	font-size: 18px;
}
.blackFontColor a{
	color:#3f3f3f;
}
.grayFontColor{
	color:#c0c0c0;
}
/*左侧列表部分的内容*/
.companyProfileList{
    width: 18%;
}
.companyProfileList li{
	width: 81%;
	height:44px;
	line-height: 44px;
	_line-height:44px;
	*line-height:44px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	margin-right: 13%;
}
.companyProfileList  div{
	display: inline-block;
	_display: inline-block;
	*display: inline-block;
}
.companyProfileList .blueLine{
	width: 4px;
	height: 14px;
	background-color: #429ef0;
}
.listTitle{
	color:#3f3f3f;
	margin-left: 14px;

}
/*.content{
	width: 82%;
}*/
/********************************************************行业资讯*****************************************************/
.companyNewTop{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
}
.Title{
	text-align: center;
	margin-bottom: 24px;
}
.time{
	font-size:14px;
	color:#999;
	text-align: center;
}
.media{
    /*margin-top: 24px;
	padding-bottom: 24px;*/
	margin-top: 25px;
    padding-bottom: 60px;

}
.media p{
	color:#666;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
}
.media .blod{
	font-weight: 600;
}
/*分页*/
.paginationNav{
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    margin-bottom: 20px;
    /*for ie9*/
}
/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #429ef0;
    border-color: #429ef0;
}*/
