/*全局*/
*{
    margin: 0;padding: 0;
}
li{
    list-style: none;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}

a {
    color: #4a4a4a;
}
.index-width{
    padding: 0 10px;
}
.nav_bottom{
    border-bottom: 2px solid #59b6f3 !important;
}
.famous_index {
    color:#59b6f3 !important;
}
.famous a:hover{
    color:#59b6f3 ;
}
body{
    /*background-color: rgb(246,246,250);*/
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
h2,p,span{
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.block{
    display: block!important;
}
.famous_content{
    display: none;
}
/*头部导航*/
.logo_img img{
    margin-left: 20px;
}
.channel-list li:first-child a{
    width: 90px!important;
}
.channel-list li:first-child {
    width: 110px!important;
}
header{
    background: white;
    /*box-shadow: 0 3px 4px #d8d8d8;*/
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.header-margin-bottom{
    margin-bottom: 0!important;
}
.nav_li{
    margin-bottom: 0;
}
.channel-list li {
    border-bottom:none;
    width: 12.5%;
}
.index_search{
    background: rgb(34,124,229);
    border-color: rgb(34,124,229);
    margin-left: -4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.border-left-radius{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.index_search:hover{
    background: rgb(34,124,229);
}
.channel-list li a:hover{
    border-bottom: 4px solid rgb(34,124,229);
}
.channel-list li a{
    display: block;
    width: 130px;
    border-bottom: 4px solid transparent;
}
.channel-list li a:hover{
     color:rgb(34,124,229);
}

/*轮播图*/
.item{
    position: relative;
    margin-top:0;
}
.item img{
    width: 100%;
}

/*.item img{*/
    /*width: 100%;*/
    /*height: 460px!important;*/
/*}*/
/*轮播 添加样式*/
.carousel-indicators .active{
    width: 15px !important;
    height: 15px !important;
    margin: 5px !important;
}
.carousel-indicators li{
    width: 13px !important;
    height: 13px !important;
    margin: 5px !important;
}
.carousel-control{
    font-size: 7rem;
    width: 10%;
    background: rgba(0,0,0,0)!important;
    top:38%;height: 20%;
}
.channel-list li a{
    font-size: 21px;
    height: 35px;
}
.carousel-control:hover{
    background: rgba(0,0,0,0);
}
/*精彩视频*/
.index_img_float{
    float: left;
    width: 20%;
}
.index_img_float img{
    width: 90%;
    display: block;
    border-radius: 50%;
    margin-left: 5%;
}
.index_img_float img:hover{
    border: 1px solid #337ab7;
}
.video_1{
    margin: 20px auto ;
    width: 380px;
    height: 60px;
}
.video_1 span{
    display: block;
    width: 100px;
    color:#59b6f3;
    border-bottom: 1px solid #59b6f3;
    float: left;
    margin-top: 30px;
}
.video_1 h2{
    float: left;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 30px;
}
.famous h2 a{
    font-size: 22px;
    margin-right: 20px;
}

/*名医 名科 名院*/
.bbb{
    height: 180px;
}
.photo{
    height: 180px;
    width:150px;
    float: left;
}
.display_none{
    background:rgba(0,0,0,0.3);
    height:260px;
    width: 92%;
    left: 16px;
    position: absolute;
    top:0;
    display: none;
}
.content_1:hover .display_none{
    display: block;
}
.display_none img{
    margin:  95px 42% !important;
}
.content_3{
    background: white;
    height: 180px;
	border-bottom:1px solid rgb(246,246,250);;
}
.index_zly{
    color: #555;
}
.index_sc{
	width:170px;
	word-break: break-all;
    text-overflow: ellipsis;
    color: #555;
    font-size: 14px;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    display: -moz-box;
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3; /** 显示的行数 **/
    -moz-line-clamp: 3; /** 显示的行数 **/
    -o-line-clamp: 3;
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.index_zly{
    color: #555;
}
.index_jianjie{
	width:100%;
	height:70px;
    line-height: 27px;
	padding:13px 10px 0;
	color: #555;
	word-break: break-all;
    text-overflow: ellipsis;
    border-top: 1px solid #ddd;
    background: white;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.content_4{
	background-color: white;
	height: 250px;
	margin-top: 20px;
}
.content_4 img{
	height:250px;
	width:100%;
	margin:0;
	padding:0;
}
.famous{
    margin: 20px auto ;
    width:442px;
}
.famous span{
    display: block;
    width: 100px;
    color:#59b6f3;
    border-bottom: 1px solid #59b6f3;
    float: left;
    margin-top: 30px;
}
.index_h2{
    margin-left: 20px;
}
.famous ul li {
    float: left;
}
.famous h2{
    float: left;
    font-size: 22px;
}
.famous:first-child{
    margin-right: 20px;
}
.famous h2 a{
    color: black;
}
.content_1{
    background-color: rgb(246,246,250);
    /*height: 250px;*/
    /*background: red;*/
    position: relative;
    /*padding-left: 10px;*/
}
.content_1 img{
    margin: 10px 0;
    float: left;
}
.content_2{
    background-color: white;
    height:auto;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.content_2 h3{
    padding-top: 15px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_2 h3 a{
	color: black;
}
.content_2 h3 a:hover{
	color:  #59b6f3;
}
.content_2 b{
    margin-top: 5px;
}
.content_2 p{
    line-height: 22px;
    margin-top: 5px;
;margin-bottom: 5px;
}
.content_1 hr{
    color: black;
	margin:0 0 15px
}
.media-body p{
    font-size: 14px;
}
.media-body span{
    padding-right: 10px;
}
.doctor-name:hover{
    color: #31708f;
}
.doctor-name{
    font-size: 20px;
    width: 170px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;

}
.doctor-name a{
    padding-right: 10px;

}
/*经典病例*/
.video_border{
    height: 500px;
    background-color: green;
}
.video_2{
    height:260px;
	background-color: rgb(246,246,250);
}
.video_3{
    background: white;
    padding: 5px 0  10px;
}
.video_3 span{
    margin-right: 5px;
}
.video_2 video{
    background-color:#59b6f3 ;
}
.video_5 p{
    color: white;
    padding: 10px;
}
.index_span{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    display:block;
    margin-left: 10px;
    margin-bottom: 5px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.index_span:hover{
    color:#59b6f3 ;
}
.index_time{
    float: left;
    padding-left: 10px;
}
.video_3{
    text-align: right;
    padding-right: 10px;
}
.video_4{
    background-color:white ;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.video_4 img{
   margin: 5px auto;
    max-height: 170px;
}
.video_5{
    background: rgba(0,0,0,0.5);
    height: 180px;
    position: absolute;
    top: 180px;
    width: 100%;
    transition: all,0.3s,linear;
    -moz-transition:all,0.3s,linear;
    -o-transition:all,0.3s,linear;
    -webkit-transition:all,0.31s,linear;
}
.video_5:hover{
    top:0;
}
.video_4:hover .video_5{
    top: 0;
}
/*合作伙伴*/
.bg_foot{
    height:400px;
    background-image: url("../images/bg_tu.png");
    background-size: cover;
}
.bg_foot_1{
    margin-top: 150px;
    float: left;
}
.bg_foot_1 img{
    margin-bottom: 20px;
}
/*脚注*/
footer{
    /*background-color: black;*/
    height: 100px;
}
/*footer p{*/
    /*text-align: center;*/
    /*color: white;*/
    /*line-height: 100px;*/
    /*font-size: 1em;*/
/*}*/

/*左侧标签切换*/
.creditExchange-left-one{
    padding:0px 5%;
    margin-bottom:20px;
}
.creditExchange-left-one>ul{
    overflow:hidden;
}
.creditExchange-left-one>ul>li{
    float:left;
    text-align:center;
    width:30%;
}
.creditExchange-left-one>ul>li>a{
    float:left;
    color:#4a4a4a;
    padding:5px;
    width: 144px;
    line-height: 40px;
    margin-left:20%;
    font-size: 16px;
    border-radius: 4px;
    background-image: linear-gradient(to top,#E1E1E1,#F0F0F0);
}
.creditExchange-left-one>ul>li>a:hover,.creditExchange-left-one>ul>li>a.creditExchange-left-one-hover{
    color: #fff;
    background-image: url("../images/toggle_1.png");
    height: 66px;
    position: relative;
    z-index: 10;
}
/*左侧切换的内容*/
.creditExchange-left-two{
    border: 1px solid #CFCECE;
    min-height:715px;
    position: relative;
    top: -30px;
    background: white;
    padding: 35px;
}
.creditExchange-left-two>div{
    display: none;
}
.creditExchange-left-two>div.hover{
    display: block;
}
/*所有订单*/
.creditExchange-left-two-con span b{
    font-family: "微软雅黑";
    font-size: 18px;

}
.creditExchange-left-two-con .input{
    height: 33px;
    border-radius: 3px;
    line-height: 33px;
}
.creditExchange-left-two-con .form-control{
    width: 180px!important;
    float: left;
}

.creditExchange-left-two-con table{
    padding-top: 30px;
    font-family: "微软雅黑";
}
.bottom_1{
    margin-bottom: 20px;
}

/*右侧栏目列表*/
.userCenter-main-body-right{
    padding: 0;
}
/*页面尾部*/
.footer{
    background: rgb(34,124,229);
    margin-top: 40px;
}
.footer_ul {

}
.footer_ul li{
    float: left;
    margin-right: 30px;
    font-size: 20px;

}
.footer_ul li a{
    color: white;
    font-size: 21px;
}
.footer_1{
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}
.footer_2{
   text-align: right;
}

.footer_2 p{
    color: white;
    font-size: 20px;
}
.footer_3{
    margin-top: 10px;
    color: white;
    font-size: 16px;
}
.footer_h4{
     margin-top: 0;
     line-height: 60px;
     color: white;
     font-size: 21px;
     width: 115px;
 }
.footer-margin-top-30{
    margin-top: 30px;
}
.index_partner{
    height: 150px;
}
.partner_box h1{
    float: left;
    font-size: 22px;
    /*font-weight: 600;*/
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 10px 20px 20px;
}
.partner_span{
    display: block;
    width: 100px;
    color:#59b6f3;
    border-bottom: 1px solid #59b6f3;;
    float: left;
    margin-top: 22px;
}
.partner_box img{
    clear: both;
    margin: 0 auto;
    display: inline-block;
    width: 400px;
    background: white;
    height: 80px;
    border: 1px solid rgb(190,212,227);

}
.partner_center{
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    width: 330px;
}
.partner_box_a{
    height: auto;
    background: white;
    border: 2px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;
}
.partner_box_a h2{
    margin: 40px 20px;
    float: left;
}
.navbar-nav>li>.my-dropdown-menu{
    border-radius: 0px;
    min-width: 120px;
    padding-top:0px;
    padding-bottom:0px;
    background-color: #FFFFFF;
    border:1px solid  #DDDDDD;
    top:50px;
}
.navbar-nav>li>.my-dropdown-menu.min-width-150{
    min-width: 155px;
}
.navbar-nav>li>.my-dropdown-menu a{
    padding: 10px 20px;
    color: #333;
}
.my-dropdown-menu>li>a:focus, .my-dropdown-menu>li>a:hover{
    background-color: #337ab7;
    color: #FFFFFF;
}
.my-dropdown-menu>li>a:focus, .my-dropdown-menu>li>a:hover span.badge{
    color: #337ab7;
    background-color: #FFFFFF;
}
.browse-list{
    width:180px;
}
.navbar-nav>li>.my-dropdown-menu .browse-list a{
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width:100%;
}
.navbar-nav>li>.my-dropdown-menu .browse-list a span{
    display: inline-block;
    width:65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align:bottom;
}
.header-nav>a, .header-nav>a:focus, .header-nav>a:hover{
    border:1px solid transparent;
}
.header-nav .open>a, .header-nav .open>a:focus, .header-nav .open>a:hover{
    background-color: #FFFFFF;
    border:1px solid  #DDDDDD;
    border-bottom: none;
    position: relative;
    z-index: 1500;
}
.header-nav>li>a:focus, .header-nav>li>a:hover{
    background-color: #FFFFFF;
    border:1px solid transparent;
    border-bottom: none;
}
.header-nav>li>a{
    border:1px solid transparent;
    border-bottom: none;
}
.max-width{
    display: block;
    max-width:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.border-none,.border-none:hover,.border-none:active,.border-none:focus{
    border:none;
    border-radius: 0;
}
.index-add{
    color:rgb(34,124,229);
    border-bottom: 4px solid rgb(34,124,229)!important;
}
.navbar-nav > li > .my-dropdown-menu a {
    position: relative;
}
.list-group-item>.badge {

    position: absolute;
    top: 10px;
    right: 10px;}
.color-red{
    color:#F11111;
}
/*购买视频背景图*/
.pay-div-image{
     position: absolute;
     width: 65px;
     height: 53px;
     top: 10px;
     left: 20px;
     background:url("../images/web_pay.png") no-repeat ;
 }
.free-div-image{
    position: absolute;
    width: 65px;
    height: 53px;
    top: 10px;
    left: 20px;
    background:url("../images/web_free.png") no-repeat ;
}
.moreForum-pay-div-image{
     position: absolute;
     width: 65px;
     height: 53px;
     top: 9px;
     left: 9px;
     background:url("../images/web_pay.png") no-repeat ;
 }
.moreForum-free-div-image{
    position: absolute;
    width: 65px;
    height: 53px;
    top: 9px;
    left: 9px;
    background:url("../images/web_free.png") no-repeat ;
}