.w-200{
	width: 200px;
}
.h-200{
	height: 200px;
}
.lh-200 {
	height: 100%;
    line-height: 200px;
}
.over-h {
    overflow: hidden!important;
}
.center {
    margin: 0 auto;
    text-align: center;
}

#main .affix {
  box-sizing: border-box;
  width: 210px;
  float: left;
  padding: 15px;
}
.affix h4 {
  font-size: 1.2em;
  margin: 10px 0;
}
.affix ul li{
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding:0 10px;
}
.affix ul li.active{
	background-color:#0165b6;
}
.affix ul li.active a{
  color: #fff;
  
  font-weight: bold;
}
#main .right-body {
  box-sizing: border-box;
  margin-left: 210px;
  padding: 15px;
}
#main .right-body > div {
  display: none;
  min-height: 300px;
}
#main .right-body > div.active {
  display: block;
}

.list-top-banner {
    width:100%;
    height: 250px;
}
.pt{
	top:-80px;
}
.pt ul li{
	text-align: center;
	margin-right: 15px;
	margin-bottom:15px;
}