a:hover{ color:#F00; text-decoration:none;}

.comp-product{background:#fff;margin-bottom:20px}
.comp-product .hd{height:36px;margin-bottom:15px; background:#f8f7f6;}
.comp-product .hd h2{font-size:22px;float:left;padding:5px 10px 0 10px;color:#222; line-height:36px;}
.comp-product .hd h2 a{color:#222;}
.comp-product .hd span{font-size:12px;float:right;padding:0 0px 0 10px;line-height:28px;}
.comp-product .hd span a{color:#999}
.comp-product .hd a:hover{color:#e4393c; text-decoration:none;}
.comp-product ul{clear:both; padding:0 10px 10px 10px; margin-top:10px;}
.comp-product ul li{float:left;height:135px; text-align:center;width:110px;margin-right:13px;font-size:12px}
.comp-product ul li span{display:block}
.comp-product ul li img{margin-bottom:5px; vertical-align:bottom;display:block;height:99px;width:108px;border:1px solid #e8e6e8}

.other_news {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
    background: #fff;
}

    .other_news .hd {
        height: 36px;
        background: url(/Images/blog_new/hdline.jpg) no-repeat 200px center;
		line-height:36px;
    }

        .other_news .hd h2 {
            font-size: 22px;
            padding: 10px 10px 0 0px;
            color: #222;
            height: 36px;
			line-height:36px;
            background: #fff;
			display:block;
			width:100%;
			text-align:left;
			background:#f8f7f6;
        }

            .other_news .hd a:hover {
                color: # e4393c;
				text-decoration:none;
            }

        .other_news .hd span {
            font-size: 12px;
            float: right;
            padding: 0 0px 0 10px;
            line-height: 36px;
			margin-right:10px;
        }

            .other_news .hd span a {
                color: #999
            }

    .other_news ul li {
        background: url(/Images/blog_new/dot.jpg) no-repeat left center;
        width: 430px;
        font-size: 14px;
        float: left;
		display:inline;
		overflow:hidden;
		display:block;
		margin-right:10px;
    }
	.other_news ul{  padding:10px; margin-top:10px;}

        .other_news ul li a {
            color: #666
        }

            .other_news ul li a:hover {
                color: #e4393c
            }

        .other_news ul li span {
            font-size: 12px;
            color: #999;
            margin-left: 15px;
        }