.newsList >div{margin-bottom:35px}
.newsList .border{position:relative;overflow:hidden}
.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;float:left}
.newsList .photo img,#product #prolay .photo img{width:100%}
.newsList .news-info{float:left;margin-left:30px;width:calc(100% - 340px)}
.newsList .news-info p{font-size:14px;color:#000}
.newsList .news-info h3{font-size:24px;line-height:110%;font-weight:400;margin:7px 0 20px;color:#3c3838;font-family:'Noto Serif TC',serif;transition:all linear .2s}
.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:#d2ab52}
}
@media screen and (max-width: 1280px) {
.newsList .photo{width:100px}
.newsList .news-info{width:calc(100% - 190px)}
.newsList .news-info h3{margin:4px 0 15px;font-size:20px}
	
}
@media screen and (max-width: 1024px) {
.newsList .news-info{width:calc(100% - 130px)}
	
}
@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 .news-info{margin-left:20px;width:calc(100% - 120px)}
	
}