/*haeder*/
.head {
  top:0px;
  width: 100%;
  position: fixed;
  height: 76px;
  box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
  z-index: 9999;
}
.head .head-top {
  height: 100%;
  display: flex;
  align-items: center;
}
.head .logo {
  width: 162px;
  height: 57px;
}
.head .logo img{
    width: 100%;
    height: 100%;
}
.head-nav{
    margin-left:30px;
}
.head-nav a{
    font-size:18px;
    font-weight: 500;
    margin-right:30px;
}
.head-nav a:hover,.head-nav .cur{
    color:#0e89d1;
}
.searchHot{
    width: 200px;
}
.searchHot a{
    padding-right: 6px;
}
.searchHot a:hover{
    color:#0e89d1;
}
.search {
  margin-left: 242px;
  width: 330px;
  height: 38px;
  background: #F5F5F5;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  position: relative;
}
.search form{
    display: block;
    width:100%;
    height: 100%;
}
.searchKwd {
  background: transparent;
  font-size:14px;
  line-height: 28px;
  padding:4px 50px 4px 16px;
  width: 274px;
}
.sea-btn {
  position: absolute;
  right: 5px;
  top:5px;
  background: rgb(106, 200, 24);
  color: #FFFFFF;
  padding: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.sea-btn:hover{
    opacity: .8;
}
.sea-btn .icon{
  font-size: 16px!important;
}
.head-top .icon.i-iphone{
    font-size:30px;
    color:#b1b1b1;
}
.iphone{
    position: relative;
}
.iphone-img{
    background: #fff;
    width: 100px;
    height: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    /*transition: all 0.05s ease-in-out;*/
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 43, 0.4);
}
.iphone-img:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    border-width: 7px;
    border-bottom-color: #fff;
    transform: translateX(-50%);
}
.iphone-img img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.iphone p{
    font-size:12px;
    color:#0e89d1;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    width: 100%;
}
/*haeder end*/

/*banner*/
.banner-cont {
    width: 815px;
    height: 380px;
}
.banner-cont .swiper-slide:hover{
    opacity: .9;
}
.banner-cont .swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sp-btn{
  background:rgba(0,0,0,.5);
}
.banner-cont:hover .swiper-button-next {
    display: flex!important;
}

.banner-cont:hover .swiper-button-prev {
    display: flex!important;
}
.swiper-button-next, .swiper-button-prev{
  color:#fff!important;
  display: none!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size:16px!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  font-size:16px!important;
}
.swiper-button-disabled{
  cursor:not-allowed!important;
  z-index:99!important;
  pointer-events: auto!important;
}
.sp .swiper-pagination{
  width: 100px;
  right: 0!important;
  left:auto;
  text-align: right;
  padding-right: 10px;
}
.sp .sp-cont{
    position: absolute;
    color: #FFF;
    top: 120px;
    left: 0;
    /*margin-left: -200px;*/
    padding: 0 100px;
    text-align: center;
}
.sp .swiper-slide{
    display: block;
    font-size: 0;
}
.sp .sp-cont span{
    padding-left:6px;
    display: inline-block;
}
.sp .sp-cont .sp-cont-title{
    line-height: 32px;
    padding: 10px;
    font-size:22px;
    color: #333;
    font-weight: 400;
}
.sp .sp-cont a{
    border-radius: 5px;
    padding: 5px 10px;
    font-size:18px;
    margin-top:20px;
    display: inline-block;
    line-height: 30px;
    background: #0e89d1;
}
/*banner end*/

/*首页头部-推荐*/
.top-table {
    width: 366px;
    height: 380px;
}

.top-table-title {
    display: flex;
}

.top-table-title li {
    list-style: none;
    width: 183px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 6px 0px;
    border-bottom: 2px solid #FFF;
    cursor: pointer;
}

.top-table-title .checked {
    color: #0e89d1;
    border-bottom: 2px solid #0e89d1;
}
.top-table-item {
    width: 100%;
    font-size: 16px;
    color: #000000;
    margin-top: 7px;
}
.top-table-item li {
    padding:0 12px 8px 12px;
}
.top-table-item a:hover img{
    opacity: .8;
}
.top-table-item a:hover{
    color:#0e89d1;
}
.top-table-item .data {
    overflow: hidden;
    height: 18px;
    padding: 6px 0px;
}
.top-table-item .data p {
    font-size: 16px;
    width: 286px;
    color: #000000;
    white-space: normal;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
}
.top-table-item .img {
    width: 120px;
    height: 80px;
}
.top-table-text{
    width: 212px;
    height: 80px;
    position: relative;
}
.top-table-text .other{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*首页头部-推荐 end*/

/*首页快捷导航*/
.quick-r {
    width: 920px;
    flex: 1;
}
.quick-adLeft-ad{
    width: 280px;
    height: 330px;
}
.quick-adLeft-ad:hover{
    opacity: .8;
}
.yxr-side {
    float: left;
    margin-left: 24px;
    width: 238px;
    height: 278px;
    background: #ffffff;
    padding: 25px 22px;
}
.yxr-sidetitle {
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    position: relative;
    padding: 0 15px;
    line-height: 18px;
}
.yxr-side-grid {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}
.yxr-side-gridbara {
    width: 50%;
    height: 106px;
    display: block;
}
.yxr-side-gridbar:hover {
    background: #F5F5F5;
}
.yxrsgb-imgview {
    width: 100%;
    display: block;
}
.yxrsgb-img {
    margin: 0 auto;
    width: 32px;
    height: 32px;
}
.yxrsgb-name {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}
.yxrsgb-detail {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #b5b5b5;
    text-align: center;
}
.yxr-sidetitle-left {
    padding-left: 7px;
    border-left: 5px solid #0e89d1;
}
/*首页快捷导航 end*/

/*海外*/
.region-l a:hover img,.region-r a:hover img{
    opacity: .8;
}
.region-l{
    width: 860px;
}
.region-tab{
    height: 30px
}
.region-tab li{
    float: left;
    margin-right: 37px;
}
.region-tab li:last-child{
    margin-right: 0;
}
.region-tab li.cur,.region-tab li:hover{
    color:#0e89d1;
}
.region-l .over-img{
    width: 210px;
    height: 320px;
}
.region-l .over-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.over-cont{
    width: 630px;
}
.over-tag li{
    width: 142px;
    line-height:30px;
    text-align: center;
    background: #f7f7f7;
    margin-top:10px;
    margin-right:20px;
}
.over-tag li:nth-child(4n+4){
    margin-right: 0;
}
.over-tag li a{
    color:#999;
    font-size:13px;
    padding: 0 8px;
}
.over-tag li:hover{
    background: #0e89d1;
    cursor: pointer;
}
.over-tag li:hover a{
    color:#fff;
}
.over-img-ad{
    width: 240px;
    height: 194px;
    font-size:0;
}
.over-text-cont li:last-child{
    margin-bottom: 0;
}
.over-text-cont li .over-text-conttype{
    max-width: 500px;
}
.over-text-cont li .over-text-conttype span{
    color:#999;
    position: relative;
    padding-right: 6px;
}
.over-text-cont li .over-text-conttype span::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #999;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.over-text-cont li .over-text-contTime{
    font-size:14px;
    color: #999999;
}
.over-text-cont li a{
    padding-left:6px;
}
.over-text-cont a:hover{
    color:#0e89d1;
}
.over-kj li{
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #666666;
    background: #f5f5f5;
    text-align: center;
    margin-top: 10px;
}
.over-kj li .icon{
    padding:0 6px;
    font-size:16px;
}
.over-kj li:nth-child(2n+2){
    margin-right: 0;
}
.over-kj li:hover{
    background: #0e89d1;
}
.over-kj li:hover a{
    color:#fff;
}
.region-r-ad{
    height: 164px;
}
/*海外 end*/

/*首页问答*/
.qa-nav li{
    width: 373px;
    margin-right: 20px;
}
.qa-nav li:last-child{
    margin-right: 0;
}
.qa-nav li:hover{
    opacity: .8;
}
.qa-item{
    width: 570px;
    margin-right:20px;
}
.qa-item:nth-child(2n+2){
    margin-right:0;
}
.qa-item .img{
    width:114px;
    height: 114px;
}
.qa-item .img:hover{
    opacity: .8;
}
.qa-list{
    width: 440px;
}
.qa-list li a{
    width: 360px;
    padding-bottom: 6px;
}
.qa-list li a:hover{
    color: #0e89d1;
}
.qa-list li a:last-child{
    margin-right:0;
}
.qa-list li:last-child a{
    padding-bottom:0;
}
.qa-list li .qa-listTime{
    color: #999999;
    font-size:14px;
}
/*首页问答 end*/

/*首页案例*/
.case-cont{
    width:590px;
    position: relative;
}
.case-l{
    background: #FFF1DB;
}
.case-r{
    background: #FFF5F8;
}
.case-count{
    width: 130px;
}
.case-cont .case-userImg{
    position: absolute;
    width: 56px;
    height: 53px;
    top: 5px;
}
.case-cont .case-userImg:hover{
    opacity: .8;
}
/*首页案例 end*/

/*首页百科*/
.bk-l-item{
    margin-right: 15px;
}
.bk-l-item:last-child{
    margin-right:0;
}
.bk-l-item a{
    position: relative;
    height: 120px;
    /*background: linear-gradient(0deg, #dcf0fa, hsla(0, 0%, 100%, 0));*/
}
.bk-l-item a:hover,.bk-r a:hover{
    opacity: .8;
}
.bk-l-item a .bk-l-text{
    position: absolute;
    top: 10px;
    left: 10px;
}
.bk-l-item .img img{
    opacity: .6;
}
.bk-l-item .art-title{
    font-weight: 500;
    padding-top: 6px;
    color: #000000;
}
.bk-l-item .art-title:hover{
    color:#0e89d1;
}
.bk-item180{
    height: 185px!important;
}
/*首页百科 end*/

/*首页视频 start*/
.video-ul{
    width: 860px;
}
.video-ul li{
    width: 264px;
    border-radius: 5px;
    margin-right: 20px;
    -webkit-transition: all .25s cubic-bezier(.02,.01,.47,1);
    transition: all .25s cubic-bezier(.02,.01,.47,1);
    margin-bottom: 10px;
}
.video-ul li:hover{
    -webkit-box-shadow: 0 8px 16px 0 rgb(48 55 66 / 15%);
    box-shadow: 0 8px 16px 0 rgb(48 55 66 / 15%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.video-ul li .img{
    height: 175px;
    position: relative;
    overflow: hidden;
}
/*.video-ul li .img img{*/
/*    transform: scale(1.2);*/
/*    -webkit-transition: scale(1.2);*/
/*}*/
.video-ul li .art-title{
    /*height: 38px;*/
}
.video-ul li .other .icon{
    /*color: #0e89d1;*/
    vertical-align: middle;
}
.video-top{
    width: 300px;
}
.video-top .img{
    display: block;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.video-top .img img{
    transform: scale(1.2);
    -webkit-transition: scale(1.2);
}
.video-top .img:hover{
    opacity: .8;
}
.video-top .img .video-first-v{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px;
    padding: 5px 5px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size:14px;
}
.video-top .img .video-first-v .icon{
    font-size: 12px;
    padding-right: 4px;
}
.video-item li a{
    line-height: 26px;
    font-size:16px;
    font-weight: 500;
    vertical-align: middle;
}
.right-video-item li a{
    font-size:15px;
}
.video-item li a:hover{
    color: #0e89d1;
}
.video-item li span{
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 6px;
    display: inline-block;
}
.video-item li:first-child span{
    background: #ff5e5b;
}
.video-item li:nth-child(2) span{
    background: #ff9d00;
}

/*首页视频 end*/

/*首页机构*/
.hosp-l{
    width: 840px;
}
.hosp-l li:nth-child(n+4){
    /*margin-bottom: 0;*/
}
.hosp-r{
    width: 300px;
}
.hosp-Iitem li{
    border-bottom: none!important;
}
.hosp-top a{
    text-align: center;
    margin-bottom: 20px;
}
.hosp-top a .img{
    height: 140px;
    overflow: hidden;
}
.hosp-top a:hover img{
    transform: scale(1.2);
    -webkit-transition: scale(1.2);
    -moz-transition: scale(1.2);
    -ms-transition: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.hosp-r-item{
    width:93px;
    margin-right:10px;
    position: relative;
    height: 93px;
    margin-bottom: 15px;
}
.hosp-r-item:nth-child(3n+3){
    margin-right: 0;
}
.hosp-r-item:nth-child(n+4){
    margin-bottom: 0;
}
.hosp-r-city{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color:#fff;
    line-height: 93px;
}
.hosp-r-item:hover{
    opacity: .8;
}
.hosp-r-list a{
   display: block;
   width: 67.5px;
   float: left;
   margin-right: 10px;
   margin-bottom: 16px;
   text-align: center;
   background: #f5f5f5;
   height: 30px;
   line-height: 30px;
   font-size:14px;
   border-radius: 5px;
}
.hosp-r-list a:nth-child(4n+4){
    margin-right: 0;
}
.hosp-r-list a:nth-child(n+17){
    margin-bottom: 0;
}
.hosp-r-list a:hover{
    background: #0e89d1;
    color:#fff;
}
/*首页机构 end*/

/*列表-问答*/
.ask-top-ad {
    width: 320px;
    height: 352px;
}
.ask-top-ad:hover{
    opacity: .8;
}
.ask-item {
    width: 500px;
}
.ask-item .ask-item-tj{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ask-item a:hover{
    color:#0e89d1;
}
.ask-item .ask-item-tj span{
    background: #0e89d1;
    color:#fff;
    font-size:12px;
    padding: 3px 6px;
    margin-right: 6px;
}
.ask-item .ask-item-tj a{
    vertical-align: middle;
    font-size:16px;
    font-weight: 700;
    line-height: 26px;
}
.ask-item .ask-item-text{
    width: 100%;
    font-size:16px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ask-item .ask-item-text:last-child{
    padding-bottom: 0;
}
.ask-item .ask-item-text a:first-child{
    display: block;
    width: 387px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask-item .ask-item-text span{
    display: block;
    width: 76px;
    float: right;
    font-size:14px;
    color:#999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic-title{
    text-align: center;
    height: 47px;
    line-height: 47px;
    color: #FFF;
    font-size: 18px;
    background: #0e89d1;
}
.topic-title .icon{
    font-size:18px;
    padding: 0 6px;
    vertical-align: middle;
}
.ask-topic{
    padding-left: 10px;
    padding-right: 10px;
}
.ask-topic a {
    display: block;
    text-align: center;
    background: #f5f5f5;
    font-size:14px;
    border-radius: 5px;
    width: 130px;
    margin: 0 10px 14px 0;
    height: 31px;
    line-height: 31px;
    padding-left: 5px;
}
.ask-topic a:hover{
    color:#fff;
    background: #0e89d1;
}
.ask-topic a:nth-child(2n+2){
    margin-right: 0;
}
.ask-list{
    width: 620px;
}
.ask-list .es-1{
    align-items: center;
}
.ask-list .i-ask-tw{
    color:#0e89d1;
    padding-right: 6px;
    font-size:18px;
    vertical-align: middle;
}
.ask-list .i-hd{
    color: #FEAD1D;
    padding-right: 6px;
    font-size:18px;
    vertical-align: middle;
}
.ask-list a:hover{
    color:#0e89d1;
}
.ask-img{
    width: 171px;
    height: 120px;
}
.ask-img:hover{
    opacity: .8;
}
.ask-right-ad{
    width: 300px;
    position: relative;
}
.ask-right-ad p{
    position: absolute;
    top:40px;
    left:30px;
    color:#fff;
    font-size:18px;
    line-height:30px;
    z-index: 1;
}
.ask-right-ad:hover{
    opacity: .8;
}
.i-ask-hot{
    font-size:26px!important;
    color:#0e89d1;
    padding-right: 6px;
    vertical-align: middle;
}
.askHot-list li{
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.askHot-list li a{
    width: 240px;
    font-size: 15px;
    line-height: 24px;
}
.askHot-list li a:hover{
    color:#0e89d1;
}
.askHot-list li .icon{
    width:20px;
    font-size:18px;
    color:#007aff;
}
/*列表-问答 end*/

/*列表-百科*/
.bk-banner{
    width: 815px;
}
.bk-banner a{
    font-size: 0;
}
.bk-banner a:hover{
    opacity: .8;
}
.bk-cate{
    height: 158px;
    position: relative;
}
.bk-cate-item a{
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
    border-radius: 8px;
    width: 280px;
    margin-right:10px;
}
.bk-cate-item a:nth-child(4n){
    margin-right: 0;
}
.bk-recom{
    width: 366px;
}
.bk-recom-item{
    padding: 12px 10px;
}
.bk-recom-type:hover{
    opacity: .8;
    color:#fff!important;
}
.bk-recom a:hover{
    color:#0e89d1;
}
.bk-recom-type{
    font-size:12px;
    background: #0e89d1;
    border-radius: 10px;
    padding:2px 8px;
    color:#fff;
    margin-right: 8px;
}
.hot-topic-item{
    width: 282px;
    margin-right:10px;
}
.hot-topic-item:last-child{
    margin-right: 0;
}
.hotTopic{
    background-size: contain;
    width: 100%;
    height: 200px;
    position: relative;
}
.hotTopic1{
    background: url(../images/hottopic1.png) no-repeat;
}
.hotTopic2{
    background: url(../images/hottopic2.png) no-repeat;
}
.hotTopic3{
    background: url(../images/hottopic3.png) no-repeat;
}
.hotTopic4{
    background: url(../images/hottopic4.png) no-repeat;
}
.hotTopic1 .icon{
    color:#2d7ded;
}
.hotTopic2 .icon{
    color:#b28adf;
}
.hotTopic3 .icon{
    color:#e57487;
}
.hotTopic4 .icon{
    color:#dd924f;
}
.hot-topic-b{
    text-align: center;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
.hot-topic-b a{
    width: 50%;
}
.hot-topic-b a::after{
    content:"";
    display: block;
    height: 90%;
    width: 1px;
    background: #efefef;
    position: absolute;
    left: 50%;
    top: 10px;
}
.hot-topic-b .icon{
    font-size:44px;
    line-height: 60px;
    display: block;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
}
.hot-topic-b a:hover .icon{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.hot-topic-b a:hover p{
    opacity: .8;
}
.hot-topic-tag a{
    margin-bottom: 10px;
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    border-radius: 5px;
    width: 136px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}
.hot-topic-tag a:hover{
    opacity: .8;
}
.hot-topic-tag a:nth-child(2n+2){
    margin-right: 0;
}
.bkBaodian-item{
    width: 373px;
    margin-right: 20px;
}
.bkBaodian-item:last-child{
    margin-right: 0;
}
.bkBaodian-list li{
    position: relative;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
    padding-left: 20px;
}
.bkBaodian-list li .icon{
    position: absolute;
    bottom: -8px;
    left: -1px;
    color:#0e89d1;
    transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -o-transform: rotate(100deg);
}
.bkBaodian-item li a:hover{
    color:#0e89d1;
}
.bkDisease-cont li{
    width: 246px;
    margin-right: 10px;
    color:#333;
    height: 110px;
    margin-bottom: 10px;
}
.bkDisease-cont li:nth-child(3n+3){
    margin-right: 0;
}
.bkDisease-cont li:nth-child(n+4){
    margin-bottom: 0;
}
.bkDisease-item1{
    background: url(../images/bk_jb01.png) no-repeat;
}
.bkDisease-item2{
    background: url(../images/bk_jb02.png) no-repeat;
}
.bkDisease-item3{
    background: url(../images/bk_jb03.png) no-repeat;
}
.bkDisease-item4{
    background: url(../images/bk_jb04.png) no-repeat;
}
.bkDisease-item5{
    background: url(../images/bk_jb05.png) no-repeat;
}
.bkDisease-item6{
    background: url(../images/bk_jb06.png) no-repeat;
}
.bkDisease-cont li a.es-1{
    font-size:16px;
    font-weight: bold;
}
.bkDisease-cont li a.es-3{
    font-size:14px;
}
.bkDisease-cont a:hover {
    color:#0e89d1;
}
.bk-item{
    width: 570px;
    margin-right: 20px;
}
.bk-item .art-desc{
    height: 44px;
}
.bk-item:nth-child(2n+2){
    margin-right: 0;
}
.bk-item .icon{
    color:#138ce0;
    padding-right: 4px;
    font-size:16px;
}
.bk-item .es-1:hover,.bk-item a:hover{
    color:#0e89d1;
}
.bk-item-cont li{
    width: 532px;
    margin-right: 10px;
    padding-top: 10px;
    position: relative;
    padding-left: 16px;
}
.bk-item-cont li a{
    width: 430px;
    display: inline-block;
}
.bk-item-cont li span{
    width: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.bk-item-cont li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #138ce0;
    position: absolute;
    top: 18px;
    left: 0;
}
.bkHot-hosp-item{
    width:282px;
    margin-right: 10px;
}
.bkHot-hosp-item:last-child{
    margin-right: 0;
}
.bkHot-hosp-item .img{
    height: 180px;
}
.bkHot-hosp-title{
    width: 100%;
    font-size:16px;
    text-align: center;
}
.bkHot-hosp-item:hover{
    opacity: .8;
}
.bkCate-ba{
    position: relative;
    height: 200px;
}
.bkCate-ba img{
    position: absolute;
    top: 0;
    z-index: 8;
}
.bkCate-ba .bkCate-h2{
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 9;
    padding-right:440px;
}
.bkCate-ba .bkCate-h2 p:first-child{
    font-size:18px;
    color:#fff;
    font-weight: 700;
}
.bkCate-ba .bkCate-h2 p:last-child{
    font-size:14px;
    color:#fff;
    padding-top: 10px;
}
.bkOther .bkCate-top{
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.bkOther .bkCate-h3{
    width: 50px;
    float: left;
    font-size:16px;
    line-height: 20px;
}
.bkOther .bkIcon-right{
    width: 40px;
    float: left;
    line-height: 50px;
}
.bkOther .bkIcon-right i{
    font-size:20px!important;
}
.bkOther .bkCate-country{
    width: 1070px;
    float: right;
    font-size:16px;
}
.bkOther .bkCate-country .country-item{
    font-size:16px;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin-right: 10px;
    background: #eef6ff;
    padding: 10px;
    border-radius: 5px;
}
.bkOther .bkCate-country .country-item:hover{
    background: #0e89d1;
    color:#fff;
}
/*列表-百科 end*/

/*列表-资讯*/
.news-cont .left_block{
    margin-right: 20px;
}
.news-cont .news-top .title{
    font-size:22px;
}
.news-cont .zx_list{
    background: #fff;
    padding: 22px 22px 27px 22px;
}
.news-cont .zx_list .img{
    width: 260px;
    height: 160px;
    margin-right: 20px;
}
.news-cont .zx_list .time{
    margin: 0;
}
.news-cont .right_block .ad1{
    border-radius: 0;
    width: 100%;
    height: auto;
}
.news-cont .right_block .box{
    text-align: center;
}
.news-cont .right_block .box img{
    position: relative;
}
.news-list li{
    margin-bottom: 20px;
}
.news-list li .news-tag a{
    font-size: 14px;
    padding: 4px 10px;
    background: #FFF7F8;
    border-radius: 14px;
    margin-right: 10px;
}
.news-list li .img{
    width: 171px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.news-list li .videos-img img{
    transform: scale(1.2);
    -webkit-transition: scale(1.2);
}
.img .news-play{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 4px;
    right: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size:12px;
    padding: 1px 6px;
}
.img .news-play .icon{
    font-size:12px;
    padding-right: 1px;
}
.news-list li .news-list-cont{
    width: 649px;
}
.news-list li .news-list-cont .i-ask-tw{
    color: #FEAD1D;
    margin-right: 4px;
    font-size: 18px;
}
.news-list li .news-list-cont .i-shipin{
    color: #6ac818;
    margin-right: 4px;
    font-size: 16px;
}
.news-list li .img:hover{
    opacity: .8;
}
.news-list li a:hover,.news-list li a:hover span{
    color:#0e89d1!important;
}
.news-list li .tag-sp{
    width: 100%;
    overflow: hidden;
}
.news-list li .tag-sp .swiper-slide{
    width: auto!important;
    font-size:13px;
    padding: 1px 12px;
}
.tools-list li{
    position: relative;
    padding-left: 280px;
    height: 160px;
}
.tools-list li .img{
    position: absolute!important;
    top: 0;
    left:0;
}
.tools-list li .news-list-cont{
    height: 100%;
}
/*.tools-list{*/
/*    height: 160px;*/
/*    position: relative;*/
/*    left: 280px;*/
/*}*/

.tools-list li .other{
    margin-top: 80px;
}
.quick-tab a{
    width:73px;
    text-align: center;
    margin: 10px 30px 10px 0;
}
.quick-tab a:hover{
    background: #F5F5F5;
}
.quick-tab a:nth-child(3n){
    margin-right: 0;
}
.quick-tab a:nth-child(7+n){
    margin-bottom: 0;
}
.quick-tab .img{
    width: 34px;
    height: 34px;
    margin: 0 auto;
}
.quick-tab a p{
    font-size: 14px;
}
/*列表-资讯 end*/

/*列表-机构*/
.hosp-nav li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.hosp-nav .label {
    display: block;
    width: 63px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 4px;
    overflow: hidden;
    float: left;
}
.hosp-nav-row {
    width: 1000px;
    float: left;
    overflow: hidden;
}
.hosp-nav-row a {
    margin-right: 20px;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
}
.hosp-nav-row a:hover {
    color: #0e89d1;
}
.hosp-nav-row li i {
    float: right;
}
.hosp-nav li a.cur{
    color:#0e89d1;
}
.hosp-cont{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hosp-cont li{
    width: 202px;
    margin-bottom: 20px;
    text-align: center;
}
.hosp-cont li .img{
    width: 202px;
    height: 152px;
    overflow: hidden;
}
.hosp-cont li a:hover{
    opacity: .8;
}
.hosp-cont li a:hover img{
    transform: scale(1.2);
    -webkit-transition: scale(1.2);
    -moz-transition: scale(1.2);
    -ms-transition: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.hosp-cont .right_block{
    float: right!important;
    width: 300px;
}
.tag-list .img {
    width: 260px;
    height: 160px;
    border-radius: 5px;
    margin-right: 20px;
}
.tab-title{
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 12px;
}
.tab-title a{
    margin-right: 30px;
    font-size:20px;
    padding-bottom: 10px;
}
.tab-title a.cur{
    color:#0e89d1;
    border-bottom: 2px solid #0e89d1;
    padding-bottom: 14px;
}
.tags {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.tags .tag-item{
    background: #eef6ff;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 5px;
    color: #007cff;
    margin-bottom: 10px;
    border: 1px solid #007cff;
    text-align: center;
}
.tags .tag-item:hover{
    opacity: .8;
}
.right-tags .tag-item{
    width: 120px;
    padding: 8px 6px;
}
.art-tags .tag-item{
    padding: 2px 6px;
}
.tag {
    display: block;
    margin-right: 10px;
}
.tag .tag-item {
    float: left;
    background: #eef6ff;
    border-radius: 5px;
    padding: 2px 10px;
    color: #007cff;
    /*max-width: 105px;*/
    font-size: 12px;
}
/*列表-机构 end*/

/*列表-海外*/
.hw-country a{
    width: 250px;
    display: block;
    margin-bottom: 20px;
    padding-left:40px;
}
.hw-country a:hover{
    opacity: .8;
}
.hw-country a:nth-child(n+5){
    margin-bottom: 0;
}
.hw-country .img{
    width: 50px;
    height: 50px;
    border:1px solid #f5f5f5;
    border-radius: 50%;
}
.hw-country .img img{
    border-radius: 50%;
    
}
.hw-country span{
    display:inline-block;
    line-height: 50px;
    padding-left:10px;
}
.hw-img-one{
    width: 470px;
    height: 345px;
}
.hw-img-one img{
    border-radius: none!important;
}
.hw-img-item{
    width: 380px;
}
.hw-img-item>a{
    height: 100px;
    display: block;
    height: 120px;
}
.hw-img-bottom a{
    display:block;
    float: left;
    width: 185px;
    margin-top: 10px;
    margin-left: 10px;
    font-size:0;
}
.hw-img-item a:hover{
    opacity: .8;
}
.hw-img-bottom a:nth-child(2n+1){
    margin-left: 0;
}
.hw-news-imgBg{
    position: relative;
    height: 344px;
}
.hw-news-imgBg img{
    position: absolute;
    top: 0;
}
.hw-news-imgBg .hw-news-imgLink{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width:100%;
}
.hw-news-imgBg a{
    border-radius: 20px;
    display: block;
    width: 150px;
    height: 30px;
    line-height:30px;
    background: #fff;
    margin: 10px auto 10px;
}
.hw-news-imgBg a:hover{
    opacity: .8;
}
.hw-news-imgBg a:first-child{
    color:#4A81DB;
}
.hw-news-imgBg a:nth-child(2){
    color:#FB8C3C;
}
.hw-news-imgBg a:last-child{
    color:#F34278;
}
.hw-news-top{
    background: #FFF7F8;
}
.hw-news-top a{
    display: block;
    width: 405px;
    line-height:26px;
    margin-right: 10px;
    color:#0e89d1;
    position: relative;
    padding-left: 10px;
}
.hw-news-top a::after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0e89d1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.hw-news-top a:nth-child(2n+2){
    margin-right: 0;
}
.hw-news-top a:hover{
    opacity: .8;
}
.hw-news-m .hw-news-a{
    width: 430px;
    padding-bottom: 10px;
    margin-left: 20px;
}
.hw-news-m .hw-news-a:nth-child(2n+1){
    margin-left: 0;
}
.hw-news-m .hw-news-a span{
    color: #999;
    font-size:14px;
}
.hw-news-m .news-aLeft{
    width: 44px;
    display: block;
    color:#999;
    position: relative;
}
.hw-news-m .hw-news-a a:hover{
    color:#0e89d1;
}
.hw-news-m .news-aLeft::after{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #999999;
    position: absolute;
    right: 0;
    top: 4px;
}
.hw-news-m .news-aRight{
    width: 340px;
    display: block;
}
.hw-news-hot a{
    display: block;
    width: 286px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hw-news-hot a:nth-child(3n+3){
    margin-right: 0;
}
.hw-news-hot a:nth-child(n+3){
    margin-bottom: 0;
}
.hw-news-hot .i-hot{
    font-size:18px;
    color:#FEAD1D;
    vertical-align: middle;
    padding-right: 2px;
}
.hw-news-hot a:hover{
    color:#0e89d1;
}
.hwHosp-item a{
    display: block;
    width: 282px;
    height: 190px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.hwHosp-item a:nth-child(4n+4){
    margin-right: 0;
}
.hwHosp-item a:hover img{
    transform: scale(1.2);
    -webkit-transition: scale(1.2);
    -moz-transition: scale(1.2);
    -ms-transition: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.hwHosp-item a:hover .hwHosp-text{
    background: rgba(0, 0, 0, 0.6);
}
.hwHosp-item .hwHosp-text{
    width: 140px;
    height:140px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color:#fff;
    margin-top: -70px;
    margin-left: -70px;
}
.hwHosp-item .hwHosp-text::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}
.hwHosp-item .hwHosp-num{
    font-size:14px;
}
.hwHosp-item .hwHosp-num span{
    color:#0e89d1;
}
.hwHosp-item .hwHosp-a{
    display:block;
    width:60px;
    border-radius: 20px;
    background: #0e89d1;
    margin: 20px auto 0;
}
.hwHosp-ad{
    height:390px;
    display: block;
}
.hwAdv-item a{
    display: block;
    width: 286px;
    margin-bottom: 10px;
    margin-right:10px;
    font-size: 0;
}
.hwAdv-item a:hover{
    opacity: .8;
}
.hwAdv-item a:nth-child(3n+3){
    margin-right: 0;
}
.hwAdv-item a:nth-child(n+4){
    margin-bottom: 0;
}
.hwAdv-ad{
    height:336px;
    display: block;
}
.hwAdv-ad:hover{
    opacity: .8;
}
.hwStr-img .fl{
    display: block;
    width: 370px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 160px;
    font-size:0;
}
.hwStr-img .fl:last-child{
    margin-right: 0;
}
.hwStr-item{
    width: 370px;
    margin-right: 20px;
}
.hwStr-item:last-child{
    margin-right: 0;
}
.hwStr-item li{
    line-height: 30px;
}
.hwStr-item li a{
    display: block;
    position: relative;
    padding-left:10px;
    width: 284px;
}
.hwStr-item li a::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0e89d1;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}
.hwStr-item li a:hover{
    color:#0e89d1;
}
.hwStr-item li span{
    color: #999999;
    font-size:14px;
}
.hwTop-item{
    width: 370px;
    margin-right: 20px;
    
}
.hwTop-item:last-child{
    margin-right: 0;
}
.hwTop-item p{
    display: block;
    width: 100%;
    background: #0e89d1;
    color: #ffffff;
    text-align: center;
    font-size:18px;
    line-height:40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hwTop-item p .icon{
    font-size:22px!important;
    vertical-align: bottom;
    padding-right:6px;
}
.hwTop-item a{
    display: block;
    padding-top: 10px;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
}
.hwTop-item a:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.hwTop-item a i{
    color:#0e89d1;
    padding-right:6px;
    display:inline-block;
    width: 20px;
    text-align: center;
}
.hwTop-item a:hover{
    color:#0e89d1;
}
.kepu{
}
.kepu .kepu-h3{
    background: #458fd8;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.kepu .kepu-cont{
    background: #4e98e1;
    position: relative;
    padding: 10px 10px 40px 10px;
}
.kepu .kepu-text{
}
.kepu .kepu-dat{
    color: #c7e3ff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}
.kepu .kepu-title{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
}
.kepu .kepu-desc{
    color:#fff;
    font-size:14px;
    line-height: 22px;
}
.h3 .i-news-hw,.h3 .i-hw-ph,.h3 .i-sstj,.h3 .i-bkwt,.h3 .i-ask-wt,.h3 .i-like,.h3 .i-xg,.h3 .i-hot,.h3 .i-cainixihuan,.h3 .i-gl{
    color:#0e89d1;
    font-size:16px;
    padding-right: 6px;
}
.newHw-cont li{
    line-height: 26px;
    height: 26px;
}
.like-cont ul:nth-child(n+2){
    display: none;
}
.newHw-cont li a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 284px;
   
    padding-left: 10px;
}
.newHw-cont li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    border-radius: 50%;
}
.newHw-cont li a:hover{
    color:#0e89d1;
}
.like-table-top{
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.like-table-top .like-btn{
    font-size:14px;
    font-weight: 400;
    
}
.like-table-top .like-btns{
    width: 70px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.like-table-top .like-btns .like-btn-active{
    font-weight: bold;
}
/*机构内页*/
.hospArt .fr{
    width: 560px;
}
.hospArt-img{
    width: 220px;
    height: 180px;
}
.hospArt-item p{
    width: 420px;
    margin-bottom: 10px;
    font-size: 15px;
}
.hospArt-item p label{
    display: inline-block;
    padding-right: 30px;
    color:#999;
    width: 94px;
    font-size: 15px;
}
.hospArt-item p:last-child label{
    vertical-align: top;
}
.hospArt-item p .img{
    width: 300px;
    display: inline-block;
}
.hospArt-doctor .ptblf-20{
    display: block;
    width: 373px;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hospArt-doctor .fl:nth-child(2n+2){
    margin-right: 0;
}
.hospArt-doctor .img{
    width:106px;
    height: 122px;
}
.hospArt-doctor .fr{
    width: 257px;
    height: 122px;
    position: relative;
}
.hospArt-imgs .img{
    display: block;
    width: 266px;
    margin-right: 10px;
    height: 200px;
}
.hospArt-imgs .img:last-child{
    margin-right: 0;
}
.hospArt-imgs .img:hover{
    opacity: .8;
}
.hospArt-imgs img{
    cursor: zoom-in;
}
.hosp-none{
    text-align: left!important;
    color: #999;
}
.hospArt-doctorzx{
    display: inline-block;
    width: 60px!important;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: #0e89d1;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*群组*/
.group a{
    display: block;
    width: 202px;
    height: 120px;
    margin-right: 10px;
    position: relative;
}
.group a:last-child{
    margin-right: 0;
}
.group a .group-text{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}
.group a .group-a{
    display: block;
    width: 60px;
    border-radius: 20px;
    background: #0e89d1;
    text-align: center;
    color:#fff;
}
.group a:hover{
    opacity: .8;
}
/*相关阅读*/
.news-relevant a{
    display: block;
    width: 410px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-right: 20px;
}
.news-relevant a:hover img{
    opacity: .8;
}
.news-relevant a:hover .art-title{
    color:#0e89d1;
}
.news-relevant a:nth-child(2n+2){
    margin-right: 0;
}
.news-relevant .img{
    width:120px;
    height: 90px;
}
.news-relevant .relevant-cont{
    width: 275px;
}
/*面包屑*/
.crumbs a{
    position: relative;
    font-size:14px;
    color: #999;
    
}
.crumbs span{
    font-size:14px;
    color: #999;
}
.crumbs a::after,.sea-crumbs a::after{
    content: "/";
    padding-left:6px;
    padding-right: 6px;
    font-size:14px;
    color: #999;
}
.sea-crumbs{
    position: relative;
}
.sea-tips{
    font-size:14px;
    color:#999;
}

/*tags*/
.tags-num span{
    font-size:16px;
    color: #ffffff;
    display:inline-block;
    background: #0e89d1;
    padding:0 8px;
}
.tags-item{
    display:inline-block;
    width: 210px;
    margin-top: 6px;
    font-size:14px;
}
.tags-item i{
    color: #999;
    font-size:14px;
    padding-left:6px;
}
/*列表-海外 end*/

.sowdview .fl{
    width: 245px;
    height: 159px;
}
.sowdview .fr{
    width: 895px;
}
.sowdview .tag-desc{
    font-size:14px;
    color:#999;
    line-height: 24px;
}
.sowd-swiper{
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    height: 400px;
}
.sowd-swiper .swiper-wrapper{
}
.sowd-swiper .swiper-slide{
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.sowd-swiper{
    background: #ccc;
}
.sowd-tabs{
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.sowd-tabs a{
}
.sowd-tabs a{
    width: 100%;
    height: 80px;
}
.sowd-content {
    width: 660px;
    height: 380px;
}
.sowd-content-item {
    width: 660px;
    height: 384px;
    display: none;
    position: relative;
}
.sowd-content-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
}
.sowd-content-item .sowd-title-bg{
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    /*border-bottom-left-radius: 5px;*/
}
.sowd-content-item .sowd-title-bg p{
    padding: 20px 20px 0;;
}
.sowd-title {
    width: 499px;
    height: 384px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}
.sowd-title-item {
    height: 63px;
    line-height: 63px;
    font-size: 16px;
    color: #333;
    width: 100%;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    display: block;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
}
.sowd-title .active{
    background: #f5f5f5;
}
.sowd-title-item .es-1{
    padding-left: 20px;
}
.sowd-title-item span{
    font-size: 14px;
    color: #999;
    width: 92px;
}
.sowd-title .sowd-title-item:nth-child(6){
    height: 63px;
    border-bottom: 1px solid #efefef;
}
.sowd-title.active {
    background-color: lightgray;
}

/*内页-资讯*/
.tagview .fl{
    width: 680px;
}
.tagview .tag-desc{
    font-size:14px;
    color:#999;
}
.tagview .tag-like{
    font-size:14px;
}
.tagview .tag-like span{
    width: 90px;
    color: #999999;
}
.tagview .tag-like a:hover{
    color: #0e89d1;
}
.tag-like .tag-item a{
    color: #0e89d1;
    padding-right: 10px;
}
.art-top>.fl{
    width: 680px;
}
.art-top .img{
    width: 140px;
    height: 90px;
}
.art-top .other{
    margin-top: 34px;
}
.art-h1{
    font-size:24px;
    color: #333;
    font-weight: 700;
}
.art-other{
    font-size:14px;
    padding-top: 10px;
    color:#999;
}
.art-cont{
    font-size:16px;
    line-height: 22px;
    color:#666;
    max-width: 100%;
}
.art-cont p{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 27px;
    margin: 0 0 16px;
    font-size: 15px;
    text-indent: 0!important;
    color: #333;
}
.art-cont h2 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    word-break: break-all;
}
.art-cont h2:after {
    background: #0e89d1;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    width: 6px;
}
.art-cont h3{
    font-size:16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #262626;
}
.art-cont h5{
    border: 2px dashed #3ac1d8;
	background-color: #f6f9fa;
	font-weight: normal;
	padding: 15px 15px 15px 15px;
	text-align: justify;
	margin: 15px 0;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
}
.art-cont a{
    color: #0e89d1;
}
.art-cont img {
    max-width: 100%;
    border-radius: 5px;
    cursor: zoom-in;
    /*-webkit-filter: blur(5px);*/
}
.art-cont img:hover{
    opacity: .8;
}
.tagview .fr img{
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}
.warning{
    background: rgba(255,145,25,.1);
    padding: 10px;
    color: #999999;
    font-size: 12px;
}
.warning .icon {
    padding-right: 6px;
    font-size: 14px!important;
}
.paging a{
    display: block;
    width: 280px;
    position: relative;
    padding-left: 114px;
}
.paging a:hover .es-2{
    color: #4e98e1;
}
.paging .img{
    width:100px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
}
.paging .paging-a{
    font-size:16px;
}
.paging .icon{
    font-size:16px!important;
    vertical-align: bottom;
}
.paging .es-2{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    height: 44px;
    line-height: 22px;
}
.art-btn{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.art-form{
    background: transparent;
    color:#7f7f7f;
    font-size:12px;
}
.art-form:hover{
    color:#4e98e1;
}
/*ask-cont*/
.ask-cont .other .fr span{
    padding-left:10px;
}
.ask-cont .other .fr .icon{
    padding-right:2px!important;
}
.ask-desc-title{
    font-weight: 500;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.ask-desc{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-indent: 0!important;
    line-height: 24px;
}
.ask-desc br{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin: 15px 0;
}
.i-zjhd {
    color: rgb(254,223,95);
    padding-left: 4px;
    font-size: 18px!important;
}
.ask-m{
    width: 500px;
    margin-left:14px;
}
.ask-m .ask-usrName{
    font-size:14px;
}
.ask-m .ask-usrName span{
    color:#999;
    font-size:14px;
    padding-left:10px;
}
.ask-m .es-1{
    color:#999;
    font-size:14px;
}
.answerBtn{
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    background: #0e89d1;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
}
.answerBtn:hover{
    opacity: .8;
}
.reply{
    font-size:14px!important;
    color:#999;
}
.reply .icon{
    font-size:16px!important;
    color:#999;
}
.reply span{
    padding-left:0!important;
}
.reply.cur .i-dz,.reply.cur span{
    color:#0e89d1;
}
.br-listWd a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 284px;
    font-size: 16px;
    padding-left: 10px
}
.br-listWd span{
    color:#999;
    font-size:14px;
}
.br-listWd a:hover{
    color:#0e89d1;
}
.br-listWd a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    border-radius: 50%
}
/*文章内页排版*/
/*总结性话术*/
.art-cont h6 {
    background: rgba(0,124,255,.05);
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0;
    padding: 50px 20px 20px;
    position: relative;
}
.art-cont h6:after {
    color: #0e89d1;
    content: "Tips：";
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    position: absolute;
    top: 15px;
}
/*内容介绍、前言*/
.art-preface{
    background: #fff7f8;
    opacity: 1;
    border-radius: 16px;
    margin-top: 24px;
    padding: 44px 0;
    position: relative;
    margin-bottom: 20px;
}
.art-preface img{
    cursor: auto;
}
.art-preface-iconTop{
    width: 28px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 16px;
    background: url(../images/preface-l.png) no-repeat;
    background-size: 100% 100%;
}
.art-preface-text{
    font-size: 15px!important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #7f7f7f!important;
    padding: 0 52px;
    text-align: justify;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
} 
.art-preface-iconBottom{
    width: 28px;
    height: 24px;
    position: absolute;
    bottom: 20px;
    right: 16px;
    background: url(../images/preface-r.png) no-repeat;
    background-size: 100% 100%;
}
/*有序列表ol*/
.art-cont ol{
    padding-left: 32px;
    margin-bottom: 16px;
    list-style: none!important;
}
.art-cont ol li,.art-cont ol li p{
    color: #7f7f7f;
    line-height: 26px;
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 10px;
}

/*无序列表ul*/
.art-cont ul{
    padding-left: 32px;
    margin-bottom:16px;
    list-style: none!important;
}
.art-cont ul li,.art-cont ul li p{
    color: #7f7f7f;
    line-height: 24px;
    font-size: 14px;
    word-break: break-all;
    margin-bottom: 5px;
    list-style: disc;
}
.art-ul li{
    list-style-type: disc!important;
}
/*多边聊天记录*/
.art-chat{
    margin: 20px 0;
}
.art-chat-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.art-chat-r{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.art-chat-l{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
}
.art-chat-l .art-chat-user{
    margin-right:20px;
}
.art-chat-r .art-chat-user{
    margin-left: 20px;
}
.art-chat-user {        
    width: 60px;
}
.art-chat-r .art-chat-text{        
    background: #99eb6b;
    border-top-right-radius: 0;
}
.art-chat-r .art-chat-userImg {
    background: url(../images/user_default_img.png) center/cover no-repeat;
}
.art-chat-l .art-chat-userImg {
    background: url(../images/doctor_default_img.png) center/cover no-repeat;
}
.art-chat-l .art-chat-text{
    background: #f5f5f5;
    border-top-left-radius: 0;
}
.art-chat-text{
    color: #262626;
    font-size: 15px;
    line-height: 27px;
    padding: 12px 20px;
    border-radius: 6px;
    max-width: 60%;
    word-break: break-all;
}
.art-chat-userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}
.art-chat-userName{
    margin-top: 4px;
    font-size: 12px!important;
    color: #7f7f7f;
    line-height: 22px;
    text-align: center;
}
/*问答形式*/
.art-qa{
    margin-bottom: 20px;
}
.art-qa p{
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 0!important;
}
.art-qa-q{
    color: rgb(52, 167, 221);
}
.art-qa-q:before {
    content: '';
    display: inline-block;
    background-image: url(../images/q_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.art-qa-a:before {
    content: '';
    display: inline-block;
    background-image: url(../images/a_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}
/* tab */
.art-cont table{
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom: 20px;
    width: 100%!important;
    color: #262626;
    font-size: 15px;
    line-height: 27px;
}
.art-cont table thead {
    background:#eef6ff;
}
.art-cont table tr td,.art-cont table tr th{
    padding: 10px 20px;
    word-break: break-all;
    border: 1px solid #e5e5e5;
}
.art-cont table .art-fRow{
    background:#eef6ff;
}
.art-cont table2-row{
    min-width: 600px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.art-cont table-list{
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.art-cont table2-title{
    width: 18px;
    text-align: center;
    background:#fff7f8;
    color: #999;
    font-size: 14px;
    padding: 12px;
    vertical-align: middle;
}
.art-cont table2-title p{
    font-size: 14px;
}
.art-cont table2-cont{
    padding: 0 24px;
    text-align: left;
}
.art-cont table2-module{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-left:0!important;
    margin-bottom: 0!important;
}
.art-cont table2-module li:last-child{
    margin-bottom: 0!important;
}
/*单边（右）聊天记录*/
.art-dialogue {
    margin: 20px 0;
}
.art-dialogue-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.art-dialogue-text {
    color: #262626;
    font-size: 15px;
    line-height: 27px;
    padding: 12px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    max-width: 60%;
    word-break: break-all;
}
.art-dialogue-user {
    margin-left: 20px;
    width: 60px;
}
.art-dialogue-userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    background: url(../images/user_default_img.png) center/cover no-repeat;
}
.art-dialogue-userName {
    margin-top: 4px;
    font-size: 12px!important;
    color: #7f7f7f;
    line-height: 22px;
    text-align: center;
}
/*资料*/
.art-card{
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 12px;
    border-radius: 4px;
}
.art-card-title{
    line-height: 28px;
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}
.art-card-title::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: #0e89d1;
    border-radius: 3px;
}
.art-card-cont{        
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.art-card-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 1%;
}
/*.art-card-item:nth-child(2),.art-card-item:first-child{*/
/*    border-top: none;*/
/*}*/
.art-card-item label{
    color: #262626;
    line-height: 27px;
    font-size: 15px;
    word-break: break-all;
    width: 80px;
}
.art-card-item p{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    color: #7f7f7f;
    line-height: 27px;
    font-size: 15px;
    word-break: break-all;
}
.art-basic{
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;            
    background: url(../images/basicinfo-bg_ccaff81.png);
}
.art-basic .art-basic-cont{
    width: 50%;
}
.art-basic dt{
    width: 90px;
    padding: 0 5px 0 12px;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    display: block;
    float: left;
    color: #262626;
}
.art-basic dd{
    zoom: 1;
    width: 285px;
    float: left;
    position: relative;
    word-break: break-all;
    line-height: 26px;
    display: block;
    color: #7f7f7f;
}
/*内页-资讯 end*/
/*video start*/
.video-js{
    object-fit: cover;
    width: 100%;
    /*max-height: 400px;*/
    position: relative;
}
.video-js::before{
    content: "";
    width: 100px;
    height: 100px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
/*video end*/

/*sitemap*/
.sitemap a:hover{
    color:#0e89d1;
}
.sitemap-top-columns a{
    font-size:16px;
    font-weight: 700;
}
.sitemap-ul a{
    font-size:14px;
    color: #999999;
}
.sitemap-item .hot-topic-tag{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap-item .hot-topic-tag a:nth-child(2n+2){
    margin-right: 10px;
}
.sitemap-item-col3 .sitemap-item{
    margin-right: 20px;
    width: 373px;
}
.sitemap-item-col3 .sitemap-item:last-child{
    margin-right: 0;
}
.sitemap-item-col3 .top-table-item li{
    padding-left: 0;
}
/*footer*/
.footer{
    width: 100%;
    background: rgba(123,123,123,1);
    color:#fff;
}
.footer a{
    color:#fff;
}
.foot-cont{
    padding-top:40px;
}
.foot-l{
    display: block;
    float: left;
    width: 300px;
    margin-top:30px;
    text-align: center;
}
.foot-m{
    float: left;
    width: 500px;
    position: relative;
    padding: 0 30px;
}
/*.foot-m::after{*/
/*    content:"";*/
/*    position: absolute;*/
/*    right: 1px;*/
/*    top: 0;*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/
/*.foot-m::before{*/
/*    content:"";*/
/*    position: absolute;*/
/*    left: 1px;*/
/*    top: 0;*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/
.foot-m-l{
    float: left;
    width: 33%;
}
.foot-m-l p,.foot-r p{
    font-size:18px;
}
.foot-m-l a,.foot-r a,.foot-r span{
    display: block;
    padding-top:8px;
    font-size:14px;
}
.foot-r{
    float: left;
    width: 300px;
}
.foot-link{
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px;
    font-size:14px;
}
.foot-link a{
    padding-right: 10px;
}
.foot-copy{
    text-align: center;
}
.foot-copy p{
    padding-bottom:10px;
    font-size:12px;
}
.foot-copy a{
    padding-left: 4px;
    font-size:12px;
}
/*footer end*/

