* {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}
body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
html,body {
    min-width:1200px;
}

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
}

.p-re {
    position:relative;
    z-index:1;
}

.p-ab {
    position:absolute;
    z-index:11;
}

.for-left {
    float: left !important
}

.for-right {
    float: right !important
}

.oimg img:hover {
    opacity: .75;
}

.simg img:hover {
    opacity: .8;
    transform: scale(1.2, 1.2);
    transition:0.6s transform;
}


.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.clearfix {
    display: block
}


.top {
    height: 60px;
    border-bottom: 1px solid #40d1e0;
    background: url(../images/top_bg.png) left top repeat-y;
    background-size: 100% auto;
    position:relative;
    z-index:11;
}

.top .logo {
    width: 360px;
    height: 60px;
    float: left;
    background: url(../images/logo.png) no-repeat left center;
}


/*.top {
    height: 60px;
    border-bottom: 1px solid #F02518;
    background: url(../images/d_bg.jpg) left center;
    background-size: auto 100%;
    position:relative;
    z-index:11;
}

.top .logo {
    width: 325px;
    height: 60px;
    float: left;
    background: url(../images/d_logo.png) no-repeat left center;
}*/

.top .logo a {
    display: block;
    height: 60px;
}

.top .right {
    padding-right: 20px;
    float: right
}

.top .right a {
    display: inline-block;
    line-height: 60px;
    padding: 0 12px;
    color: white;
    font-size: 16px
}

.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: 50%;
    margin-top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100px;
    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*/
    position:relative;
    z-index:1;
}

.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
}

.footer {
    overflow: hidden;
    margin-top: 30px;
    padding: 35px 0 30px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #949393;
    font-size: 14px
}

.footer a {
    color: #949393
}

.footer .logo {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../images/logo_smaller.png) center no-repeat
}
.footer .itlogo {
    display: block;
    width: 330px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../images/dsitw.png) center no-repeat
}

.footer p {
    padding: 2px 0
}

.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: 213px;
    overflow: hidden;
    border-radius: 8px
}

.list dt img {
    width:100%;
    height:100%;
}

.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: 20px 0 20px;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    /*background: #303036;*/
    min-width:1200px;
}

.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{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    display:block;
    font-size:14px;
    color:#434343;
    line-height:22px;
    height:44px;
    margin-bottom:10px;
}

.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: 100%;
    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;
}

.sec-sbj {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 22px;
}

.sec-sbj b {
    font-weight: normal;
    color: #333;
}

.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: 250px;
    height: 115px;
    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 .black_bg2 {
    background-color: rgba(0,0,0,.7);
    padding: 1px 6px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    color: #FFF;
    font-size: 12px;
    display: none;
}

.v_xgtj_list li .news_list_text {
}

.v_xgtj_list li h3 {
    margin-bottom: 10px;
    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: #555;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    margin-bottom: 10px;
    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;
}

.tj_news {
}

.tj_news li {
    border-bottom: 1px dotted #dbdbdb;
    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;
}

.tj_news li:last-child {
    border-bottom: none;
}

.about_banner {
    width: 100%;
}

.about_banner img {
    width: 100%;
}

.about_one {
    padding: 70px 0;
}

.about_us_text {
    width: 710px;
    float: left;
    overflow: hidden;
}

.about_us_pic {
    width: 430px;
    height: 430px;
    float: right;
    overflow: hidden;
}

.about_us_pic img {
    width: 100%;
    height: 100%;
}

.about_us_tit {
    width: 280px;
    height: 55px;
    border: 2px solid #D6D6D6;
    position: relative;
    z-index: 1;
}

.about_us_tit_c {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 9;
    text-align: center;
    line-height: 240%;
}

.about_us_tit_c i {
    display: block;
    font-size: 18px;
    color: #888;
}

.about_us_tit_c b {
    font-size: 28px;
    color: #101010;
    font-weight: normal;
    background: #FFF;
    padding: 0 10px;
}

.about_us_content {
    padding: 20px 0;
    font-size: 15px;
    color: #656565;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.about_us_content p {
    padding: 8px 0;
}

.about_line {
    width: 100%;
    height: 3px;
    background: url(../images/top_bg.png) repeat-y center;
}

.mg_auto {
    margin: 0 auto;
}

.about_contact {
    padding: 80px 0 40px 0;
}

.contact_bg {
    background: url(../images/arrow.png) no-repeat center top;
    padding-top: 100px;
    margin-top: 70px;
}

.about_contact_add {
    float: right;
    background: #E8E8E8;
    color: #434343;
    font-size: 15px;
    line-height: 24px;
    width: 450px;
    padding: 20px;
    box-sizing: border-box;
}

.about_contact_add p {
    padding: 8px 0;
}

.about_contact_map {
    float: left;
    width: 600px;
    height: 280px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -30px;
}

.about_contact_map img {
    width: 100%;
}

.about_contact_map i.cicrle_box {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 554px;
    height: 234px;
    margin-top: -120px;
    margin-left: -280px;
    border: 3px solid #fff;
    opacity: 0.6;
}


/*资讯相关*/
.left_content {
    width: 840px;
    float: left;
}

.right_content {
    width: 330px;
    float: right;
}

.top_pics {
    overflow: hidden;
    margin-bottom: 20px;
}

.top_pics_left {
    float: left;
    width: 560px;
    height:226px;
    position: relative;
    z-index: 1;
}

.top_pics_left img {
    display: block;
    width: 100%;
    height: 100%;
}

.top_pics_right {
    width: 270px;
    float: right;
}

.top_pics_right li {
    display: block;
    height: 108px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.top_pics_right img {
    display: block;
    width: 100%;
    height: 100%;
}

.text-shadow {
    display: block;
    font-size: 15px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    font-weight: normal;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.main-recommend {
    margin: 0 0 10px 0;
}

.list_title {
    border-bottom: 2px solid #ddd;
    position: relative;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.list_title h2 {
    bottom: -2px;
    border-bottom: solid 2px #41ABEF;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    position: absolute;
    z-index: 5;
    left: 0;
}

.recommend-block {
}

.recommend-block li {
    display: inline-block;
    width: 400px;
    margin: 0 0 20px 0;
    overflow: hidden;
    float: left;
}

.recommend-block li:nth-child(2n) {
    float: right;
}

.main-recommend-block-img {
    float: left;
    width: 180px;
    height: 85px;
    overflow: hidden;
}

.main-recommend-block-img img {
    width: 100%;
    height: 100%;
}

.main-recommend-block-content {
    float: right;
    width: 200px;
    height: 110px;
    text-align: left;
    line-height: 1.5;
}

.main-recommend-block-content h2 {
    color: #333333;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-recommend-block-content p {
    text-align: left;
    font-size: 12px;
    color: #888888;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-recommend-block-content i {
    display: block;
    margin-top: 5px;
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    color: #888;
}

.news_time {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.new-head {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.line {
    width: 85px;
    height: 15px;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 5px;
}

.left_side {
    left: 0;
}

.right_side {
    right: 0;
}

.new-title {
    font-size: 20px;
    display: block;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.hot_signs {
    padding: 0 0 10px 0;
}

.hot_signs a {
    padding: 8px 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
    display: inline-block;
    margin-right: 10px;
    background: #fafafa;
    border-radius: 4px;
}

.hot_signs a:hover {
    background: #86baf4;
    color: #fff;
    border: 1px solid #6A90EA;
}

.widget_all {
}

.widget_all li:last-child {
    border-bottom: none;
}

.widget_all li {
    padding: 15px 0;
    border-bottom: dotted 1px #ddd;
    overflow: hidden;
}

.widget_all li .pic {
    width: 150px;
    height: 85px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.widget_all li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget_all li .pic .vedio_time {
    display: block;
    position: absolute;
    z-index: 9;
    right: 6px;
    bottom: 5px;
    padding: 1px 6px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    background: rgba(0,0,0,0.7);
}

.widget_all li .desc {
    overflow: hidden;
}

.widget_all li .desc h4.wtitle {
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    height: 44px;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3px;
}

.widget_all li .desc .time {
    color: #999;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 10px;
}

.widget_all li .desc .timeago {
    border: 1px solid #ddd;
    display: block;
    width: 60px;
    text-align: center;
    line-height: 20px;
    color: #999;
}

.widget_all li .desc .timeago:hover {
    border:1px solid #8BACF6;
    color: #8BACF6;
}
.widget_all li .desc .timeago a:hover {
    color: #8BACF6;
}

.list-ct li {
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #DBDBDB;
}

.list-ct li:last-child {
    border-bottom: none;
}

.num-top {
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    background: #86baf4;
    border: 1px solid #5E7AEA;
    margin-top: 12px;
    margin-left: 10px;
}

.list-title {
    float: left;
    display: block;
    margin-left: 20px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg_gray {
    background: #C0C1C3;
    border: 1px solid #ACAEB2;
}

.News_posit {
    line-height: 30px;
    padding: 15px 0;
    font-size: 14px;
}

.News_posit a {
    padding: 0 7px;
}

.single-tag {
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.single-tag a {
    display: inline-block;
    margin: 0 10px 8px 0;
    padding: 3px 10px 3px 10px;
    color: #676767;
    border: solid 1px #cdcdcd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.top .right .icon-medius {
    padding-left: 26px;
    padding-right:20px;
    background:url(../images/mediu.png) left center no-repeat
}

.top .right .icon-news {
    padding-left: 26px;
    padding-right:20px;
    background:url(../images/news.png) left center no-repeat
}


.imenu_select { }
.imenu_cont {
    display:none;
    position:absolute;
    left:0;
    width:100%;
    top:113px;
    background:#F3F1F1;
    z-index:99;
    -webkit-box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    padding:15px 0;
}
.imenu_cont h3 {
    width: 14.2%;
    float: left;
    font-weight:normal;
    font-size:18px;
}

.imenu_cont h3 a {
    display: block;
    position: relative;
    line-height: 50px;
    text-align: center;
}

.imenu_select_more {
    display:block;
    position:relative;
    z-index:1;
    padding-right:16px;
}
.imenu_select_more:before {
    content:'';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    -webkit-transform-origin: 75% 25%;
    -webkit-transform: rotateZ(135deg);
    -webkit-transition: 100ms ease-in .1s;
    transition: 100ms ease-in .1s;
}
.imenu_cont02 {
    display:none;
    position:absolute;
    left:0;
    width:100%;
    top:60px;
    background:#fff;
    z-index:99;
    -webkit-box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    box-shadow:0px 5px 6px rgba(0, 0, 0, .2);
    padding:15px 0;
    opacity:0.95;
}
.imenu_cont02 h3 {
    width: 12.5%;
    float: left;
    font-weight:normal;
    font-size:16px;
    line-height: 40px!important;
    text-align: center;
}

.imenu_cont02 h3 a {
    display: block;
    position: relative;
    color:#434343!important;
    line-height: 40px!important;
}
.imenu_cont02 h3 a:hover {
    color:#5e7bea!important;
}

.imenu_medius {
    background:url(../images/mediu.png) no-repeat left center;
    padding-left:16px;
    margin-left:18px;
}

.info-flow {
    padding: 20px 0; border-bottom: 1px solid #eee;  width: 100%; display: block;
}
.info-flow:last-child { border-bottom: none;}
.info-flow:hover { background:#f8f8f8;}
.info-flow .flow-img {
    position: relative; display:block; float:left; width:220px; overflow:hidden; margin-right:20px;
}
.info-flow .flow-img img {
    width: 220px; height: 130px; vertical-align: bottom;
}
.info-flow .flow-img span {
    position: absolute; bottom: 12px; right: 10px; width: 50px; padding: 0 6px; background: rgba(0,0,0,.4); color: #fff; font-size: 14px; border-radius: 5px; text-align: center;
}
.info-flow .flow-text {
    vertical-align: top; padding-left: 14px;
}
.info-flow .flow-text h2 {
    line-height:30px; height:30px; font-size: 20px; color: #000; margin-bottom:15px; text-overflow: ellipsis; white-space: nowrap; overflow:hidden;
}
.info-flow .flow-text .tags {
    padding: 10px 0; height:26px; overflow:hidden;
}
.info-flow .flow-text .tags a {
    display:block; float:left; padding: 0 10px; border-radius: 5px; background: #eee; color: #777; margin-right:10px; font-size: 14px; line-height: 26px;
}
.info-flow .flow-text .explain {
    padding-top: 10px; height:26px; overflow:hidden; color:#b5b5b5;
}
.info-flow .flow-text .explain a {
    font-size: 14px; display:block; float:left; line-height:24px; padding: 0 7px; border: 1px solid #5686F1; color: #5686F1;
}
.info-flow .flow-text .explain span {
    margin-left: 20px; display:block; float:left; color: #b5b5b5; background:url(../images/mediu_g.png) no-repeat left center; padding-left:28px;
}

.newvideo { /*width: 100%;*/  margin-right: -20px; }
.newvideo dl { width: 155px; float: left; margin-bottom: 15px; margin-right: 10px;}
/*.newvideo dl:nth-child(2n) { float:right;}*/
.newvideo  dt {
    position: relative;
    width: 100%px;
    height: 90px;
    overflow: hidden;
    z-index: 1;
}
.newvideo  dt a { display: block;}
.newvideo  dt img { display:block; width: 100%; height: 100%;}
.newvideo dt em {
    position: absolute;
    right: 6px;
    bottom: 5px;
    padding: 1px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    *background: black;
    *filter: alpha(opacity=70);
    background:
            rgba(0,0,0,0.7);
}
.newvideo dd {
    padding-top: 10px;
}
.newvideo dd a {
    display:block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newvideo dd i {
    display:block;
    font-size: 12px;
    color: #999;
}

.all_class { border:1px solid #e5e5e5; zoom:1; margin-bottom:30px; }
.all_class_tit { height:60px; line-height:60px; font-size:22px; background:#f8f8f8; border-bottom:1px solid #e5e5e5; padding:0 20px;}
.all_class_list {}
.all_class_list li { float:left; width:25%; border-bottom:1px solid #e5e5e5; font-size:18px; text-align:center; line-height:50px;}
.all_class_list li a { display:block; border-right:1px solid #e5e5e5; padding:12px 0; }
.all_class_list li:nth-child(4n) a { border-right:none;}
.all_class_list li:nth-last-child(1) ,.all_class_list li:nth-last-child(2)  { border-bottom:none;}

.nocontent { text-align:center; font-size:18px; padding:10px 0 70px 0;}
.nocontent p { padding:5px 0;}
.sbj02 {
    width: 100%;
    line-height: 40px;
    font-size: 24px;
}
.recom_list dl { margin-bottom:15px!important;}

/*IT频道页*/
.it_top { width:100%; margin-top:30px;}
.it_top_left { width:800px; height:380px; float:left; position:relative; z-index:1;}
.it_top_left img { display:block; width:100%; height:100%; }
.it_top_shadow { position:absolute; left:0; bottom:0; z-index:11; width:100%; height:60px; box-sizing:border-box; color:#fff; padding:20px 20px 0 20px; font-size:16px;}
.shadow_bg {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7));
    background: -o-linear-gradient(top, rgba(0,0,0,.0), rgba(0,0,0,.7));
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7));
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7));
}
.it_top_right { width:390px; float:right;}
.it_top_right li { width:100%; height:185px; overflow:hidden; position:relative; z-index:1; margin-bottom:10px;}
.it_top_right li img { display:block; width:100%; height:100%;}
.it_top a { color:#fff;}
.it_key { background:#f8f8f8; border:1px solid #efefef; zoom:1; box-sizing:border-box; line-height:30px; margin-top:10px; font-size:15px; margin-bottom:15px;}
.it_keyowrd { float:left; width:90px;}
.it_keylink { float:left; width:-webkit-calc(100% - 200px); width:-moz-calc(100% - 200px); width:calc(100% - 200px); }
.it_keylink a { display:block; float:left; margin-right:20px; color:#666;}
.it_keylink a:hover { color:#5686F1;}

.it_toptie {
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    position:relative;
    z-index:1;
    margin-bottom:10px;
}
.it_toptie_more {
    display:block;
    position:absolute;
    right:0;
    z-index:11;
    top:50%;
    margin-top:-26px;
    font-size:14px;
    color:#999;
}

.it_logo { float:left; color:#fff; font-size:24px; background:url(../images/lo_it.png) no-repeat left center; background-size:auto 36px; height:60px; margin-left:20px; padding-left:45px; line-height:58px;}
.hot-video {
    padding-top:10px;
    overflow: hidden;
}
.hot-video li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom:5px;
}
.hot-video li:nth-child(4n) {
    margin-right:0;
    float:right;
}
.hot-video li a {
    display: block;
}
.hot-video li span {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 120px;
    position:relative;
    z-index:1;
}
.hot-video li span img {
    display:block;
    width:100%;
    height:100%;
}
.hot-video-text {
    background: #f4f4f4;
    height: 65px;
    box-sizing:border-box;
    padding:0 15px;
    font-size:16px;
    overflow: hidden;
}
.hot-video-text01 {
    width:210px;
    float:left;
    overflow:hidden;
}
.hot-video-text02 {
    width:140px;
    float:left;
    overflow:hidden;
}
.hot-video-text01 b,.hot-video-text02 b {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:normal;
}
.hot-video-text em {
    display: block;
    width: 32px;
    height: 32px;
    background-image:url(../images/bofang.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 16px;
}
.hot-video-text p {
    background:url(../images/bofang_i.png) no-repeat left center;
    padding-left:22px;
    font-size: 12px;
    color: #999;
    height:28px;
    line-height:28px;
}

.hot-video-text:hover em {
    background-image:url(../images/bofang02.png);
}

.newvideo-left {
    width: 500px;
    background:#f4f4f4;
    float: left;
}

.newvideo-left span {
    display:block;
    width:100%;
    height:235px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.newvideo-left span img {
    display:block;
    width:100%;
    height:100%;
}

.newvideo-right {
    width: 700px;
    height: 336px;
    background:
            #ffffff;
    float: right;
}

.newvideo-tit {
    width:400px!important;
    line-height:40px!important;
    font-size:17px!important;
}

.newvideo-right li {
    width:220px;
    background:#f4f4f4;
    float: left;
    overflow:hidden;
    margin-left:13px;
    margin-bottom:13px;
}

.newvideo-right li span {
    width:100%;
    display:block;
    height: 96px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.newvideo-right li span img {
    width:100%;
    display:block;
    height:100%;
}

.newvideo-tit2 {
    width:150px!important;
    font-size:14px!important;
}

.hottext02 { height:101px!important; }


.news-video-text {
    background: #f4f4f4;
    height: 101px;
    box-sizing:border-box;
    padding:0 15px;
    font-size:16px;
    overflow: hidden;
}
.hot-video-text03 {
    width:400px;
    float:left;
    overflow:hidden;
}
.hot-video-text03 b {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:normal;
}
.hot-video-text03 p {
    background:url(../images/bofang_i.png) no-repeat left center;
    padding-left:24px;
    font-size:14px;
    color:#999;
    height:30px;
    line-height:30px;
}
.broadcast_em {
    display: block;
    width: 36px;
    height: 36px;
    background-image:url(../images/bofang.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 35px;
}

.hot-video img, .newvideo img {
    cursor: pointer;
    transition: all 0.6s;
}

.hot-video img:hover, .newvideo img:hover {
    transform:scale(1.2);
}

.sort-box {
    position: relative;
    padding: 20px 20px;
    background:  #f8f8f8;
}
.sort-box-top { border-bottom:1px solid #e5e5e5;}
.sort-item {
    width:25%;
    float:left;
    border-left:1px solid #e8e8e8;
    box-sizing:border-box;
    padding-left:20px;
}
.sort-item:first-child { padding-left:0; border-left:none;}
.sort-item-title {
    font-size:18px;
    font-weight:normal;
    width:100%;
    padding-bottom:10px;
}
.sort-item-con {
    width:100%;
    overflow: hidden;
}
.sort-item-link {
    width: 30%;
    height: 28px;
    margin-right: 3%;
    font-size: 14px;
    line-height: 28px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left;
}
.sort-more {
    display:block;
    float:right;
    text-align:center;
    font-size:14px;
    color:#434343;
    line-height:50px;
    color:#999;
}
.it_key_top {
    border-bottom:1px solid #E8E8E8;
    padding:0 20px;
    height:50px;
    line-height:50px;
}

.video-item-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 12px;
    border-radius: 18px;
    color: #e8e8e8;
    font-size: 12px;
    background-color: rgba(0,0,0,0.5);
}

.broadcast {
    display:block;
    float:right;
    background:url(../images/bofang_i2.png) no-repeat left center;
    padding-left:22px;
    color:#FFF;
    font-size:14px;
    margin-top:2px;
}

.left-left { width: 160px; float:left; margin-top:30px; }

.sidenav .sidenav-head { font-size: 18px; line-height: 48px; color: #fff; font-weight: normal; text-indent: 15px; background: #82baf8; }

.sidenav .sidenav-list { display: block; line-height: 48px; background: #f7f7f7; font-size: 16px; color: #333333; border: 2px solid #f7f7f7; }

.sidenav .sidenav-list-title { padding-left: 19px; border-left: 2px solid #f7f7f7; margin-left: -2px; }

.sidenav .sidenav-list-son { padding-left: 22px; background: #fff; display: none; }

.sidenav .sidenav-list-son-ls { line-height: 36px; height: 36px; font-size: 14px; }

.sidenav .sidenav-list-son-ls-a { display: block; color: #666666; }

.sidenav .sidenav-list-cur .sidenav-list-title { background: #fff; border-left-color: #4d9df5; }

.sidenav .sidenav-list-cur .sidenav-list-son { display: block; }

.sidenav .sidenav-list-son-ls-a-cur, .sidenav .sidenav-list-son-ls-a:hover { color: #4d9df5; }

.left-main { width: 1020px; float:right; margin-top:30px; }

.left-main-title { font-size:14px; color:#666; }

.left-main-title i { color:#999; padding:0 7px;}

.itlist-top {  margin-top:20px; padding-bottom:10px; }

.itlist-title { height:45px; line-height:45px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 15px; font-size:15px; }

.itlist-title-main { height:65px; line-height:65px; font-size:17px;}

.itlist-left { width: 525px; background:#f4f4f4; float: left;}

.itlist-left span {
    display:block;
    width:100%;
    height:295px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.itlist-left span img {
    display:block;
    width:100%;
    height:100%;
}

.itlist-right {
    width: 490px;
    float: right;
}

.itlist-right li {
    width:230px;
    margin-left:15px;
    float:left;
    background:#f4f4f4;
    overflow:hidden;
    margin-bottom:10px;
}

.itlist-right li span {
    width:100%;
    display:block;
    height: 130px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.itlist-right li span img {
    width:100%;
    display:block;
    height:100%;
}

.itlist-video {
    padding-top:30px;
    overflow: hidden;
}
.itlist-video ul {
    position:relative;
    margin-right:-30px;
}
.itlist-video li {
    width: 330px;
    float: left;
    margin-right: 20px;
    margin-bottom:25px;
}
.itlist-video li a {
    display: block;
}
.itlist-video li span {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 150px;
    position:relative;
    z-index:1;
}
.itlist-video li span img {
    display:block;
    width:100%;
    height:100%;
}



/*法律频道*/
.law-radiu {
    background:#F8F8F8;
    zoom:1;
    padding:20px;
    margin:30px 0;
}


.lawfocus { position: relative; width:100%; height:280px; overflow: hidden; }
.lawfocus .pic{ position:relative; z-index:0; }
.lawfocus .hd { width:440px; position: absolute; right:0px; bottom: 15px; text-align: center; font-size:0; z-index:1; }
.lawfocus .hd li{margin: 0 6px; background:#e8e8e8; height: 12px; overflow: hidden; width: 12px; border-radius:50%; cursor: pointer; display:inline-block; zoom:1;}
.lawfocus .hd .on{ background:#8BACF6; }
.lawfocus .prev,	.lawfocus .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.lawfocus .prev { left: 0; }
.lawfocus .next { background-position: 0 -90px; right: 0; }
.lawfocus .prev:hover,	.lawfocus .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
.lawfocus_pic { width:700px; height:280px; float:left; overflow:hidden;}
.lawfocus_pic img { width:100%; height:100%; display: block; }
.lawfocus_text { width:440px; height:280px; float:right; background:#fff; box-sizing:border-box; padding:20px 30px;}
.lawf-title {
    font-size: 16px;
    color:#5686F1;
}
.lawf-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 16px;
    background:#5686F1;
    margin-right: 10px;
    margin-bottom: 2px;
}
.lawfocus-top {
    margin-top: 15px;
    margin-bottom:5px;
    color:#353535;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:38px;
    line-height:38px;
}
.law-timebox {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
    height:24px;
    line-height:24px;
}
.law-timebox i {
    margin-right: 15px;
}
.lawfoucus-detail {
    color:#444;
    font-size: 14px;
    line-height: 25px;
    height:75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.video-top {
    padding: 0 10px;
    border-top: 3px solid #6595FF;
    height: 60px;
    background:#f8f8f8;
}
.video-top .top-title {
    float:left;
    font-size: 24px;
    color: #353535;
    margin-top: 10px;
}
.video-top .right-tab {
    float:right;
    margin-top: 11px;
}
.video-top .right-tab .right-tab-item {
    float: left;
    position: relative;
    text-align: center;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    border-radius:5px;
    padding:0 15px;
    margin:0 3px;
}
.video-top .right-tab .active {
    background:#8BACF6;
    color:#fff;
}
.video-top .right-tab .active a {
    color:#fff;
}
.video-tab-box {
    width:900px;
    float:left;
    padding-top:30px;
}
.view-box {
    width: 280px;
    float: left;
    background:#f8f8f8;
    margin-right: 20px;
    height: 280px;
    margin-bottom: 30px;
    font-size:12px;
    color: #999;
}
.view-box .view-pic {
    width: 100%;
    height: 158px;
    position:relative;
    z-index:1;
}
.view-box .view-pic img {
    display:block;
    width: 100%;
    height: 100%;
}
.view-box .view-tle {
    font-size: 18px;
    font-weight:normal;
    color:#333;
    margin: 10px 12px 3px 12px;
    height:32px;
    line-height:32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.view-box .anot {
    font-size:12px; margin:0 10px; height:30px; line-height:30px; overflow:hidden; margin-top:5px;
}
.view-box .anot .time { background:url(images/video_1.png) no-repeat left center; padding-left:24px; margin-right:15px;}
.view-box .anot .numb { background:url(images/video_2.png) no-repeat left center; padding-left:24px; margin-right:15px;}
.view-box .tag { font-size:12px; margin:0 12px; height:30px; line-height:30px; overflow:hidden; color: #666; }
.view-box .tag a {
    color: #777;
    margin: 0 8px 0 0;
}

.video-right {
    width:290px;
    float:right;
    overflow:hidden;
}
.ranking-list {
    padding-left: 20px;
    padding-top: 12px;
    padding-right: 13px;
    background:#F8F8F8;
    margin-top:30px;
}
.ranking-title {
    font-size: 18px;
    color:#353535;
    font-weight: bold;
}
.ranking-title:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background:url(images/bofang_i.png) no-repeat left center;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}
.video-rank {
    margin-bottom: 20px;
    padding-top:20px;
}
.video-rank li {
    padding:0 0 20px 0;
}
.video-img {
    width: 120px;
    height: 68px;
    position: relative;
    z-index:1;
    float:left;
}
.video-img img {
    display:block;
    width:100%;
    height:100%;
}
.video-cont {
    position: relative;
    height: 68px;
    width: 125px;
    float:right;
}
.video-cont .item-link {
    display:block;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height:22px;
    height:44px
}
.video-cont .play-box {
    font-size: 12px;
    color: #b8b8b8;
    margin-top:4px;
}

.video-law-time {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width:45px;
    height:22px;
    line-height:22px;
    text-align:center;
    color: #e8e8e8;
    font-size: 12px;
    background-color: rgba(0,0,0,0.5);
}

.picwyds{display:none;}
.picimg{display:none;}
.wyds1{display:none;}
.wyds2{display:none;}
.wyds3{display:none;}
.wyds4{display:none;}
.wyds5{display:none;}
.wyds6{display:none;}
.wyds7{display:none;}
.wyds8{display:none;}
.wyds9{display:none;}
.wyds10{display:none;}
.wyds11{display:none;}
.wyds12{display:none;}
.wyds13{display:none;}
.wyds14{display:none;}
.wyds15{display:none;}
.wyds16{display:none;}
.wyds17{display:none;}
.wyds18{display:none;}
.wyds19{display:none;}
.wyds20{display:none;}
.jjwyds{font-weight:bold;font-family:微软雅黑;}



/*视频播放页 带广告*/
.bodymain {
    width:1200px;
    margin:0 auto;
}

.mg20 {
    margin:25px auto;
}

.art-top {
    border-bottom:1px solid #DFDFDF;
    padding:20px 0;
}

.art-title {
    font-size:28px;
    color:#1f1f1f;
    padding-bottom:10px;
}

.art-tag {
    float:left;
}

.art-tag i {
    float:left;
    display:block;
    height:30px;
    line-height:30px;
    border-radius:15px;
    background:#EFEFEF;
    padding:0 15px;
    color:#696969;
    font-size:15px;
    margin-right:15px;
}

.art-another {
    float:right;
}

.art-another em {
    float:right;
    padding-left:26px;
    font-size:14px;
    color:#9C9C9C;
    margin-left:30px;
}

.art-another em.art-i1 {
    background:url(../images/indexic2.png) no-repeat left center;
}

.art-another em.art-i1:before {
    content:'';
}

.art-another em.art-i2 {
    background:url(../images/indexic3.png) no-repeat left center;
}

.art-left {
    width:830px;
    float:left;
    overflow:hidden;
    margin-top:30px;
}

.art-left-c {
    font-size:16px;
    line-height:30px;
    color:#5B5B5B;
    margin-bottom:30px;
}

.art-left-c img {
    max-width:100%;
    text-align:center;
}

.art-left-c p { padding:8px 0;}

.art-left-b {
    border-top:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
    margin-bottom:30px;
    padding:12px 0;
    color:#999;
}

.art-left-b li {
    height:40px;
    line-height:40px;
    font-size:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art-right {
    width:336px;
    float:right;
    overflow:hidden;
    margin-top:30px;
    margin-bottom:30px;
}

.art-box {
    border:1px solid #E5E5E5;
    border-top:2px solid #41A8E3;
    margin-bottom:25px;
}

.art-box h4.art-box-tit {
    height:60px;
    line-height:60px;
    padding:0 20px;
    border-bottom:1px solid #E5E5E5;
    font-size:20px;
    color:#1F1F1F;
}

.art-pic {
    margin:0 20px;
    padding-bottom:20px;
}

.art-pic li {
    margin-top:20px;
}

.art-pic li a {
    display:block;
}

.art-pic li .artimgs {
    width:100%;
    height:165px;
    overflow:hidden;
    position:relative;
    z-index:1;
}

.art-pic li .artimgs img {
    width:100%;
    height:100%;
}

.art-pic li .play {
    display:none;
}

.art-pic li a:hover .play {
    display:block;
    background:url(../images/playon.png) no-repeat;
    width:86px;
    height:86px;
    position:absolute;
    top:50%;
    z-index:5;
    left:50%;
    margin-top:-43px;
    margin-left:-43px;
}

.art-pic li .arttits {
    width:100%;
    height:40px;
    line-height:40px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
}

.art-pic li .arttag {
    display:block;
    font-size:14px;
    color:#9C9C9C;
}

.art-pic li .arttag i {
    display:block;
    float:left;
    margin-right:20px;
    height:28px;
    line-height:28px;
    padding-left:28px;
}

.art-pic li .arttag i.bofang {
    background:url(../images/indexic1.png) no-repeat left center;
    margin-right:10px;
}

.art-pic li .arttag i.shic {
    background:url(../images/indexic2.png) no-repeat left center;
}

.art-new {
    margin:0 20px;
    padding:10px 0;
}

.art-new li {
    border-bottom:1px dotted #D4D4D4;
    height:48px;
    line-height:48px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px;
    color:#636363;
    position:relative;
    z-index:1;
    padding-left:18px;
}

.art-new li:before {
    content:'';
    width:6px;
    height:6px;
    background:#7B97F4;
    border-radius:50%;
    position:absolute;
    left:0;
    top:50%;
}

.art-new li:last-child {
    border-bottom:none;
}

.art-new li a {
    color:#636363;
}

.art-new li a:hover {
    color:#41A8E3;
}

.recom-tit {
    width:100%;
    height:60px;
    background:#F7F7F7;
    line-height:60px;
    position:relative;
    z-index:1;
    font-size:20px;
    color:#1F1F1F;
    padding-left:36px;
    box-sizing:border-box;
    margin-bottom:20px;
}

.recom-tit:before {
    content:'';
    background:url(../images/icon_sbj.png) no-repeat left center;
    width:4px;
    height:20px;
    position:absolute;
    left:20px;
    top:50%;
    margin-top:-8px;
}

.recom-detail {
    line-height: 2;
    padding-bottom: 50px;
    font-size: 16px;
}

.recom-detail p {
    padding:5px 0;
}


.hottag {
    padding:20px 0 0 20px;
}

.hottag a {
    float:left;
    display:block;
    height:34px;
    line-height:34px;
    border-radius:20px;
    background:#EFEFEF;
    padding:0 18px;
    color:#696969;
    font-size:14px;
    margin-right:15px;
    margin-bottom:16px;
}
.hottag a:hover { background:#7B97F4; color:#fff; }

.video-top {
    margin:25px auto 0 auto;
}

.video-top .player-area {
    width: 856px;
    height: 482px;
    float: left;
    background-color: black;
}

.video-top .right-cont {
    width: 324px;
    height: 482px;
    padding-left: 20px;
    float: right;
    background: #202026;
}

.video-top .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-top .right-cont .play-list {
    position: relative;
    height: 410px;
    overflow: auto;
}

.play-list::-webkit-scrollbar {
    width: 6px;
}

.play-list::-webkit-scrollbar-track {
    background-color:#141414;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

.play-list::-webkit-scrollbar-thumb {
    background-color:#565656;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}


.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 img {
    display:block;
    width:100%;
    height:100%;
}

.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: 6px;
    color: white;
}

.vlist dl dd i {
    color: #b2b1b1;
}

.right-adver {
    width: 324px;
    height: 482px;
    padding-left: 20px;
    float: right;
    background: #efefef;
}

.adver-tip {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    text-align: center;
}

.adver-photo {
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.adver-photo img {
    display: block;
    width: 120px;
    height: 120px;
}

.adver-name {
    padding:15px 0 20px 0;
    line-height: 28px;
    font-size: 24px;
}

.adver-describe {
    line-height:24px;
    font-size:14px;
    color:#666;
    padding:5px 0;
}

.ask-btn {
    display: block;
    margin: auto;
    width: 130px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 16px;
    color: #fff;
    background-color: #ec3b3b;
    margin-top:30px;
    text-align:center;
}

.ask-btn:hover {
    color:#fff;
    opacity:0.8;
}

.center-adver {
    width:100%;
    height: auto;
    box-sizing:border-box;
    padding:15px 30px;
    background: #efefef;
    margin-bottom:10px;
}
.center-adver-photo {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float:left;
}

.center-adver-photo img {
    display: block;
    width: 100px;
    height: 100px;
}

.center-adver-txt {
    float:left;
    margin-left:20px;
}

.center-adver-name {
    padding:7px 0;
    line-height: 26px;
    font-size: 24px;
}

.center-describe {
    line-height:22px;
    font-size:14px;
    color:#666;
    padding-top:5px;
}

.center-btn {
    float:right;
    margin-top:28px;
}

.mg-20 {
    margin-top:25px;
}

.adv-fiexd {
    width:
}

.fr-adver-txt {
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:calc(100% - 120px);
    float:right;
}

.fr-box {
    padding:20px 12px 15px 12px;
    box-sizing:border-box;
}

.fr-box-name {
    padding:5px 0;
    line-height: 24px;
    font-size: 22px;
    margin-top:-5px;
}

.fr-box-ask {
    display: block;
    position:absolute;
    right:10px;
    top:50%;
    z-index:11;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 16px;
    color: #ec3b3b;
    background-color:#fff;
    margin-top:-16px;
    text-align:center;
    border:1px solid #ec3b3b;
}

.fr-box-ask:hover {
    color:#fff;
    background-color: #ec3b3b;
}

.fixed-adv {
    position:fixed;
}

.top-position {
    height:30px;
    line-height:30px;
    color:#888;
    margin:20px 0;
}

.top-position a {
    color:#444;
}

.top-position i {
    padding:0 7px;
}

.top-adver {
    background:#edf2fb;
    width:100%;
    height:auto;
    margin-bottom:10px;
    padding:10px 0;
}

.top-adver a {
    display:block;
}

.top-adver-head {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin:0 20px 0 50px;
}

.top-adver-head img {
    display: block;
    width: 100px;
    height: 100px;
}

.top-adver-name {
    float:left;
    width:160px;
    text-align:center;
}

.top-adver-name b {
    display:block;
    font-size:26px;
    line-height:40px;
    color:#5F7AEA;
    margin:5px 0;
}

.top-adver-name p {
    font-size:14px;
    line-height:32px;
    border-top:1px solid #d3dced;
    border-bottom:1px solid #d3dced;
    color:#91a5ca;
}

.top-adver-c {
    width:500px;
    float:left;
    margin-left:90px;
}

.top-adver-c .c1 {
    display:block;
    height:36px;
    line-height:36px;
    background-color:#95a3dd;
    color:#FFF;
    font-size:20px;
    text-align:center;
    font-weight:normal;
    margin-top:7px;
}

.top-adver-c .c2 {
    font-size:14px;
    color:#555;
    margin-top:12px;
    line-height:20px;
}

.top-adver-ask {
    display:block;
    float:right;
    margin-right:50px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 21px;
    font-size: 16px;
    color: #fff;
    background-color: #ec3b3b;
    margin-top: 30px;
    text-align: center;
}

.top-adver-ask:hover {
    color:#fff;
    opacity:0.8;
}

.new-adver-tit {
    font-size:18px;
    margin-bottom:10px;
}
.new-adver {
    background:#f7f7f7;
    padding:20px;
    margin-bottom:20px;
}

