

.support-topimg{
	  margin: 0 auto;
    height: 240px;
    width: 100%;
    overflow: hidden;
    background: url(../images/support/0006.jpg) center center;
    background-repeat: no-repeat;
}

.support-text{
	width: 730px;
	min-height: 600px;
	margin-bottom: 100px;
	padding-top: 20px;
	color: #222;
	font-size: 13px;
  margin-left:10px;
}
.support-list{
	width:740px;
	min-height: 600px;
	margin-bottom: 100px;

	color:#333333;
	font-size: 13px;
}
.down-list li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #888888 dotted;
}
.down-list a{
	color: #333333;
}
.down-list a:hover,.down-list li.active{
	color: #3EC31C;
}
.down-list li span.time{
	float: right;
}
.trigon-img{
	margin: 12px;
	width: 10px;
    height: 10px;
    background: url(../images/support/trigon.png);
    float: left;
}

.down-title {
	height: 30px;
	border-bottom: 1px #888888 dashed;
}
.down-title span.title-sup{
	font-size: 18px;
}
.down-title span.time{
	font-size: 16px;
	float: right;
}



/******高级搜索页面*********/

.search-box{
	width: 100%;
	height: 50px;
	/*margin: 0 auto;
	background-color: #fbfaf8;
	position: relative;
  border-bottom: solid 1px #d7d7d7;*/
}
.search-form {
		width: 250px;
    height: 28px;
    border: 1px solid #c1c1c1;
    position: relative;
    padding-right: 88px;
    margin: 15px auto;
}

.search-text{
	width: 200px;
    height: 24px;
    border: none;
    padding: 2px;
    font-size: 13px;
    outline: none;
    color: #666666;

}
.search-btn{
	 /*   background-color: #00a2c9;*/
	       background-color: #30A300;
    color: #fff;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 83px;
    position: absolute;
    text-align:center;
    top: -1px;
    right: -1px;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB";
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.result-item {
  margin: 10px ;
}

.result-item h3 {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
}
.result-item h3 a{
	color: #3AA300;
}

.result-item em {
    color: #f60;
    text-decoration: underline;
    font-style: normal;
}


.result-item .intro{
	font-size: 12px;
}