.items_module .img {
    width: 100%;
    position: relative;
    height: 100%;
}

 .items_module .read a {
    float: left;
}
.items_module .lead {
    font-size: 13px;
    padding: 10px 0;
}
.items_module .title a {
    font-size: 0.88rem;
	font-weight: bold;
	color: #a26f43;
	font-size: 16px;
}
.read a:hover{
	background:#e7403f;
	    font-size: 0.66rfem;

	}
.read a {
    cursor: pointer;
    color: #fff;
    background-color: gray;
    border-color: rgb(6, 164, 172);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .45rem;
    font-size: 0.6rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}
article.items_module {
    background: #f1f1f1;
	    padding: 35px 0;

}


.info span {
    padding-left: 15px;
}

.info i {
    padding-left: 2px;
}

