.newsList{display:flex;flex-wrap: wrap;justify-content: center;}
.newsList >div{width: calc(100%/3);}
.newsList #newscription, .newsList #moreLink{width:100%;}
.newsList .border{position:relative;overflow:hidden;margin: 20px;}
.newsList .border a,#product #prolay .p-box a{position:absolute;display:block;width:100%;height:100%;left:0;top:0;z-index:5}
.newsList .photo{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
.newsList .photo img,#product #prolay .photo img{width:100%}
.newsList .news-info{}
.newsList .news-info p{font-size:14px;color:#000}
.newsList .news-info h3{font-size: 19px;line-height:110%;font-weight: 700;margin: 15px 0 0;color:#3c3838;transition:all linear .2s;text-align: center;}
.newsList .news-info .describe{color:#888;font-weight:400;font-size:16px;position:relative}
.newsList .news-info .describe h4{font-weight:400;width:calc(100% - 80px)}
.newsList .more{position:absolute;right:0;top:0;font-family:'Merriweather',serif;padding-bottom:15px;font-size:13px}
.newsList .more b{font-weight:400;color:#5f5f5f}
.newsList .more:after{content:'';display:block;position:absolute;left:21px;bottom:0;width:15px;height:1px;background:#bd8655;transform:rotate(35deg);transform-origin:center right;transition:all linear .2s}
.newsList .more:before{content:'';display:block;position:absolute;left:6px;bottom:0;width:30px;height:1px;background:#bd8655;transition:all linear .2s;transition-delay:.2s}
@media (min-width: 1025px) {
.newsList .border:hover .more:after{transform:rotate(0deg);opacity:0}
.newsList .border:hover .more:before{width:0;left:30px}
.newsList .border:hover .news-info h3{color:#999999}
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 768px) {
	.newsList >div{width:50%;}
	
}
@media screen and (max-width: 640px) {
	.newsList >div{width:100%;}
}
@media screen and (max-width: 480px) {
.newsList .news-info h3{font-size:18px}
	
}