#NewsBox{background-position: 50% 50%;background-attachment: fixed;background-size: cover;background: #fafafa;margin-top: 100px;}
#NewsBox .workframe{padding: 90px 0px;}
#NewsBox .workframe .speBox .titleSet{display: flex;}
#NewsBox .workframe .speBox .titleSet h2{margin-right:45px;font-size: 42px;color: #444;line-height: 1.3;text-align: left;font-weight: 600;transition: color 300ms ease-out;background: linear-gradient(to top, rgb(239 239 239) 0.5em, transparent 0.5em);padding: 0 17px;}
#NewsBox #news .newsList{padding-top: 50px;}
#NewsBox #news .newsList .border{padding: 22px 20px;overflow: hidden;/* background-color: #f3f3f3; */margin: 0 3px;}
#NewsBox #news .newsList .border a{display: block;background-position: center;background-repeat: no-repeat;background-size: cover;border: 1px dashed #8c8c8c;border: 8px solid #ffffff;border-radius: 2em;}
#NewsBox #news .newsList .border .news-info h3{font-size: 15px;line-height: 1.6;color: #404040;padding: 7px 0px 2px;text-align: center;}
#NewsBox #news .newsList .border .news-info .describe{font-size: 18px;color: #565656;line-height: 230%;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;height: 34px;border-bottom: 1px dashed #999;padding-bottom: 17px;text-align: center;}

/*News*/
#NewsBox #news .newsList .slick-prev,#NewsBox #news .newsList .slick-next{
    height: 58px;
    width: 58px;
    border: 2px solid #888888;
    border-radius: 50%;
}
#NewsBox #news .newsList .slick-prev{
    right: 87px;
    top: 0px;
    left: unset;
}
#NewsBox #news .newsList .slick-next{
    right: 15px;
    top: 0px;  

}
#NewsBox #news .newsList .slick-prev:before{
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;

}
#NewsBox #news .newsList .slick-next:before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}
#NewsBox #news .newsList .slick-prev:before,#NewsBox #news .newsList .slick-next:before{
    font-size: 20px;
    color: #888888;
}

@media screen and (max-width: 768px) {
	#NewsBox #news .newsList .slick-prev, #NewsBox #news .newsList .slick-next{height: 35px;width: 35px;}
    #NewsBox #news .newsList .slick-prev{right: 65px;}
    #NewsBox #news .newsList .slick-prev:before, #NewsBox #news .newsList .slick-next:before{font-size: 14px;}
    #NewsBox #news .newsList .slick-prev:before{padding-right: 3px;}
    #NewsBox #news .newsList .slick-next:before{padding-left: 3px ;}
	#NewsBox .workframe {padding: 20px 0px;}
}
@media screen and (max-width: 580px) {
	 #NewsBox #news .newsList .slick-prev,#NewsBox #news .newsList .slick-next{top: 45px;}
    #NewsBox #news .newsList{padding-top: 75px;}
}


@media screen and (max-width: 480px) {
	#NewsBox .workframe .speBox .titleSet h2{font-size: 36px;}
	#NewsBox #news .newsList .border a{
    height: 250px;
    background-position: 50% 5%;
}
}
@media screen and (max-width: 380px){
	
	#fakeNumber .webframe {max-width: 310px;margin: 0 auto;}
}