.gsbanner {
	background-image: url(/resource/images/gsbanner.jpg);
	height: 400px;
	width: 100%;
	background-position: center center;
}

.gs_main {
	width: 1000px;
	border-top: 1px dashed #ccc;
}

.gs_left {
	float: left;
	width: 697px;
	border-right: 1px dashed #ccc;
	margin-top: 5px;
}

.gs_list {
	width: 698px;
}

.gs_list_li {
	border-bottom: 1px dashed #ccc;
	width: 680px;
	margin: 5px 10px;
	height: 320px;
}

.gs_right {
	float: left;
	width: 300px;
}

.case_img {
	float: left;
	margin: 10px 15px;
	width: 250px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}

.case_img img{
	padding: 2px;
	border: 1px solid #ccc;
}

.case_con {
	margin: 5px;
	height: 260px;
	width: 390px;
	float: left;
}

.case_con div {
	width: 400px;
	float: left;
}

.case_con div p {
	font-size: 14px;
	line-height: 21px;
}

.bb {
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}

.case_con div .c_p1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}

.gs_hycase {
	padding: 15px;
	font-size: 14px;
	height: 550px;
	overflow: hidden;
}

#gshy_from {
	border-bottom: 1px double #ccc;
	height: 60px;
	line-height: 25px;
}

.gs_hycase .s_inp {
	width: 195px;
	background-size: 205px 30px;
}

.result {
	display: none;
	clear: both;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px double #ccc;
}

.recommend {
	padding-top: 8px;
}

.recommend dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.recommend dd {
    float: left;
    border: 1px solid #ccc;
    margin: 3px 2px;
    padding: 3px 10px;
    font-size: 16px;
    cursor: pointer;
}

#close {
	float: right;
	cursor: pointer;
}