* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #5e7bea
}

ul, li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    display: inline-block;
    border: 0
}

img:hover {
    opacity: .8
}

.hide {
    display: none !important
}

.for-left {
    float: left !important
}

.for-right {
    float: right !important
}

.top .right .icon-person {
    padding-left: 26px;
    background: url(../images/icon_person.png) left center no-repeat
}

.top ul li {
    display: inline-block;
    *display: inline
}

.top ul a.on {
    background: rgba(255, 255, 255, 0.2)
}

.header {
    position: relative;
    font-size: 0;
    background: black
}

.header img {
    width: 100%;
    filter: alpha(opacity=60);
    opacity: .6
}

.header .desc {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 180px;
    color: white;
    text-align: center;
    background: url(../images/logo_bigger.png) center top no-repeat
}

.header .desc h1 {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: normal
}

.header .desc a {
    color: white
}

.header .desc .btn {
    display: block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 18px
}

.header .desc p {
    padding-top: 40px;
    font-size: 30px;
    font-family: '楷体'
}

.nav {
    height: 112px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
    background: #f3f1f1
}

.nav ul {
    overflow: hidden
}

.nav li {
    width: 14.2%;
    float: left
}

.nav li a {
    display: block;
    position: relative;
    line-height: 112px;
    text-align: center
}

.nav li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-right: 1px solid #e5e5e5
}

.nav li a.on {
    color: white;
    background: url(../images/nav_bg.png) left center repeat-y;
    background-size: 100% auto
}

.nav li a.on::after {
    display: none
}

.nav li a span {
    cursor: pointer
}

.nav li:last-child a::after {
    display: none
}

.nav li span {
    display: inline-block;
    padding-left: 32px
}

.nav li .icon-0 span {
    background: url(../images/icon_nav_0.png) left center no-repeat
}

.nav li .icon-1 span {
    background: url(../images/icon_nav_1.png) left center no-repeat
}

.nav li .icon-2 span {
    background: url(../images/icon_nav_2.png) left center no-repeat
}

.nav li .icon-3 span {
    background: url(../images/icon_nav_3.png) left center no-repeat
}

.nav li .icon-4 span {
    background: url(../images/icon_nav_4.png) left center no-repeat
}

.nav li .icon-5 span {
    background: url(../images/icon_nav_5.png) left center no-repeat
}

.nav li .icon-6 span {
    background: url(../images/icon_nav_6.png) left center no-repeat
}

.nav li .icon-7 span {
    background: url(../images/icon_nav_7.png) left center no-repeat
}

.layout {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden
}

.home-videos .cont {
    position: relative;
    overflow: hidden
}

.home-videos .cont a {
    display: block;
    position: relative;
    width: 386px;
    height: 217px;
    margin-bottom: 13px;
    color: white;
    font-size: 22px;
    text-align: center;
    background: black
}

.home-videos .cont a img {
    width: 100%;
    filter: alpha(opacity=60);
    opacity: .6
}

.home-videos .cont a:hover img {
    filter: alpha(opacity=100);
    opacity: 1
}

.home-videos .cont a em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon_play_smaller.png) center 60% no-repeat
}

.home-videos .cont .middle {
    position: absolute;
    top: 0;
    width: 800px;
    height: 446px
}

.home-videos .cont .middle em {
    padding-top: 30%;
    background: url(../images/icon_play_bigger.png) center 60% no-repeat
}

.home-videos .cont.left .middle {
    right: 0
}

.home-videos .cont.right a {
    float: right;
    clear: both
}

.home-videos .cont.right .middle {
    left: 0
}

.home-videos .cont.ban {
    overflow: hidden
}

.home-videos .cont.ban img {
    float: left
}

.home-videos .cont.ban a {
    display: block;
    width: 100%;
    height: 672px
}

.home-videos .btn {
    display: block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin: 30px auto;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 4px;
    background: #5f7aea
}

.list {
    width: 1500px;
    padding-top: 10px;
    overflow: hidden
}

.list .sbj {
    width: 1200px;
    height: 76px;
    line-height: 76px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #ddd
}

.list dl {
    width: 379px;
    margin: 10px 0 35px;
    margin-right: 31px;
    float: left
}

.list dt {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 8px
}

.list dt em {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 4px 18px;
    border-radius: 18px;
    color: white;
    font-size: 18px;
    *background: black;
    *filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7)
}

.list dd {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pager {
    overflow: hidden;
    padding: 30px 0 40px 0;
    text-align: center
}

.pager span, .pager a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 2px;
    color: gray;
    font-size: 16px
}

.pager span.active, .pager span.on, .pager a.active, .pager a.on {
    color: white;
    background: #5e7bea
}

.pager span {
    padding: 3px 2px;
    color: #666;
    background: none
}

.video-wrap {
    padding: 40px 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #303036
}

.video-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.video-content .player-area {
    width: 856px;
    height: 482px;
    float: left;
    background-color: black
}

.video-content .player-area embed {
    margin-top: -1px
}

.video-content .right-cont {
    width: 324px;
    height: 482px;
    padding-left: 20px;
    float: right;
    background: #202026
}

.video-content .right-cont .tl {
    line-height: 56px;
    padding-left: 15px;
    color: white;
    font-size: 18px;
    background: url(../images/icon_sbj.png) left center no-repeat
}

.video-content .right-cont .vlist dl dd a {
    color: white
}

.video-content .right-cont .vlist dl dd i {
    color: #b2b1b1
}

.video-content .right-cont .play-list {
    position: relative;
    height: 400px;
    overflow: auto;
    scrollbar-base-color: #202020;
    scrollbar-face-color: #3C3C3C;
    scrollbar-arrow-color: #202020;
    -ms-scrollbar-arrow-color: #3C3C3C;
    scrollbar-3dlight-color: #3C3C3C;
    scrollbar-highlight-color: #3C3C3C;
    scrollbar-shadow-color: #3C3C3C;
    scrollbar-darkshadow-color: #3C3C3C;
    scrollbar-track-color: #202020
}

.video-content .right-cont .play-list::-webkit-scrollbar {
    width: 5px;
    background: #151515
}

.video-content .right-cont .play-list::-webkit-scrollbar-track-piece {
    background: transparent
}

.video-content .right-cont .play-list::-webkit-scrollbar-button {
    display: none
}

.video-content .right-cont .play-list::-webkit-scrollbar-thumb {
    background: #3C3C3C;
    border-radius: 5px
}

.video-content h1 {
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    clear: both;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    color: white
}

.video-content .tags {
    color: white
}

.video-content .tags a {
    display: inline-block;
    padding: 4px 16px;
    padding-left: 30px;
    border-radius: 20px;
    color: white;
    *filter: alpha(opacity=60);
    *background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: 12px center;
    background-repeat: no-repeat
}

.video-content .tags a.icon-cicle-0 {
    background-image: url(../images/icon_cicle_0.png)
}

.video-content .tags a.icon-cicle-1 {
    background-image: url(../images/icon_cicle_1.png)
}

.video-content .tags a.icon-cicle-2 {
    background-image: url(../images/icon_cicle_2.png)
}

.vlist dl {
    overflow: hidden;
    margin-bottom: 15px
}

.vlist dl dt {
    position: relative;
    width: 170px;
    height: 93px;
    overflow: hidden;
    margin-right: 12px;
    float: left
}

.vlist dl dt em {
    position: absolute;
    right: 6px;
    bottom: 5px;
    padding: 1px 6px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    *background: black;
    *filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7)
}

.vlist dl dd {
    padding-top: 10px;
    color: white
}

.vlist dl dd a {
    display: block;
    font-size: 14px
}

.vlist dl dd i {
    font-size: 12px;
    color: gray
}

.subject {
    height: 56px;
    line-height: 56px
}

.subject b {
    display: inline-block;
    padding-left: 30px;
    font-size: 22px;
    background-image: url(../images/icon_sbj_1.png);
    background-position: 0 center;
    background-repeat: no-repeat
}

.main {
    width: 856px;
    float: left
}

.main .detail {
    line-height: 2;
    padding-bottom: 50px;
    font-size: 16px
}

.main .detail p {
    padding: 8px 0; 
}

.main .detail img {
    max-width: 95%;
    margin: 0 auto
}

.main .copy {
    width: 550px;
    padding: 30px 50px;
    margin: 0 auto;
    color: gray;
    text-align: center;
    background: #f7f6f6
}

.main .copy .btn {
    display: block;
    width: 85px;
    height: 26px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    text-indent: -300px;
    background: url(../images/copyright.png) center no-repeat
}

.side {
    width: 324px;
    float: right
}

.side .subject b {
    background-image: url(../images/icon_sbj_2.png)
}

.mg_t30 {
    margin-top: 30px;
}

.subject02 {
    width: 100%;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 32px;
    color: #222;
    overflow: hidden;
}

.autou-ad {
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
}

.autou-ad-time {
    float: left;
}

.autou-ad-time em {
    padding-right: 30px;
}

.autou-ad-source {
    float: right;
}

.autou-detail {
    padding: 20px 0;
    padding-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: block
}

.sec-sbj {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
}

.v_xgtj_list li {
    border-bottom: 1px solid #edeff3;
    padding: 20px 0;
}

.v_xgtj_list li:last-child {
    border-bottom: none;
}

.v_xgtj_list li .news_list_pic {
    width: 240px;
    height: 140px;
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 25px;
}

.v_xgtj_list li .news_list_pic img {
    width: 100%;
    height: 100%;
}

.v_xgtj_list .black_bg {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    padding: 1px 6px;
    text-align: center;
    position: absolute;
    right: 6px;
    bottom: 5px;
    overflow: hidden;
}

.v_xgtj_list .black_bg span {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    display: block;
}

.v_xgtj_list li .news_list_text {
}

.v_xgtj_list li h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v_xgtj_list li .v_list_content {
    color: #777;
    line-height: 26px;
    height: 52px;
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v_xgtj_list .vlist_info {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.v_xgtj_list li .video_doctors {
    display: block;
    float: left;
    color: #888;
}

.v_xgtj_list li .vlist_total {
    float: right;
    display: block;
    color: #999;
}

.vlist dl dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tj_news {
}

.tj_news li {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    padding: 15px 0;
}

.tj_news li b {
    display: block;
    font-weight: normal;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

