<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#body .content .section .subsection .pro_list .proimg a:hover{
    opacity:0.7;
}
#body .content .section .subsection .pro_list h2{
    padding: 0px 0px 0px 20px;
}
#body .content .section .pro_desc {
	margin: 0px;
	padding: 0 40px;
}
#body .content .section .pro_desc ul {
	margin: 0;
	padding: 5px 0 0;
    width:560px;
}
#body .content .section .pro_desc ul li {
	list-style: none;
	margin: 0;
	/*overflow:hidden;*/
    height:140px;
    width:550px;
	padding: 0 0 0px;
}
#body .content .section .pro_desc ul li div p {
	padding: 0px 0px 0px 10px;
    width:420px;
    height:120px;
    text-align:justify;
    float:left;
}
#body .content .section .pro_desc ul li div.subimg{
    width:140px;
    text-align: center;
}
#body .content .section .pro_desc ul li div.subimg a{
    padding:0px 0px 5px 0px;
    text-decoration:none;
}
#body .content .section .pro_desc ul li div.subimg a:hover{
    opacity:0.5;
}
#body .content .section .pro_desc ul li div.subser{
    width:360px;
}
#body .content .section .pro_desc ul li a.figure {
	display: block;
	float:left;
	margin:5px 0 0 0;
	padding-bottom: 0px;
}
#body .content .section .pro_desc ul li a.figure:hover {
	opacity: 0.8;
}
#body .content .section .pro_desc ul li a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
    width:120px;
    height:110px;
}
#body .content .section .pro_desc ul li div {
	float: left;
	margin: 0;
	padding: 0px;
}
#body .content .section .pro_desc ul li div h3 {
	padding: 0px 0px 5px 10px;
    width:450px;
    height:20px;
}
#body .content .section .pro_desc h2 {
    height:18px;
    color:orange;
    padding: 10px 0px 0px 0px;
    width:400px;
    font-size:20px;
}
#body .content .section .pro_desc ul li div h3 a:hover {
	opacity: 0.5;
}





div.proimg {
    float: left;
    margin: 0px 0px 0px 32px;
    border: 0px solid rgb(204, 204, 204);
    width: 250px;
   
}

div.proimg img {
    width: 100%;
    height: 200px;
    display:block;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
div.imgdesc{
    padding:10px;
    text-align:center;
    font-size:15px;
    text-decoration:none;
}
div.imgdesc a{
    text-decoration:none;
}
div.imgdesc:hover{
    color:blue;
    text-decoration:underline;
}</pre></body></html>