@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
    color: #a9894a;
}

.pageTitle{
	padding:20px 0;
	margin-bottom: 20px;
}

.shopNews .shopNewsBox a {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: #595757 1px dotted;
}

.shopNews .shopNewsBox a .img {
    flex: 0 0 36%;
}

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

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

.shopNews .shopNewsBox a .shopNewsTxt .shopNewsTitle {
    color: #90743c;
    font-size: 14px;
}

.date{
	margin-bottom: 5px;
}
.date span{
	padding: 4px 6px; 
	color:#fff;
	margin-left: 5px;
}

.new{
	background: #b4001b;
}

