.fl{float: left;}		
.fr{float: right;}	/*分页*/
a{
	color: black;
}
/*左侧内容区*/

.newsTextTitle{
	height: 50px;
}
.newsTextTitle div{
font-size: 24px;
color: #333;
margin-left: 45px;
margin-top: -35px;
}
.newsTextCompany{
	font-size: 14px;
color: #333;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin: 30px 0 20px;
}
.newsTextAddress {
	padding-top: 20px;
}
.newsTextAddress dd{
	width: 26%;
float: left;
text-align: center;
}

.h30{
clear: both;
height: 30px;
overflow: hidden;
}

.newsTextImg1List{
	overflow: hidden;
}
.newsTextImg1List dd{
	overflow: hidden;
margin-bottom: 20px;
}
.newsTextImg1Pic {
	width: 300px;
height: 200px;
overflow: hidden;
}
.newsTextImg1Pic img{
	width: 300px;
height: 200px;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.newsTextImg1Text {
	width: 500px;
overflow: hidden;
height: 225px;
border-bottom: 1px solid #e4641c;
}
.newsTextImg1Text h1{
	font-size: 18px;
font-weight: normal;
height: 38px;
line-height: 38px;
overflow: hidden;
margin-bottom: 3px;
}
.newsTextImg1TextC1{
	padding: 5px 0;
}
.newsTextImg1TextC1img {
margin-right: 15px;
margin-top: 5px;
display: block;
}
.newsTextImg1TextC1cont {
	height: 72px;
color: #666666;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 12px;
width: 90%;
}
.newsTextImg1TextC2img {
	margin-right: 15px;
	display: block;
}
.newsTextImg1TextC2cont {
	height: 72px;
	display: block;
	color: #666666;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
font-size: 12px;
}

.newsTextImg1TextT span{
	    color: #666666;
	    font-size: 12px;
}
.newsTextImg1TextBtn {
	display: block;
    float: right;
}
.newsTextImg1TextBtn  a{
	display: block;
    width: 85px;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    background: #E4641C;
}

.case-more{color:#666;display:block; width:225px; height:45px; line-height:45px; font-size:16px; text-align:center; border:solid 1px #ddd; margin:50px auto 0;}
.case-more:hover{ color:#ff343e; border-color:#ff343e;}