@charset "UTF-8";
body{
    background: #fff;margin:0;
}

.sxjd{
    width: 300px;
    float: left;
}
.sxjd_b{
    width: 350px;
    float: right;
	margin-top: 26px;
	margin-right: 22px;
}
.sxjd_c{
    width: 450px;
    float: left;
	line-height: 35px;
	border-bottom:1px dashed  #73a9ff;
}
.sxjd_a{
	width: 85px;
	float: left;
	margin-left:10px;
	/* border: 1px solid #007dbc; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	color:#999;
	background-color: #cfcfcf;
}
.sxjd_a a{
	font-size: 15px;
	text-decoration: none;
	color:#ffffff;
	background-color: #605ccc;
	display: block;
	width: 100%;
	height: 100%;
} 
.sxjd_a a:hover{
	color:#fff;
	background-color: #3726ba;
} 
.hyjd_con{
    margin:5px;
}



@media screen and (max-width: 500px) {
.sxjd_c{
    width: 96%;
    float: none;
	line-height: 30px;
	height: 30px;
	border-bottom:1px dashed  #73a9ff;
	overflow: hidden;
	margin-bottom: 5px;
white-space: nowrap;
text-overflow: ellipsis;
}
.sxjd_a{
	width: 32%;
	float: left;
	margin-left:0;
	margin-right:1%;
	/* border: 1px solid #007dbc; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	color:#999;
	background-color: #cfcfcf;
}	

}