﻿@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{
	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%;
}
/********************************************************行业资讯*****************************************************/
.Title{
	text-align: center;
	margin-bottom: 16px;
}
.industryNews{
	display: flex;
}
.industryContent-body,.industryContent-left{
	display: table-cell;
    vertical-align: top;
}
/*行业资讯右侧内容*/
.media ,.industryContent{
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}
.media-left, .media > .pull-left ,.industryContent-left{
    padding-right: 32px;
}
.media-heading,.industryContent-heading {
    margin: 25px 0;
    font-size:16px;
    font-weight: 600;
}
.media-body p,.media-heading,.industryContent-body p,.industryContent-heading{
	color: #616161;
}
/*.media-heading:hover{
	color:#429ef0;
}*/
.media-body p,.industryContent-body p{
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.media-body .time,.industryContent-body .industryContentTime{
	color:rgba(97,97,97,.5);
	margin-top: 4px;
}
/*分页*/
.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;
    /*for ie9*/
}
.pagination {
    margin: 30px 0 0px 0;
}
.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;
}
.pagination > li > a, .pagination > li > span {
    color: #429ef0;
}
.industry,.encyclopedias,.companyEvent{
	display: none;
	margin-bottom: 30px;
}
.companyNew,.industry{
	margin-bottom: 30px;
}
/********************************公司大事记************************************/
.companyEventContent{
	width: 100%;
	height: 675px;
	background:url('../images/dsj_bj.jpg') no-repeat;
	margin: 18px 0 32px 0;
	padding-top: 4px;
}
.media2,.media3,.media4,.media5,.media6,.media7,.media8,.media9,.media10,.industryNews2{
	display: none;
}
.title-img{
	width: 230px;
	height: 151px;
}
