﻿#conts .comPanyText {
	background: #E8ECEF url(../image/text_bg01.gif) no-repeat left center;
	background-position: -29px 0;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.8;
}

#conts .cTextBg {
	background: url(../image/text_bg02.gif) no-repeat right center;
	padding: 5px 95px 5px 65px;
}

#conts .comPanyText .title {
	color: #595959;
	font-size: 16px;
}

#conts .comPanyText p {
	text-indent: 2em;
}

#conts .companyUl {
	background: url(../image/line.gif) repeat-x left bottom;
	margin-bottom: 30px;
	padding: 0 0 20px;
}

#conts .companyUl li {
	float: left;
	height: 168px;
	overflow: hidden;
	width: 420px;
}

#conts .companyUl li .photo {
	float: left;
	width: 210px;
	height: 168px;
	overflow: hidden;
}

#conts .companyUl li .photo img {
	width: 100%;
}

#conts .companyUl li .text {
	float: right;
	width: 194px;
	padding: 20px 8px 0;
}

#conts .companyUl li .text h3 {
	border-bottom: 1px solid #CECECE;
	color: #4b4b4b;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#conts .companyUl li .text p {
	color: #2c2c2c;
	font-size: 13px;
	line-height: 1.8;
}

#conts .companyUl .liStyle .photo {
	float: right;
}

#conts .companyUl .liStyle .text {
	float: left;
}

#conts .textBox p {
	color: #595959;
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
}

	@media all and (min-width: 960px) and (max-width: 1174px)  {
		#conts .companyUl li {
			width: 320px;
			height: 127px;
		}
			
		#conts .companyUl li .text h3 {
			padding-bottom: 10px;
			margin-bottom: 5px;
			font-size: 14px;
		}
		#conts .companyUl li .text p {
			font-size: 11px;
		}
		#conts .companyUl li .photo {
			width: 160px;
			height: 127px;
		}
		#conts .companyUl li .text {
			width: 144px;
			padding-top: 10px;
		}
	}
	
	@media all and (min-width: 0) and (max-width: 960px) {
		#conts .comPanyText {
			background: none;
			margin-bottom: 5px;
			padding: 0;
		}
		#conts .cTextBg	{
			background: none;
			padding: 0;
		}
		#conts .companyUl {
			background: none;
			margin-bottom: 0;
			padding: 0 0 10px;
		}
		
		#conts .companyUl li {
			background: url(../image/line.gif) repeat-x left bottom;
			float: none;
			width: 100%;
			height: auto;
			padding: 10px 0;
		}
		
		#conts .companyUl li .photo {
			width: 120px;
		}
		
		#conts .companyUl li .photo img {
			width: 100%;
		}
		
		#conts .companyUl li .text {
			float: none;
			width: auto;
			padding: 10px 0 0 130px;
		}
		
		#conts .companyUl li .text h3 {
			padding-bottom: 10px;
		}
		
		#conts .companyUl .liStyle .photo {
			float: left;
		}
		
		#conts .companyUl .liStyle .text {
			float: none;
		}
	}