@charset "utf-8";
html{
    background: #f9f9f9;
}
.por {
    position: relative;
}

.poa {
    position: absolute;
}

.cle {
    clear: both;
}
.mt100{
	margin-top: 100px;
	}
.mt60{
  margin-top: 60px;
  }
.mt40{
	margin-top: 40px;
	}
.mt30{
	margin-top: 30px;
	}
.mt20{
	margin-top: 20px;
	}
.mt14{
	margin-top: 14px;
	}

#testcomp-main{
	  width: 1198px;
    height: auto;
    margin: 20px auto;
    border: 1px #e7e7e7 solid;
    background: #fff;
	}
	
/**左侧内容**/
aside{
	  width: 180px;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
	  float:left;
	}
.testcmenu-titl {
    height: 27px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
}

.testcmenu-titl .icon {
    font-size: 22px;
    padding-right: 8px;
}

.testcmenu li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px #e7e7e7 solid;
	  padding-left: 50px;
}

.testcmenu .icon {
    margin-right: 8px;
}

.testcmenu li a {
    color: #666;
}

.testcmenu li a:hover,
.testcmenu li.menucur a {
    color: #66be8c;
}
.testcmenu li.menucur a {
    font-weight: bold;
}
/**右侧内容**/
.main-right {
    width: 957px;
    height: auto;
    border-left: 1px #e7e7e7 solid;
    padding: 30px;
	  min-height: 415px;
}


	
  /*滑动按钮*/
.slide-btn {
  height: 18px;
  vertical-align: middle;
  border-radius: 10px;
  padding: 1px 35px 1px 1px;
  display: inline-block;
  background: #666;
  margin-left: 10px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
    }
.slide-btn.open {
	padding: 1px 1px 1px 35px;
	background: #66BE8C;
}
.slide-btn > a {
  display: inline-block;
  background: #fff;
  border-color: 1px solid #ddd;
  width: 35px;
  height: 18px;
  border-radius: 10px;
  vertical-align: top;
 }