.wrapper{
  background: #d6ece5 url(http://static.jjoobb.cn/images/topic/tourism/int-banner-bg.jpg) top center no-repeat;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  *padding-top: 450px;
}

.main{
  width: 1200px;
  height: auto;
  padding: 20px 0;
  margin:450px auto 20px auto;
  background: #fff;
  overflow: hidden;
}
.company-list{
  height: auto;
  overflow: hidden;
}
.company-list li{
  float: left;
  width: 220px;
  height: 306px;
  border: 1px solid #e7e7e7;
  margin:0 0 15px 15px;
  position: relative;
}
.company-list li:hover{
  border: 1px solid #66be8c;
}
.company-info{
  padding: 20px;
}
.company-face{
  width: 100px;
  height: 100px;
  border: 1px solid #e7e7e7;
  display: block;
  margin: 20px auto 10px auto;
  display: block;
}
.company-face a{
  width: 100px;
  height: 100px;
  display: block;
}
.company-face img{
  width: 100%;
}
.company-list p{
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
}
.company-name a{
  font-weight: bold;
  color: #333;
}
.company-name a:hover{
  text-decoration: underline;
}
.company-job a{
  font-weight: bold;
  color: #66be8c;
}
.company-job a:hover{
  color: #58B781;
}
.company-btn{
  width: 100%;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
}
.company-btn a{
  text-align: center;
  background: #85cba3;
  color: #fff;
  display: block;

}
.company-btn a:hover{
  background: #66be8c;
  transition:all .2s ease-out;
}
.company-list i{
  padding: 5px 14px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin:10px 0 20px 15px;
  display: inline-block;
  float: left;
}
/* nextpage */
.next-page-more{
    padding: 20px 0;
}
.loading {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(http://static.jjoobb.cn/images/global/loading.gif) no-repeat center top;
}

/*返回顶部按钮*/
.slide-bar {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 50px;
  z-index: 799;
}
@media screen and (max-width: 1500px) {
  .slide-bar {
    right: 10px;
  }
}
.slide-bar a {
  position: relative;
  display: block;
  margin: 10px 0 0;
  height: 50px;
  border-radius: 5px;
}
.slide-bar>a>i {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #82C9A1;
}
.slide-bar .icon {
  z-index: 2;
  width: 50px;
  line-height: 50px;
  font-size: 36px;
}
.slide-bar .tip {
  z-index: 3;
  width: 32px;
  height: 32px;
  padding: 9px;
  font-size: 16px;
  line-height: 16px;
  bottom: -100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.slide-bar a:hover .tip {
  bottom: 0;
}
#gotop {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .4s;
  transition: .4s;
}
#gotop.in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 10px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bottom-msg{
  line-height: 34px;
  text-align: center;
}