﻿.layout-one img{
	width: 100%;
}

.layout-tow button{
	background: #fff;
	border:none;
	padding: 6px 20px;
    border-radius: 6px;
    color: #437abe;
}
.layout-tow .default{
	background: #437abe;
	color: #fff;
}
.layout-tow button:hover{
	background: #437abe;
	color: #fff;
}
.layout-tow  ul{
	margin: 40px 0px;
}

.layout-truee .content .item .title{
	font-weight: bold;
	border-bottom: #e0e0e0 1px solid;
	padding-bottom: 10px;
	margin-bottom: 4px !important;
}
.layout-truee .content .item .info{
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
}
.layout-truee .content .item .text{
	color: #666666;
	margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layout-four .button-paging{
	border-top: 1px solid #e0e0e0;
}
.recommend{
	font-size: 12px;
    font-weight: normal;
    background: #699ddc;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}

@media screen and (max-width:768px){
	.layout-truee .content .item .title{
		font-size: 16px;
		line-height: 25px;
		margin-top: -5px;
	}
} 

