/*轮播图*/

body {
    background-color: #F5F5F5;
}

.isshow {
    display: block !important;
}

.read_span {
    border: 2px solid #327DFA !important;
    background: #327DFA !important;
    color: #fff !important;
}

.banner_bg {
    width: 100%;
    height: 680px;
    background: url(../images/img_Banner.jpg);
}

.hospital-banner {
    margin-top: 74px !important;
}

.hospital-banner .banner-img {
    min-height: 350px;
}

.hospital-banner .banner-img1 {
    min-height: 350px;
    float: right;
}

.hospital-banner .h-banner-box {
    position: absolute;
    top: 25%;
    left: 13.5%;
    width: 1050px;
}

.hospital-banner .h-banner-box h1 {
    display: inline;
    width: 740px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #fff; */
}

.hospital-banner .h-banner-box span {
    display: inline-block;
    width: 740px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 24px;
}

.hospital-banner .h-banner-box h2 {
    height: 1px;
    width: 570px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.hospital-banner .h-banner-box p {
    color: #fff;
    margin-top: 24px;
}

.hospital-banner .h-banner-box p img {
    display: inline;
    vertical-align: top;
    margin: -2px 5px;
}

.hospital-banner .h-banner-box h6 {
    margin-top: 31px;
    padding: 8px 7px;
    font-size: 25px;
    color: #FFFFFF;
    background: url(../images/img_rx.png) no-repeat;
}


/* 内容样式 */

.container {
    width: 1400px!important;
}

.job-content>li {
    box-shadow: 0px 0px 10px #D2D2D2;
    border-radius: 40px 40px 40px 0px;
    padding: 40px 40px 40px 30px!important;
    border: none!important;
}

.job-name {
    position: relative;
}

.job-name i {
    position: absolute;
    left: -10px;
    top: 5px;
}

.job-title .job-name {
    margin-left: 40px;
    font-size: 30px!important;
    color: #000000!important;
}

.job-content .job-body {
    margin-top: 20px;
    padding-top: 24px;
    font-size: 20px!important;
    color: #327DFA;
}

.job-bd-left .border-2px {
    border-right: 0 !important;
}

.container_til {
    background-color: #327DFA;
    color: #FFFFFF;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
}

.container_til:hover {
    background-color: #505050;
    color: #FFFFFF;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
}

.container_til_01 {
    background: url(../images/icon_top_hui.png) no-repeat 23px 17px;
    background-color: #EFEFEF;
    color: #505050;
    padding: 10px 10px 10px 60px;
    border-radius: 20px;
}

.container_til_01:hover {
    background: url(../images/icon_top.png) no-repeat 23px 17px;
    background-color: #505050;
    color: #FFFFFF;
    padding: 10px 10px 10px 60px;
    border-radius: 20px;
}

.job-content .job-detail {
    padding: 40px 0px 0px 25px!important;
}

.job-detail-list p span strong span {
    font-size: 20px!important;
    font-weight: 400;
    color: #888888!important;
}

.job-detail-list p span {
    font-size: 15px!important;
}

.join_mail {
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 80px;
    text-align: center;
}

.jion_mail_cn {
    width: 110px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.join_mail p {
    display: inline-block;
    font-size: 30px;
    color: #505050;
}

.join_mail span {
    font-size: 30px;
    color: #327DFA;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {
    .container {
        width: 980px!important;
    }
    .banner_bg {
        width: 100%;
        height: 400px;
        background: url(../images/img_Banner.png);
    }
    .hospital-banner .banner-img1 {
        min-height: 350px;
        height: 300px;
        float: right;
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .container {
        width: 1200px!important;
    }
    .banner_bg {
        width: 100%;
        height: 500px;
        background: url(../images/img_Banner.png);
    }
    .hospital-banner .banner-img1 {
        min-height: 350px;
        height: 500px;
        float: right;
    }
}