body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    font-size: 1rem;
    line-height: 25px;
    margin: 0 0 8.5px;
    padding: 0 10px;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #1d00ff;
    text-decoration: none;
}

a:hover {
    color: #1d00ff;
    text-decoration: underline;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    font-size: 21px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-style: italic;
}

h4 {
    font-size: 15px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

nav {
    display: block;
}

footer {
    background: #e7e7e7;
    padding: 10px 0;
    width: 960px;
    margin: 0 auto;
}

.container {
    width: 960px;
    margin: 40px auto;
}

.header {
    padding-top: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.header>a {
    color: #000;
    padding-right: 2%;
}

.header img {
    width: 100%;
}

.dn_center {
    text-align: center;
    color: red;
}

.like_box a {
    text-decoration: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.dn_red {
    color: #1d00ff;
    text-decoration: underline;
}

.dn_red:hover {
    color: #1d00ff;
    text-decoration: underline;
}

.data_public {
    color: #777;
    margin-bottom: 10px;
    padding-left: 10px;
}

.content {
    margin-top: -2%;
}

.main {
    width: 75%;
    float: left;
}

.text {
    font-size: 14px;
}

.sidebar {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.box-red {
    background-color: #f5f5f5;
}

.box {
    margin: 5px 0;
    color: #fff;
    padding: 10px 5px;
}

.box-red menu {
    padding-left: 1em;
    list-style-type: none;
}

.box-red a:link,
.box-red a:visited {
    color: #323232;
    font-weight: 700;
}

.box-red tbody>tr>td.active {
    background: rgba(0, 0, 0, 0.2);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 2px 4.5px;
}

.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.dn_danger {
    color: #444;
}

.dn_ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: right;
    padding-right: 10px;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.like {
    background-color: #dfebec;
    text-align: right;
}

.like_box {
    padding: 10px;
}

.like_true {
    display: inline-block;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 6px 16px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.fix_margin {
    height: 11px;
}

.like_true:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.like_false {
    display: inline-block;
    padding: 6px 16px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.like_false:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.like_sum {
    background: #fff;
    padding: 2px 7px;
    border-radius: 8px;
}

.like_true>.like_sum {
    color: #5cb85c;
}

.like_false>.like_sum {
    color: #d9534f;
}

.comment {
    display: inline-block;
    margin: 15px 0;
    width: calc(100% - 95px);
    padding-left: 5px;
    vertical-align: top;
}

.header_240,
.header_320,
.header_480,
.header_620,
.header_767 {
    display: none;
}

@media screen and (max-width: 999px) {
    .sidebar {
        display: none;
    }
    .main {
        width: 720px;
        margin: 0 auto;
        float: none;
    }
    .subtitle {
        width: 720px;
        margin: 0 auto;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    footer {
        background: #e7e7e7;
        padding: 10px 35px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .subtitle {
        width: 100%;
        margin: 0 auto;
    }
    .main {
        width: 100%;
    }
    .header_767 {
        display: block;
    }
    .header_240,
    .header_320,
    .header_480,
    .header_620 {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .dn_doctor {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
    .dn_doctor img {
        width: 100%;
    }
}

@media screen and (max-width: 645px) {
    .dn_ul {
        float: none !important;
        display: block;
    }
    .dn_danger {
        padding: 0;
    }
}

@media screen and (max-width: 620px) {
    .header_620 {
        display: block;
    }
    .header_240,
    .header_320,
    .header_480,
    .header_767 {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    p {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .dn_img {
        width: 100%;
    }
    .like {
        text-align: center;
    }
    .header_480 {
        display: block;
    }
    .header_240,
    .header_320,
    .header_620 {
        display: none;
    }
    footer {
        text-align: left;
    }
}

@media screen and (max-width: 320px) {
    h3 {
        font-size: 18px;
    }
    footer {
        padding: 10px 20px;
    }
    .header_320 {
        display: block;
    }
    .header_240,
    .header_480,
    .header_620 {
        display: none;
    }
}

@media screen and (max-width: 266px) {
    .like_false {
        margin-top: 5px;
    }
}

@media screen and (max-width: 240px) {
    .header_240 {
        display: block;
    }
    .header_320,
    .header_480,
    .header_620 {
        display: none;
    }
}

span.heading-span {
    font-size: 2rem;
    font-style: normal;
    font-weight: bolder;
}

footer>p {
    text-align: center;
}

a.dn_red.underline {
    display: block;
    background: rgba(135, 177, 52, 0.63);
    border-radius: 5px;
    color: #fff;
    padding: 3%;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -5px 8px #000;
    text-transform: uppercase;
    width: 60%;
    margin: 20px auto;
    font-size: 2rem;
    box-shadow: 1px 3px 5px #888;
    transition: all 0.3s;
}

a.dn_red.underline:hover {
    background: #87b134;
    text-shadow: 0 2px 0 #000;
    transform: translateY(-10%);
}

.photo {
    display: inline-block;
}

.photo img {
    width: 80px;
    border-radius: 50%;
    margin-top: 15px;
}

.comment p {
    font-size: 0.82rem;
    line-height: 15px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

header img {
    display: block;
    margin: 0 auto;
}

header hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-top: -0.5%;
    z-index: 0;
}

div.header-menu {
    text-align: center;
}

div.header-menu ul {
    list-style: none;
    margin: 0;
}

div.header-menu ul li {
    display: inline-block;
    margin: 1% 2% 0;
}

div.header-menu ul li a {
    color: #323232;
    font-weight: 700;
    transition: all 0.2s ease-in;
}

div.header-menu ul li:nth-child(4) {
    text-decoration: underline;
}

.dn_doctor {
    text-align: center;
}

.img-resp {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.center {
    text-align: center;
}

.dn_img1 {
    display: none;
}

.mobile {
    display: block;
}

@media screen and (max-width: 420px) {
    header img {
        width: 90%;
    }
    a.dn_red.underline {
        width: 98%;
    }
    .container {
        margin: 10px auto;
    }
}

@media screen and (max-width: 380px) {
    header img {
        width: 60%;
    }
    .breadcrumb {
        display: none;
    }
    .header-menu {
        display: none;
    }
    .data_public {
        display: none;
    }
    span.heading-span {
        font-size: 23px;
    }
    .dn_img1 {
        display: block;
    }
    .mobile {
        display: none;
    }
}

.comment_data {
    text-align: right;
}