.news-img-box .img-box{position:relative;margin:0 0 15px 0;height:464px;}
.news-img-box .img-box img{width:100%;height:100%;object-fit:cover;}
.news-img-box .img-box .img-cate{position:absolute;right:50px;bottom:0;background-color:#2060aa;text-align:center;box-sizing:border-box;transform:translateY(50%);}
.news-img-box .img-box .img-cate p{display:inline-block;padding:4px 22px 5px 22px;font-size:16px;color:#fff;line-height:21px;text-align:center;box-sizing:border-box;}
.news-img-box .title{display:-webkit-box;padding:10px 0 0 0;max-height:68px;font-size:24px;font-weight:400;line-height:34px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.news-img-box .con-txt{display:-webkit-box;margin:20px 0 0 0;max-height:60px;font-size:19px;font-weight:200;color:#111;line-height:30px;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.news-img-box a:hover .title,.sub-content-box01 .news-img-box a:hover .con-txt{text-decoration:underline;}
.news-img-box.n .con-txt{display:none;}

.news-img-box .textShow{display:-webkit-box;margin:20px 0 0 0;max-height:60px;font-size:19px;font-weight:200;color:#111;line-height:30px;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.news-img-box.n .textShow{display:none;}

@media screen and (max-width:768px){
.news-img-box .img-box{margin:0 0 12px 0;height:250px;}
.news-img-box .img-box .img-cate{right:25px;}
.news-img-box .img-box .img-cate p{padding:2px 11px 3px 11px;font-size:14px;line-height:19px;}
.news-img-box .title{padding:4px 0 0 0;max-height:60px;font-size:19px;line-height:30px;}
.news-img-box .con-txt{margin:5px 0 0 0;max-height:52px;font-size:16px;line-height:26px;}
}