


/**
.search-menu-left {
 margin:0;
 padding:0;
 box-sizing: border-box;
 list-style: none;
}
html {
 color:#333;
 background:#eee;
}
body {
 line-height:1;
 .clearfix:after{ content: ""; clear: both; display: block; }
}**/

.menu,.tab-box{height: 100%;  margin: 0 auto; background: #fff; }
.menu ul li span{background: #ededed; display: block; height: 100%; width: 100%; position: relative; padding: 0px; cursor: pointer;}
.menu ul li span h2{ margin-left: 20px; ext-align: center; background: #ededed; font-size: 14px; color: #636363; line-height: 50px;}
.menu ul li span i{ display: block; height: 20px; width: 20px; background: url(../images/arr.png) no-repeat center center; background-size:80% 80%; position: absolute; left: 160px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.menu ul li span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.menu ul li>dl{ display: none; padding-left: 0px; background: #fff; }
.menu ul li dl dd{ display: inline; }
.menu ul li { margin-bottom: 1px; }
/*.menu ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none; }*/
.menu-xgxg_nr{ padding: 0px 0px 0px 0px;}
.menu-xgxg_nr ul{overflow: hidden;}
.menu-xgxg_nr li{border-bottom: 1px solid #eee; float: left; line-height: 30px; /*width:100%;*/ font-size: 13px; }
.menu-xgxg_nr a{color: #888;}
.menu-xgxg_nr a {margin-left: 15px; color: #888;}

.menu-xgxg_nr li .search-l-a {margin-left: 20px; color: #888;}

.tab-box{ width: 600px; margin-top: 40px; }
.tab-box .tab{border-bottom: 1px solid #eee; }
.tab-box .tab ul li{ width: 33.3%; float: left;  height: 55px; line-height: 55px; text-align: center; }
.tab-box .tab ul li.action{ background: #d8e7f5; }
.tab-box .box{width: 100%; height: 200px; }
.tab-box .box .item{ display: none; padding: 15px;height: 200px; }
.tab-box .box .item:first-child{display: block;}


.box{ position:absolute; width:75%; padding:10px 20px 20px 20px; background:#fff; z-index:999999;}
.box dl{display:block; width:100%;}
.box dt{font-size:14px;color:red; line-height:30px; font-weight:bold;}
.box dd{ width:49%;float:left; line-height:30px; }