/*通用样式*/
body{
    font-size:14px;
    color:#4a4a4a;
    font-family:"微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing:border-box;
    /*background-color: #F6F6FA;*/
}
a{
    color:#4a4a4a;
}
a:hover,a:active,a:focus{
    text-decoration: none;
}

.lf{float: left;}
.rt{float: right;}
.both{
    content:"";
    display:block;
    clear:both;
}

/*<!--页头医生标题宣传栏-->*/
.pub-main-header{
    width: 100%;
    height: 306px;
    background-image: url("../images/header_1.png");
    margin-bottom:20px;
}
.pub-main-header-container{
    width:210px;
    text-align:center;
    margin:0 auto;
}
/*.pub-main-header-container>div{*/
    /*width:130px;*/
    /*height:130px;*/
    /*margin: 15px auto;*/
    /*margin-top: 50px;*/
    /*border:3px solid #fff;*/
    /*border-radius:50%;*/
/*}*/
.pub-main-header-container>p,.pub-main-header-container>a{
    color:#fff;
}
.pub-main-header-container>a{
    font-size:18px;
}
.pub-main-header-container>p{
    font-size:12px;
    margin-top:10px;
}

/*全局*/
li{
    list-style-type: none;
}

.block{
	display: block!important;
	}
.famous_content{
	display: none;
	}
/*头部导航*/
/*.nav_bottom{*/
	/*border-bottom: 2px solid #59b6f3 !important;*/
	/*}*/

/*nav{*/
	/*background: red;*/
	/*height: 132px;*/
	/*background: #eee;*/
	/*}*/
.logo_search{
	margin-top: 10px;
	}
.header-margin-bottom{
    margin-bottom: 0!important;
}
 .btn_1 {
 	background: #227CE5;
 	color: white;
    margin-left:15px;
 	}
 .btn_1:hover{
 	background: #59b6f3;
 	color: white;
 	}
.logo_dl li{
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	font-family: "微软雅黑";
	font-size: 18px;
	}
.logo_dl li a:hover{
	color:#59b6f3 ;
	}
.nav_2 li a {
	margin-right:27px;
	font-size: 1.5em;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	border-bottom: 2px solid transparent; 
	}
.nav_2 a:hover{
	border-bottom-color: #59b6f3;
	}
.nav_2{
	margin-top: 20px;
	}
/*<!--主体部分-->*/
.pub-main-body{
    padding:0;
}
.pub-main-body-left{
    padding: 0;
    padding-right:2%;
}

/*左侧标签切换*/
.pub-left-one{
    padding:0px 5%;
    margin-bottom:20px;
}
.pub-left-one>ul{
    overflow:hidden;
}
.pub-left-one>ul>li{
    float:left;
    text-align:center;
    width:30%;
}
.pub-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);
}
.pub-left-one>ul>li>a:hover,.pub-left-one>ul>li>a.pub-left-one-hover{
    color: #fff;
    background-image: url("../images/toggle_1.png");
    height: 66px;
    position: relative;
    z-index: 10;
}
/*左侧切换的内容*/
.pub-left-two{
    border: 1px solid #CFCECE;
    /*min-height:715px;*/
    position: relative;
    top: -30px;
    background: white;
    padding: 25px 15px;
}
.pub-left-two>div{
    display: none;
}
.pub-left-two>div.hover{
    display: block;
}

/*右侧栏目列表*/
.pub-main-body-right{
    padding: 0;
}
.pub-main-body-right-one,.pub-main-body-right-two{
    border:1px solid #cfcece;
    padding:10px;
    margin-bottom: 10px;
    background: white;
}
.pub-main-body-right-one>ul{
    overflow: hidden;
}
.pub-main-body-right-one>ul>li{
    float: left;
    width: 33%;
    text-align: center;
}
.pub-main-body-right-one>ul>li>b{
    font-size:30px;
    color:#73859e;
    display: block;
    margin: 10px 0;
}
.pub-main-body-right-one>ul>li>p{
    font-size: 20px;
    line-height: 40px;
}
.pub-main-body-right-one>ul>li:first-child+li{
    border-left: 1px solid #cfcece;
    border-right: 1px solid #cfcece;
}
.pub-main-body-right-two{
    min-height: 635px;
}
.pub-main-body-right-two>ul{
    padding: 15px 30px;
    border-top: 1px solid #cfcece;
}
.pub-main-body-right-two>ul:first-child{
    border: none;
}
.pub-main-body-right-two>ul>li{
    line-height: 25px;
}
.pub-main-body-right-two>ul>li>a{
    font-size: 12px;
    transition:all 0.15s linear;
}

/*左侧切换的内容页码*/
ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 16px 0;
    border-radius: 4px;
}
ul.pagination > li {
    display: inline;
}
ul.pagination > li > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4a4a4a;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
ul.pagination > li:first-child > a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
ul.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
ul.pagination > li > a:hover,ul.pagination > li > a:focus{
    z-index: 3;
    color: #9addf7;
    background-color: #eeeeee;
    border-color: #dddddd;
    cursor: pointer;
}
ul.pagination > .active > a,
ul.pagination > .active > a:hover,
ul.pagination > .active > a:focus{
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: pointer;
}
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.padding-15{
    padding: 15px;
}

.padding-left30{
    padding-left: 30px;
}

.margin-bottom15{
    margin-bottom: 15px;
}
/*页尾样式*/
.footer{
    background: rgb(34,124,229);
    margin-top:40px;
}
.footer_ul {
    margin-top: 110px;
}
.footer_ul li{
    float: left;
    margin-right: 30px;
    font-size: 20px;

}
.footer_ul li a{
    color: white;
}
.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;
}
/*头部导航*/
header{
    background: white;
    /*box-shadow: 0 3px 4px #d8d8d8;*/
}
.channel-list li:first-child a{
    width: 90px!important;
}
.channel-list li:first-child {
    width: 110px!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;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.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;
    font-size: 21px;
    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%;*/
    /*height: 460px!important;*/
/*}*/
/*.carousel-control{*/
    /*font-size: 7rem;*/
    /*width: 10%;*/
    /*background: rgba(0,0,0,0)!important;*/
    /*top:38%;height: 20%;*/
/*!*}*!*/
/*.channel-list li a{*/
    /*height: 35px;*/
/*}*/
/*轮播 添加样式*/
.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:hover{
    background: rgba(0,0,0,0);
}

.border-radius-4{
    border-radius: 4px;
}
.usercenter-focus-fen-subscribe{
    border:none;
    padding:0;
    margin-bottom: 0px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.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;
    border-radius: 0;
}
.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;
}
.img-height-170{
     height:170px!important;
 }
.img-height-150{
    height:150px!important;
}
.img-height-120{
    height:120px!important;
}
.img-height-140{
    height:140px!important;
}
.img-height-60{
    height:60px!important;
}
.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;}
#user_profiles{
    word-wrap: break-word;
    word-break: normal;

}
/*一行显示不全省略样式*/
.line-overflow-hidden{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}