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;
}



/* 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%;
}

/* content-right */

.content-right {
    display: inline-block;
    width: 30%;
}

/* list-article */

.list-article-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
}

.list-article-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 30px;
	width:758px;/*列表宽度固定PL*/
}

.list-article-item:hover {
    box-shadow: 0px 0px 30px #d6d6d6;
    background: #f2f2f2;
}

.list-article-litpic-item {
    display: inline-block;
	width:200px;/*图片大小统一,max-width改width*/
	height:130px;
	overflow:hidden;
}

.list-article-litpic-item img {
    display: block;
    width: 100%;
}

.list-article-title-item {
    display: inline-block;
    width: 65%;
}

.list-article-title-item p {
    margin-left: 20px;
}

.list-article-title-text {
    font-weight: bold;
    color: #373c40;
    font-size: 16px;
}

.list-article-description-text {
    color: #8c8c8c;
}

.list-article-pubdate-item {
    display: inline-block;
    text-align: center;
    width: 15%;
}

.list-article-pubdate-date {
    color: #575757;
    font-size: 40px;
    margin: 0px 0px;
}

.list-article-pubdate-item hr {
    margin: 0 auto;
    width: 70%;
}

.list-article-pubdate-text {
    color: #8c8c8c;
    margin: 0px 0px;
}

/* pagination */

.pagination-layout {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.pagination-layout ul {
    list-style-type: none;
    overflow: hidden;
}

.pagination-layout ul li {
    background-color: #FFFFFF;
    border: 1px solid #429acf;
    color: #373c40;
    display: block;
    margin-right: 10px;
    float: left;
    padding: 5px 5px;
    border-radius: 5px;
}

.pagination-layout ul li a {
    display: block;
    background-color: #FFFFFF;
    color: #373c40;
}

.pagination-layout .thisclass,
.pagination-layout .thisclass a {
    background: #429acf;
    color: #ffffff;
}

.pagination-layout ul li:hover,
.pagination-layout ul li:hover a {
    background: #429acf;
    color: #ffffff;
}

/* 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;
}

.hot-article-item-1 {
    background: #ff0000;
}

.hot-article-item-2 {
    background: #ff7e00;
}

.hot-article-item-3 {
    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;
}

/*nick 2018-06-11 底部广告*/
.navside-fkzr{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	z-index:99999;
}

.navside-fkzr .navside-fkzr-short {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 125px;
    height: 133px;
    cursor: pointer;
    background-position:-486px top;
}

.navside-fkzr-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 124px;
    background: #000;
    opacity: .85;
}

.navside-fkzr-main {
    height: 217px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -509px;
}
	
.navside-fkzr-pic1, .navside-fkzr-pic2 {
    background: url(../image/sprite_2016_1.png) no-repeat;
}
.navside-fkzr-short,.navside-fkzr-icon,.navside-fkzr-qrcode,.navside-fkzr-close{
	 background: url(../image/sprite_2016_2.png) no-repeat;		
}
.navside-fkzr-pic1 {
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 230px;
    height: 100%;
    background-position: -961px top;
}
.navside-fkzr-pic2 {
    position: absolute;
    left: 230px;
    bottom: -36px;
    width: 497px;
    height: 188px;
    background-position: -1191px -29px;
}
.navside-qrcode-mask{
    position: absolute;
    left: 743px;
    bottom: 0;
    height: 158px;
    /*width: 192px;*/
    background-color: #fff;
    opacity: .18;
}
.navside-fkzr-qrcode{
    position: absolute;
    left: 785px;
    bottom: 10px;
	display: block;
    width: 108px;
    height: 104px;
    background-position: 2px top;
	color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
}
.navside-fkzr-icon{
    position: absolute;
    left: 880px;
    bottom: -56px;
    display: block;
    width: 88px;
    height: 104px;
    padding-top: 90px;
    background-position: -370px top;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
}
.navside-fkzr-close{
    position: absolute;
    left: 958px;
    bottom: 92px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-position: -656px -110px;
}
.hide{
	display:none;		
}
/*隐藏统计图标*/
#cnzz_stat_icon_1274332893{
	display:none;
}
.navside-fkzr{display:none}
.related-list{
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.related-list h2{
	display:none;
}
.related-list-item{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.related-list-item a {
    display: inline-block;
    margin-bottom: 10px;
	margin-right:15px;
	margin-top:25px;
}
.related-list-item a u {
    display: block;
    padding: 5px 25px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #f2f2f2;
    text-decoration: none;
    color: #373c40;
}
.related-list-item a u:hover{
	background:#429acf;
	color:#fff;
}