@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

.shopNews{
    flex: 0 0 23%;
	margin-bottom: 30px;
}

/*.shopNewsBox a:hover{
	background: #f7f7f7;
	opacity: 1;
}*/

.shopNews {
	flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.shopNews .shopNewsBox {
    margin-bottom: 30px;
    margin-right: 25px;
    flex: 0 0 23%;
}
.shopNews .shopNewsBox:nth-child(4n){
    margin-right: 0px;
}

.shopNews .shopNewsBox a .img{
	width: 100%;
}

.shopNews .shopNewsBox a .shopNewsTxt{
	flex: 0 0 66%;
}

.shopNews .shopNewsBox a .shopNewsTxt .date{
	font-size: 12px;
	margin-bottom: 5px;
}

.shopNews .shopNewsBox a .shopNewsTxt .shopNewsTitle{
	font-weight: bold;
	color:#90743c;
	font-size: 16px;
	margin-bottom: 10px;
}

.shopNews .shopNewsBox a >i{
	flex: 0 0 2%;
	font-size: 24px;
	margin: 0;
    align-self: center!important;
}

.date span{
	padding: 4px 6px; 
	color:#fff;
}

.new{
	background: #c21b23;
	margin-left: 10px;
}

