.wid_All {
    width: 100%;
    min-width: 1324px;
}

.wid_1324 {
    width: 1324px;
    margin: 0px auto;
    font-family: "Microsoft YaHei";
}

button,
input {
    border: 0px;
    font-size: 100%;
}

/* 焦点图 */
.indexFullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #000;
    min-width: 1324px;
    overflow: hidden;
    flex-shrink: 0;
}
.indexFullSlide .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    height: 800px;
    overflow: hidden;
    text-align: center;
    background-size: cover !important;
    float: left;
}

.indexFullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.indexFullSlide .bd ul {
    width: 100% !important;
}

.indexFullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
    background-size: cover !important;
}

.indexFullSlide .swiper-slide a {
    display: block;
    height: 800px;
}

.indexFullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 96px;
    left: 0;
    height: 4px;
    line-height: 4px;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.indexFullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.indexFullSlide .swiper-pagination-bullets span {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px;
    height: 4px;
    margin: 0px 4px;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
    overflow: hidden;
    line-height: 9999px;
}

.indexFullSlide .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #fff;
}

.indexFullSlide .timer {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    font-size: 0;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:86px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #000;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 100%;
    bottom:86px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}


#indexTools {
    margin: 64px auto;
}

#indexTools ul li {
    width: 204px;
    height: 165px;
    background: #fff;
    float: left;
    margin-right: 20px;
    position: relative;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.0300), 0px 9px 28px 0px rgba(0, 0, 0, 0.0500), 0px 6px 16px -8px rgba(0, 0, 0, 0.0800);
}

#indexTools ul li .ico {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 32px;
}

#indexTools ul li:hover .ico {
    animation: rot 0.5s;
    -webkit-animation: rot 0.5s;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

#indexTools ul li .a {
    background: url("../images/indexToolA.png") no-repeat;
}

#indexTools ul li .b {
    background: url("../images/indexToolB.png") no-repeat;
}

#indexTools ul li .c {
    background: url("../images/indexToolC.png") no-repeat;
}

#indexTools ul li .d {
    background: url("../images/indexToolD.png") no-repeat;
}

#indexTools ul li .e {
    background: url("../images/indexToolE.png") no-repeat;
}

#indexTools ul li .f {
    background: url("../images/indexToolF.png") no-repeat;
}




#indexTools ul li:hover .a {
    background: url("../images/indexToolA-white.png") no-repeat;
}

#indexTools ul li:hover .b {
    background: url("../images/indexToolB-white.png") no-repeat;
}

#indexTools ul li:hover .c {
    background: url("../images/indexToolC-white.png") no-repeat;
}

#indexTools ul li:hover .d {
    background: url("../images/indexToolD-white.png") no-repeat;
}

#indexTools ul li:hover .e {
    background: url("../images/indexToolE-white.png") no-repeat;
}

#indexTools ul li:hover .f {
    background: url("../images/indexToolF-white.png") no-repeat;
}





#indexTools ul li:hover {
    background: #0095BC;
    cursor: pointer;
}

#indexTools ul li:hover p {
    color: #fff;
}

#indexTools ul li p {
    font-size: 18px;
    color: #333;
    width: 100%;
    position: absolute;
    top: 108px;
}

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

.main {
    flex: 1 1 auto;
}

#indexYydt {
    width: 876px;
}

#indexYydt .title,
#indexSpzx .title {
    color: #333333;
    font-size: 32px;
    line-height: 38px;
}

#indexYydt .more,
#indexSpzx .more {
    width: 64px;
    height: 34px;
    border-radius: 17px 17px 17px 17px;
    border: 1px solid #0095BC;
    font-size: 16px;
}

#indexSpzx {
    width: 428px;
}

.f12_0095BC,
a.f12_0095BC:link,
a.f12_0095BC:visited {
    color: #0095BC;
    text-decoration: none;
}

a.f12_0095BC:hover {
    color: #0095BC;
    text-decoration: none;
}

#indexYydt .indexImg {
    width: 428px;
}

#indexYydt h4 {
    width: 416px;
    height: 68px;
    line-height: 34px;
    margin-bottom: 8px;
}

#indexYydt ul li {
    width: 416px;
    padding-top: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

#indexYydt ul li a {
    width: 288px;
    height: 25px;
    overflow: hidden;
    display: block;
}

#indexYydt ul li span {
    font: normal 14px/25px "yahei";
    color: #999999;
    width: 120px;
}

#tsyl h3 {
    font-size: 32px;
    line-height: 38px;
    padding: 64px 0px 24px;
}

#tsyl ul li {
    width: 428px;
    height: 410px;
    background: #FFFFFF url("../images/indexYlts.png") no-repeat center bottom;
    /* box-shadow:0px 2px 19px -10px rgba(0,0,0,0.3), 0px 23px 8px -37px rgba(0,0,0,0.3), 0px 0px 5px -8px rgba(0,0,0,0.3); */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

#tsyl ul li .img {
    width: 428px;
    height: 240px;
    overflow: hidden;
}

#tsyl ul li img {
    transition: all .3s ease;
}

#tsyl ul li:hover img {
    transform: scale(1.2);
}

#tsyl ul li p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px;
    width: 100%;
    text-align: center;
}

/* 招标公告 */
#breadcrumb {
    height: 95px;
    border-bottom: 1px solid #E8E8E8;
}

#breadcrumb ul li {
    position: relative;
    margin-right: 48px;
    line-height: 95px;
}

#breadcrumb ul li.current ::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    height: 11px;
    border: 2px solid #0095BC;
    width: 7px;
    background-color: #fff;
    border-radius: 50%;
    height: 7px;
    content: "";
}

#breadcrumb ul li.current a:link,
#breadcrumb ul li.current a:visited {
    color: #0095BC;
    font-weight: bold;
}

#zbgg {
    padding: 37px 0px 0px;
}

#zbgg li {
    height: 92px;
    line-height: 92px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#zbgg li a {
    float: left;
    display: block;
    width: 900px;
}

/* 医院专刊 */
#yyzk li {
    width: 428px;
    height: 364px;
    margin-left: 20px;
    border-bottom: 4px solid #F7F7F7;
    margin: 0px 10px 20px 0px;
}

#yyzk li:hover {
    border-bottom: 4px solid #0095BC;
}

#yyzk p {
    line-height: 40px;
    width: 380px;
    margin-top: 24px;
    max-height: 80px;
}

/* 通用列表 */
#commonListStyle li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
}

#commonListStyle li:hover .content a {
    color: #0095BC;
}

#commonListStyle li:hover .more {
    background: url("../images/tends_moreH.png") no-repeat;
}

#commonListStyle .time {
    width: 79px;
    margin: 48px 30px 0px 54px;
}

#commonListStyle .time i {
    font-size: 40px;
    line-height: 47px;
}

#commonListStyle .time span {
    line-height: 16px;
}

#commonListStyle .content {
    width: 921px;
}

#commonListStyle .content a {
    width: 921px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-top: 40px;
}

#commonListStyle .content p {
    width: 921px;
    height: 48px;
    padding-top: 16px;
    line-height: 24px;
}

#commonListStyle .more {
    background: url("../images/tends_more.png") no-repeat;
    width: 48px;
    height: 24px;
    position: absolute;
    right: 64px;
    top: 74px;
}

/* 心理测试 */
#xlcs {
    padding: 0px;
}

#xlcs li {
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #E8E8E8;
}

#xlcs li a.title {
    float: left;
    display: block;
    width: 900px;
}

#xlcs li .btn {
    padding-right: 24px;
    font-size: 16px;
}

#xlcs li a.btn:hover {
    text-decoration: underline;
}

#xlcs li a.title:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #0095BC;
    display: block;
    float: left;
    margin: 31px 12px 0 24px;
    border-radius: 50%;
}

/* 心理热线 */
#ktrx {
    width: 764px;
}

#ktrx h3 {
    width: 764px;
    line-height: 45px;
    padding-bottom: 24px;
    font-size: 32px;
}

#ktrx #ktrxIntro {
    font-size: 18px;
    line-height: 30px;
}

.xlcsTitle {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 32px;
}

.xlrx-form-item {
    width: 548px;
    padding-bottom: 24px;
}

.xlrx-form-item label {
    width: 90px;
    text-align: right;
    padding-right: 16px;
    font-size: 18px;
    display: inline-block;
    float: left;
    line-height: 50px;
}

.xlrx-form-item .el-input__inner {
    width: 408px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #E8E8E8;
    padding: 0px 10px;
    color: #999;
    font-size: 16px;
    float: left;
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #999;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E8E8E8;
    border-radius: 4px 4px 4px 4px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    width: 1024px;
    display: inline-block;

}

.pad_left_46 {
    margin-left: 46px;
}

.el-input__inner:focus,
.el-textarea__inner:focus {
    outline: none;
    border-color: #409eff;
}

.xlcsEwm {
    width: 92px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin-left: 16px;
    ;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    width: 104px;
    height: 54px;
    background: #0095BC;
    border-radius: 27px;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    font-size: 20px;
    outline: none;
    border: 0px;
    margin-left: 106px;
}

/* 心理测试正文页 */
#xlcsTxt {
    width: 1004px;
    margin: 0px auto;
}

#xlcsTxt .title {
    font: bold 32px/45px "yahei";
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
}

#xlcsTxt table {
    width: 940px;
    margin-bottom: 24px;
}

#xlcsTxt .tit {
    font: bold 20px/28px "Microsoft YaHei";
    padding-bottom: 16px;
}

#xlcsTxt table label {
    line-height: 21px;
    height: 21px;
    font-size: 18px;
    margin-right: 18px;
}

#xlcsTxt table input {
    margin-right: 6px;
}

/* 招聘公告正文 */
#zpggTxt h2 {
    line-height: 48px;
}

#zpggTxt .zhaiyao {
    border-bottom: 1px solid rgb(229, 231, 235);
    clear: both;
    overflow: hidden;
}

#text_content {
    padding: 56px 0 64px 0;
    border-bottom: 1px solid rgb(229, 231, 235);
}

#text_content img {
    display: inline-block;
    max-width: 900px !important;
    height: auto !important;
    vertical-align: middle;
}

#text_content p {
    /* margin-bottom: 20px; */
    font-size: 18px;
    line-height: 1.75em;
}

#text_content table td {
    border: 1px solid #a0a0a0;
}

.returnPrePage {
    border: 1px solid rgb(0, 149, 188);
    border-radius: 9999px;
    margin-top: 8px;
}

.zpggArticles p {
    width: 500px;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
    font-size: 16px;
}

/* 搜索结果 */
#searchNav {
   width: 100%;
   overflow: hidden;
   background-color: #f0f0f0;
   line-height: 60px;
}