/*属性重置*/
html,body,h1,h2,h3,ul,ol,li,p,dl,dt,dd,input,form{margin: 0; padding: 0; font:100px Microsoft YaHei,arial; color:#333;font-weight: normal; font-size: 0.24rem;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none; }
header,nav,section,footer{max-width: 7.5rem; margin: 0 auto;}
input{border: none;}
li{list-style: none;}
img{display: block; border: none;}
a{text-decoration: none; color: #fff;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both!important;float: none;}
.center{width: 6.9rem; margin: 0 auto;}
.clear::after{content: "";display: table; clear: both;}

/*动画*/
@keyframes mydh{from {transform: scale(1,1);}to {transform: scale(1.2,1.2);}}
@keyframes xuanzhuan{0%,75%{transform: rotateY(0deg);}90%{transform: rotateY(360deg);}100%{transform: rotateY(360deg);}	}
@keyframes f_t{0%{transform: scale(0.8,0.8);}50%{transform: scale(1.2,1.2);}100%{transform: scale(0.8,0.8);}}
/*动画结束*/

/*<通用>标题*/
.tit_box{position: relative;text-align: center;}
.tit_box h1{font-size: 0.42rem;color: #008ead;font-weight: bold;text-align: center;margin-top: 0.5rem;}
.tit_box span{font-size: 0.2rem; color: #008ead!important; text-align: center;display: block; text-transform: uppercase;}
.tit_box b:first-child {left:18%;}
.tit_box b:last-child {right:18%;}
.tit_box b {width: 0.15rem;height: 0.15rem;border-radius: 50%;position: absolute;background: #018fad;top:50%;}
.tit_box div {display: inline-block;}
/*<通用>标题结束*/

/*<通用>间隔*/
.jiange{width: 7.5rem; height: 0.3rem; background: #f5f5f5;margin-top: 0.8rem;}
/*<通用>间隔结束*/

/*<通用>按钮*/
.btn{display: block; width: 6.9rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.4rem; background: #008ead; border-radius: 0.1rem;margin: 0.5rem auto 0; }
.btn i{font-size: 0.6rem; display:block;margin:0 0.2rem 0 1.47rem; float: left;}
.btn1{background: #ed6c02; margin-top: 0.2rem;}
.btn2 i{margin-left: 0.3rem;}
/*<通用>按钮结束*/

/*<通用>弹框开始*/

.swtCenter2 {display: none;width: 6.6rem;height:5.2rem;position: fixed;left: 50%;top: 50%;z-index: 999;margin-left: -3.3rem;margin-top: -2.3rem;}
.swtCenter2 img {width: 6.6rem;height:5.2rem}
.swtCenter2 .closeBtn {position: absolute;top: -0.2rem;right: -0.2rem;z-index: 1001;padding: .2rem .2rem .2rem .6rem;font-size: 0;cursor: pointer;background: rgba(0,0,0,0)}
.swtCenter2 .closeBtn i {display: block;padding: .1rem;width: .25rem;height: .25rem;line-height: .25rem;font-size: .2rem !important;color: #ddd;text-align: center;background: #333;border: 1px solid #999;border-radius: 50%;box-shadow: 0 0 2px 0 rgba(0,0,0,0.2)}
.swtCenter2 .zxBtn {display: inline-block;width: 6rem;height: 4.2rem;font-size: 0;position: absolute;bottom: 0;left: 0;z-index: 1000;background: rgba(0,0,0,0)}
/*<通用>弹框结束*/

/*<通用>标题*/
.c_tit_box h1{font-size: 0.4rem; color:#008ead; text-align: center; margin-top: 0.8rem;}
.c_tit_box h1::before,.c_tit_box h1::after{content: ""; display: inline-block; width: 0.32rem; height: 0.24rem;}
.c_tit_box h1::before{background: url(../images/about_tit_icon1.jpg)/*tpa=http://4g.scmsebh.com/templets/default_news/images/about_tit_icon1.jpg*/ no-repeat; background-size: cover; margin:0 0.2rem 0 0;}
.c_tit_box h1::after{background: url(../images/about_tit_icon2.jpg)/*tpa=http://4g.scmsebh.com/templets/default_news/images/about_tit_icon2.jpg*/ no-repeat; background-size: cover; margin:0 0 0 0.2rem;}
.c_tit_box span{font-size: 0.24rem; color:#008ead; text-align: center;display: block; text-transform: uppercase;}
.c_tit_box p{color: #666; margin-top: 0.3rem; line-height: 1.5;}
/*<通用>标题结束*/


/*<公共>头部开始*/
header .top_phone{padding-bottom: 0.90rem;}
header .top_phone img{width: 7.5rem; position: fixed; top: 0; z-index: 999;}
header .logo_box{height: 1.2rem; background:#008ead;}
header .logo_box .menu_icon{margin-top: 0.4rem;width: 0.6rem;cursor: pointer;}
header .logo_box .menu_icon::before{content: "";display:block;height: 0.08rem;background: #fff;}
header .logo_box .menu_icon::after{content: "";display: block; height: 0.08rem; background: #fff;}
header .logo_box .menu_icon i{display: block; height: 0.08rem; background: #fff; margin: 0.1rem 0;}
header .logo_box .top_logo{width: 65%;margin: 0.2rem 0 0 0.6rem;}
header .logo_box .top_logo img{width: 100%;}
header .logo_box .top_zx{font-size: 0.7rem; color: #fff; margin-top: 0.22rem; cursor: pointer;animation:mydh 1s infinite;}
/*<公共>头部结束*/

/*<公共>菜单开始*/
.menu_box{position: fixed; top: 0; bottom: 0; left: 50%; margin-left: -3.75rem; z-index: 9999; background: #fff; width: 7.5rem; height: 100vh; overflow-y: scroll;margin-top: -15rem; transition: all 0.5s;}
.menu_box .logo_box{margin-top: 0.5rem;}
.menu_box .logo_box i{font-size: 0.4rem; margin-top: 0.1rem; cursor: pointer; color: #008ead;}
.menu_box .logo_box img{width: 4.62rem; margin-left: 0.2rem;}
.menu_box .btn_box ul{overflow: hidden;margin-top: 0.5rem;}
.menu_box .btn_box ul li{float: left; width: 1.1rem; margin-left: 0.8rem;margin-top: 0.4rem;}
.menu_box .btn_box ul li:nth-of-type(1){margin-left: 0;}
.menu_box .btn_box ul li:nth-of-type(5){margin-left: 0;}
.menu_box .btn_box ul li a{display: block;}
.menu_box .btn_box ul li img{width: 1.1rem;}
.menu_box .btn_box ul li span{color: #666; text-align: center; display: block; margin-top: 0.1rem;}
.menu_box .center_zl{ margin-top: 0.5rem;}
.menu_box .center_zl h3{font-size: 0.26rem; color:#008ead; padding: 0.3rem 0.3rem 0;}
.menu_box .center_zl h3 i{font-size: 0.3rem;margin-right: 0.2rem;}
.menu_box .center_zl ul{overflow: hidden;padding: 0 0.2rem 0.3rem;}
.menu_box .center_zl ul li{width: 2rem; height: 0.56rem; line-height: 0.56rem; background: #e5e5e5; margin:0.2rem 0 0 0.2rem; border-radius: 0.1rem; float: left;text-align: center;}
.menu_box .center_zl ul li:nth-child(3n+1){margin-left: 0;}
.menu_box .center_zl ul li a{color: #69c6ce;display: block;background: #fff;border: 0.01rem solid #69C6CE;border-radius: 0.1rem;}
.menu_box .center_zl:nth-of-type(2)>.center{background:#f0feff;border: 1px solid #69c6ce;}
.menu_box .center_zl:nth-of-type(3)>.center{background:#fff6f0;border: 1px solid #ffa175;}
.menu_box .center_zl:nth-of-type(3) h3{color:#ffa175}
.menu_box .center_zl:nth-of-type(3) ul li a{color: #ffa175;border: 0.01rem solid #ffa175;}
.menu_box .center_zl:nth-of-type(4)>.center{background:#f0f7ff;border: 1px solid #008ead;}
.menu_box .center_zl:nth-of-type(4) h3{color:#008ead}
.menu_box .center_zl:nth-of-type(4) ul li a{color: #008ead;border: 0.01rem solid #008ead;}
/*<公共>菜单结束*/

/*<公共>banner开始*/
.index_banner{position: relative;height: 6.7rem;overflow: hidden;}
.index_banner .bd img{width: 7.5rem;}
.index_banner .hd{position: absolute; left: 0; bottom: 0.2rem; width:100%; z-index:1;}
.index_banner .hd ul{text-align:center;}
.index_banner .hd li{ display:inline-block; width: 0.12rem; height: 0.12rem; background: #fff; border-radius: 50%; margin-left: 0.15rem; cursor: pointer;}
.index_banner .hd li:first-child{margin-left: 0;}
.index_banner .hd ul .on{background: #008ead;}
/*<公共>banner结束*/

.hos_js{margin: 0.5rem auto;max-width: 7.5rem;padding: 0 0.2rem;}
.hos_js div{ float:left; height:2.5rem;}
.hos_js div ul{ background: #008ead; text-align:center; color:#fff;border-radius: 0.2rem;padding: 0 0.3rem;}
.hos_js div ul li{color:#fff;}
.hos_js div ul li img{max-height: 100%;max-width: 100%;margin: 0 auto;}
.hos_js div ul .hos_info p{color:#fff;}
/*<首页>博大动态开始*/
.index_news .content .news1{position: relative; margin-top: 0.5rem;}
.index_news .content .news1 img{width: 6.9rem;}
.index_news .content .news1 h2{background: rgba(0,0,0,0.5); width: 6.3rem; position: absolute; left: 0; bottom: 0; padding: 0.2rem 0.3rem; font-size: 0.26rem; border-bottom-left-radius: 0.1rem; border-bottom-right-radius: 0.1rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color: #fff;}
.index_news .content ul{margin-top: 0.3rem;}
.index_news .content ul li{ border-bottom: 4px solid #f5f5f5; padding: 0.3rem 0;}
.index_news .content ul .left{width: 4.1rem;}
.index_news .content ul .left h2{font-size: 0.26rem; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_news .content ul .left h2 a{color: #333;}
.index_news .content ul .left p{color: #666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 0.3rem;}
.index_news .content ul .right img{width: 2.23rem; margin-right: 0.05rem;}
.index_news .content ul .right img{width: 2.23rem; margin-right: 0.05rem;}
.index_news .btn{width: 2.2rem; height: 0.6rem; font-size: 0.26rem; line-height: 0.6rem; text-align: center; border-radius: 2.2rem; background: #008ead;}
/*<首页>博大动态结束*/


/*<首页>博大环境开始*/
.index_huanjing .content{margin-top: 0.4rem;}
.index_huanjing .content ul{display: -webkit-flex; -webkit-justify-content: space-between;-webkit-flex-wrap: wrap}
.index_huanjing .content ul li{width: 3.35rem; margin-top: 0.2rem;}
.index_huanjing .content ul li p{width: 3.35rem; height: 0.5rem; line-height: 0.5rem; font-size: 0.24rem; text-align: center; color: #fff; background: #008ead;}
.index_huanjing .content ul li img{width: 3.35rem;}
/*<首页>博大环境结束*/

/*<公共>版权开始*/
.copy .footer_logo{padding-bottom:1rem;}
.copy .footer_logo img{width:7.5rem; margin: 0 auto;}
.copy .liansuo{margin-top: 0.3rem;}
.copy .liansuo h2{font-size: 0.36rem; color: #fff; text-align: center;}
.copy .liansuo h2::before,.copy .liansuo h2::after{content: ""; display: inline-block; width: 1.8rem; height: 0.02rem; background: #fff; margin-bottom: 0.1rem;}
.copy .liansuo h2::before{margin-right: 0.15rem;}
.copy .liansuo h2::after{margin-left: 0.15rem;}
.copy .liansuo p{text-align: center; margin-top: 0.1rem; color: #fff;}
.copy .time{margin-top: 0.5rem;}
.copy .time p,.copy .dizhi p{color: yellow; text-align: center; font-weight: bold;}
.copy .time span,.copy .dizhi span{color: yellow; font-size: 0.3rem; text-align: center; display: block;font-weight: bold;}
.copy .dizhi{margin-top: 0.3rem;}
.copy .dizhi span{font-size: 0.24rem;}
.copy .bq{font-size: 0.18rem; color: #fff; text-align: center; margin-top: 0.3rem;}
/*<公共>版权结束*/

/*<公共>底部开始*/
body{position: relative;}
footer{width: 7.5rem; position: fixed; bottom: 0; left: 50%; margin-left: -3.75rem; z-index: 999; background:#008ead; height: 1rem;}
footer  .img1 img{width: 5.1rem;}
footer  .img2 img{width: 1.5rem;}
footer .center{overflow: hidden; margin-top: 0.2rem;}
/*<公共>底部结束*/

/*<公共>风采开始*/
.fengcai ul{margin-top: 0.3rem;}
.fengcai ul li{overflow: hidden; margin-top: 0.1rem;}
.fengcai ul li img{float: left; margin-left: 0.1rem;}
.fengcai ul li .img1{margin-left: 0;}
/*<公共>风采结束*/


/*<首页>导航开始*/
.t_nav01{background:#fff;max-width: 7.5rem;margin: 0 auto;}
.t_nav01 .jiange{margin:0;}
.t_nav01 ul{padding:0.3rem 0;}
.t_nav01 li{width: 1.875rem;margin: 0.2rem 0 0.1rem;float: left;}
.t_nav01 li a{display: block;}
.t_nav01 li i{display: block;width: 1.2rem;height: 1.2rem;border-radius: 50%;margin: 0 auto;}
.t_nav01 li i:before,.t_nav01 li i.i_tch{font-size: 44px; color:#fff; line-height:80px;}
.t_nav01 li i.i_tch{font-weight:bold; font-size:26px;}
.t_nav01 li i img{margin: 0 auto;padding: 0.25rem 0;width: 0.7rem;height: 0.7rem;}
.t_nav01 span{    font-size: 0.25rem;line-height: 0.4rem;display: block;text-align: center;color: #555;}
/*<首页>导航结束*/

/************************************************************ 医院简介开始 ************************************************************/

.hoal .hoal_center1 .hoal_main{background: #008eadbd;width:7.1rem;height: 9.5rem;margin: 2.5rem auto 0;}
.hoal .hoal_center2 .hoal_main{background: #008eadbd;width:7.1rem;height: 8rem;margin: 2.5rem auto 0;}
.hoal .hoal_center3 .hoal_main{background: #008eadbd;width:7.1rem;height: 12rem;margin: 2.5rem auto 0;}
.hoal .hoal_center4 .hoal_main{background: #008eadbd;width:7.1rem;height: 14.5rem;margin: 2.5rem auto 0;}
.hoal .hoal_center2{height:36rem;}
.hoal .hoal_main .hoal_main_img{margin: 0 auto;position: relative;top: -2rem;}
.hoal .hoal_main .hoal_main_img img{width:100%;height: 100%;}
.hoal .hoal_main .hoal_main_img .hoal_main_img1{width: 6.2rem;height: 4rem;margin: 0 auto;background: #fff;box-shadow: 0.01rem 0.01rem 0.15rem 0.01rem #bbb;padding: 0.15rem;border-radius: 0.1rem;}
.hoal .hoal_main  p{width:6.5rem;margin: 0.5rem auto 0;color: #fff;font-size: 0.26rem;line-height: 0.45rem;letter-spacing: 0.01rem;}
.hoal .hoal_main .hoal_btn{width:6rem;height:0.8rem;line-height:0.8rem;text-align:center;display: block;border-radius: 0.2rem;color: #fff;font-size: 0.3rem;margin: 0.5rem auto 0;letter-spacing: 0.1rem;font-family: 微软雅黑;background-image: linear-gradient(#ffbb52, #f7a42e);border: 0.01rem solid #e29212;}
.hoal .zj2{width:7.1rem;margin:0 auto;}
.hoal .zj2 h2{font-size: 0.3rem;color: #333; text-align: center; margin-top: 0.5rem;}
.hoal .zj2 h2::after{content: ""; display: block; background: url(../images/line.jpg)no-repeat; width: 2.4rem; height: 0.04rem; margin: 0.1rem auto 0;}
.hoal .zj2 .bd ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.hoal .zj2 .bd ul li{width: 3.4rem; margin-top: 0.3rem;}
.hoal .zj2 .bd ul li img{width: 3.4rem;}
.hoal .zj2 .bd ul li h3{font-size: 0.3rem; color: #008ead; font-weight: bold; text-align: center; margin-top: 0.1rem;}
.hoal .zj2 .bd ul li p{width: 3.4rem; font-size: 0.22rem; color: #666; margin-top: 0.1rem;}
.hoal .zj2 .bd ul li p::before{content: ""; display: inline-block; width: 0.08rem; height: 0.08rem; background: #666; border-radius: 50%; margin-right: 0.1rem; margin-bottom: 0.03rem;}
.hoal .zj2 .bd ul li span{color: #018dae; font-size: 0.22rem; display: block; width: 3.2rem; margin-top: 0.1rem;}
.hoal .zj2 .bd ul li .btn_box{overflow: hidden;}
.hoal .zj2 .bd ul li .btn_box .btn{width: 1.55rem; height: 0.5rem; line-height: 0.5rem; float: left; font-size: 0.26rem; text-align: center; background: #008ead; border-radius: 1.55rem;}
.hoal .zj2 .bd ul li .btn_box .btn2{margin-left: 0.1rem; background: #ff6000;}
.hoal .hoal_center3 ul{display: -webkit-flex; -webkit-justify-content: space-between;-webkit-flex-wrap: wrap;width:6.5rem;margin: 0.3rem auto 0;}
.hoal .hoal_center3 ul li{width: 3.1rem;margin-bottom: 0.2rem;}
.hoal .hoal_center3 ul li span{width: 3.1rem; height: 0.5rem; line-height: 0.5rem; font-size: 0.24rem; text-align: center; color: #fff; background: #008ead;display: inline-block;}
.hoal .hoal_center3 ul li img{width: 3.1rem!important;height:2rem!important}
.hoal .hoal_center4 ul{display: -webkit-flex; -webkit-justify-content: space-between;-webkit-flex-wrap: wrap;width:6.5rem;margin: 0.3rem auto 0;}
.hoal .hoal_center4 ul li{width: 3.1rem;margin-bottom: 0.2rem;}
.hoal .hoal_center4 ul li span{width: 3.1rem;height: 0.8rem;line-height: 0.35rem;font-size: 0.24rem;text-align: center;color: #fff;background: #008ead;display: inline-block;}
.hoal .hoal_center4 ul li img{width: 3.1rem!important;height:2rem!important}

/************************************************************ 医院简介结束 ************************************************************/



/*诊疗中心*/
.index_team .tit_box a{display: block; height: 5.2rem;}
.index_team .tit_box h1{padding-top: 0.5rem;}
.index_team .zj1{position: relative;}
.index_team .zj1 h2{font-size: 0.4rem;color: #333; text-align: center; margin-top: 0.5rem;font-weight: bold;}
.index_team .zj1 span{font-size: 0.34rem; color: #ff6000; text-align: center; margin-top: 0.2rem; display: block;}
.index_team .zj1 .bd{margin-top: 0.5rem;}
.index_team .zj1 .bd ul img{width: 6.9rem;}
.index_team .zj1 .hd{position: absolute; left: 0; bottom:0.2rem; width:100%; z-index:1;}
.index_team .zj1 .hd ul{text-align:center;}
.index_team .zj1 .hd li{ display:inline-block; width: 0.18rem; height: 0.18rem; background: #fff; border-radius: 50%; margin-left: 0.15rem; cursor: pointer;}
.index_team .zj1 .hd li:first-child{margin-left: 0;}
.index_team .zj1 .hd ul .on{background: #008ead;}

/*诊疗中心结束*/



/************************************************************ 博大动态开始 ************************************************************/

.news_list .toutiao{margin-top: 0.3rem;}
.news_list .toutiao img{width: 0.7rem;}
.news_list .toutiao p{width: 5.5rem; border-left: 1px solid #ddd; line-height: 0.7rem; padding: 0 0.2rem; margin-left: 0.2rem; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_list .toutiao p a{color: #333; font-size: 0.3rem;}
.news_list .jiange2{margin-top: 0.3rem;}
.news_list .tab ul{overflow: hidden;}
.news_list .tab ul li{float: left;width: 2rem; height: 0.6rem; line-height: 0.6rem; font-size: 0.26rem; color: #fff; background: #b4b4b4;  text-align: center; cursor: pointer; border-radius: 0.1rem; margin:0.5rem 0 0 0.45rem;}
.news_list .tab ul li:first-child{margin-left: 0;}
.news_list .tab ul .on{background: #0bb1a5; color: #fff;}
.news_list .bd ul li{margin-top: 0.5rem;}
.news_list .bd ul li:first-child{margin-top: 0.2rem;}
.news_list .bd ul li a{display: block;}
.news_list .bd ul li a img{width: 6.9rem; height: 4rem;}
.news_list .bd ul li a .text_box{width: 6.5rem; background: #008ead; padding: 0.3rem 0.2rem; box-shadow: 0 3px 5px #ddd;}
.news_list .bd ul li a .text_box h3{font-size: 0.35rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 0.6rem;color: #fff;padding-bottom: 0.1rem;margin-bottom: 0.1rem;border-bottom: 1px dashed #8ab4be;}
.news_list .bd ul li a .text_box p{color: #666; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;color:#fff;}
.news_list .bd ul li a .text_box .watch{float: left;margin-top: 0.15rem;}
.news_list .bd ul li a .text_box .watch span{width:0.3rem;height:0.2rem;background: url(../images/watch.png)no-repeat center center;background-size: 100%; display: inline-block;margin-right: 0.1rem;}
.news_list .bd ul li a .text_box .time{float: right;margin-top: 0.15rem;}
.news_list .bd ul li a .text_box .time span{width:0.3rem;height:0.2rem;background: url(../images/time.png)no-repeat center center;background-size: 100%; display: inline-block;margin-right: 0.1rem;}

/************************************************************ 博大动态结束 ************************************************************/

/************************************************************ 底部导航开始 *********************************************************/

.footerFixed {width:100%;height:1rem;position:fixed;bottom:0;left:0;line-height:1rem;z-index:9999;display:none;}
.footerFixed .footerInner {width:100%;height:100%; border-top:0.013rem solid #ddd;}
.footerFixed a {display:block;float:left;position:relative;text-align:center;}
.footerFixed a em,.footerFixed a i { display:block; position:absolute;font-style: normal;}
.footerLink-pre,.footerLink-res,.footerLink-tel { width:20%;height:100%; background-color:#fff; border-right:0.01rem solid #ddd;} 
.Icon-pre,.Icon-res,.Icon-tel { left: 50%;top: 4px;width: 25px;height: 25px;margin-left: -12px;background-size: 100% 100%;}
.Icon-pre { background:url(../images/fix_img001.png) no-repeat center;background-size: 100%;}
.Icon-res { background:url(../images/fix_img002.png) no-repeat center;background-size: 100%;}
.Icon-tel { background:url(../images/fix_img003.gif) no-repeat center;background-size: 100%;}
.footerLink-pre em,.footerLink-res em,.footerLink-tel em {display: block;left: 0;top: 0.45rem;width: 100%;color: #999999;font-family: "Arial","Microsoft YaHei";font-size: 0.25rem;line-height:0.7rem;text-align: center;}
.footerLink-ask { background-color:#008ead; width:39.5%; height:100%; text-align:center;}
.footerLink-ask em {display: block;left: 50%;top: 50%;margin-left: -0.8rem;margin-top: -0.2rem;color: #fff;font-size: 0.4rem;line-height: 0.4rem;letter-spacing: 0.02rem;}

/************************************************************ 底部导航结束 *********************************************************/


/************************************************************ 博大动态详情开始 *********************************************************/

.details{margin-top: 0.5rem;}
.details .details_tit{border-bottom: 1px dashed #ccc; padding-bottom: 0.22rem;}
.details .details_tit h1{font-size: 0.3rem; color: #333; text-align: center;}
.details .details_tit p{color: #999; text-align: center; font-size: 0.2rem; margin-top: 0.1rem;}
.details .details_tit p span{display: inline-block; margin-left: 0.2rem;}
.details .details_tit p a{display: inline-block; color: #ff0000; margin-left: 0.2rem; font-weight: bold;}
.details .content{margin-top: 0.2rem;}
.details .content img{width: 100% !important;height:auto !important; margin: 0.2rem 0;}

/************************************************************ 博大动态详情开始 *********************************************************/
