﻿.content {
    margin-top: 20px;
}

.menu_left {
    width: 230px;
    margin-right: 20px;
}



.dept_right {
    width: calc(100% - 250px);
    background: #fff;
    padding: 0 20px;
    box-shadow: 1px 2px 4px #ccc;
}

.position {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

    .position img{
        margin-right:15px;
    }
    .position a {
        color: #333;
    }

.deptClass {
    padding: 10px 40px;
    margin: 20px 0;
    background: #95d1d0;
    color: #157674;
}

    .deptClass h2 {
        margin: 0 !important;
    }

.left_ul {
    box-shadow: 1px 2px 4px #ccc;
}

    .left_ul p {
        padding: 20px 0;
        text-align: center;
        background: #4aaba9;
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }

    .left_ul li {
        border-top: 1px solid #ccc;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        background: #fff;
    }

        .left_ul li:hover a {
            color: #c4a35a;
        }

        .left_ul li a {
            color: #333;
            text-decoration: none;
        }

.dongtai_right {
    width: calc(100% - 250px);
    padding: 0 20px;
}
.right_con {
    background: #4aaba9;
    padding: 10px 40px;
}

    .right_con h3 {
        color: #fff;
    }

p.foot_tit {
    padding: 15px 0;
}





.caption {
    padding: 10px 20px;
    margin: 10px 0;
    background: #4aaba9;
    color: #FFF;
    display: flex;
    align-items: center;
}

    /*.caption::before {
        content: '';
        width: 5px;
        height: 19px;
        display: inline-block;
        background: #0b6d6b;
        margin-right: 10px;
    }
*/
.part {
    background: #fff;
}

    .part .box {
        padding: 0 20px;
    }

        .part .box .item {
            /*border: 1px solid #cccccc;*/
            border-radius: 5px;
            width: calc((100% - 35px)/3);
            height: 180px;
            float: left;
            margin-right: 15px;
            margin-bottom: 15px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: #fff;
            box-shadow: 0px 1px 4px #ccc;
            transition: all 0.5s;
        }

            .part .box .item:nth-child(3n) {
                margin-right: 0;
            }

            .part .box .item:hover {
                background: #298583;
            }

                .part .box .item:hover .inner .h2 {
                    border-bottom: 1px solid #fff;
                    background: url(../img/jiantou_w.png) no-repeat right 2px;
                }

                    .part .box .item:hover .inner .h2 a, .part .box .item:hover .inner-box a {
                        color: #fff;
                    }

            .part .box .item .inner {
                display: block;
                padding: 18px 20px;
            }

                .part .box .item .inner .h2 {
                    font-size: 18px;
                    color: #528eb5;
                    background: url(../img/jiantou.png) no-repeat right 2px;
                    border-bottom: 1px solid #dddddd;
                    padding-bottom: 18px;
                    margin: 0;
                }

                    .part .box .item .inner .h2 a {
                        color: #0b6d6b;
                        display: block;
                        text-decoration: none;
                    }

            .part .box .item .inner-box {
                padding: 8px 0;
                padding-bottom: 0;
            }

                .part .box .item .inner-box a {
                    display: block;
                    width: 33.3333%;
                    float: left;
                    font-size: 14px;
                    color: #0b6d6b;
                    padding: 6px 0;
                    text-decoration: none;
                }

                    .part .box .item .inner-box a:hover {
                        color: #c4a35a;
                    }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.doctor_con .ysjs {
    display: flex;
}

.doctor_picture {
    width: 178px;
    height: 300px;
    overflow: hidden;
    margin-right: 45px;
}

.doc_des {
    width: calc(100% - 240px);
}

.doc_des_top {
    padding: 0px 0 20px 0;
    border-bottom: 1px solid #ccc;
}

    .doc_des_top span:nth-child(1) {
        font-size: 24px;
        color: #754726;
    }

    .doc_des_top span:nth-child(2) {
        float: right;
        display: inline-block;
    }