/* ÁªÏµÎÒÃÇ */
#accordion {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    height: auto;
}

#accordion .panel-heading {
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;

}

#accordion h4 {
    position: relative;
}

#accordion h4 a {
    width: 100%;
    display: block;
    z-index: 9999;
    background: url(/static/style/img/down.png) no-repeat;
    background-size: 20px;
    background-position-x: 95%;
    background-position-y: 5px;
    height: 30px;
    line-height: 30px;
}

#accordion h4 img {
    float: right;
    width: 20px;
    margin-top: -21px;
    margin-right: 40px;
    z-index: 0;
}

#accordion .active {
    color: #fff;
    background-color: #2795ff;
}

#accordion .active a {
    background: url(/static/style/img/up.png) no-repeat;
    background-size: 20px;
    background-position-x: 95%;
    background-position-y: 5px;
}

#accordion .job_top {
    width: 100%;
    overflow: hidden;
}

#accordion .job_top .job_top_item {
    width: 50%;
    float: left;
    overflow: hidden;
    line-height: 40px;
    font-weight: 400;
}

#accordion .job_top .job_top_item .name {
    float: left;
    margin-left: 15px;
    font-weight: 600;
}

#accordion .job_top .job_top_item .tips_ {
    float: left;
    margin-left: 10px;
}

#accordion .job_bot {
    width: 100%;
}

#accordion .job_bot .job_bot_item {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

#accordion .job_bot .job_bot_item .name {
    float: left;
    margin-left: 15px;
    font-weight: 600
}

#accordion .job_bot .job_bot_item .tips_ {
    float: left;
    margin-left: 10px;
    font-weight: 500px;
}

#accordion .job_bot .job_bot_item .tips_ p {
    line-height: 30px;
    font-weight: 500;
}

.gs_tab {
    width: 1000px;
    display: flex;
    justify-content: space-around;

    margin: 0 auto;
    margin-top: 40px;
}

.gs_tab .item {
    text-align: center;
    border-radius: 7px;
    width: 270px;
    height: 50px;
    line-height: 50px;
    background-color: #e6f3ff;
    color: #004386;
    cursor: pointer;
}

.gs_tab .active {
    background-color: #2795ff;
    color: #fff;
}

.tabs_contact {
    width: 1000px;
    display: flex;
    margin: 0 auto;
}

.tabs_contact .tabs_item {
    text-align: center;
    flex: 1;
    margin-top: 40px;
}

.tabs_contact .tabs_item img {
    width: 80px;
}

.tabs_contact .tabs_item p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    color: #1b1b1b
}

.job-item {
    margin-bottom: 22px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.job-title {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    padding-left: 12px;
    border-radius: 3px;
}

.job-title-active {
    color: #fff;
    background-color: #2795ff;
}

.job-desc-item {
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.job-desc {
    width: 50%;
    display: flex;
}

.job-value {
    flex: 1;
}

.job-desc-item_inline {
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.job-label {
    font-weight: 600;
    color: #606060;
    margin-right: 12px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.hidden {
    display: none;
}