/* CSS Document */

#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
	font-size: 110%;
}
#item ul {
    width: 800px;
}
.search_shi_right {
    width: 785px;
}
.radiobox label {
    padding-left: 22px;
    width: 30%;
	font-size: 16px;
}
#item label {
    font-size: 16px;
}
@media screen and (max-width:640px) {
#item ul {
    width: 100%;
}	
.search_shi_right {
    width: 100%;
}
.radiobox label {
    width: 38%;
}
}