.sci_container {
    background: #fff;
}
.simulate-title {
    margin: 40px auto 60px;
}
.simulate-title>h2 {
    line-height: 45px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
    color: #2c3e50;
    font-weight: 600;
}
.simulate-title>h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 48px;
    height: 4px;
    background-color: #44a3e0;
    border-radius: 2px;
}
.content_container {
    padding: 30px;
    justify-content: center;
    display: flex;
    background: #fff !important;
}
.bottom {
    width: 1400px;
    margin: 0 auto;
}
.bottom .item {
    background: #fff;
    border: solid 1px #f0f0f0b8;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 25px;
    margin: 15px;
    display: inline-block;
    width: 595px;
    height: 130px;
    cursor: pointer;
}
.bottom .item .nav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.bottom .item .nav .title {
    color: #333333;
    font-size: 16px;
    margin-right: 22px;
}
.bottom .item .nav .button-new-tag {
    margin-right: 14px;
    border: 1px solid #D9D9D9;
    color: #777;
    font-size: 11px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
}
.bottom .item .center {
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
}
.bottom .item .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom .item .foot .left span {
    margin-right: 25px;
    font-size: 12px;
}
.bottom .item .foot .right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    position: relative;
    left: -60px;
    color: #666;
    font-size: 12px;
}
.bottom .item .foot .right i {
    margin-right: 8px;
    color: #44a3e0;
    font-weight: 700;
}
.el-divider--vertical {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    vertical-align: middle;
    position: relative;
}
#recruit-detail .part1 {
    width: 100%;
    height: 174px;
    background: #434A5E;
    margin-bottom: 30px;
}
#recruit-detail .part1 .part1_main {
    width: 1000px;
    margin: 0 auto;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#recruit-detail .part1 .part1_main .left .top .title {
    font-size: 24px;
    margin-right: 44px;
}
#recruit-detail .part1 .part1_main .left .top .money {
    color: #FA6A43;
    font-size: 16px;
}
#recruit-detail .part1 .part1_main .left .bottom {
    font-size: 16px;
    margin-top: 30px;
}
.part2 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.part2 .item {
    margin-bottom: 38px;
}
.part2 .item .title {
    font-size: 18px;
    color: #555;
    margin-bottom: 11px;
}
.part2 .item .bottom {
    display: flex;
    align-items: center;
}
.part2 .item .bottom .info_item {
    margin-bottom: 8px;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-family: PingFang-SC-Medium, PingFang-SC;
}
.info_item span {
    display: block;
}
.description {
    margin-top: 10px;
}