/*
* 新闻资讯页面样式库
* 其地下的子页面对应相对应的注释 
*/
.banner img {
  width: 100%;
}
.banner-line {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
}
.banner-line .parent-page {
  color: #999;
  font-size: 12px;
}
.banner-line .child-page {
  color: #333;
  font-size: 12px;  
}
.margin-bottom_15 {
  margin-bottom: 15px;
}
.margin-bottom_30 {
  margin-bottom: 30px;
}
.margin-bottom_17 {
  margin-bottom: 17px;
}
.padding_15 {
  padding: 0 15px;
}
.main-content {
  min-width: 1170px;
}
.max-width-content {
  min-width: 1170px;
  height: auto;
  overflow: hidden;
}
.title-weight {
  font-weight: 600;
}

/*
 * --------------------------------------------------------------
 * -------------- 新闻列表
 */
 .news-wrapper {
  width: 100%;
  min-width: 1170px;
  height: auto;
  padding-top: 100px;
}
/* banner */
.news-wrapper .banner {
  width: 100%;
  height: 330px;
}
.news-wrapper .banner img {
  height: 330px;
}
.news-wrapper .main-content {
  padding: 60px 0;
}
.news-wrapper .main-content .left-tab {
  width: 240px;
  height: auto;
  float: left;
}
.news-wrapper .main-content .news-content-wrapper {
  width: 900px;
  height: auto;
  float: left; 
  padding-top: 2px;
  line-height: 2;
}
.news-content-wrapper ul{
  list-style: disc;
}
.news-content {
  width: 100%;
  height: auto;
}
.title {
  font-size: 16px;
  color: #f00;
  font-weight: 600;
  padding-bottom: 15px;
}
.news-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.news-item:last-child {
  border-bottom: 1px solid #eee;
}
.news-left , .news-right {
  float: left;
}
.news-left {
  width: 200px;
  height: auto;
}
.news-right {
  width: 700px;
  height: auto;
  overflow: hidden;
  padding-left: 20px;
}
.news-right .news-title {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
.news-right .news-title .name {
  display: inline-block;
  max-width: 600px;
  height: auto;
  line-height: 1.4;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
}
.news-right .news-title .name:hover, .news-right .news-title .name:focus {
  color: #f00;
}
.news-right .news-title .time {
  position: absolute;
  right: 0;
  top: 4px;
  color: #999;
}
.news-desc {
  line-height: 28px;
}
.read-more {
  color: #f00;
}
.pager {
  text-align: left;
}
.pager li>a {
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
}
.pager li>.page-active {
  color: #f00;
}
.pager .all-count {
  display: inline-block;
  color: #999;
}
.pager .all-count span {
  color: #999;
}
.news-pic-title {
  line-height: 50px;
}
.detail-content {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.detail-content .title {
  color: #333;
}
.detail-content .time {
  color: #999;
}
.next-page-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.next-page-box li {
  float: left;
  max-width: 450px;
  line-height: 1.4;
}
.next-page-box .next-page {
  float: right;
}

/*
* 人力资源页面样式库
* 其地下的子页面对应相对应的注释 
*/
.hr-content-wrapper .title {
  font-size: 16px;
  color: #f00;
  font-weight: 600;
}
.hr-idea .hr-idea-desc {
  line-height: 28px;
}
.hr-idea-title {
  font-size: 16px;
}

/*
 * --------------------------------------------------------------
 * -------------- 招聘详情
 */
.hr-table>thead>tr>th {
  border-bottom: 0;
  font-weight: 600;
  padding: 16px;
}
.hr-table>tbody>tr>td {
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.jobdetail-title>ul {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.jobdetail-title>ul>li {
  float: left;
  line-height: 1.4;
  margin-right: 28px;
}
.jobdetail-desc {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.go-back {
  margin-top: 60px;
}
.go-back-icon {
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url("../images/goback-icon.png") no-repeat;
}
.go-back a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.go-back .name {
  line-height: 24px;
  color: #999;
  margin-left: 8px;
}
.go-back .name:hover ,.go-back .name:focus {
  color: #f00;
}


 /*
 * --------------------------------------------------------------
 * -------------- 联系我们
 */
 .contact-show{
  min-width: 1170px;
  padding:60px 15px 70px 15px;
  margin: 0 auto;
  line-height: 2;
}
.contact-show ul{
  list-style: disc;
}
.contact-show .title{
	font-size: 16px;
	color: #f00;
	font-weight: 600;
}
.contact-show-left {
  width: 680px;
  height: auto;
  overflow: hidden;
  float: left;
}
.contact-pic {
  width: 460px;
  height: auto;
  overflow: hidden;
}
.contact-show b{
	font-weight: 600;
}
.contact-show .desc{
	line-height:28px;
}
.contact-show .contact-pic{
	text-align:center;
	float:right;
}