/*left side*/
.mcb_nav {
float: left;
width: 140px;
display: inline;
background: #fff;
/*padding: 14px 0 12px;*/
border-radius: 3px;
-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.05);
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.05);
box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.mcbn_p {
display: block;
height: 34px;
text-align: left;
line-height: 34px;
color: #3d464d;
font-size: 16px;
font-weight: 600;
margin-bottom: 4px;
position: relative;
padding-left: 42px;
white-space: nowrap;
border-bottom: 1px solid #ccc;
}

.mcbn_p i {
display: block;
width: 15px;
height: 14px;
background: url(/static/images/fl_icon.png) no-repeat center;
position: absolute;
left: 16px;
top: 10px;
}

.mcbn_content {
width: 140px;
position: relative;
}

.mcbn_content .mcbn_dl dt {
width: 100%;
height: 39px;
cursor: pointer;
border-bottom: 1px solid #ccc;
}

.mcbn_content .mcbn_dl:last-child dt {
border-bottom: none;
}

.mcbn_content .mcbn_dl dt i {
float: left;
display: block;
width: 11px;
height: 11px;
background: url(/static/images/arrow1.png) no-repeat center;
color: #3d464d;
font-size: 14px;
line-height: 39px;
margin: 14px 0 0 5px;
}

.mcbn_content .mcbn_dl dt a {
float: left;
display: block;
height: 39px;
color: #000;
font-size: 14px;
text-indent: 16px;
line-height: 39px;
}

.mcbn_content .mcbn_dl dt i.change {
background: url(/static/images/arrow2.png) no-repeat center;
}

.mcbn_content .mcbn_dl dd {
padding: 5px 0;
background: #f6f6f6;
display: none;
}

.mcbn_content .mcbn_dl dd ul li {
height: 26px;
margin: 0 8px;
border-radius: 3px;
}

.mcbn_content .mcbn_dl dd ul li a {
display: block;
height: 26px;
overflow: hidden;
color: #000;
font-size: 13.5px;
line-height: 26px;
text-indent: 8px;
}

.mcbn_content .mcbn_dl dd ul li.nav_select, .mcbn_content .mcbn_dl dd ul li.nav_select1 {
background: #a8e1ff;
}
.mcbn_content .mcbn_dl dd ul li.nav_select a, .mcbn_content .mcbn_dl dd ul li.nav_select1 a {
color: #08036e;
font-weight: 600;
}
/*search 部分样式*/
.mb10{margin-bottom: 10px;}
.search-form {
width: 100%;
overflow: hidden;
margin:0px;
}

.search-form form {
	display: block;
	
    overflow: hidden;
}
.search-form .searchtype{
	top: auto;
    width: 95px;
    float: left;
}
.s2 input {
width: 100%;
font-size: 14px;
text-indent: 8px;
overflow: hidden;
color: #666;
border: 0;
line-height: 26px;
height: 26px;
float: left;
outline: none;
}

.s2 {
width: calc(100% - 193px);
height: 30px;
font-size: 12px;
color: #767676;
float: left;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #288C6A;
}

.btns {
float: right;
width: 98px;
height: 30px;
padding-left: 8px;
color: #fff;
font: bold 13px/30px "微软雅黑";
border: 0 none;
cursor: pointer;
background: #288C6A url(https://gf.1190119.com/style/images/icons.png) no-repeat 18px 10px;
}

.btns input {
	background: none;
	border: none;
	width: 100%;
	color: #fff;
	font: bold 13px/30px "微软雅黑";
	cursor: pointer;
}
.p15 {
	padding: 15px 15px;
}

.bdrs {
	border: 1px solid #ccc;
	border-radius: 2px;
	/* -webkit-box-shadow: 0 1px 3px rgba(18, 18, 18, .1);
box-shadow: 0 1px 3px rgba(18, 18, 18, .1);*/
}

/*公告板*/
.bulletin{ 
width:100%;display: block;padding: 5px 10px 5px;border: 1px dashed #FF8040;background: #f3f3b6;border-radius: 10px;text-align: left;margin: 15px 15px 0px;color: #666;font-size: 14px;line-height: 1.5;overflow: hidden;
}
.bulletin img{float:left;width:48px;}
.bulletin span{float: left;padding-left: 8px;line-height: 1.7;}

.arc-content iframe { width:600px; height:380px;}

