
	body .ly_poster_1 .item_container{grid-template-columns: repeat(4, 25%)!important;gap: 0!important;}
	body .ly_poster_1 .item_container .item_box:after{display: none;}
	body .ly_poster_1 .item_container .item_box:hover:after{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);pointer-events: none;display: block;}
	body .ly_poster_1 .item_box .title_box{z-index: 1;}
	body .ly_blog_3 .l_box{width: 100%;margin-bottom: 20px;}
	body .ly_blog_3 .s_box{width: 100%;}
	body .ly_blog_3 .s_box .box .blog_item{width: 32%!important;}
	@media(max-width: 1000px){
		body .ly_poster_1 .item_container{grid-template-columns: repeat(2, 50%)!important;gap: 0!important;}
                body .ly_poster_1 .item_box .title_box{padding: 34px 15px 20px 15px;}
                body .ly_poster_1 .item_box .content_box .box_info{padding: 15px;  display: none;}
	}
	@media(max-width: 768px){
		body .ly_blog_3 .s_box .box .blog_item{width: 100%!important;}
	}
