*{
    margin: 0;
    padding: 0;
}
a, span, p, h1, h2, h3, div {
    font-family: '微软雅黑';
}
.left{
    float:left;
}
.right{
    float:right;
}
ul,li{
    list-style:none
}


a:link{color:#5a5a5a;;text-decoration:none;} /*默认状态：未点击*/
a:hover{color:#5a5a5a;;text-decoration:none;}/*鼠标悬浮状态*/
a:active{color:#5a5a5a;;text-decoration:none;} /*点击状态*/
a:visited{color:#5a5a5a;;text-decoration:none;}/*访问后的状态*/

.over{
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-style: normal;
}
h2{
    font-size: 20px;
    color: #343334;
}
h1{
    font-size: 30px;
}
.row2{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
header{
    width: 100%;
    height: 73px;
    border-bottom: solid 2px #f7f8f9;
    overflow: hidden;
    margin-bottom: 30px;
}
.bread{
    font-size: 14px;
    margin: 15px 0 25px 0;
}

.bread .current a{
    color: #02abf2;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
.logo{
    background: url("/statics/coosharp/images/logo.jpg");
}
.logo a{
    width: 215px;
    height: 73px;
    display: block;
}
nav{
    width: 778px;
    height: 73px;
    font-size: 18px;
    line-height: 73px;
}
nav ul li{
    clear: left;
    display: inline-block;
    margin:0 29px;
    padding: 0 10px;
}
#hospital_show h1{
    font-size:20px;
}
header .search i{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: -3.5px 4px;
    background: url("/statics/coosharp/images/serch.png");
}
.search{
    width: 224px;
    height: 35px;
    background: #eeeeee;
    margin: 19px 0;
    border-radius: 3px;
    overflow: hidden;
}
.search input{
    width: 189px;
    height: 35px;
    border: none;
    text-indent: 1em;
    font-size: 16px;
    background: #eeeeee;
    outline: none;
    display: inline-block;
}
footer{
    height: 113px;
    width: 100%;
    border-top: 1px solid #f7f8f9;
    font-size: 14px;
}
footer .logo{
    margin-top: 17px;
    width: 215px;
    height: 73px;
}
footer .copyright ul{
    height: 27px;
    margin-top: 34px;
}
footer .copyright ul li{
    float: left;
    margin-right: 30px;
}
footer .copyright{
    margin: 29px 20px;
    line-height: 2em;
}
.tooth_type ul li{
    width: 163px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border:1px solid #eee;
    border-top: none;
    overflow: hidden;
}
.tooth_type ul li a{
    display: block;
}


/*滚动条整体样式*/
body::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
/*滚动条滑块*/
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
/*滚动条轨道*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: #ccc;
}

nav .active{
    border-bottom: 2px solid #39c3fe;
    height: 71px;
}
.tooth_type ul .active{
    background: #39c3fe;
    border:1px solid #39c3fe;
}
.tooth_type ul .active a{
    color: #fff;
}
.tooth_type ul li:nth-child(1){
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #eee;
}
.tooth_type ul li:nth-child(8){
    border-radius:0 0 5px 5px ;
}

#index .main,#lists .main{
    width: 680px;
    margin-left: 30px;
}
#lists .bread{
    margin: 0 0 0 0;
}
.main .article{
    font-size: 13px;
}
.main .article ul li{
    border-bottom:1px solid #eee ;
    padding: 15px 0;
;
}
.article .article_img3 h2{
    padding: 10px 0;
}
.article .article_img3 .img_wrap img{
    width: 217px;
    height: 125px;
    float: left;
    margin-right: 9px;
    vertical-align: middle;
    object-fit: cover;
}
.article_img1 .text_wrap{
    width: 441px;
    padding: 0 10px;
}
.time_tag {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0 0 0 ;
}
.article .tags{
    background: #f0f0f0;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    padding: 0 10px;
}
.article .article_img1 h2{
    padding: 5px 0 0 0 ;
}
.article .article_img1 .img_wrap{
    width: 219px;
    height: 129px;
    overflow: hidden;
}
.article .article_img1 img{
    width: 219px;
    height: 125px;
    vertical-align: middle;
    object-fit: cover;
}
.article .article_img1 .time{
    display: block;
}
.article .article_img1 .tags{
    margin: 10px 0;
    line-height: 20px;
}

/*右栏*/
.main_right{
    width: 291px;
    margin-left: 30px;
}
.main_right img{
    width: 105%;
}
.main_right .small_picture{
    margin-bottom: 20px;
}
.main_right .small_picture ul{
    background: #f7f8f9;
}
.main_right .small_picture li{
    overflow: hidden;
    padding: 5px 0;
}
.main_right .small_picture li .warp_img img{
    width: 120px;
    height: 79px;
}
.main_right .small_picture li .warp_text{
    width: 161px;
    padding: 0 5px;
}
h3 .more{
    font-size: 13px;
    float: right;
    line-height: 25px;
    padding: 0 10px;
    color: #929191;
}
h3 .more a {
    font-size: 13px;
    float: right;
    line-height: 25px;
    padding: 0 10px;
    color: #929191;
}

.main_right .big_picture li{
    margin-bottom: 10px;
}
.main_right .big_picture .hospital_list li .warp_text{
    text-align: center;
}
.main_right .big_picture li .warp_text{
    padding:10px 0
}
.main_right .big_picture li .warp_img{
    width: 291px;
    height: 171px;
    overflow: hidden;
}
.main_right .big_picture li .warp_time{
    text-align: right;
    color: #5a5a5a;
    font-size: 14px;
}
.main_right .big_picture li .warp_img img{
    vertical-align: middle;
    width: 291px;
    height: 171px;
    object-fit: cover;
}
.main_right  li .warp_text p{
    padding: 5px;
    line-height: 1.5em;
    color: #343334;
    font-size: 14px;
}

/*footer{*/
    /*border-bottom: solid 2px #f7f8f9;*/
/*}*/

/*area*/
.area{
    width: 1198px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px 0;
}
.area .gap{
    display: block;
    border-bottom: 1px dashed #e3e1e1;
    width: 95%;
    margin: 10px auto;
}
.area .region{
    width: 8%;
    padding: 10px 0;
}
.area .area_clear{
    color: #2db9f5;
    width: 8%;
    padding: 10px 0;
}
.area .area_list{
    width: 84%;
    margin-top: 5px;
}
.area .area_list ul li{
    float: left;
    text-align: left;
    border-radius: 5px;
}
.area .area_list ul li a{
    padding: 5px 10px;
    display: block;
}


/*hospital_list*/
 .main{
    width: 879px;
     color: #5a5a5a;
}

 #hospital_list .main ul,#doctor_list .main ul{
    width: 859px;
}
 .main ul li{
    overflow: hidden;
    border-bottom: 1px dashed #e3e1e1;
    padding: 20px 0;

}
 .main ul li .hospital_item_img{
    width: 219px;
    height: 129px;
    overflow: hidden;
}
.main ul li .hospital_item_img img{
    width: 100%;
}
.main ul li .doctor_item_img{
    width: 148px;
    height: 148px;
    border-radius: 50%;
    overflow: hidden;
}
.main .doctor_item_img img{
    width: 105%;
}
.main .doctor_item_img h2{
    font-weight: normal;
}
.main .doctor_item_text h2 span{
    font-size: 16px;
    margin-left: 1em;
    color: #5a5a5a;
}
.main .hospital_item_text,.main ul li .doctor_item_text{
    width: 476px;
    padding: 5px 28px;
    margin: 10px 0;
}
#hospital_list .main .hospital_item_text,.main ul li .doctor_item_text{
    width: 476px;
    padding: 5px 28px;
    margin: 0;
}
#hospital_list .main .hospital_item_text h2 a{
    color: #343334;
}
 .main .brief{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
}
 .main .swt{
    width: 108px;
}
 .main .swt span{
    width: 106px;
    height: 37px;
    display: block;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    margin: 20px 0;
    cursor: pointer;
}
 .main .swt span:nth-child(1){
    background: #45c7fe;
    color: #fff;
    border: 1px solid #45c7fe;
}
 .main .swt span:nth-child(2){
    border: 1px solid #d2d2d2;
}

/*show*/
#doctor_show header,
#hospital_show header,
#show header
{
    margin: 0;
}
#hospital_show  .time{
    text-align: left;
}
#doctor_show h1{
    font-size: 20px;
    color: #343334;
}
#doctor_show .main .doctor_item_text h1 span {
    font-size: 16px;
    margin-left: 1em;
    color: #5a5a5a;
}
#show .info_title h2{
    font-size: 24px;
}
.edit_time{
    font-size: 16px;
    color: #727272;
    margin: 15px 0 30px 0;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom:10px
}
#show .info{
    width: 820px;
}
#show .info h3{
    font-size: 16px;
    color: #343334;
    font-weight: bold;
}
#show .info h2{
    font-size: 17px;
    color: #343334;
    font-weight: bold;
    margin-bottom: 10px;
}
#show .article{
    margin-top: 40px;
}
#show .article h2{
    font-size: 16px;

}
#show .info_text p,#doctor_show .info_text p,#hospital_show .info_text .present p,.info_text li{
    color: #5a5a5a;
    line-height: 2em;
    text-indent: 2em;
    margin: 15px 0;
}
.info_text li{
    border-bottom:none !important;
    padding: 0 !important;
}
#show .info_text p img,#doctor_show .info_text p img,#hospital_show .info_text p img{
    max-width: 600px;
    height: auto !important;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#hospital_show table{
    border-collapse: collapse;
    display: table;
    margin: 10px auto;
}
#hospital_show table td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
#hospital_show table .ue-table-interlace-color-double {
    background-color: #f7faff;
}

/*doctor_show*/
#doctor_show .info_title,#hospital_show .info_title{
    height: 169px;
    border: 1px solid #e5e5e5;
}
#hospital_show .info_title{
    height: auto;
}
#doctor_show .info_title .swt,#hospital_show .info_title .swt{
    margin: 15.5px 38px 15.5px 0;
}
#doctor_show .doctor_item_img{
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin: 16.5px 24px;
    overflow: hidden;
}
#doctor_show .doctor_item_img img{
    width: 100%;
}
#doctor_show .doctor_item_text{
    width: 523px;
    height: 129px;
    margin: 24px 24px 16px 0;
}
#doctor_show .main_right_hospital{
    background: #f7f8f9;
    overflow: hidden;
    margin-bottom: 10px ;
}
#doctor_show .main_right_hospital .main_right_hospital_img{
    width: 269px;
    margin: 13px auto;
}

#doctor_show .main_right_hospital_title span{
    font-size: 22px;
    text-align: center;
    display: block;
}
#doctor_show .main_right_hospital_desc{
    width: 269px;
    margin: 10px auto;
    text-indent: 2em;
    color: #414141;
    line-height: 2em;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 .main_right_doctor{
    border: 1px solid #eee;
}
 .main_right_doctor li{
    width: 269px;
    height: 126px;
    margin: 0 auto;
}
 .main_right_doctor li .right_doctor_img{
    width: 106px;
    height: 106px;
    border-radius:50%;
    overflow: hidden;
    margin: 10px 0;
}

 .main_right_doctor li .right_doctor_text{
    width: 143px;
    margin:16px 10px;
    color: #171717;
     margin-top: 25px;
}

.main_right_doctor li .right_doctor_text .catids{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#4c4b4b;
}
 .main_right_doctor li .right_doctor_text span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color:#4c4b4b;
}
 .main_right_doctor li .right_doctor_text .right_doctor_title{
    font-size: 20px;
    margin-bottom: 5px;
    color: #171717;
}

#doctor_show .main_right h3,#hospital_show .main_right h3{
    padding: 10px 0;
}

/*hospital_show*/
#hospital_show .main .info_title .hospital_item_img{
    width: 231px;
    height: 142px;
    border: 1px solid #ededeb;
    margin: 12.5px;
    overflow: hidden;;
}
#hospital_show .main .info_title .hospital_item_img img{
    width: 100%;
}
#hospital_show .main .info_title .doctor_item_text{
    width: 430px;
    margin: 28px 0px;
    position: relative;
}
.down_icon{
    position: absolute;
    right: -20px;
    top: 82px;
    width: 15px;
    height: 15px;
}
#hospital_show .main .info_title .doctor_item_text .address{
    margin: 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#hospital_show .main .info_title .doctor_item_text .desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.show_desc{
    -webkit-line-clamp: inherit !important;
}
.up_icon{
    transform: rotate(180deg);
}
#hospital_show .info_text{
    min-height: 500px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}
#hospital_show .info_text .info_tab{
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}
#hospital_show .info_text .info_tab li a{
    width: 124.2px;
    border-right:1px solid #e5e5e5 ;
    height: 57px;
    float: left;
    text-align: center;
    line-height: 57px;
    position: relative;
}
#hospital_show .info_text .info_tab li a i{
    width: 20px;
    height: 20px;
}
#hospital_show .info_text .info_tab .case a{
    border: none;
    padding: 0 0.85px;
}
#hospital_show .info_text .info_tab .active a{
    color: #fff;
    background: #45c7fe;
    display: block;
}
#hospital_show .info_text .info_tab  a span{
    width: 20px;
    height: 20px;
    background: #ff5257;
    display: block;
    position: absolute;
    top: -6px;
    right: -2px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    z-index: 2;
}
#hospital_show .info_content >div{
    padding: 10px;
}

#hospital_show .environment div,#hospital_show .certificate div{
    width: 270px;
    height: 181px;
    margin: 7.5px;
    float: left;
    position: relative;
    overflow: hidden;
}
#hospital_show .environment div img,#hospital_show .certificate div img{
    width: 270px;
    height: 181px;
    vertical-align: middle;
    object-fit: cover;
}
#hospital_show .environment div span,#hospital_show .certificate div span{
    position: absolute;
    font-size: 14px;
    width: 270px;
    height: 25px;
    line-height: 25px;
    display: block;
    color: #fff;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    text-align: center;
    overflow: hidden;
}
#hospital_show .info_content .case{
    padding: 10px 30px;
}
.main_right h3{
    margin-bottom: 10px;
    color: #343334;
    font-size: 19px;
}
.hospital_desc{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#hospital_show .article_img1 .img_wrap{
    width: 240px;
}
#hospital_show .article_img1 .img_wrap img{
    width: 100%;
}

#pages{
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
}
#pages a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 8px;
}
#pages span {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background: #4cc9fe;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 8px;
}
.area .active{
    background: #39c3fe;
}
.area .active a{
    color: #fff;
    display: block;
}
.friendship{
    background: #f6f6f6;
    font-size: 14px;
    line-height: 14px;
}
.friendship .content{
    padding: 20px 0;
}
.friendship .content a{
    margin-right: 10px;
    line-height: 21px;
}
form .form_sub{
    width: 35px;
    height: 35px;
    float: right;
    background: url(/statics/coosharp/images/serch.png) no-repeat;
    background-position: 10px 9px;
}
/*表格*/
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
#hospital_show .info_leaderboard{
    width: 857px;
    padding: 10px;
    overflow: hidden;
    margin: 10px 0;
}

#hospital_list .main .remark h1,#doctor_list .main .remark h1{
    font-size: 20px;
    color: #5a5a5a;
    margin: 0 0 15px;
}

#hospital_show .content .nearby{
    font-size: 0;
    margin: 20px 0;
    padding: 10px;
}
#hospital_show .content .nearby li{
    border: none;
    display: inline-block;
    width: 30%;
    margin: 10px 1.66% ;
    padding: 0;
}

#hospital_show .content .nearby li .company_img img{
    width: 100%;
}
#hospital_show .content .nearby li .company_title p{
    height: 20px;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
}
#hospital_show .content .hos_company li,#hospital_show .info_leaderboard li{
    border: none;
    display: inline-block;
    margin: 5px 15px;
    padding: 0;
}
#hospital_show .content .border{
    border: 1px solid #DDD;
    padding: 10px;;
}
#hospital_show .content .border h3{
    font-size: 20px;
    margin: 0 0 10px 0;
}
#hospital_show .content .nearby img{
    height: 171px;
    object-fit: cover
}




