@CHARSET "UTF-8";
.case_list {
	margin: 30px 0;
}

.case_list ul {
	width: 1250px;
}

.case_list li {
	float: left;
    margin-right: 28px;
    margin-bottom: 28px;
}

.case_list li a {
    display: block;
    width: 280px;
    color: #636363;
}

.case_list li a span {

}

.case_list li a span img {
	display: block;
	width: 280px;
	height: 150px;
}

.case_list li a h3 {
    background-color: #DFDFDF;
    color: #636363;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 5px 10px;
}

.case{ width:1200px;}
.case ul{ margin:0 0 10px; clear:both; }
.case ul li{ padding:5px 0; line-height:20px; font-size:14px; height:120px; border-bottom:1px solid #e8e8e8;  border-top:1px solid #e8e8e8; margin-bottom:20px;}
.case ul li .date{cursor: pointer;width:66px; height:73px; float:left; font-size:30px; color:#fff; text-align:center; margin:30px 70px 0 70px; line-height:42px; background-color:#68B92E; font-weight:bold;}
.case ul li .date em{ display:block; font-size:14px; color:#fff; line-height:30px;}
.case ul li .txt{    padding-top: 25px;padding-right: 15px;}
.case ul li .txt .title{ font-size:17px; color:#000000; line-height:35px;    text-align: left;    padding: 0;}
.case ul li .txt .title a{ color:#000; text-decoration:none;}
.case ul li .txt .intro{ line-height:24px; font-size:14px; color:#797979; line-height:24px;}
.case ul li .txt .intro a{ color:#797979; text-decoration:none;}
.case ul li:hover{ background:#ebf8ff;}
.right-inner{
    border: 1px solid #eee;
}
.article-tit {
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 20px;
    font-size: 21px;
    line-height: 150%;
    color: #333;
    border-bottom: 1px dashed #eee;
}
.article-tit p{
	font-size:14px;
	color:#999;	
}
.article-detail{
	padding:15px 20px;	
	line-height:2em;
}
.article-detail img{
	display:block;
	margin:0 auto;
	max-width:100%;	
}
.article-bottom {
	margin:0 20px;
	border-top:1px solid #eee;
	padding:10px 0;
	line-height:20px;
    overflow: hidden;	
}
.prev a{
	color: #666;
}
.next a{
	color: #666;
}