.mmdic_cn {
    width: auto;
    height: 350px;
}
.searchbox_cn {
	/*width: 180px;*/
	width: 100%;
	height: 30px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 4px;
	/*float: left;*/
	margin-left: 0;
	position: relative;
	background-color: #ffffff;
}

.searchinput_cn {
	width: calc(100% - 18px);
	height: 100%;
	vertical-align: middle;
	line-height: 30px;
	padding: 0 9px 0 9px;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-orientation: right;
	font-size: 13px;
}

/*
.searchbtn_cn {
	width: 35px;
	height: 30px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 4px;  
	margin-left: 5px;
	float: left;
	
	display: inline-block;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
}*/

.candidates_cn {
	border: solid 1px #ddd;
	background: #f9f9f9;
	border-radius: 4px;
	background-image: url(/images/texture3.png);
    /*width:180px;*/
    width: 100%;
    height:310px;
    margin-top: 10px;
}

.cand_box_cn {
    padding: 9px;
    width: auto;
    height: 100%;
}

.cand_item_cn {
    /*font-size: 21px;*/
    /*font-weight:bold;*/
    user-select: none;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.cand_box_cn  a {
    text-decoration:none;
    display: block
}

.cand_box_cn  a:hover {
    text-decoration:none;
}
