.newsList{
    overflow: hidden;
}
.newsList >div{margin-bottom:35px;float: left;width: calc(100%/3);}
.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{
    margin-top: 10px;
}
.article-info {
    margin-bottom: 30px;
}
.newsList .news-info p{font-size:14px;color:#000}
.newsList .news-info h3{font-size: 22px;line-height: 130%;font-weight: bold;margin: 7px 0 10px;color:#3c3838;transition:all linear .2s;overflow: hidden;height: 30px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.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);overflow: hidden;height: 47px;}
.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;opacity: 0;}
.newsList .more:after{content:'';display:block;position:absolute;left:21px;bottom:0;width:15px;height:1px;background: #233b5d;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: #233b5d;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: #233b5d;}
}
@media screen and (max-width: 1280px) {
.newsList .news-info h3{margin:4px 0 15px;font-size:20px;height: 27px;}
	
}
@media screen and (max-width: 1024px) {
.newsList >div{
    width: 50%;
}
	
}
@media screen and (max-width: 640px) {
.newsList .news-info p.more{display:none}
.newsList .news-info .describe h4,#about-slide .about .arts,#about-slide .free p,#about-slide .about .more{width:100%}
}
@media screen and (max-width: 480px) {
.newsList .news-info .describe h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.newsList .news-info h3{margin:0 0 10px;font-size:18px}
.newsList >div{
    width: 100%;
    margin: 0;
}
	
}