.asideinfo>div.left:first-child {
				width: 300px;
				margin-right: 20px;
			}
            .asideinfo{
				margin-top: 30px;
			}
			.asideinfo>div.left:nth-child(2) {
				width: 880px;
			}
			.insideLeft {
			  width: 23%;
			  background: -webkit-linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
			  /* Safari 5.1 - 6.0 èƒŒæ™¯æ¸å˜ */
			  background: -o-linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
			  /* Opera 11.1 - 12.0 èƒŒæ™¯æ¸å˜*/
			  background: -moz-linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
			  /* Firefox 3.6 - 15 èƒŒæ™¯æ¸å˜*/
			  background: linear-gradient(#f5f5f5, rgba(255, 255, 255, 0));
			  /* æ ‡å‡†çš„è¯­æ³• */
			  /*box-shadow: 0 0 8px 2px rgba(0,0,0,.1);*/
			  border-radius: 5px;
			  box-sizing: border-box;
			  background-size: 100%;
			  min-height: 500px;
			  border: 1px #d0d0d0 solid;
			  border-image: -webkit-linear-gradient(#e6e6e6, #ffffff) 1 1;
			  /*è¾¹æ¡†æ¸å˜*/
			  border-image: -moz-linear-gradient(#e6e6e6, #ffffff) 1 1;
			  /*è¾¹æ¡†æ¸å˜*/
			  border-image: linear-gradient(#e6e6e6, #ffffff) 1 1;
			  /*è¾¹æ¡†æ¸å˜*/
			}
			.insideLeft .inside_menu {
			  padding: 15px 0;
			}
			.insideLeft .inside_menu .inside_menuTitle {
			  background: #f7f7f7 url(../images/leftmenutop.png) no-repeat center bottom;
			  padding: 15px 30px;
			  display: flex;
			  justify-content: space-between;
			  align-items: flex-end;
			  background-size: 100%;
			  flex-wrap: wrap;
			}
			.insideLeft .inside_menu .inside_menuTitle .menuTitleName {
			  color: #244ba5;
			  font-size: 24px;
			  width: 100%;
			}
			.insideLeft .inside_menu .inside_menuTitle .menuTitleEnglish {
			  color: #7e7e7e;
			  font-size: 14px;
			  width: 100%;
			  text-align: right;
			  line-height: 26px;
			}
			.insideLeft .inside_menu .inside_menuList {
			  width: 100%;
			  margin: 15px auto;
			}
			.insideLeft .inside_menu .inside_menuList > ul {
			  width: 100%;
			  padding: 0px;
			}
			.insideLeft .inside_menu .inside_menuList > ul > li {
			  width: 100%;
			  padding: 0 10px;
			  box-sizing: border-box;
			  margin-left: -12px;
			}
			.insideLeft .inside_menu .inside_menuList > ul > li > a {
			  color: #707070;
			  font-size: 16px;
			  display: block;
			  height: 50px;
			  line-height: 60px;
			  background: url(../images/leftmenulist.png) no-repeat 10% 25px;
			  padding-left: 18%;
			}
			.insideLeft .inside_menu .inside_menuList > ul > li > a:hover {
			  color: #fff;
			}
			.insideLeft .inside_menu .inside_menuList > ul > li.active,
			.insideLeft .inside_menu .inside_menuList > ul > li:hover {
			  background: url(../images/leftmenu.png) no-repeat 18% top;
			  color: #fff;
			  background-size: 100%;
			 
			}
			 .insideLeft .inside_menu .inside_menuList > ul > li.active > a,
			 .insideLeft .inside_menu .inside_menuList > ul > li:hover > a {
			  background: url(../images/leftmenulist2.png) no-repeat 10% 25px;
			  padding-left: 18%;
			  color: #fff!important;
			  -webkit-transition: all 0s;
			  -moz-transition: all 0s;
			  -ms-transition: all 0s;
			  -o-transition: all 0s;
			  transition: all 0s;
			}
			 .insideLeft .inside_menu .inside_menuList .inside_Dowm {
			  width: 100%;
			  padding: 0px;
			  margin-top: 1px;
			}
			 .insideLeft .inside_menu .inside_menuList .inside_Dowm > li {
			  width: 100%;
			  padding: 0 10px;
			  box-sizing: border-box;
			  margin-left: 20px;
			  margin-top: 1px;
			}
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li > a {
			  color: #707070;
			  font-size: 16px;
			  display: block;
			  height: 40px;
			  line-height: 40px;
			  background: url(../images/leftmenulist.png) no-repeat 12% 15px;
			  padding-left: 20%;
			}
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li > a:hover {
			  color: #fff;
			}
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li.active,
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li:hover {
			  background: #244ba5;
			  color: #fff!important;
			  background-size: 100%;
			}
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li.active > a,
			.insideLeft .inside_menu .inside_menuList .inside_Dowm > li:hover > a {
			  background: url(../images/leftmenulist2.png) no-repeat 12% 15px;
			  padding-left: 20%;
			    color: #fff!important;
			  -webkit-transition: all 0s;
			  -moz-transition: all 0s;
			  -ms-transition: all 0s;
			  -o-transition: all 0s;
			  transition: all 0s;
			}