/*采购案例列表*/
.case-list{width:100%; margin:0% 0;}
.case-list li{ float:left; width:24%;background:#fff;margin: 0 0.5% 1% 0.5%;}
.case-list li .thumb{ position:relative;height:232px;line-height: 232px; overflow:hidden;}
.case-list li .thumb img{width:100%;}
.case-list li .item{ padding:5%;}
.case-list li .item h3{font-size:16px; color:#55504f;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-list li:hover .item h3{color:#d1292e;}


/*新闻内页 left*/
.case-Box {
    float:left;
    width: 960px;
    background: #fff;
    padding: 0 30px 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
} 
.case-title{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.case-title h1 {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #000;
    margin: 20px 0;
    overflow: hidden;
}
.case-title span {
    padding:0 20px;
}
.case-content {
    width: 100%;
    min-height: 850px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}
.case-content p {
	padding-bottom:10px;
	text-indent:2em;
}
.case-content img {
    max-width:100% !important;
    height:auto !important;
}
.case-content video {
	display:block;
	min-width:300px !important;
    max-width:100% !important;
    height:auto !important;
	margin:0 auto;
}

/*新闻内页 right*/
.hot-box {
    float:right;
    width:300px;
    background: #fff;
	margin-top:120px;
    border: 1px solid #e7e7eb;
}
.hot-box h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 20px 0;
}
.hot-box ul {
    padding:10px;
}
.hot-box ul li {
	padding:20px;
	border-bottom: 1px solid #f6f6f6;
}
.hot-box ul li h4 {
    font-size: 14px;
    color:#333;
	line-height:1.8;
    margin: 5px 0;
}
.hot-box ul li:hover h4 {
    color:#d1292e;
}
.hot-box ul li .thumb{ 
    width:100%;
	height:150px;
	overflow:hidden;
}
.hot-box ul li .thumb img{ 
    width:100%;
	max-height:150px;
}
