body {
    margin: 0px 0px;
    padding: 0px 0px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
	color:#000;
}

/* head */
.header-color-bg{
	width:100%;
	background-color:#4c626e;
}
.header-layout {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
	background-color:#4c626e;
}

.header-logo-tel {
    display: inline-block;
    width: 75%;
}

.header-logo-tel a {
    display: block;
}

.header-logo-tel a img {
    width: 780px;
}

.header-search {
    display: flex;
    flex-direction: row;
    width: 25%;
}

.header-search-input-section,
.header-search-btn-section {
    line-height: 90px;
}

.header-search-input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    border: 2px solid #dcdcdc;
    font-size: 16px;
    text-indent: 20px;
    outline: none;
}

.header-search-btn {
    display: block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 10px;
}

/* nav */

.nav-layout {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #f2f2f2;
}
.fixed-nav{
	position:fixed;
	top:0;
	z-index:999;
}
.nav-btn-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1140px;
    margin: 0 auto;
}

.nav-btn-item {
    color: #373c40;
    display: block;
    width: 12.5%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.nav-current-item,
.nav-btn-item:hover {
    background: #429acf;
    color: white;
}

/* banner */

.banner-layout {
    width: 100%;
    margin: 0 auto;
}

.banner-layout .swiper-slide img {
    display: block;
    width: 100%;
}

.banner-layout .swiper-pagination {
    display: block;
    position: relative;
    margin-top: -18px;
}

/* position */

.position-layout {
    display: block;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
}

.position-links {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px;
    font-size: 16px;
}

.position-links a {
    display: inline-block;
    color: #373c40;
}

.position-links a:last-child {
    color: #429acf;
}

/* content */

.content-layout {
    display: flex;
    flex-direction: row;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0px 50px 0px;
}

/* content-left */

.content-left {
    display: inline-block;
    width: 70%;
}

.article-content-layout {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.article-content-title {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #373c40;
}

.article-content-line {
    display: block;
    text-align: center;
    margin: 0px 0px;
}

.article-content-line span {
    display: inline-block;
    color: #2e3235;
}

.article-content-share {
    display: block;
    text-align: right;
}

.article-content-share-btns {
    display: inline-block;
}

.article-content-layout hr {
    display: block;
    border: 1px solid #f2f2f2;
}

.article-content-body {
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
	overflow:hidden;
}
.article-content-body .tips a{
	color:#3399ff;
}
.article-content-body p {
    display: block;
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}
.article-content-body img{
    max-width: 100%;
}

.prompt-layout {
    display: block;
    border-top: 1px dashed #dcdcdc;
}

.prompt-layout p {
    background: #f2f2f2;
    padding: 15px;
    color: #373c40;
    font-size: 16px;
}

.prompt-layout p span {
    color: #429acf;
}

.article-consult-btns {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.article-consult-btns a {
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}

.article-consult-btns span {
    display: inline-block;
    width: 5%;
}

.article-consult-btn-detail {
    border: 1px solid #429acf;
    background: #429acf;
    color: white;
}

.article-consult-btn-consult {
    border: 1px solid #429acf;
    color: #429acf;
}

.article-siblings-layout {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 50px;
}

.article-pre-layout,
.article-next-layout {
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
    color: #373c40;
    margin-right: 20px;
    line-height: 30px;
}

.article-pre-layout a,
.article-next-layout a {
    color: #373c40;
}

.reading-rankings-layout {
    display: block;
    position: relative;
    margin: 0 auto;
}

.reading-rankings-header {
    background: #f2f2f2;
    padding: 10px 15px;
    font-size: 18px;
}

.reading-rankings-header span {
    color: #429acf;
    font-size: 20px;
}

.reading-rankings-header strong {
    color: #575757;
}

.reading-rankings-articles {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.reading-article-litpic {
    display: inline-block;
    width: 35%;
}

.reading-article-litpic img {
    display: block;
    width: 100%;
}

.reading-article-list {
    display: inline-block;
    width: 65%;
}

.reading-article-item {
    /* display: flex; */
    flex-direction: row;
    margin-left: 15px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 35px;
}
.reading-article-item a{
	display:inline-block;
}
.reading-article-dot {
	display:inline-block;
    color: #429acf;
    padding-right: 10px;
}

.reading-article-title {
    color: #373c40;
    margin: 0px 0px;
   /*  width: 70%; */
}

.reading-article-pubdate {
	display:inline-block;
	float:right;
    color: #373c40;
}

/* content-right */

.content-right {
    display: inline-block;
    width: 30%;
}

/* hospital */

.hospital-layout {
    display: block;
    position: relative;
    width: 100%;
}

.hospital-item {
    display: block;
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.hospital-banner {
    display: block;
    position: relative;
}

.hospital-banner img {
    display: block;
    width: 100%;
}

.hospital-cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0px;
    background: #373c40;
    opacity: 0.5;
    z-index: 98;
}

.hospital-name {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    bottom: 0px;
    z-index: 99;
    text-indent: 25px;
    font-size: 16px;
}

.hospital-info {
    display: block;
    padding: 5px 15px;
}

.hospital-info p {
    text-indent: 20px;
    color: #373c40;
}

/* doctor */

.doctor-layout,
.doctor-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.doctor-item {
    display: block;
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.doctor-banner {
    display: block;
    position: relative;
}

.doctor-banner img {
    display: block;
    width: 100%;
}

.doctor-cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0px;
    background: #373c40;
    opacity: 0.5;
    z-index: 98;
}

.doctor-name {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    bottom: 0px;
    z-index: 99;
    text-indent: 25px;
    font-size: 16px;
}

.doctor-info {
    display: block;
    padding: 5px 15px;
}

.doctor-info p {
    text-indent: 20px;
    color: #373c40;
}

/* hot-article-header */

.hot-article-layout {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.hot-article-header {
    padding: 10px 10px;
    border-bottom: 2px solid #429acf;
    line-height: 30px;
}

.hot-article-header span {
    font-size: 22px;
    color: #429acf;
    font-weight: 500;
}

.hot-article-header a {
    display: inline-block;
    float: right;
}

.hot-article-list {
    display: block;
    padding: 10px 15px;
    margin: 10px 0px;
}

.hot-article-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hot-article-item-index {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    height: 20px;
    width: 25px;
    background: #c3c3c3;
}
.hot-article-item:nth-child(1) span{
    background: #ff0000;
}
.hot-article-item:nth-child(2) span{
    background: #ff7e00;
}

.hot-article-item:nth-child(3) span {
    background: #ffc000;
}

.hot-article-item-4,
.hot-article-item-5,
.hot-article-item-6,
.hot-article-item-7,
.hot-article-item-8,
.hot-article-item-9,
.hot-article-item-10{
    background: #c3c3c3;
}

.hot-article-item-title {
    padding-left: 15px;
    color: #373c40;
}
.hot-article-item-title:hover{
	color:#429acf;
}
/* ads */

.ads-layout {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.ads-container {
    display: block;
    width: 100%;
    position: relative;
}

.ads-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}

/* free consult */

.free-consult-layout {
    display: block;
    position: relative;
    border: 1px solid #f2f2f2;
}

.free-consult-header {
    padding: 10px 10px;
    border-bottom: 2px solid #429acf;
    line-height: 30px;
}

.free-consult-header span {
    font-size: 22px;
    color: #429acf;
    font-weight: 500;
}

.free-consult-header a {
    display: inline-block;
    color: #2e3235;
    float: right;
}

.free-consult-form-layout {
    display: block;
    padding: 10px 10px;
    margin: 0 auto;
}

.free-consult-note {
    color: #015eff;
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.free-consult-form {
    display: block;
    position: relative;
}

.free-consult-form-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.free-consult-form-section img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.free-consult-form-section input {
    outline: none;
    border: none;
    color: #575757;
    font-size: 16px;
    margin-left: 10px;
}

.free-consult-form-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.free-consult-form-btn-consult {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 0px;
    background: #429acf;
}

/* fast-nav */

.fast-nav-layout {
    display: block;
    width: 100%;
    color: white;
    background: #429acf;
}

.fast-nav-list {
    padding: 10px 0px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.fast-nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    width: 20%;
}

.fast-nav-item img {
    width: 50px;
    height: 50px;
}

.fast-nav-text {
    display: block;
}

.fast-nav-text strong {
    display: block;
    font-size: 18px;
}

.fast-nav-text p {
    margin: 0px 0px;
    display: block;
}

/* footer */

.footer-layout {
    background: #373c40;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-section {
    display: flex;
    flex-direction: row;
    width: 1000px;
    margin: 0 auto;
}

.footer-layout hr {
    width: 1000px;
    margin: 20px auto;
}

.footer-nav,
.footer-address {
    width: 75%;
}

.footer-nav {
    display: flex;
    flex-direction: row;
}

.footer-nav-item {
    display: inline-block;
    width: 22%;
}

.footer-nav-item a {
    display: block;
    text-align: left;
    color: white;
}

.footer-nav-item-title {
    font-size: 18px;
    font-weight: normal;
	display:block;
    margin:0 auto 18px;
	width:1000px;
	color:white;
}

.footer-tel,
.footer-qrcode {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 25%;
}

.footer-tel img {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.footer-tel-text p {
    color: white;
    font-size: 16px;
    margin: 0px 0px;
}

.footer-tel-text strong {
    color: #429acf;
    font-size: 20px;
}

.footer-address strong {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    display: block;
}

.footer-address p,
.footer-address p a {
    color: white;
    margin: 3px 0px;
}

.footer-qrcode-weibo,
.footer-qrcode-wechat {
    width: 50%;
    text-align: center;
}

.footer-qrcode-weibo img,
.footer-qrcode-wechat img {
    display: inline-block;
    width: 110px;
    height: 110px;
}

.footer-qrcode-weibo p,
.footer-qrcode-wechat p {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

/* copyright */

.copyright-layout {
    display: block;
    width: 100%;
    background: #2e3235;
    text-align: center;
}

.copyright-layout p {
    margin: 0px 0px;
    padding: 10px 0px;
    color: white;
    font-size: 18px;
}
/*隐藏统计图标*/
#cnzz_stat_icon_1274332893{
	display:none;
}
.navside-fkzr{display:none}