.list_title{
    font-size: 1.8em;
    padding-bottom: 10px;
    border-bottom: 3px solid #de7d60;
    color: #de7d60;
    font-weight: bold;
    display: table;
    margin-bottom: 2%;
}
.list_layout{
    border-bottom:1px solid #e8e8e8;
    padding:3% 0;
    display:table;
    width:100%;
}
.list_item_image{
    width:30%;
    float:left;
}
.list_item_content_layout{
    width:65%;
    float:right;
}
.list_item_title{
    font-weight:bold;
    font-size:1.1em;
    overflow:hidden;
}
.list_item_summary{
    margin-top:2%;
    height: 82px;
    overflow: hidden;
}
.list_item_time{
    margin-top:20px;
    float:left;
}
.list_item_time:before{
    position: relative;
    top: 2px;
    margin-right: 5px;
    content: url(../../images/webico/dateclock.png);
}
.list_item_buttom{
    padding: 5px 10px;
    margin-top: 20px;
    background-color:#de7d60;
    display:table;
    float: right;
}
.list_item_buttom:hover{
    background-color:#de7d60;
}
.list_item_buttom a{
    color:#fff;
}
.list_item_buttom a:hover{
    color:#fff;
}
.pages{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}
.pages a {
    height: 25px;
    display: inline;
    padding: 3px 8px;
}
@media screen and (min-device-width:371px) and (max-device-width: 420px) {
	.list_title{
		font-size:1.5em;
	}
	.list_item_image{
		width:35%;
	}
	.list_item_content_layout{
		width:60%;
	}
	.list_item_title{
		font-size:0.9em;
		height: 20px;
	}
	.list_item_summary{
		margin-top: 0;
    		height: 40px;
	}
	.list_item_time{
		margin-top:0;
	}
	.list_item_buttom {
		padding:3px 10px;
	       margin-top: 0; 
	}
	.pages a {
	    height: 20px;
	    padding: 3px 3px;
	}
	.pages span{
		padding: 0;
	}
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
	.list_title{
		font-size:1.5em;
	}
	.list_item_image{
		width:35%;
	}
	.list_item_content_layout{
		width:60%;
	}
	.list_item_title{
		font-size:0.9em;
		height: 20px;
	}
	.list_item_summary{
		margin-top: 0;
    		height: 40px;
	}
	.list_item_time{
		margin-top:0;
	}
	.list_item_buttom {
		padding:3px 10px;
	       margin-top: 0; 
	}
	.pages a {
	    height: 20px;
	    padding: 3px 3px;
	}
	.pages span{
		padding: 0;
	}
}