/*超声大讲堂——超声同仁*/

/*频道*/
.colleague_pd{
    border-radius:10px ;
    margin-top: 10px;
    border: 1px solid #59b6f3;
    height: 50px;
    background: white;
}
.colleague_pd_p{
    line-height: 50px;
    text-align: right;
    font-size: 20px;

    color: #59b6f3;
}
.colleague_pd_ul li{
    float: left;
    line-height: 50px;
    text-align: right;
    font-size: 20px;
    margin-right: 30px;

}
/*专业*/
.colleague_zy{
    border-radius:10px ;
    margin-top: 10px;
    border: 1px solid #59b6f3;
    height: 50px;
    background: white;
}
.colleague_zy_p{
    line-height: 50px;
    text-align: right;
    font-size: 20px;

    color: #59b6f3;
}
.colleague_zy_ul li{
    float: left;
    line-height: 50px;
    text-align: right;
    font-size: 20px;
    margin-right: 30px;
    cursor:pointer
}
.colleague_zy_ul li:hover{
    color:  #59b6f3;
}

.xl_1{
    height: 50px;
}
.colleague_zy_ul li span{
    font-size: 14px;
}
.colleague_xz_ul{
    height: 50px;

    background: white;
}
.colleague_xz_ul li{
    float: left;
    line-height: 50px;
    text-align: right;
    font-size: 20px;
    margin-right: 30px;
    cursor:pointer
}
.colleague_xz_ul li:hover{
    color:  #59b6f3;
}
.li{
    color:  #59b6f3;
}
.colleague_gd_ul li{
     background:red;
    float: left;
    line-height: 50px;
    text-align: right;
    font-size: 20px;
    padding: 0 20px;
    cursor:pointer
}

.colleague_gd_ul {
    /*height: 50px;*/
    background:red;

    /*position: absolute;*/
    /*width: 100%;*/
    /*z-index: 220;*/
    /*display: none;*/
}
/*城市*/
.colleague_cs{
    margin-top: 10px;
    border-radius:10px ;
    border: 1px solid #59b6f3;
    height: 50px;
    background: white;
}

.colleague_cs ul{
    border-radius:10px ;
    background: white;
}
.colleague_cs_ul li{
    float: left;
    line-height: 50px;
    text-align: right;
    font-size: 20px;
    margin-right: 30px;
}
.colleague_li{
    cursor:pointer
}
.colleague_li span{
    font-size: 16px;
}
.colleague_gd_cs{
    height: 150px;
    background: white;
    border-radius:10px ;
    display: none;
}
.colleague_gd_cs ul {
    margin-left: 20px;
}
.colleague_gd_cs ul li{
    cursor:pointer;
}
.colleague_gd_cs ul li:hover{
    color:#59b6f3;
}
/*========================================*/
/*框架样式*/
.pub-left-one>ul>li {
    width: 20%;
}
/*内容图片样式*/
.colleague_img{
    height: 200px;
    padding: 0 10px;
    /*border-right: 1px solid black ;*/
}
.colleague_img img{
    width: 120px;

    height: 120px;
}
/*内容样式*/
.colleague_nr{
    padding-left: 10px;
}
.colleague_nr h3{
    margin-top: 10px;
}
.colleague_nr p{
     margin-top: 10px;
 }
.colleague_nr button{
    border: 1px solid #59b6f3;
    background: white;
    margin-top: 8px;

}
.more_yw{
    height: 40px;
    margin-bottom: 15px;
}
.colleague_nr button:hover{
    color: #59b6f3;
}
.colleague_nr_1{
    width: 32%;
    margin-left: 1%;
    height: 200px;
    background:#eee;
    padding: 10px 0;

}
/*内容文字样式*/
.colleague_nr_p{
    line-height: 20px;
    height: 40px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/

}
.media{
    margin-top: 0;
}

.pub-left-two-con{
    margin: 0;
    padding: 0;
}
.pub-main-body-left{
    padding-right: 0;
}
.pub-left-two{
    padding: 15px 0;
}
.colleague_yw{
  text-align: center;


}
.colleague_nr_p_1{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
/*相互关注样式*/
.colleague_span{
    /*display: inline-block;*/
    float: right;
    padding: 7px 0;
    margin-right: 40px;
    color:#59b6f3;
    height: 30px;
}
#pub_toggle li{
    width: 25%;
}
.content{
    min-height: 800px;
}