.change-time {
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.adroitst-hrEmail h2 {
  color: #323232;
}
.adroitst-hrEmail {
  margin-top: 50px;
}
.recruitmentNews {
  margin-top: 40px;
}
.recruitmentNews-head {
  padding: 15px 10px;
  border-bottom: 1px solid #707070;
}
.recruitmentNews-page {
  margin-top: 20px;
  padding-bottom: 30px;
}
.recruitment-name {
  background: #ccc;
  border-radius: 5px ;
  color: #fff;
}
.recruitmentNews-page div {
  padding: 15px 10px;
}
.recruitmentNews-page div span {
  font-size: 20px;
}
.mod-button {
  text-align: center;
  margin-bottom: 50px;
}
.mod-button-bottom {
  text-align: right;
  margin-bottom: 50px;
}
.mod-button .mod-btn {
  margin: 50px auto;
  margin-bottom: 0;
  border: 1px solid #323232;
  background-color: #f9f9f9;
  color: #323232;
  padding: 10px 20px;
  border-radius: 5px;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.mod-button .mod-btn:hover {
  background-color: #323232;
  color: #f9f9f9;
}
.btn-job-box {
  margin-top: 30px;
  border-bottom: 1px solid #bebebe;
}
.btn-job-box:after {
  content: "";
  display: block;
  clear: both;
}
.btn-job-box .btn-job-mod {
  float: left;
  margin-right: 20px;
  position: relative;
}
.btn-job-box .btn-job-mod a.in {
  color: #000000;
}
.btn-job-box .btn-job-mod a {
  color: #bebebe;
}
.btn-job-box .btn-job-mod .index {
  position: absolute;
  width: 100%;
  bottom: -11px;
  height: 1px;
  margin: 0;
  border-bottom: 1px solid #000000;
}
.btn-job-box .title-line-job {
  width: 100%;
}
.Submission {
  border-top: 1px solid #707070;
  padding: 30px 0 0 10px;
}
.Submission b {
  font-size: 20px;
}


.top-aside .one_half + .one_half ul {
margin:0;
padding:0;
float:right;
}


/*8.23*/
.table ul {
    margin-top: 0;
    width: 98%;
	border-radius: 5px ;
    overflow: hidden;
    margin-bottom: 0;
    list-style: none;
}

            .table ul li {
                float: left;
                width: 100%;
            }

        .table .tbody ul > li .link {
            font-size: 16px;
            border-top: 0;
            width: 100%;
            overflow: hidden;
			background-color: #ababab;
			border-radius: 5px ;
        }

        .table .tbody ul > li.open .link {
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
			
        }

        .tbody ul#accordion > li {
            border-bottom: 10px solid rgba(255, 255, 255,.3);
            cursor: pointer;
			<!--职位名单元格下边框颜色-->
        }

        .table .tbody ul > li > div > span {
            padding: 20px 25px;
            display: inline-block;
            color: #666;
            float: left;
        }
        .table .tbody ul > li .link:hover {
            background-color: #707070;
			<!--鼠标热点职位名颜色-->
        }

        .submenu {
            padding-left: 50px;
            background-color: #fff;
            padding-bottom: 50px;
			<!--职位内容单元背景色-->
        }

            .submenu .title {
                padding-top: 20px;
                font-weight: bold;
            }

        .glyphicon-menu-down {
            font-size: 1px;
            margin-left: 10px;
        }

      .glyphicon-menu-down {
             -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            transition: all .25s ease-out;
        }


        .btn-group-justified > .btn-group {
            padding: 20px 25px;
            color: #aaa;
        }

        #accordion .btn-group-justified > .btn-group {
            color: #fff;
            font-size: 20px;
			<!--职位名颜色-->
        }

        #accordion .open .glyphicon-menu-down {
            transform: rotate(180deg);
        }
        .glyphicon{ display: none;}
        #accordion li.hover .glyphicon-menu-down {
            display: inline-block !important;
        }
