@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

input::-webkit-outer-spin-button,
input, textarea {
    color: #000 !important;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    font-family: "微软雅黑";
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

input, select {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input[type=text], input[type=submit], input[type=button] {
    -webkit-appearance: none; /*去除iPhone input默认样式}*/
}

input {
    outline: none
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;

}

.clearfix {
    zoom: 1;
}

body {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 12px;
}

.clear {
    clear: both;
}

div, ul, li, input {
    box-sizing: border-box;
}

em, i, strong {
    font-style: normal;
}

.wrap_top h1 {
    display: none
}

.header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .m em {
    display: block;
}

.header .m .link {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.header .m .link a {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 66px;
}

.header .m .link a img {
    display: block;
    margin-right: 5px;
}

.header .m .link a span {
    font-size: 14px;
    color: #666666;
}

.header .m .search {
    overflow: hidden;
    width: 428px;
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 40px;
}

.header .m .search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
    padding-left: 35px;
    background: none;
}

.header .m .search div {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.header .m .search div::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .m .search .search_button {
    width: 39px;
    height: 33px;
    background-image: url("../images/search.png");
    border: 0px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    cursor: pointer;
}

.search_result_mfk {
    font-size: 16px;
    margin-top: 20px;
}


.navbar {
    width: 100%;
    height: 46px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar ul {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar ul li {
    height: 100%;
    transition: all .3s;
}

.navbar ul li.on {
    background: #4bd4bc;
}

.navbar ul li.on a {
    color: #fff;
    font-weight: bold;
}

.navbar ul li:hover {
    background: #4bd4bc;
}

.navbar ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.navbar ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #333333;
    padding: 0 30px;
}

.navbar ul li a .down {
    margin-left: 5px;
}

.navbar ul li a .hot {
    display: block;
    margin-left: 5px;
}

footer {
    overflow: hidden;
    box-sizing: border-box;
    background: #5a5a5a;
    width: 100%;
    padding: 35px 0;
}

footer ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

footer ul li {
    font-size: 16px;
    position: relative;
}

footer ul li a {
    color: #fff;
    padding: 0 26px;
    display: block;
    position: relative;
    transition: all .1s;
}

footer ul li a:hover {
    color: #4BD4BC;
}

footer ul li::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer ul li:last-child::after {
    display: none;
}

footer p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}


.no_result_mfkcn {
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
}

.no_result_mfkcn .no_pic {
    height: 300px;
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.no_result_mfkcn .no_wenzi {
    font-size: 16px;
    margin-top: 22px;
    color: #666;
}

.ul-list {
    margin-right: -40px;
}

.clr {
    zoom: 1;
}

.ul-list li {
    float: left;
    margin: 0 16px 20px 0;
    width: 286px;
}

.video-item {
    position: relative;
    border: 1px solid #eee;
}

.mt15 {
    margin-top: 15px;
}

.title-tips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    padding-left: 35px;
    background: url(../images/voice-icon.png) no-repeat 15px;
}

.title-con {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.bottom-voice-des {
    line-height: 32px;
    background: #f8f8f8;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
}

.small-audio-co {
    position: relative;
    padding: 12px 14px 15px;
}

.small-audio-avar {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f7f7f7;
    overflow: hidden;
}

.small-audio-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-name {
    font-size: 0;
    line-height: 28px;
}

.info-name .info-name-n {
    margin-right: 5px;
    font-size: 16px;
    color: #333;
}

.vam {
    vertical-align: middle;
}

.dib {
    display: inline-block;
}

.info-name .info-pos {
    padding: 0 2px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #6798fc;
    border: 1px solid #6798fc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.info-host {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-item {
    overflow: hidden;
    width: 286px;
    transition: all .2s;
    margin-right: 17px;
    margin-top: 20px !important;
}

.drugindex_img {
    margin: 0 auto;
    width: 95%;
    height: 270px;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    background: #f7f7f7;
    overflow: hidden;
}


.tit_index {
    width: 95%;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drugindex_yp {
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 18px;
}

.drugindex_desc {
    width: 95%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 28px;
}

.drugindex_yp .dll-pos {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 24px;
    font-size: 12px;
    color: #B37D11;
    line-height: 24px;
    background: #FEF5E2;
    -webkit-border-radius: 0 4px 27px 0;
    border-radius: 0 4px 27px 0;
}

.drugindex_yp .sty3 {
    color: #3D87FE;
    background: #EEF5FF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 91, 239, 0.5);
}

.drugindex_yp .sty3 {
    background: #e9f7fd;
    color: #2e8dee;
    border-color: #6ca2e5;
}

.drugindex_yp .dll-tag {
    display: inline-block;
    padding: 0 10px;
    margin-left: 5px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}