@charset "UTF-8";

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

#content{
	margin-top: 50px;
}

#content .w980 > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.shopNewsMain{
	margin-bottom: 60px;
}

.shopNewsMain h3{
	text-align: left;
	padding: 10px;
	font-size: 18px;
}

.shopImg{
	/*height: 570px;*/
    background: #FFF;
    text-align: center;
}

.shopImg img{
    max-height: 980px;
	height: auto;
	max-width: 980px;
    width: auto;
}

.shopImg p{
	text-align: right;
	font-size: 10px;
}

.shopNewsInfo {
	border-bottom: #b4b4b5 1px solid;
	padding-bottom: 10px;
    margin: 0 143px;
    font-weight: bold;
}