.newsList{
    overflow: hidden;
}
.newsList >div{margin-bottom:35px;}
.newsList .border{position:relative;overflow:hidden;margin: 15px;border-bottom: 5px solid rgb(239 239 239);}
.newsList .border:hover{
    border-bottom: 5px solid #aac52a;
}
.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;width: 20%;}
.newsList .photo img,#product #prolay .photo img{width:100%}
.newsList .news-info{
    float: right;
    width: 75%;
}
.newsList .news-info h5 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    background: #192d66;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
}
.newsList .news-info p{font-size:14px;color: #81817e;font-family: 'Roboto', sans-serif;}
.newsList .news-info h3{font-size: 20px;line-height:110%;font-weight:400;margin:7px 0 20px;color:#3c3838;transition: all linear .2s;overflow: hidden;height: 24px;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)}
.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}
.article-info ul{
    margin-bottom: 20px;
}
.article-info li:first-child{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
@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{}
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 768px) {
.newsList .border{
    margin: 0;
}
}
@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: 10px 0 10px;font-size: 18px;-webkit-line-clamp: 2;height: 50px;line-height: 140%;}
.newsList .news-info{
    padding: 10px 0;
    float: none;
    width: 100%;
}
.newsList .border{
    margin: 5px;
}	
.newsList .photo{
    float: none;
    width: 100%;
}
.newsList >div{width:100%;}
}