.main {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

body {
    background: #fbfbfb;
}

.menu-title {
    height: 44px;
    background: #017bc4;
    line-height: 48px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.lit-menu {
    float: left;
    width: 230px;
    background: white;
}

.lit-menu ul {
    padding: 0;
}

.lit-menu .li-act a {
    background: #6caae9;

    color: #fff;
}

.lit-menu a {
    display: block;
    padding-left: 20px;
    border-bottom: 1px dotted #d3d3d3;
    line-height: 42px;
    font-size: 16px;
    font-weight: bolder;
}

.lit-menu a:hover {
    background: #6caae9;

    color: #fff;
}

.list-os {
    background: #f8f8f8;
    padding-top: 20px;
}

.list-os ul {
    padding: 20px;
}

.list-os ul li {
    line-height: 30px;
    font-size: 16px;
}

.ostime {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #093;
    font-size: 14px;
    margin-left: 15px;
    text-align: center;
    color: #fff;
}

.lit-container {
    float: right;
    width: 720px;
    background-color: white;
    padding: 10px 15px;
}

.list-title {
    border-bottom: 3px solid #017bc6;
    padding-bottom: 10px;
}

.list-title span {
    display: inline-block;
    color: #017bc6;
    line-height: 30px;
    font-size: 20px;
    padding-left: 20px;
    border-left: 6px solid #017bc6;
}

.list-title div {
    float: right;
}

.list-title a {
    font-size: 14px;
}

.t-head {
    border-bottom: 1px solid #017bc6;
    height: 40px;
}

.t-head div {
    line-height: 40px;
    color: #017bc6;
}

.head-time {
    display: inline-block;
    width: 150px;
}

.head-title {
    display: inline-block;
    width: 500px;
}

.lit-container ul {
    padding: 0;
}

.t-item {
    margin-top: 5px;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 14px;
}

.t-item div {
    width: 150px;
    float: left;
}

.t-item a {
    display: inline-block;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sc-menu {
    height: 42px;
    padding: 30px 5px;
    border-bottom: 1px #cccccc dashed;
}

.sc-menu img {
    width: 20px;
}

.sc-menu a {
    height: 40px;
    float: left;
    margin-left: 5px;
    line-height: 40px;
    border: 1px solid #dedede;
    width: 110px;
    background: #f6f6f6;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #777;
    cursor: pointer;
}

.sc-menu a:hover {
    background: #017bc4;
    color: white;
}

.sc-menu>.sc-act {
    background: #017bc4;
    color: #fff;
}

.sc-list {
    padding-top: 10px;
}

.sc-list img {
    width: 20px;
    margin: 10px 10px 0 10px;
    float: left;
}

.sc-list a {
    margin-left: 15px;
    margin-bottom: 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dedede;
    width: 120px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.newstitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #007bcf;
    margin: 10px 0;
}

.newsinfo {
    border-bottom: 1px dashed #dedede;
    height: 30px;
    margin: 0 0 0 0;
    text-align: center;
    color: #000;
}

/* 专家门诊详情 */
.clinic-title {
    padding: 10px;
    background-color: #007bcf;
    color: white;
    font-size: 22px;
}

.clinic-table {
    background-color: #007bcf;
    border-radius: 10px;
    padding: 10px;
}

.clinic-table div {
    color: white;
    font-size: 18px;
    padding: 10px 0;
}

.clinic-table div span {
    color: #ff7e00;
    font-size: 14px;
}

.clinic-table table {
    background-color: white;
}

.clinic-table table tr td {
    line-height: 30px;
}

.clinic-table table tr td:first-child {
    width: 80px;
    text-align: center;
}

.clinic-table table tr:first-child {
    background-color: #b0d2ff;
}

table tr:nth-child(odd) {
    background: #d9e6f7;
}

/* 医院介绍 */
.hospital-info {
    padding: 10px;
}

.hospital-info>a {
    padding: 10px;
    display: inline-block;
    width: 40%;
    margin: 10px;
    border: 1px solid #dedede;
    background: #fcfcfc;
}

.hospital-info img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.hospital-info a span {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}

/* 领导列表 */
.leader-list a {
    display: inline-block;
    width: 28%;
    margin: 2%;
    height: 300px;
    border-bottom: 3px solid white;
}

.leader-list a:hover {
    border-bottom: 3px solid #0551a9;
}

.leader-list div {
    text-align: center;
}

.leader-list img {
    width: 150px;
    height: 188px;
    margin: 0 auto;
}

.leader-list-name {
    font-size: 17px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    margin: 12px auto;
}

.leader-list-position {
    text-align: center;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: bold;
}
}

#leader-list-page {
    text-align: end;
}

/* 领导简介 */
.leader-name {
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 10px;
    background-color: #d2e9ff;
    padding: 5px;
    margin: 5px 0;
}

.leader-img {
    padding: 20px;
}

.leader-img img {
    width: 188px;
    margin: 10px 20px;
}

.leader-img>div {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-top: 10px;
}

.leader-position {
    font-size: 14px;
}

.leader-position-info {
    margin-top: 20px;
    font-size: 20px;
}

.leader-info {
    text-indent: 2em;
    line-height: 26px;
    margin-top: 20px;
}

/* 搜索 */
.search-item {
    margin: 20px 0 0;
    display: block;
}

.search-item h2 {
    line-height: 40px;
    font-weight: bold;
}

.search-item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 5px;
}