<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.report_gell {position: relative;display: block; width: 100%; /* margin-top: 60px; */}
.report_gell:after {display: block; clear: both; content: "";}

/* .report_list {position: relative; display: block; float: left; width: 25%; margin-bottom: 50px;} */
.report_list {position: relative; display: block; float: left; width: 32%; margin-bottom: 50px; margin-right: 2%;}
.report_list {width: 23.5%;}

.report_list:nth-child(4n) {
	margin-right: 0;
}
.report_list:nth-child(4n):after {
	display: block;
	content: "";
	clear: both;
}

/* .report_list:nth-child(5) {clear: both;}
.report_list:nth-child(9) {clear: both;}
.report_list:nth-child(13) {clear: both;}
.report_list:nth-child(17) {clear: both;} */

.report_a_inner {display: block; width: 100%; height: 470px; text-align: center; overflow: hidden;border: 1px solid #eee;box-sizing: border-box;}



.report_a_inner&gt;img {display: block; width: 98%; max-width: 1000px; height: auto; margin: 0 auto;  transition: all 0.3s;}

.report_a_inner:hover img {
	transform: scale(1.02);
}


.report_title {display: block; width: 100%; max-width: 500px; height: auto; margin: 0 autp; text-align: center; font-size: 16px; padding-top: 5px;}

@media all and (max-width: 700px) {	
/* .report_list {width: 50%;}
.report_list:nth-child(3) {clear: both;}
.report_list:nth-child(5) {clear: both;}
.report_list:nth-child(7) {clear: both;}
.report_list:nth-child(9) {clear: both;}
.report_list:nth-child(11) {clear: both;}
.report_list:nth-child(13) {clear: both;}
.report_list:nth-child(15) {clear: both;}
.report_list:nth-child(17) {clear: both;} */
}

.report_list p {color: #222; font-size: 20px; padding-top: 5px;}
.fancybox-image, .fancybox-spaceball {max-width: 600px; height: auto;}</pre></body></html>