<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*浜у搧鍒楄〃*/



dl.pic {

	width: 24%;

	margin: 0 0.5% 10px;

	float: left;

	background: #EEEEEE;

	overflow: hidden;

}



dl.pic dt img {

	width: 100%;    border: 1px solid #b7000c;

}



dl.pic dt img:hover{  border: 1px solid #bdbdbd; transform: scale(1.1);   }







dl.pic dd {

	font-size: 14px;

	color: #fff;

	background:#b7000c;

	line-height: 24px;

	padding: 5px 10px;

	position: relative;

	/*z-index: 999;
*/
}



dl.pic dd a,

dl.pic dd i {

	display: block;

	text-indent: 10px;

	font-size: 14px;

}



dl.pic dd a {

	font-weight: bold;

	font-size: 16px;


	/*margin-bottom: 5px;*/

	color: #fff;

}

dl.pic dd i {


	

}



dl.pic span {

	background: #D40112;

	position: absolute;

	top: 100%;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: -1;

}



dl.pic:hover span {

	top: 0;

}



dl.pic:hover dd,

dl.pic:hover dd a {

	color: #FFFFFF;

}



@media only screen and (max-width: 802px){

	dl.pic dt img {

		width: 100%;

		height: 206px;

	}

	dl.pic dd a {

		font-size: 14px;

	}

	

}



@media only screen and (max-width: 767px){

	dl.pic dd a,

	dl.pic dd i {

		text-indent: 0px;

	}

	dl.pic {

		width: 49%;

		margin: 0 0.5% 10px;

	}

	dl.pic dt img {

		width: 100%;

		height: 118px;

	}

	

}</pre></body></html>