.revelent-list-panel {
	/*指定宽度*/ 
	width: 200px;
	/*显示横线滚动条*/
	overflow-x: scroll;
	/*隐藏纵向滚动条*/ 
	overflow-y: hidden;
	/*内容不换行*/ 
	white-space: nowrap;
}
/*header*/
.header{
  height: 60px;
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  background-color: #fff;
}
.header-left .logo {
  width: 50px;
  height: 50px;
  padding: 5px;
}
.header-left .logo img{
  width: 100%;
  height: 100%;
}
.header-left .titl{
  font-size: 24px;
  margin-top: 4px;
  color: #1686d4;
  line-height: 30px;
}
.header-left .titl-en{
  width: 350px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: #1686d4;
  font-size: 14px;
}
.header-nav li{
  width: 74px;
  height: 54px;
  padding-top: 6px;
  display: block;
  text-align: center;
  color: #1686d4;
  float: left;
  cursor: pointer;
  background-color: #fff;
}
.nav a{
  color: #fff;
}
.pop-dl a:hover{
  color: #fff;
  text-decoration: none;
}
.menu-set a:hover{
  text-decoration: none;
}
.header-nav{
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.header-nav li.active,
.header-nav li:hover{
  background-color: #00a3da;
  color: #fff;
}
.header-nav li:hover .icon{
  color: #fff;
}
.header-nav li .icon 
{
  font-size: 24px;
  color: #1686d4;
}
.header-nav li.active .icon{
  color: #fff;
}
.header-nav li p{
  line-height: 24px;
  font-size: 14px;
}
.menu-set .nav{
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
}
.menu-set .icon{
  font-size: 20px;
  color: #1686d4;
}
.menu-set .icon.set{
  vertical-align: -4%;
}
.menu-set .text{
  font-size: 16px;
}
.menu-set .numb{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background-color: #FF8B00;
  top: 10px;
  left: 26px;
  font-size: 12px;
  color: #fff;
}
.top-code span{
  color: #1686d4;
}
.top-code span.bor-left {
  border-left: 1px solid #dfdfdf;
  padding-left: 5px;
  margin-left: 5px;
}

/*left*/
aside{
  width: 60px;
  background-color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.left-arrow{
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 18px;
  line-height: 20px;
  color: #9ec4e7;
  border-bottom: 1px solid #1a1f27;
  border-top: 1px solid #535b69;
  z-index: 999;
  cursor: pointer;
  background-color: #333333;
}
.left-arrow:hover{
  color: #fff;
}
.left-arrow:active{
  color: #75b4ed;
}
.btn-up{
  top: 0;
  left: 0;
}
.btn-down{
  bottom: 0;
  left: 0;
}
.left-nav{
  padding-top: 24px;
}
.nav-box{
  width: 60px;
  height: 50px;
  padding-top: 6px;
  color: #9ec4e7;
  border-bottom: 1px solid #1a1f27;
  border-top: 1px solid #535b69;
  text-align: center;
  cursor: pointer;
}

/* .nav-box:hover,
.nav-box.active{
  background-color: #00a3da;
  color: #fff;
} */

.nav-box .icon{
  font-size: 26px;
}
.nav-box p{
  line-height: 18px;
}
.pop-nav-box{
  width: 150px;
  height: 100%;
  background-color: #415161;
  top:0;
  left:60px;
  display: none;
}

.pop-nav-lay {
  width: 150px;
  height: auto;
}
.pop-nav-lay2{
  width: 150px;
  height: auto;
  display: none;
}
.pop-nav-lay li{
  width: 150px;
  line-height: 38px;
  display: block;
  font-size: 14px;
}
.pop-nav-lay li a{
  width: 110px;
  display: block;
  color: #fff;
  text-align: left;
  padding-left: 40px;
}
.pop-nav-lay li a:hover,
.pop-nav-lay2 dd a:hover{
  text-decoration: none;
  background-color: #455b71;
  color: #00a3da;
}
.pop-nav-lay2 dd{
  width: 170px;
  line-height: 38px;
  display: block;
  font-size: 12px;
}
.pop-nav-lay2 dd a{
  width: 114px;
  display: block;
  color: #fff;
  padding-left: 56px;
}
.pop-nav-lay .icon{
  padding-left: 12px;
}
.slide-arrow{
  text-align: center;
  width: 60px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  background: #212d3b;
}
.slide-arrow.up-arrow{
  top: 0;
  left: 0;
}
.slide-arrow.down-arrow{
  bottom: 0;
  left: 0;
}
.slide-arrow .icon{
  color: #fff;
}
.pop-nav-lay .icon.open {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*right-main*/
.container {
  position: relative;
  z-index: 1;
  padding: 0px 0 0 60px;
}
.page-content{
  background-color: #dfdfdf;
}