
hr{
	border-top: medium none;
    margin: 12px 0;
	border-bottom: 1px #ccc solid;
	    width: 100%;
}
.active_tab{
	/*width:720px;*/
	margin-bottom:30px;
	height:40px;
	line-height:40px;
	background:#eee;	
}
.active_tab a{
	color:#333;
	text-decoration:none;
}
.active_tab a:hover{
	color:#f00;
	text-decoration:none;
}
.act_title_left{
	float:left;
	width:65%;
}
.act_title_left li{
	float:left;
	width:100px;
	color:#333;
	border-bottom:2px solid #ddd;
	text-align:center;
	height:40px;
	    font-size: 16px;
    font-weight: bold;
}
.act_active{
	background:#fff;
	border-bottom:none !important;
	border-top:2px solid #f00;
	color:#f00
}
.act_active a{color:#f00}
.act_title_right{  
	float:right;
	width:40%;
}
.act_title_right li{
	background: #3ab5cd none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 35px;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 7px;
    padding: 0 5px;
	
}
.act_title_right li a {  color:#fff; }
.active_list{
	
	margin:0 auto;
}
.active_list a{text-decoration:none;}
.active_list li{
	margin-left:0px;
	height: 150px;
	border-bottom:1px #ddd sold;
}
.active_list li img{
	float: left;
    height: 145px;
    margin-left: -10px;
    width: 180px;
	margin-right: 15px;
}
.active_list li h2{
	font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
    padding: 0;
	font-weight:bold;
	color:#666;
}
.active_list li i{
	color: #999;
    display: block;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 5px;
}
.active_list li p{
	color:#666;
}
.morejia{
	background: #3ab5cd none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    margin: 20px 0;
    padding: 2px 5px;
}
.morejia:hover{
	color: #fff;
}