@charset "utf-8";
/* CSS Document */

section {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
}
.mode {
  text-align: center;
  padding-top: 30px;
  color: #666;
  font-size: 24px;
  font-weight: lighter;
}
.contact {
  width: 80%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 10%;
}
.contact_list {
  width: 400px;
  overflow: hidden;
  float: left;
  margin: 20px;
  background: #fff;
}
.contact_list:nth-last-child(1) {
  margin-right: 0px;
  float: right;
  margin-right: 20px;
}
.contact_list .tit {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding: 50px 0px 30px 0px;
}
.contact_list .tit span {
  font-size: 14px;
  color: #999;
  font-weight: lighter;
}
.contact_list .con {
  text-align: center;
  font-size: 20px;
  color: #666;
  padding: 0px 0px 40px 0px;
}
.contact_list:hover .con {
  color: #5c1690;
  cursor: pointer;
}
.contact_list:hover {
  cursor: pointer;
  transition: all 0.6s;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}

.recruit {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 50px;
}
.recruitlist {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.recruitlist .recruitcon {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.recruitlist .recruittit {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.recruitlist:nth-of-type(1) .recruittit {
  border-top: none;
}

.recruitlist .recruittit .post {
  font-size: 16px;
  text-align: left;
  line-height: 52px;
  float: left;
  margin-left: 30px;
}
.recruitlist .recruittit .more {
  font-size: 14px;
  text-align: right;
  line-height: 52px;
  float: right;
  margin-right: 30px;
}
.recruitlist .recruitcen {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.recruitlist .recruitcen .list {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 0px;
  border-bottom: 1px solid #ddd;
}
.recruitlist .recruitcen .list p {
  width: 300px;
  float: left;
  overflow: hidden;
  padding: 5px 0px;
  font-size: 16px;
  color: #333;
}
.recruitlist .recruitcen .list p span {
  color: #666;
}

.recruitlist .recruitcen .tit {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
  padding: 20px 0px 15px 0px;
}
.recruitlist .recruitcen .con {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 24px;
  padding: 5px 0px;
}

.recruitlist .sel {
  background: #5c1690;
  border-top: 1.5px solid #5c1690;
}
.recruitlist .sel .more,
.recruitlist .sel .post {
  color: #fff;
}

.recruitlist .recruittit:hover {
  cursor: pointer;
}
