.router-body{
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.router-left{
  width: 360px;
  padding-left: 15px;
  float: left;
}

.router-right{
  margin-left: 400px;
  padding-right:10px;
}

#left-router-body{
  width: 300px;
  padding: 15px 0;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5)
}

#left-router-body>.title{
  width: 250px;
  height: 26px;
  padding: 10px 0;
  margin: 0 auto;
  border-bottom: 3px solid #c9c9c9;
}

#left-router-body>.title>p{
  vertical-align: text-bottom;
  display: inline;
}

#left-router-body .chs-title{
  font-size: 20px;
  color: #fe7210;
}
#left-router-body .en-title{
  font-size: 12px;
  color: #939393;
}

#left-router-body>.left-router-button{
	width: 250px;
	height: 40px;
	line-height: 40px;
  margin: 5px auto 0;
  position: relative;
  text-indent: 18px;
	font-size: 14px;
	color: #3e3e3e;
  border-bottom: 1px dashed #bebebe;
}

#left-router-body>.left-router-button:hover{
  color: #fe7210;
}

#left-router-body>.here{
  width: 325px;
  margin: 5px 0 0 -5px;
  text-indent: 48px;
  color: #fff;
  background-color: #fe7210;
  border-bottom: 1px dashed transparent;
}
#left-router-body>.here:hover{
  color: #fff;
}
#left-router-body>.left-router-button>.triangle{
  display: none;
}

#left-router-body>.here>.triangle{
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  border-bottom: 20px solid #fe7210;
  border-right: 20px solid transparent;
}