.topbox{	
	height:auto;	
	width:100%;
	margin:30px auto;
}
.topbox .topleft{
	float:left;
	width:45%;
}
.topbox .topleft h1{
	text-align:center;
	font-size:23px;
	color:#333333;
	font-weight:550;
	height:auto;
	line-height:30px;
	margin-bottom:30px;
}
.topbox .topleft p{
	text-indent:2em;
	font-size:15px;
	color:#666666
	text-align:left;
	line-height:200%;
}
.topbox .topleft .btnbox{
	margin-top:30px;
	width:100%;
	height:auto;
}
.topbox .topleft .btnbox ul{
	width:100%;
	height:auto;
	margin:18px auto;
}
.topbox .topleft .btnbox ul li{
    overflow: hidden;
    list-style: none;
    float: left;
    width: 45%;
	text-align:center;
}
.topbox .topleft .btnbox a{
	color:#ffffff;
}
.topbox .topleft .btnbox a:hover{
	color:#ffffff;
}
.topbox .topleft .btnbox .left-btn {
  display: inline-block;
  box-sizing: border-box;
  text-align:center;
  height:50px;
  border-radius:30px;
  background:#28c6c7;
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  line-height: 50px;
}

.topbox .topleft .btnbox .right-btn {
  display: inline-block;
  text-align:center;
  height:50px;
  border-radius:30px;
  border:1px solid #008080;
  font-size: 21px;
  font-weight: bold;
  color: #008080;
  line-height: 50px;
  float:right;
}
.topbox .topleft .btnbox .right-btn a{
  color: #008080;
}

.topbox .topleft .tipbox{
	margin-top:30px;
	width:100%;
	height:auto;
}

.topbox .topleft .iconbox{
	margin-top:50px;
	width:100%;
	height:auto;
}
.topbox .topleft .iconbox ul{
	width:100%;
	height:auto;
	margin:18px auto;
	padding:0;
}
.topbox .topleft .iconbox ul li{
    overflow: hidden;
    list-style: none;
    float: left;
    width:30%;
	text-align:center;
	line-height:35px;
	height:35px;	
}
.topbox .topleft span>a{
    color:#ff5800;
}
.topbox .topleft span>a:hover{
    color:#ff0000;
}
 .icon-text-left{
	font-size:17px;
	display: inline-block;
	vertical-align: middle;
 }
 .icon-text-left:before {
	content: "";
	display: inline-block;
	width: 35px;
	height:35px;	
	margin-right: 5px;
	background-image: url("/images/xuzhi.png");
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle; /* 新增的垂直居中样式 */
 }
 .icon-text-middle{
	font-size:17px;
 }
 .icon-text-middle:before {
	content: "";
	display: inline-block;
	width: 35px;
	height:35px;
	margin-right: 5px;
	background-image: url("/images/userreg.png");
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle; /* 新增的垂直居中样式 */
 }
 .icon-text-right{
	font-size:17px;
 }
 .icon-text-right:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	background-image: url("/images/xieyi.png");
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle; /* 新增的垂直居中样式 */
}

.topbox .topright{
	float:right;
	width:45%;	
	text-align:center;
}
.topbox .topright img{
	width:100%;;
	height:auto;
}

.job_list {
	width:100%;
	margin:0px auto;
}
.job_list ul{
	width:100%;
	margin:0px auto;
}
.job_list li {
    position: relative;
    float: left;
    width: 45%;
    overflow: hidden;
	margin-bottom:18px;
	border-bottom:1px solid #ececec;
	padding-bottom:18px;
}

.job_list li:before {
    content: '';
    position: absolute;
}
.job_list li img{
	width:132px;
	height:auto;
	float:left;
}

.job_list li .job_description{
	width:95%;
	float:left;
	margin-left:15px;
}
.job_list li .job_description h3{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
	margin-top:21px;
}
.job_list li .job_description h3 span{
	width:80px;
	float:right;
	margin-right:15px;
	font-size:15px;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#28c6c7;
}
.job_list li .job_description h3 span a{
color:#ffffff;
}
.job_list li .job_description p{
	font-size:15px;
	line-height:180%;
}
.job_list li .job_description ul li{
    width: 100%;
    overflow: hidden;
	height:30px;
	color:#999999;
	line-height:30px;
	font-size:15px;
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.job_list li:nth-child(odd) {
    margin-right: 30px;
}

.job_list li span {
    float: right;
    font-weight: 100;
    margin-top: 0px;
    color: #5a5a5a;
}

.job_detail {
    padding: 30px 10px;
    padding-bottom: 10px;
	border-bottom:1px solid #ececec;
}

.job_detail li {
    position: relative;
    float: left;
    width:60%;
    overflow: hidden;
	margin-bottom:18px;
	padding-bottom:18px;
}

.job_detail li:before {
    content: '';
    position: absolute;
}

.job_detail li .job_description{
	width:95%;
	float:left;
	margin-left:15px;
}

.job_detail li .job_description h3{
	font-size:23px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}

.job_detail li .job_description p{
	line-height:180%;
	font-size:15px;
	color:#999999;
}
.job_detail div.btn {
    float: right;
    width:30%;
}
.job_detail div.btn span{
	width:60%;
	font-size:21px;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	height:50px;
	line-height:50px;
	border-radius:50px;
	background:#28c6c7;
	color: #FFF;
}
.job_detail li:before {
    content: '';
    position: absolute;
}

.job_detail .job_project{
	width:96%;	
	margin-top:30px;
	background:#ececec;
	padding:18px;
}

.job_detail .job_project a{
	font-size:23px;
	padding:15px;
	color:#333333;
}
.job_detail .job_project a:hover{
	color:#28c6c7;
	text-decoration:underline;
}
.company_list {
    padding: 30px 10px;
    padding-bottom: 10px;
}

.company_list li {
    position: relative;
    float: left;
    width: 45%;
    overflow: hidden;
	margin-bottom:18px;
	border:1px solid #ececec;
	padding:18px;
}
.company_list li:nth-child(odd) {
    margin-right: 30px;
}
.company_list li a:hover{
	text-decoration:underline;
}
.company_list li h2{
	width:100%;
	height:36px;
	line-height:36px;
	font-size:21px;
	font-weight:550;
	text-align:left;
}

.company_list li p{
	width:100%;
	line-height:180%;
	font-size:15px;
}
.company_list li p span{
	width:80px;
	float:right;
	margin-right:15px;
	font-size:15px;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#28c6c7;
	color: #FFF;
}

@media (max-width: 768px) {
.topbox .topleft{	
	width:96%;
	margin:0px auto;
}
.topbox .topright{
	float:right;
	width:96%;	
	text-align:center;
}
.topbox .topright img{
margin-top:30px;
}
.job_detail li {
    position: relative;
    float: left;
    width:95%;
    overflow: hidden;
	margin-bottom:18px;
	padding-bottom:18px;
}
.job_detail div.btn {
    width:95%;
	margin:30px auto;
}
.job_list li {
    position: relative;
    text-align: left;
    width:100%;
    overflow: hidden;
	margin-bottom:18px;
	border:1px solid #ececec;
 }
.job_list li img{
	width:100px;
	height:auto;
	float:left;
}
.job_list li .job_description{
	width:95%;
	float:left;
	margin-left:15px;
}

.company_list li {
    position: relative;
    float: left;
    width: 93%;
    overflow: hidden;
	margin-bottom:18px;
	border:1px solid #ececec;
	padding:18px;
}
}

        /* Content Section */
        .leftbox {
            float: left;
            width: 123px;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .leftbox ul li {
            margin-bottom: 10px;
            text-align: center;
        }

        .leftbox ul li a {
            display: block;
            padding: 10px 15px;
            border-radius: 5px;
            background-color: #f5f5f5;
            transition: background-color 0.3s, color 0.3s;
        }

        .leftbox ul li.current a {
            background-color: #28c6c7;
            color: #fff;
            font-weight: bold;
        }

        .leftbox ul li a:hover {
            background-color: #d5d5d5;
        }

        .rightbox {
            float: right;
            width: calc(100% - 233px);
            margin-left: 30px;
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .content-tit {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }

        .art-info {
            margin-bottom: 20px;
            font-size: 14px;
            color: #666;
        }

        .art-info span {
            margin-right: 20px;
        }

        .content p {
            margin-bottom: 15px;
            line-height: 1.8;
            color: #555;
        }

    /* Responsive Styles */
    @media (max-width: 992px) {
        .leftbox {
            float: none;
            width: 96%;
            margin-bottom: 20px;
            box-shadow: none;
        }

        .rightbox {
            float: none;
            width: 96%;
            margin-left: 0;
        }
    }

    @media (max-width: 768px) {
        .box {
            padding: 0 10px;
			width:96%;
        }

        .content-tit {
            font-size: 20px;
        }
    }

    @media (max-width: 576px) {
        .leftbox, .rightbox {
            padding: 15px;
        }

        .content-tit {
            font-size: 18px;
        }
    }
  /* Clearfix */
.clearfix::after {
	content: '';
	display: table;
	clear: both;
   }

/* 招聘启事列表样式 */
.project_list {
  width: 100%;
}

.project_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project_list li {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom:1px solid #ececec;
}
.project_list li a:hover{
text-decoration:underline;
color:#666666;
}
.project_list img {
  width: 20%;
  max-height: 150px;
  object-fit: cover;
  padding:21px 30px 21px 0px;
}
.project_detail {
  width:100%;
}
.project_detail h3 {
  margin: 8px auto;
  font-size:23px;
}
.project_detail h3 span{
	width:80px;
	float:right;
	margin-right:15px;
	font-size:15px;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	height:30px;
	line-height:30px;
	border-radius:30px;
	background:#28c6c7;
}
.project_detail h3 span {
color:#ffffff;
}
.project_detail ul {
  list-style: none;
  padding: 0;
  text-align:left;
}
.project_detail ul li{
font-size:14px;
text-align:left;
}
.project_detail p {
  margin: 0;
  font-size:14px;
  line-height:180%;
}

/* 响应式样式 */
@media (max-width: 768px) {
  .project_list li {
    flex-direction: column;
    width: 95%;
    margin: 0 auto 20px;
  }

  .project_list img {
    width: 100%;
    margin: 0 auto;
	padding:0px;
  }

  .project_detail {
    width: 95%;
    padding: 15px;
  }
}
.project_detail {
    padding-bottom: 10px;
	border-bottom:1px solid #ececec;
}
.project_detail .project_top {
    overflow: hidden;
	margin:0px auto;
	width:95%;
}
.project_detail .project_top h1{
width:100%;
text-align:left;
margin-top:23px;
font-size:30px;
color:#333333;
}
.project_detail .project_top .project_date{
width:100%;
text-align:left;
margin-top:21px;
font-size:17px;
color:#999999;
}

.project_detail .project_top .project_description{
width:100%;
margin:20px auto;
}
.project_detail .project_top .project_description p{
font-size:14px;
line-height:180%;
color:#666666;
}
/* Tabs styling */
.tab-container {
    margin-top: 20px;
}
.tabs {
    display: flex;
    cursor: pointer;
    border-bottom: 2px solid #ececec;
}
.tab {
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}
.tab.active {
    border-bottom: 2px solid #009eba;
    font-weight: bold;
    color: #009eba;
}
.tab-content {
    display: none;
    margin-top: 20px;
}
.tab-content.active {
    display: block;
}

/* 职位展示区域优化 - 每行显示两个职位 */
.positions {
  margin: 15px 0;
  padding: 12px 0;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.company_list .positions ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 15px; /* 行间距12px，列间距15px */
  padding: 0;
  list-style: none;
  width:100%;
}

.company_list .positions li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 6px;
  background: #f8fafc;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  color: #334155;
  width:85%;
  white-space: nowrap; /* 防止换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.company_list .positions li:before {
  content: "";
  margin-right: 6px;
}

.more-jobs {
  grid-column: span 2; /* 跨两列显示 */
  text-align: right;
  margin-top: 5px;
}

.more-jobs a {
  color: #3b82f6;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.more-jobs a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* 招聘时间区域优化 */
.zhaopintime {
  margin-top: 15px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.zhaopintime span {
  margin-left: 15px;
  padding: 4px 10px;
  background: #3b82f6;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.zhaopintime span:hover {
  background: #1d4ed8;
}

/* 响应式适配 */
@media (max-width: 768px) {
.company_list .positions ul {
    gap: 10px;
  }
  
.company_list .positions li {
    padding: 6px 10px;
    font-size: 13px;
    width:100%;
  }
  
  .zhaopintime {
    font-size: 13px;
  }
}