

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


/* CSS Document */
html,body{font-family:"Microsoft yahei";font-size:14px; line-height:20px;overflow-x:hidden;}
*{margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
ul,dl{ list-style-type:none;}
li{vertical-align:top;list-style-type:none;}
img {border: none;}
a{	text-decoration: none;color:#474747;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}

/* img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
	cursor:pointer;
}

img:hover{
	-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;
} */



body{ font-family:"microsoft yahei","微软雅黑"; color:#474747; padding:0; margin:0;font-size:14px; min-width:1024px; }
ul,li,ol,h1,h2,h3,h4,div{ list-style:none}
img{ border:none;max-width:100%;}
.row{width:966px;margin:0 auto;}
a{ text-decoration:none; color:#474747}
a.more{ background:url(../picture/more.jpg) center bottom no-repeat; padding-bottom:20px; text-align:center}
a.nav_sub{ background:#8839a8; color:#FFF; font-size:14px; padding:8px 20px; line-height:32px;}

/*footer*/
.foot-hx{width:100%;height:7px;clear:both;}
.foot-nav{width:100%;background:#eee;}
.foot-nav1{width:1280px;margin:0 auto;overflow:hidden;}
.foot-nav1 dl{float:left;width:160px;border-right:1px solid #d7d7d7;margin:30px 10px;padding-right:10px;}
.foot-nav1 dl dt{font-size:16px;font-weight:bold;color:#000;}
.foot-nav1 dl dd{color:#666;line-height:24px;}
.foot-nav1 dl dd a:hover{color:#9d29d6;}
.ewm{width:126px;float:left;margin-top:30px;line-height:24px;}

.foot-bq{width:100%;background:#626262;padding:30px 0;}
.foot-bq1{width:1280px;margin:0 auto;}
.foot-bq1 p{color:#fff;}
.foot-bq1 a{color:#fff;margin-right:20px;}
.foot-bq1 h6{widht:1280px;border-bottom:1px solid #4e4e4e;margin-top:15px;}
.foot-bq1 h5{widht:1280px;border-bottom:1px solid #7d7d7d;margin-bottom:15px;}
#no-border img {width:129px;height:128px;}

/*head*/
#header{width:100%;height:50px;padding:0;margin:0;background-color:#eee;}
.top{width:1280px;height:auto;margin:0 auto;}
.top-sj{width:411px;float:left;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding-left:20px;height:50px;overflow:hidden;}
.mgsj,.magsj{float:left;line-height:50px;background:url(../picture/tjy_03.jpg) 0 12px no-repeat;padding-left:40px;}
.magsj{background:url(../picture/tjy_05.jpg) 0 12px no-repeat;}
.time1{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time2{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time1 span,.time1 b{float:left;font-weight:normal;}
.time2 span,.time2 b{float:left;font-weight:normal;}


.top-lx{width:480px;float:right;}
.top-lx p{float:left;line-height:50px;margin-right:20px;}
.top-lx p a{color:#7e7e7e;}
.top-lx p a:hover{color:#b13aca;}
.top-lx h6{width:1px;height:50px;background:#d9d9d9;float:left;}

.weixin{ width:30px; margin:0px auto;position:relative; font-size:12px; text-align:center;}
.weixin .weixin_nr{width:200px; height:200px; padding:10px; text-align:center; position:absolute; left:-45px; top:45px; display:none;z-index:999;}
.weixin .weixin_nr img{ margin-bottom:5px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:70px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}



.wb img,.wx img{margin:10px 20px;float:left;overflow:hidden;}
.wx-ewm{position:absolute;top:40px;left:74%;z-index:9999;display:none;}
.wx:hover .wx-ewm{display:block;}

.dh{color:#b13aca;font-size:16px;font-weight:bold;line-height:50px;background:url(../picture/tjy_07.jpg) 5px 10px no-repeat;display:inline-block;padding-left:35px;border-right:1px solid #d9d9d9;padding-right:20px;}
.nav{width:1280px;margin:0 auto;overflow:hidden;}
.logo{float:left;padding-top:10px;}
.menu{float:right;}
.menu ul{overflow:hidden;}
.menu ul li{float:left;margin-right:20px;padding:25px 0;text-align:center;}
.menu ul li a{font-size:16px;color:#333;text-align:center;padding-left:20px;padding-right:20px;line-height:20px;}
.menu ul li:hover{display:block;color:#fff;font-size:16px;}
.menu ul li:hover a,.menu ul li:hover p{ color:#FFFFFF}
#menu-bg{display:block;}
#menu-bg a,#menu-bg p{color:#fff;}

.yw{font-size:11px;color:#bcbcbc; text-transform:uppercase;}

.head_50sub {width: 100%;height: 35px;line-height: 35px;position:relative;position:absolute;overflow:hidden;z-index:99;background:rgba(0,0,0,0.5) none repeat scroll !important;  background:#000;background:#000; filter:Alpha(opacity=50);
}
.head_all50 {width: 1280px;height: 35px;line-height: 35px;margin: 0 auto;color: #fff;font-size: 14px;}
.head_all50 a {line-height: 35px;color: #fff;}
.head_all50 a:hover{color:#f39800;}

/*商桥*/
/* ins#qiao-icon-wrap.qiao-icon-wrap{display:none;}
ins#qiao-invite-wrap.qiao-invite-wrap{display:none;} */
/*我们的优势*/
.advantagea{ background:url(../picture/edf.jpg) repeat; display:block; padding-bottom:50px;}
.advantageab{width:1000px; height:aauto; overflow:hidden; margin:auto; color:#FFF; font-size:18px; font:"微软雅黑";}
.advantageac{height:auto; width:100%; overflow:hidden; padding:20px 0 20px 0;}
.advantagead{color:#8226ad;border-top-left-radius:50px; border-top-right-radius:50px; border-bottom-left-radius:50px; border-bottom-right-radius:50px; border:#ddd 1px solid; width:70px; height:70px; font-size:48px; background:#fff; text-align:center; font:"新宋体"; float:left;}
.advantagead i{margin-left:-10px;}
.advantageae{float:left; font-size:24px; font:"微软雅黑"; color:#fff; padding:22px 0 0 30px;}


.case{width:100%; height:auto; background:url(../picture/backdrop.png) repeat bottom; overflow:hidden;}
.case img{width:100%; height:auto; overflow:hidden;}
.case1{width:100%; height:auto; background:url(../picture/backdrop.png) repeat; overflow:hidden; padding-bottom:40px;}
.case1-1{width:966px; margin:auto; color:#9f009f; font-size:28px; font:"微软雅黑"; padding:50px 0 30px 0;}
.case2{width:966px; height:auto; margin:auto; overflow:hidden;}
.case2 li{width:auto; height:auto; float:left; text-align:center;}
.case2 li div img{width:180px; height:180px; padding-bottom:20px; padding-left:80px;}
.case2 ul li i img{ width:40px; height:25px; padding:0px 10px 0 20px;}
.span1{color:#9f009f; font-size:24px; font:"新宋体";}
.cose3{ width:966px; margin:auto; height:auto;color:#555; font:"微软雅黑"; font-size:16px; padding-top:20px;line-height:24px;}
.cose4{margin:auto; width:788px; padding-bottom:20px; padding-top:10px;}
.cose5{ width:966px; margin:auto; height:auto;color:#555; font:"微软雅黑"; font-size:16px; padding-top:20px;overflow:hidden;line-height:24px;}

.third{width:966px; height:auto; overflow:hidden;margin:auto; padding-top:40px;}
.third1{width:966px; height:70px; margin:auto;}
.third2{background:url(../picture/fff.png) no-repeat left; display:block; width:auto; height:70px;}
.third2 span{font-size:50px; color:#FFF; text-align:center; padding:0 0 0 15px; font:"Microsoft YaHei"; font-style:oblique; float:left}
.third2 h1{color:#666; display:block; float:left; padding-left:50px; margin-top:-1px; }
.third2 small{float:left; margin-left:52px; font-size:14px; color:#999;}
.third2 small2{float:left; line-height:120px; margin-left:-500px; font-size:14px; color:#999}
.third2 small1{float:left; font-size:14px; color:#999;padding-left:50px;}
.third3{background:url(../picture/third10.png) no-repeat left; display:block; width:auto; height:172px; padding-top:50px;padding-bottom:30px;}
.third3 span{color:#333; font-size:16px; float:right; text-indent:30px; width:570px; line-height:25px;}
.third4 ul{ width:auto; overflow:hidden; padding-bottom:30px; margin:0; padding:0; margin-top:20px;}
.third4 ul li{float:left; padding:20px 0 0 22px;}
.third4-img{width:170px; height:113px; padding-bottom:15px;}
.third4 li span{color:#9f009f; font-size:14px; font:"微软雅黑"; text-align:center; padding:0 0 0 60px;}
.third5{width:966px; margin:auto; height:auto; overflow:hidden; padding-bottom:50px; margin-top:50px;}
.third6{background:url(../picture/third13.png) no-repeat left; display:block; width:472px; height:402px;}
.third6-6{background:url(../picture/third13.png) no-repeat left; display:block; width:472px; height:402px;margin-top:250px;}
.third7{width:250px; height:auto; overflow:hidden; font-size:16px; color:#333; min-width:250px; line-height:25px; padding:80px 0 0 80px ;}
.third7 span{font:"微软雅黑"; font-size:22px; text-align:center; padding:0 0 0 20px;color:#555;}
.third-div{color:#da388f; font-size:18px; float:right; margin-top:-165px; margin-right:30px;}
.third-div1{color:#da388f; font-size:18px; float:right; margin-top:-165px; margin-right:40px;}
.third-div2{color:#da388f; font-size:18px; float:right; margin-top:-188px; margin-right:40px;}
.third8{background:url(../picture/third12.png) no-repeat; display:block; width:142px; height:80px; float:right; margin-right:330px; margin-top:-180px;}
.third66{background:url(../picture/third13.png) no-repeat right; display:block; width:472px; height:402px; float:right; margin-top:-80px;}
.third88{background:url(../picture/third11.png) no-repeat; display:block; width:142px; height:80px; float:left; margin-left:300px; margin-top:160px;}
.service{width:966px; margin:auto; height:auto; overflow:hidden; padding:50px 0 0 0;background:none;}
.service img {margin-top:100px;}
.service1{background:url(../picture/jj.png) no-repeat scroll 0% 50% transparent; display:block; width:966px; height:40px; color:#666; font-size:30px; font:"微软雅黑"; text-align:center;}

.service2{width:193px; height:auto; float:left; overflow:hidden; padding:30px 0 30px 0;}
.service3{width:100px; margin:auto; }
.service4{width:193px; height:auto; overflow:hidden; text-align:center; color:#666; font:"微软雅黑"; font-size:16px;}
.service4 span{color:#990099; font-size:18px;}
.service5{background:url(../picture/jbg.png) repeat scroll 0% 0% transparent; display:block; width:680px; height:2px; margin:auto; margin-top:80px;}
.service55{background:url(../picture/jbg.png) repeat scroll 0% 0% transparent; display:block; width:680px; height:2px; margin:auto; margin-top:100px;}
.service6{background:url(../picture/bdfg.png) repeat-y; display:block; width:100%; height:auto; overflow:hidden;}
.service7{ margin:auto; width:966px; height:auto; overflow:hidden;}
.service77{ margin:auto; width:966px; height:auto; overflow:hidden; padding-bottom:30px;}
.service1-1{background:url(../picture/afg.png) no-repeat scroll 0% 50% transparent; display:block; width:966px; height:44px; color:#5a44f9; font-size:34px; font:"微软雅黑"; text-align:center; margin-top:40px;}
.service8{width:auto;}
.service8 ul{ padding-top:20px;}
.service8 li{color:#333; font-size:14px; font:"新宋体"; line-height:30px; padding-bottom:10px;padding-left:5px;}
.service8 .servi{background:#a89df9; color:#FFF; width:210px; overflow:hidden; padding-left:10px; font-size:16px; font:"新宋体"; padding-bottom:0;}
.service8 .servi1{background:#a89df9; color:#FFF; width:420px; overflow:hidden; padding-left:10px; font-size:16px; font:"新宋体"; padding-bottom:0;}
.service8 .servi2{background:#a89df9; color:#FFF; width:200px; overflow:hidden; padding-left:10px; font-size:16px; font:"新宋体"; padding-bottom:0;}

.service-bj{background:url(../picture/jj.png) no-repeat scroll 0% 50% transparent; display:block; width:966px; height:110px; color:#666; font-size:38px; font:"微软雅黑"; text-align:center;}
.service-bj span small{ color:#f63c39; font:"微软雅黑"; font-size:46px; font-weight:bold;}
.service44{width:170px; height:auto; overflow:hidden; text-align:center; color:#666; font:"微软雅黑"; font-size:14px; line-height:25px;}
.service44 span{color:#990099; font-size:18px;}
.service33{width:100px; margin-left:35px; height:100px;}
.service555{background:url(../picture/jbg.png) repeat scroll 0% 0% transparent; display:block; width:680px; height:2px; margin:auto; margin-top:260px;}
.service-bja{width:100%; height:auto; overflow:hidden; background:url(../picture/php.png) repeat;}
.service-bjb{width:966px; height:auto; overflow:hidden; padding:0px 0 30px 0; margin:auto;}
.product_tab { width:auto; height:auto; overflow:hidden; padding:30px 0 0 0; }
.product_tab li { float:left; padding:0 18px 25px 0; width:295px;}
.product_img { width:310px; height:200px;}
.product_img img{ opacity:1;filter:alpha(opacity=100);}
.product_img img:hover{ opacity:0.5;filter:alpha(opacity=50);}

.product_tab li span small{ display:block; font-weight:bold; font-size:18px; text-align:center; padding-top:5px; color:#d413d3; font:"微软雅黑"; padding-bottom:15px; padding-top:20px}
.product_tab li span{ color:#666; font-size:16px; font:"微软雅黑"; line-height:25px;}
.hospita img{width:100%; height:auto;}
.hospital{width:966px; height:auto; overflow:hidden; padding:20px 0 30px 0; margin:auto;}
.hospitala{width:auto; height:auto; overflow:hidden; padding:0 0 30px 0; float:left;}
.hospitalb{width:700px; height:auto; overflow:hidden; padding:0 0 30px 0; float:right;}
.hospitald{width:245px; height:auto; overflow:hidden; border:#e3e3e3 1px solid; margin-top:30px;}
.hospitalc{color:#999; font-size:14px;font:"Arial Black", Gadget, sans-serif; border-bottom:#ba51e5 2px solid; padding:10px 0 10px 10px;}
.hospitalc span{color:#8226ad; font-size:16px; font:"微软雅黑"; padding-right:10px;}
.hospitale{width:auto; height:auto; overflow:auto;}
.hospit{ border-bottom:1px #ddd dashed; width:225px; margin-left:10px;}
.hospitale a{ text-decoration:none;}
.hospitale a img{ border:0; float:left; opacity:1;filter:alpha(opacity=100); padding:10px 0 12px 13px;}
.hospitale a img:hover{opacity:0.6;filter:alpha(opacity=60);}
.hospitalf{width:auto; height:auto; overflow:hidden; padding-top:10px;}
.hospitalf img{float:left; width:auto; height:auto; padding:0 10px 0 10px;}
.hospitalf span{font:"微软雅黑"; font-size:18px; font-weight:bold; color:#FF2828;}
.hospitalf span small{color:#8226ad; font-size:16px;}
.hospitalg{color:#8226ad; font-size:16px; font:"微软雅黑"; padding:10px 10px 12px 10px; line-height:25px;} 
.hospitalh{width:auto; height:auto; overflow:hidden; margin-bottom:10px;}
.hospitalh ul{width:232px; height:auto; overflow:hidden; margin:0px; padding:0px;}
.hospitalh ul li{ border-bottom:1px #ddd dashed;  padding:8px 0 8px 0; margin-left:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.hospitalh ul li a{color:#666; font-size:14px; font:"微软雅黑";}
.hospitalh ul li a:hover{color:#8226ad;}
.hospitali{width:auto; height:auto; overflow:hidden; padding:10px 0 10px 0;}
.hospitali ul{width:220px; height:auto;padding:0px;}
.hospitali ul li a img{ height:140px; width:220px;}
.hospitali ul li{ text-align:center; font-size:14px; font:"微软雅黑"; padding-left:12px;}
.hospitali li img{ opacity:1;filter:alpha(opacity=100);}
.hospitali li img:hover{ opacity:0.5;filter:alpha(opacity=50);}

.hospitalj{ width:auto; height:auto; overflow:hidden;}
.hospitalj span{display: inline;float: left;width: 80px;height: 80px;margin-right:10px;}
.hospitalj span img{width: 80px;height: 80px;border-radius:4px;}
.hospitalj dl{width: 100%;height: 80px;margin-bottom: 10px;overflow: hidden;}
.hospitalj dl:hover{background: #f6e9fa;}
.hospitalj dl dt {height: 30px;font: 14px/30px "微软雅黑";color: #666;overflow: hidden;}
.hospitalj dl dd{height: 50px;font: 12px/23px "微软雅黑";color: #999;overflow: hidden;}
.hospitalk{width:230px; height:auto;padding:13px 0 0 3px;}
.hospitalk img{ float:left; width:82px; height:84px; padding:0 8px 0 0;}
.hospitalk img:hover{opacity:0.5;filter:alpha(opacity=50);}
.hospitalk span{color:#666; font-size:14px; font:"微软雅黑"; line-height:20px;}
.hospitalk span small{font-size:14px; color:#333;}
.hospitalk :hover{color:#8226ad;}
.hospitall{color:#999; font-size:14px;font:'微软雅黑',Helvetica,Arial,sans-serif; border-bottom:#ba51e5 2px solid; padding:40px 0 5px 10px; width:auto;}
.hospitall span{color:#8226ad; font-size:20px; font:'微软雅黑',Helvetica,Arial,sans-serif; padding-right:10px;}
.hospitall small{float:right; font-size:14px; font:'微软雅黑'; background:url(../picture/pgif.jpg) no-repeat; display:block; padding-left:28px; color:#333; margin-top:6px;}
.mosaic-block{float:left;position:relative;overflow:hidden;width:320px;height:223px;margin:10px;background:#111 url(../picture/progress.gif) no-repeat center center;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);}
.mosaic-backdrop{display:none;position:absolute;top:0;height:100%;width:100%;background:#111;}
.mosaic-backdrop img{width:100%;height:100%;}
.mosaic-overlay{display:none;z-index:5;position:absolute;width:100%;height:100%;background:#111;}
.bar .mosaic-overlay{bottom:-70px;height:120px;background:#eee; }
#content{width:700px; height:auto; overflow:hidden; margin:auto; margin-left:5px;}
#content li { float:left; padding:0 10px 15px 0; margin-left:-20px;}
.clearfix{display:block;height:0;clear:both;visibility:hidden;}
.details{margin:20px 20px;}
.details p {font-size:14px; line-height:22px;color:#666; margin-top:8px;}
.details h4{font:'宋体';line-height:1px;color:#9b29b6; padding-top:10px; font-size:16px; font-weight:bold; text-overflow: ellipsis;white-space: nowrap; overflow: hidden;height:10px;}
.details ul { margin:0px; padding:0px; list-style:none; }
.hospitaln ul li.thisclass {border:1px solid #ddd;padding:5px 15px;}
.hospitaln{width:auto; height:auto; overflow:hidden;float: left;padding: 10px;}
.hospitaln ul{margin:0; padding:0;}
.hospitaln ul li{border:1px solid #ddd; list-style:none; float:left; padding:5px 0 5px 0;} 
.hospitaln ul li a{text-decoration:none; color:#be3ebe; font-size:14px; font-weight:600; font:"微软雅黑"; padding:0 15px 0 15px;}
.hospitaln ul li a:hover{background:#e9e9e9; padding:8px 15px 5px 15px;}
.news{ width:auto; height:auto; padding:10px 0 0 0;}
.news img{float:left; width:240px; height:137px; margin-right:15px;}
.news img:hover{ opacity:0.5;filter:alpha(opacity=50);}
.news1{width:auto; height:137px; color:#666; font-size:14px; font:"微软雅黑"; line-height:30px;}
.news1 span a{color:#be3ebe; font-size:16px; font-weight:bold;}
.news1 small a{color:#be3ebe;font-size:14px;}
.news1 a:hover{color:#F0F;}
.news2{ width:auto; height:auto; overflow:hidden;}
.news2 ul{margin:0; padding:0;}
.news2 ul li{ border-bottom:1px solid #ddd; padding:10px 0 10px 0;}
.news2 ul li a{color:#666; font-size:14px; font:"微软雅黑";}
.news2 ul li a small{float:right;font-size:12px;}
.news2 ul li a:hover{color:#8226ad;}
.news-show{color:#be3ebe; font-size:18px; font-weight:bold; width:auto; text-align:center;font:"微软雅黑"; padding:30px 0 0 0;}
.news-show1{color:#666; font-size:14px; width:700px; text-align:center;font:"微软雅黑"; padding:30px 0 5px 0; border-bottom:#e3e3e3 1px solid; white-space:pre;}
.news-show2{width:auto; height:auto; overflow:hidden; padding:30px 0 20px 0; text-align:center;}
.news-show2 img{ vertical-align:middle; margin:auto;}
.news-show3{width:700px; height:auto; overflow:hidden;}
.news-show3 p{color:#333; font-size:14px; font:"微软雅黑"; text-indent:20px; line-height:25px;}
.news-show3 span{color:#be3ebe; font-size:18px; font:"微软雅黑" 900; text-indent:40px;}
.news-show4{width:700px; height:auto; overflow:hidden; text-align:center;}
.news-show4 small{text-align:center; color:#000; font:"微软雅黑"; font-size:14px; font-weight:bold; line-height:25px;}
.news-show4 spanl{color:#000; font:"微软雅黑"; font-size:14px; font-weight:bold;line-height:25px;}
.news-show4 p{ color:#666; font-size:14px; font:"微软雅黑";}
.news-show5{font-size:16px; font-weight:bold; font:"微软雅黑"; color:#be3ebe; padding:30px 0 5px 0;}
.news-show6{background:url(../picture/news5.png) no-repeat; display:block; width:700px; height:2px;}
.news-sho{width:auto; height:auto; overflow:hidden; /* border-bottom:1px solid #ddd; */ padding:5px 0 30px 0;}
.news-show7{width:340px; height:auto; overflow:hidden; float:left;}
.news-show8{ width:auto; height:auto; overflow:hidden; padding:10px 0 0 0;}
.news-show8 img{float:left; width:150px; height:92px; margin-right:10px;}
.news-show8 img:hover{opacity:0.5;filter:alpha(opacity=50);}
.news-show8 span{color:#333;font-size:14px; font:"微软雅黑"; line-height:23px;}
.news-show8 span a{font-size:14px; font:"微软雅黑"; color:#be3ebe;}
.news-show8 span a:hover{ text-decoration:underline;}
.news-show9{ width:auto; height:auto; overflow:hidden; padding:20px 0 0 0;}
.news-show9 ul{margin:0; padding:0;}
.news-show9 ul li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:450px;}
.news-show9 ul li a{color:#333;font-size:14px; font:"微软雅黑"; line-height:25px;}
.news-show77{width:340px; height:auto; overflow:hidden; float:right;}
.news-showa{width:auto; height:auto; overflow:hidden; color:#333;font-size:14px; font:"微软雅黑"; text-align:center; padding-top:20px;}
.news-showd{float:left;border-top-left-radius:50px; border-top-right-radius:50px; border-bottom-left-radius:50px; border-bottom-right-radius:50px; border:#ddd 1px solid; width:320px; height:auto; overflow:hidden; padding:5px 10px 5px 10px;}
.news-showc{float:right;border-top-left-radius:50px; border-top-right-radius:50px; border-bottom-left-radius:50px; border-bottom-right-radius:50px; border:#ddd 1px solid; width:320px; height:auto; overflow:hidden; padding:5px 10px 5px 10px;}
.news-showd a{color:#be3ebe;}
.news-showc a{color:#be3ebe;}
.news-showd a:hover{ color:#a220a2;}
.news-showc a:hover{color:#a220a2;}

/*我们的服务推荐文章*/

.recommend-1{width:100%; height:auto; overflow:hidden; background:#cac5c0; display:block;}
.recommend{width:966px; height:auto; overflow:hidden; padding:30px 0 20px 0; margin:auto; border-bottom:1px solid #ccc;}
.recommend1{background:url(../picture/news5.jpg) no-repeat bottom; display:block; font-size:16px; font-weight:bold; color:#FF568F; padding:0 0 5px 10px;}
.recommend dl{float:left; width:46%; height:130px; margin-right:30px; margin-left:6px;}
.recommend dl span{ float:left; width:190px; height:130px; margin-right:15px;}
.recommend dl span img{width:190px; height:130px;border-radius: 4px;}
.recommend dl dt{height:30px; font-size:14px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px;}
.recommend dl dt a{color:#FF568F;}
.recommend dl dt a:hover{text-decoration:underline;}
.recommend dl dd{height:100px; font-size:14px; color:#333; line-height:25px;}
.recommend ul{margin:0; padding:0;}
.recommend ul li{float:left;width:46%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px; padding:0 25px 0 10px;}
.recommend ul li a{font-size:14px; color:#333;overflow: hidden;display: inline; float:left;}
.recommend ul li a:hover{color:#FF568F;}

.recommend-a{width:966px; height:auto; overflow:hidden; padding:30px 0 20px 0; margin:auto;}
.recommend1{background:url(../picture/news5.jpg) no-repeat bottom; display:block; font-size:16px; font-weight:bold; color:#FF568F; padding:0 0 5px 10px;}
.recommend-a dl{float:left; width:46%; height:130px; margin-right:30px; margin-left:6px;margin-top:30px;}
.recommend-a dl span{ float:left; width:190px; height:130px; margin-right:15px;}
.recommend-a dl span img{width:190px; height:130px;border-radius: 4px;}
.recommend-a dl dt{height:30px; font-size:14px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px;}
.recommend-a dl dt a{color:#FF568F;}
.recommend-a dl dt a:hover{text-decoration:underline;}
.recommend-a dl dd{
	height: 100px;
	font-size: 14px;
	color: #392b22;
	line-height: 25px;
	overflow: hidden;
}
.recommend-a ul{margin:0; padding:0;}
.recommend-a ul li{float:left;width:46%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px; padding:0 25px 0 10px;}
.recommend-a ul li a{font-size:14px; color:#392b22;overflow: hidden;display: inline; float:left;}
.recommend-a ul li a:hover{color:#b13aca;}

.recommend2{width:966px; height:auto; overflow:hidden; padding:30px 0 50px 0; margin:auto;}
.recommend3{width:auto; float:left; height:auto;font-size:14px; color:#333; border:1px solid #ccc;border-radius:30px; padding:5px 5px 5px 5px;}
.recommend3 a{color:#FF568F;}
.recommend3 a:hover{text-decoration:underline;}
.recommend4{width:auto; float:right; height:auto;font-size:14px; color:#333; border:1px solid #ccc;border-radius:30px; padding:5px 5px 5px 5px;}
.recommend4 a{color:#FF568F;}
.recommend4 a:hover{text-decoration:underline;}

.recommend33{width:auto; float:left; height:auto;font-size:14px; color:#fff; border:1px solid #ccc;border-radius:30px; padding:5px 5px 5px 5px;}
.recommend33 a{color:#FF568F;}
.recommend33 a:hover{text-decoration:underline;}
.recommend44{width:auto; float:right; height:auto;font-size:14px; color:#fff; border:1px solid #ccc;border-radius:30px; padding:5px 5px 5px 5px;}
.recommend44 a{color:#FF568F;}
.recommend44 a:hover{text-decoration:underline;}
.footer{ width:100%; overflow:hidden;}
.footer_top{ width:100%; border-top: solid 2px #666; overflow:hidden}
.nmms_ct{ width:820px; margin:0 auto; padding:10px 0;}
.nmms_ct dl{ float:left; line-height:30px; margin-right:50px;}
.nmms_ct dl dd{ margin-left:0; font-size:14px;}
.nmms_ct dl dt{ font-size:14px;}
.nmms_ct dl dd a{ color:#999;}

.gzewm{ float:right; width:250px; margin-top:20px;}
.gzewm img{ float:left; display:block}
.gzewm p{ width:105px; float:right;}
.gzewm p b{ font-size:14px; color:#000; display:block; margin-bottom:10px;}

.footer_bottom{ background:#000; padding:40px 0; overflow:hidden; text-align:center; color:#999;}
.footer_bottom b{ color:#fff;}
.footer_bottom a{ padding:0 15px; color:#999}
.footer_bottom div{ margin:30px}

/*投票系统*/
.vote{width:966px; height:auto; overflow:hidden; margin:auto; font-family:"微软雅黑"; font-size:14px; color:#333; text-shadow:20px; line-height:30px; margin-top:50px;}
.vote p{color:#D20000; font-size:30px; text-align:center; font-weight:bold; padding-bottom:30px;}
.vote span{ color:#000; font-size:16px;}
.vote small{color:#D20000; font-size:16px;}
.vote-1{width:966px; height:auto; overflow:hidden; margin:auto; margin-top:50px;}
.votw-2{width:300px;float:left; margin-right:50px;}
.votw-2 span img{width:300px; height:350px; margin-top:22px;}
.votw-3{width:600px;verflow:hidden; float:left; color:#333; line-height:19px;}
.votw-3 p{color:#00856c; font-size:18px; font-family:"微软雅黑"; font-weight:bold;}
.votw-3 span{font-size:16px; font-weight:bold;}

.votecard {background:#eee;padding: 4px;width: auto;height: 32px;text-align: center; float:left;border-radius: 4px;}
.votecard div {position: relative;overflow: hidden;width:auto;height: 32px;}
.votecard em {display: block;position: relative;width:auto;height:auto; overflow:hidden;padding: 4px 10px 6px 10px;font: normal 24px/24px "Helvetica Neue","Helvetica","Arial",Sans-serif;color: #45453f;}
.votecard strong {font-weight: bold; float:left; font-size:20px; font-family:"微软雅黑"; padding-left:5px;}
.votecard span {display: block;color: #9a9a94; font-size:18px; font-family:"微软雅黑";float:left;}
a.voteaction {margin: 0 5px 0 0;display: block;width: 71px;background:#ff8846; float:right;; color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;}
.votecard1 {background:#eee;padding: 4px;width: auto;height: 32px;text-align: center; float:left;border-radius: 4px;}
.votecard1 div {position: relative;overflow: hidden;width:auto;height: 32px;}
.votecard1 em {display: block;position: relative;width:auto;height:auto; overflow:hidden;padding: 4px 10px 6px 10px;font: normal 24px/24px "Helvetica Neue","Helvetica","Arial",Sans-serif;color: #45453f;}
.votecard1 strong {font-weight: bold; float:left; font-size:20px; font-family:"微软雅黑";}
.votecard1 span {display: block;color: #9a9a94; font-size:18px; font-family:"微软雅黑";float:left;}
a.voteaction1 {margin: 0 5px 0 0;display: block;width: 71px;background:#ff8846; float:right;; color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;}
.votecard2 {background:#eee;padding: 4px;width: auto;height: 32px;text-align: center; float:left;border-radius: 4px;}
.votecard2 div {position: relative;overflow: hidden;width:auto;height: 32px;}
.votecard2 em {display: block;position: relative;width:auto;height:auto; overflow:hidden;padding: 4px 10px 6px 10px;font: normal 24px/24px "Helvetica Neue","Helvetica","Arial",Sans-serif;color: #45453f;}
.votecard2 strong {font-weight: bold; float:left; font-size:20px; font-family:"微软雅黑";}
.votecard2 span {display: block;color: #9a9a94; font-size:18px; font-family:"微软雅黑";float:left;}
a.voteaction2 {margin: 0 5px 0 0;display: block;width: 71px;background:#ff8846; float:right;; color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;}
.votecard3 {background:#eee;padding: 4px;width: auto;height: 32px;text-align: center; float:left;border-radius: 4px;}
.votecard3 div {position: relative;overflow: hidden;width:auto;height: 32px;}
.votecard3 em {display: block;position: relative;width:auto;height:auto; overflow:hidden;padding: 4px 10px 6px 10px;font: normal 24px/24px "Helvetica Neue","Helvetica","Arial",Sans-serif;color: #45453f;}
.votecard3 strong {font-weight: bold; float:left; font-size:20px; font-family:"微软雅黑";}
.votecard3 span {display: block;color: #9a9a94; font-size:18px; font-family:"微软雅黑";float:left;}
a.voteaction3 {margin: 0 5px 0 0;display: block;width: 71px;background:#ff8846; float:right;; color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;}
.votecard4 {background:#eee;padding: 4px;width: auto;height: 32px;text-align: center; float:left;border-radius: 4px;}
.votecard4 div {position: relative;overflow: hidden;width:auto;height: 32px;}
.votecard4 em {display: block;position: relative;width:auto;height:auto; overflow:hidden;padding: 4px 10px 6px 10px;font: normal 24px/24px "Helvetica Neue","Helvetica","Arial",Sans-serif;color: #45453f;}
.votecard4 strong {font-weight: bold; float:left; font-size:20px; font-family:"微软雅黑";}
.votecard4 span {display: block;color: #9a9a94; font-size:18px; font-family:"微软雅黑";float:left;}
a.voteaction4 {margin: 0 5px 0 0;display: block;width: 71px;background:#ff8846; float:right;; color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;}
a.voteaction:hover{background:#c94b05;}
a.voteaction1:hover{background:#c94b05;}
a.voteaction2:hover{background:#c94b05;}
a.voteaction3:hover{background:#c94b05;}
a.voteaction4:hover{background:#c94b05;}

.toupiao tbody{}
/* .toupiao tr{text-align:center;} */
.toupiao strong{font-size:24px;}
.toupiao td{font-size:18px;padding-left:40%;line-height:38px;font-weight:bold;}
.voteaction{margin: 0 5px 0 0;width: 71px;background:#ff8846;color:#fff; font-size:16px; font-family:"微软雅黑";font-weight: bold; padding:9px 0;text-align:center;border-radius: 4px;border:0px;}
.voteaction:hover{background:#c94b05;}

/* 返回顶部 */
.bottom_tools {
	position: fixed;
	z-index: 1070;
	right: 20px;
	bottom: 40px;
}
.bottom_tools>* {
	font: 0/0 a;
	display: block;
	margin-top: 5px;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none
}
.qr_img {
	position: absolute;
	top: -189px;
	left: -183px;
	display: none;
	width: 173px;
	height: 234px;
	background: url(../picture/qr_img.png) no-repeat;
	padding: 61px 39px 50px 36px;
}
.qr_img img {
	width: 98px;
	height: 98px;
}
.qr_img em {
	width: 80px;
	height: 18px;
	font: 14px/18px "Microsoft YaHei";
	color: #000;
	position: absolute;
	right: 20px;
	bottom: 60px;
}
#scrollUp {
	width: 45px;
	height: 45px;
	background: #222 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -180px;
	display: none;
}
#scrollUp:hover {
	background: #990099 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -180px
}
#qq {
	width: 45px;
	height: 45px;
	background: #222 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px 0px;
}
#qq:hover {
	background: #990099 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px 0px
}
#tel {
	width: 45px;
	height: 45px;
	background: #222 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -45px;
}
#tel:hover {
	color: #FFF;
	background: #990099 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -45px
}
#speech {
	width: 45px;
	height: 45px;
	background: #222 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -90px;
}
#speech:hover {
	background: #990099 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -90px
}
.qr_tool {
	width: 45px;
	height: 45px;
	background: #222 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -135px;
	cursor: pointer;

}
.qr_tool:hover {
	width: 45px;
	height: 45px;
	background: #990099 url(../picture/backgrounds.32.png) center no-repeat;
	background-position: 0px -135px;
}
.page-body {
	padding-top: 10px;
	background: #fff;
	height: 2500px;
}
.page-footer {
	margin-top: 20px;
	padding-top: 10px;
	background: #444;
	height: 200px;
	border-top: 10px solid #333
}
.right-content-wrapper {
	font: 14px/30px "微软雅黑";
	color: #333;
}
.right-content-wrapper img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/* 相关文章推荐 */
.right-other {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	overflow: hidden;
}
.right-other .right-other-title {
	height: 40px;
	font: 18px/40px "Microsoft YaHei";
	color: #ff568f;
	background: url(../picture/right-other-title-bg.jpg) left bottom no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 10px;
}
.right-other dl {
	float: left;
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    width: 46%;
}
.right-other dl a {
	color: #ff568f;
}
.right-other dl span {
	display: inline;
	float: left;
	width: 150px;
	height: 90px;
	margin-right: 10px;
}
 .right-other dl span img {
	width: 150px;
	height: 90px;
	border-radius: 4px;
}
.right-other dl dt {
	height: 30px;
	font: 14px/30px "Microsoft YaHei";
	color: #ff568f;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
 .right-other dl dt a {
	color: #ff568f;
}
 .right-other dl dd {
	height: 60px;
	font: 14px/30px "Microsoft YaHei";
	color: #999;
	overflow: hidden;
}
.right-other ul li a {float: left;display: inline;width: 100%;height: 30px;font: 14px/30px "Microsoft YaHei";color: #333;overflow: hidden;}
.col-xs-12{float:left;width:46%;padding-left:10px;padding-right:10px;}
/*文章页分页*/
.pages{width:714px;margin:0 auto;text-align:center;}
.page1 {line-height:30px;margin-bottom:1px;margin-top:1px;padding-right: 3px; text-align: center;text-indent:0em;display:inline-block;}
.page1 ul{}
.page1 li {float:left;}
.page1 a {border: #ddd 1px solid;padding-right: 7px; padding-left: 7px; padding-bottom: 4px; margin:1px;  padding-top: 4px;  text-decoration: none; background:#fbfbfb;}
.page1 a:hover {color:white; border-right: #0088cc 1px solid; border-top: #0088cc 1px solid; border-left: #0088cc 1px solid; border-bottom: #0088cc 1px solid;background-color:#0088cc;}
.page1 a:active {border-right: #08c 1px solid; border-top: #08c 1px solid; border-left: #08c 1px solid; color: #fff;border-bottom: #08c 1px solid;background-color:#1ab5ff;}
.page1.active{background:#0088CC;}
.page1 .active a {font-weight: bold; border:none; background:#0088CC; font-size:14px; color:#FFFFFF; }
.fenye {text-align: center; line-height: 36px; height: 36px;}

#right {
	margin: 15px 0;
	float:right;
	width:72%;
}
#right .baidu{
margin-right:20px;
float:right;
}
.baidu{margin-right:20px;float:right;}
#right .right-title {
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom:10px;
}
#right .right-title a {
	color: #666;
}
#right .right-title h1 {
	font: 14px/30px "微软雅黑";
	color: #666;

	margin: 0 20px 0 0;
	padding: 0;
	padding-left: 38px;
	float:left;
}

.right-title {
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.right-title a {
	color: #666;
}
.right-title h1 {
	font: 14px/30px "微软雅黑";
	color: #666;
	margin: 0 20px 0 0;
	padding: 0;
	padding-left: 38px;
	float:left;
}

#right .right-list-top dl {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	overflow: hidden;
}
#right .right-list-top dl:hover {
	background: #f6e9fa;
}
#right .right-list-top dl a {
	color: #be3ebe;
}
#right .right-list-top dl span {
	display: inline;
	float: left;
	width: 210px;
	height: 130px;
	margin-right: 10px;
}
#right .right-list-top dl span img {
	width: 210px;
	height: 130px;
	border-radius: 4px;
}
#right .right-list-top dl dt {
	height: 40px;
	font: 18px/40px "微软雅黑";
	color: #be3ebe;
	overflow: hidden;
}
#right .right-list-top dl dt a {
	color: #be3ebe;
}
#right .right-list-top dl dd {
	height: 90px;
	font: 14px/30px "微软雅黑";
	color: #999;
	overflow: hidden;
}
#right .right-list {
	width: 100%;
}
#right .right-list ul li a {
	float: left;
	display: inline;
	width: 100%;
	height: 48px;
	font: 14px/48px "微软雅黑";
	color: #333;
	border-bottom: 1px solid #ebebeb;
	padding: 0 10px;
	overflow: hidden;
}
#right .right-list ul li a:hover {
	background: #be3ebe;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
}
#right .right-list ul li a:before {
	content: "·  ";
}
#right .right-list ul li a small {
	float: right;
	display: inline;
	height: 48px;
	font: 14px/48px Arial;
	color: #999;
}
#right .right-list ul li a:hover small {
	color: #FFF;
}
#right .right-list-bottom {
	float: left;
	width: 100%;
}
#right .right-list-bottom ul {
	width: 100%;
	border-left: 5px solid #e9e9e9;
	margin-left: 10px;
}
#right .right-list-bottom ul li {
	background: url(../picture/icon-list-bg.png) left center no-repeat;
	position: relative;
	left: -11px;
	padding-left: 37px;
	margin-bottom: 15px;
}
#right .right-list-bottom ul li:hover {
	background: url(../picture/icon-list-bg-hover.png) left center no-repeat;
}
#right .right-list-bottom ul li a:hover {
	color: #be3ebe;
}
#right .right-list-bottom ul li dl {
	height: 45px;
	background: #FFF;
	border: 1px solid #CCC;
	border-left: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	margin-bottom: 0;
}
#right .right-list-bottom ul li dt {
	float: left;
	display: inline;
	height: 45px;
	font: 14px/45px "微软雅黑";
}
#right .right-list-bottom ul li dt a {
	color: #333;
}
#right .right-list-bottom ul li dd {
	display: inline;
	float: right;
	width: 100px;
	height: 45px;
	font: 14px/45px "微软雅黑";
	color: #666;
	background: url(../picture/icon-list-time.png) left center no-repeat;
	padding-left: 15px;
}
/* 名医 */
#content1{width:700px; height:auto; overflow:hidden; margin:auto; margin-left:5px;}
#content1 li { float:left; padding:0 20px 15px 0; margin-left:-20px;}
.mosaic-backdrop img{width:340px; height:223px;
#right .right-list-ys {
	width: 100%;
}
#right .right-list-ys dl {
	height: 250px;
	background: #be3ebe;
	padding: 0 10px;
	overflow: hidden;
}
#right .right-list-ys dl a {
	color: #e5304f;
}
#right .right-list-ys span {
	display: inline;
	float: left;
	width: 196px;
	height: 250px;
}
#right .right-list-ys span img {
	width: 196px;
	height: 250px;
}
#right .right-list-ys dl dt {
	/* height: 40px;
	font: 18px/40px "微软雅黑"; */
	color: #FFF;
	overflow: hidden;
}
#right .right-list-ys dl h1 {
	height: 23px;
	font: 14px/23px "微软雅黑";
	color: #FFF;
	border-bottom: 1px solid #a532a5;
	background: url(../picture/icon-15.png) left center no-repeat;
	padding-left: 24px;
	margin: 0;
	overflow: hidden;
}
#right .right-list-ys dl dt a {
	color: #e5304f;
}
#right .right-list-ys dl dd {
	height: 185px;
	font: 14px/30px "微软雅黑";
	color: #FFF;
	border-top: 1px solid #dd52dd;
	overflow: hidden;
}
/* 内容页 */
#right .right-content {
	width: 100%;
	padding: 0 15px;
}
#right .right-content .right-content-title {
	font: 24px/30px "微软雅黑";
	padding: 20px 0;
	color: #be3ebe;
	text-align: center;
}
#right .right-content .right-content-add {
	font: 12px/24px "微软雅黑";
	color: #666;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
#right .right-content .right-content-wrapper {
	font: 14px/30px "微软雅黑";
	color: #333;
}
#right .right-content .right-content-wrapper img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
