body {
    padding-top: 70px;
    background-color: #F5F5F5;
}

.navbar {
    background-color: #3169b0 !important;
}

#bs-example-navbar-collapse-1 a:hover {
    background-color: #265da6;
}

.tag_active {
    background-color: #265da6;
}

#bs-example-navbar-collapse-1 a {
    color: white;
}

#navbar_right li {
    margin-left: 30px;
}

.navbar-brand {
    margin-top: -5px;
}

.left {
    width: 100%;
}

.right {
}

.person_name {
    color: #0066ff;
}

.person_title {
    font-size: 11px;
    color: #a9a9a9;
}

.person_city {
    font-size: 10px;
    color: #dcdcdc;
}

.person_message small {
    display: block;
}

.person_photo {
    float: left;
}

.person {
    clear: both;
    margin-top: 15%;
}

.person_doctor {
    margin-left: 10px;
    margin-bottom: 30px;
}

.person_message {
    margin-left: 80px;
}

.person_doctor a {
    text-decoration: none;
}

.person_doctor a:hover {
    color: #191970;
}

#doctor_introduce {
    background-color: white;
    height: 320px;
    padding-left: 15px;
}

#small_tag {
    background-color: white;
}

#one_week {
    background-color: white;
}

h4 {
    color: #3169b0;
    font-size: 20px;
}

h3 {
    color: #3169b0;
    font-size: 1.5em;
}

.week {
    background: #fff;
    height: 320px;
    width: 95%;
    margin-left: 5%;
}

.week h4 {
    margin-left: 10px;
}

.week ul {
    list-style: none;
    padding: 0px;
    font-size: 1.1em;
    margin-top: 20px;
}

.week ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#person_doctor {
    background-color: white;
}

.read {
    background: #fff;
    margin-top: 20px;
}

.chair {
    background: #fff;
    margin-top: 20px;
}

.read hr {
    margin-top: 0px;
    width: 99%;
}

.read_item {
    margin-top: 15px;
    height: 65px;
}

.read_footer {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.footer {
    margin-top: 30px;
    background: #fff;
}
.footer p{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.weixin {
    background: #fff;
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#hotArticle{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;    /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
}
#lunbo_pics{
    height: 320px;
}