.newsList >div{margin-bottom:35px}
.newsList .border{position:relative;overflow:hidden;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.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;width: 301px;}
.newsList .photo img,#product #prolay .photo img{width:100%}
.newsList .news-info{margin-left:30px;width:calc(100% - 340px);}
.newsList .news-info p{font-size:14px;color: #9b9b9b;font-family: 'Lato', sans-serif;}
.newsList .news-info h3{font-size:24px;line-height:110%;font-weight: bold;margin:7px 0 20px;color:#3c3838;transition:all linear .2s;letter-spacing: 2px;}
.newsList .news-info .describe{color:#888;font-weight:400;font-size: 14px;position:relative;letter-spacing: 1px;}
.newsList .news-info .describe h4{font-weight:400;width:calc(100% - 80px);text-align: justify;overflow: hidden;height: 70px;}
.newsList .more{position:absolute;right:0;top: 10px;font-family:'Merriweather',serif;padding-bottom:15px;font-size:13px;}
.newsList .more b{font-weight: bold;color: #249db2;font-size: 13px;}
.newsList .more:after{content:'';display:block;position:absolute;left:21px;bottom:0;width:15px;height: 2px;background: #249db2;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: 2px;background: #249db2;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:#249db2}
}
@media screen and (max-width: 1280px) {
.newsList .photo{width: 180px;}
.newsList .news-info{width: calc(100% - 220px);}
.newsList .news-info h3{margin:4px 0 15px;font-size:20px}
	
}
@media screen and (max-width: 1024px) {
.newsList .news-info{}
	
}
@media screen and (max-width: 640px) {
.newsList .photo{width: 100%;}
.newsList .news-info{width: 100%;margin: 10px 0 0;}
.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;height: 23px;}
.newsList .news-info h3{margin: 5px 0 10px;font-size:18px;line-height: 150%;}
	
}