@import url(search_box.css);
@import url(job_list.css);

.search-tag {
    border-bottom: 1px dotted #ccc;
    margin: -10px -14px 20px;
    padding: 0 10px 8px;
    overflow: hidden;
    color: #444;
    font-size: 15px;
}
.search-tag .title {
    float: left;
}
.search-tag .tag-group {
    margin-left: 110px;
}
.search-tag .tag-group .tag {
    display: inline-block;
    background: #ECF4FA;
    border: 1px solid #BFDCEE;
    line-height: 1.4;
    padding-left: 10px;
    margin-bottom: 5px;
}
.search-tag .tag-group .tag .del {
    background-image: url(../images/_icon/tag_delete.png);
    width: 30px;
    height: 30px;
}

.order-box {
    margin-bottom: 20px;
}
.order-box .title {
    margin-bottom: 8px;
}
.order-box .btn-group {
    margin: 0 -5px;
}
.order-box .btn {
    background: url(../images/btn_bg3.png) repeat-x;
    line-height: 26px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 13px;
    margin: 0 3px 6px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.order-box .btn.up {
    background-position: 0 100%;
    color: #fff;
}
.order-box .btn:after {
    content: "";
    background: url(../images/_icon/filter_arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px -3px 0 3px;
}
.order-box .btn.up:after {
    background-position: 100% 100%;
}



.top-btns {
    background: url(../images/title_bg.png) repeat-x 0 100%;
    padding: 10px 0 4px;
    position: relative;
    margin: 0 -14px 40px;
    overflow: hidden;
}
.top-btns li {
    margin: 0;
}
.top-btns .btn {
    background: #616BA3;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    -webkit-box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.25);
            box-shadow:inset 0 -2px 2px 0 rgba(0,0,0,0.25);
}
.top-btns .btn:hover,
.top-btns .active .btn {
    background: #0C3C8E;
}
.top-btns .btn .ic {
    margin: 0 6px -3px 0;
    vertical-align: text-bottom;
}
.content-share {
    position: absolute;
    right: 0;
    top: 18px;
    margin: 0 10px;
}
.page-head {
    border-top: 1px solid #ccc;
    background: #F4F4F4;
    padding: 8px;
    margin: 0 -14px 25px;
    overflow: hidden;
}
.page-head .title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding: 8px;
}
.page-head .title .ic {
    margin: -3px 4px 0 0;
}
.page-head .title strong {
    display: inline-block;
    vertical-align: bottom;
    font-size: 25px;
    line-height: 1.4;
    margin: 0 10px;
}
.page-head .title strong.c1 {
    color: #B10000;
}
.page-head .title strong.c2 {
    color: #2C3784;
}
.page-head .btn-group {
    float: right;
}

.table .weblink {
    color: #FA4000;
}
.editor {
    padding: 0 15px;
}
.recruit-form .form-header {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-bottom: 25px;
}
.recruit-form  .title {
    font-size: 25px;
    color: #B10000;
}
.recruit-form  .info {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #545454;
}
.recruit-form  .company {
    display: block;
    color: #2C3784;
    font-size: 18px;
}
.recruit-form  .reminder-txt {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .search-tag .title {
        float: none;
        margin-bottom: 10px;
    }
    .search-tag .tag-group {
        margin-left: 0;
    }
    .editor {
        padding: 0;
    }
}
@media screen and (max-width: 520px) {
    .top-btns {
        margin-bottom: 20px;
        text-align: center;
    }
    .content-share {
        position: static;
        text-align: center;
        display: block;
        margin: 0 0 20px;
    }
}