 @font-face {
    font-family: "MenksoftQagan";
    src:url("/media/fonts/MenksoftQagan.ttf");
}

.mongol {
	font-family: "MenksoftQagan";
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    /* writing-mode: tb-lr; */
    writing-mode: vertical-lr;

    text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;	    
}

.searchbox_mn {
	width: 30px;
	height: 350px;
	/*height: 300px;*/
	border: 1px solid rgb(220, 220, 220);
	border-radius: 4px;
	/*float: left;*/
	margin-left: 0;
	position: relative;
	background-color: #ffffff;
}

.searchinput_mn {
	width: 100%;
	height: calc(100% - 18px);
	vertical-align: middle;
	line-height: 30px;
	padding: 9px 0 9px 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-orientation: right;
	font-size: 25px;
}

/*
.searchbtn_mn {
	width: 30px;
	height: 30px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 4px;  
	margin-top: 5px;
	
	display: inline-block;
	line-height: 30px;
	
	text-align: center;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
}*/

.candidates_mn {
	border: solid 1px #ddd;
	background: #f9f9f9;
	border-radius: 4px;
	background-image: url(/images/texture3.png);
	/*margin-left: 5px;*/
    width: 80%;
    height: 100%;
    /*height: 300px;*/
    float: right;
}

.cand_box_mn {
    padding: 9px 5px 9px 5px;
    width: 100%;
    height: auto;
}
.cand_item_mn {
    font-size: 21px;
    user-select: none;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    float: left;

}

.cand_box_mn  a {
    text-decoration:none;
}

.cand_box_mn  a:hover {
    text-decoration:none;
    /*background-color:transparent;
    color:blue;*/
}

/* 公共样式 */
.content_dic_mn {
    font-size: 21px;
}

.content_dic {
    height: 304px;
}
    