.menu_primary dt {
	cursor: pointer;
}

.menu_title_primary {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 32px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	color: #464646;
}

.menu_title_primary.closed,.menu_title_primary:hover{
	background-color: #e5f1f8;
	color:#0077be;
}

.page_resource .res_iframe {
	border: 0;
	width: 100%;
	/* height: 770px; */
}

.container_hd h2,.main_hd h2 {
	line-height: 52px;
	/* background-color: #f4f5f9;
	border-bottom: 1px solid #d9dadc; */
    color: #444;
    text-align: center;
    font-weight: bold;
}

.title_ {
	font-size: 14px;
    line-height: 34px;
    color: #FDFDFD;
    background: #0077be;
    cursor: pointer;
    letter-spacing: 1px;
    padding-left: 32px;
}

.menu_box_primary {
	margin-top: 2px;
}

@media (max-width: 767px) {
	.menu_box_primary{
		position:fixed;top:0;left:-60%;width: 60%;height:100%;
		width:60%;
		background: #fff;
		z-index:1000;
		transition: left .6s;
	}
	#search_type_icon{margin: 0 20px 20px !important;display:inline-block !important;}
	.body{
		width: 100%;
	}
	.container_box.cell_layout .col_side{width:0;}
	.container_box.cell_layout .col_main{width: 100%;}
	
	
}
