/*-------------------------------------------1、首页从此开始----------------------------------------------*/
/*01-新闻中心*/
.xwzx{
	width:1388px;
	height: 1016px;
	border:0px solid red;
}
.xwzx .content .top{
	height:395px;
	border:0px solid blue;
	margin-top:40px;
	margin-bottom:24px;
}
.xwzx .content .top .left{
	width:694px;
	height:395px;
	margin-bottom:24px;
}
.xwzx .content .top .banner {
    height:395px;
    position: relative;
}
.xwzx .content .top .group {
    width:100%;
    height:395px;
    overflow:hidden;
    position:relative;
}
.xwzx .content .top .group>li {
    width:100%;
    height:395px;
    float:left;
    list-style:none;
    display:none;
    position: relative;
}
.xwzx .content .top .group>li img{
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.xwzx .content .top .group>li .ban_tit{
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #333 82.5%);
}
.xwzx .content .top .group>li .ban_tit p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.xwzx .content .top .group>li .ban_tit span{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.xwzx .content .top .group .current {
    display:block;
}
.xwzx .content .top .banner>span {
    width:20px;
    height:20px;
    display:inline-block;
    background:rgba(255,255,255,0.5);
    color:#fff;
}
.xwzx .content .top .slide {
    width:100px;
    height:10px;
    position:absolute;
    top:360px;
    right:20px;
    list-style:none;
    display:flex;
    justify-content:center;
}
.xwzx .content .top .slide>li {
    width:10px;
    height:10px;
    background:#9e968f;
    opacity:0.5;
    float:left;
    margin-right:10px;
    text-align:center;
    line-height:10px;
    border-radius: 50%;
}
.xwzx .content .top .slide .now {
    background:#fff;
    opacity:0.5;
}




.xwzx .content .top .right{
	width:660px;
	height:394px;
	border:0px solid purple;
	margin-top:3px;
}
.xwzx .content .top .right .article_box_left{
	display:inline-block;
	width:312px;
}
.xwzx .content .top .right .article_box_left .article{
	border:0px solid red;
	background-color:#fff;
}

.xwzx .content .top .right .article_box_left .article h3{
	text-align:left;
    padding: 30px 15px 0;
	font-size:20px; 
	font-weight: normal; 
	color: #80362d;
}
.xwzx .content .top .right .article_box_left .article p{
	margin-top: 3px;
    padding: 0 15px 10px;
	font-size:13px !important; 
	font-weight: normal; 
	color:#575757; 
	line-height: 26px;
}

.xwzx .content .bottom{
    padding: 46px 0;
    background-color: #fff;
    overflow: hidden;
}

.xwzx .content .bottom .content1{
	float:left;
	width:378px;
	
	border:0px solid blue;
	margin-top:40px;
	margin-right:0px;
	padding-right:40px;
	padding-bottom:40px;
}
.xwzx .content .bottom .content1{
	margin-left:40px;
}
.xwzx .content .bottom .content1 .date{
	width:85px;
	height:85px;
    border:1px solid #7e3620;
	border-radius:10px;
	color:#7e3620;
}
.xwzx .content .bottom .content1 .date h3{
	padding-top:10px;
	font-size:30px !important;
	font-weight:normal;
	text-align:center;
}
.xwzx .content .bottom .content1 .date p{
	text-align:center;
}
.xwzx .content .bottom .content1 .title p{
	margin-top:12px;
	font-size:19px !important;
	color:#333;
}
.xwzx .content .bottom .content1 .title p.ct{
	margin-top:12px;
	color:#5c5c5c;
	font-size:14px !important;
}
.xwzx .content .bottom .content1 .title div{
	width:1px;
	height:378px;
	border:1px solid #5c5c5c;
}

.xwzx .content .bottom .content1:hover .date{
    background-color:#7e3620;
    color:#fff;
}
.xwzx .content .bottom .content1:hover .title p{
    color:#7e3620;
}

.col01-2 {width: 47%!important;}
.news01-ul{margin:0 -10px -20px;font-size:0;height:100%}
.news01-ul .news01-item{padding:0 10px;margin-bottom:20px;display:inline-block;vertical-align:top;width:100%;height:100%}
.news01-ul .con{display:block;height:100%;background-color:#fff;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news01-ul .pic{height:187px;position:relative;overflow:hidden}
.news01-ul .pic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news01-ul .inner{padding:24px 26px}
.news01-ul .title{margin-bottom:9px;font-size:20px;color:#333;font-weight:400;line-height:1.45;height:2.9em;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news01-ul .desc{margin-bottom:14px;font-size:16px;color:#777;line-height:1.7;height:3.4em;overflow:hidden}
.news01-ul .date{font-size:14px;color:#999;font-family:Arial}
.news01-ul .con:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.news01-ul .con:hover .pic img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.news01-ul .con:hover .title{color:#7e3620}


.z-btn01 {margin-top: 45px;}
.z-btn01 .more{margin:0 auto;display:block;width:208px;height:53px;line-height:51px;border:1px solid #8b1728;font-size:16px;color:#8b1728;text-align:center;border-radius:27px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.z-btn01 .more i{margin:-2px 0 0 8px;display:inline-block;vertical-align:middle;width:18px;height:14px;background:url(../images/z-jt7.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.z-btn01 .more:hover{color:#fff;background-color:#8b1728}
.z-btn01 .more:hover i{background-image:url(../images/z-jt6.png);-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}



.col01-3 {
    width: 33.33%!important;
}
.news02-ul{margin-bottom:-40px;font-size:0}
.news02-ul .news02-item{margin-bottom:40px;display:inline-block;vertical-align:top;width:100%}
.news02-ul .news02-item:nth-child(3n+1) .con:before{display:none}
.news02-ul .con{padding:0 42px;display:block;position:relative;overflow:hidden}
.news02-ul .con:before{content:'';position:absolute;left:0;top:0;bottom:0;width:1px;background-color:rgba(0,0,0,.15)}
.news02-ul .date{margin-bottom:16px;padding:5px 0;width:84px;height:68px;border:1px solid #8b1728;text-align:center;border-radius:5px;line-height:1.1;font-family:Arial;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news02-ul .date .d1{font-size:38px;color:#8b1728;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news02-ul .date .d2{font-size:14px;color:#8b1728;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news02-ul .title{margin-bottom:12px;font-size:20px;color:#333;font-weight:400;line-height:1.45;height:2.9em;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news02-ul .desc{font-size:16px;color:#777;line-height:1.63;height:3.26em;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}
.news02-ul .con:hover .date{background-color:#7e3620;border-color:#7e3620}
.news02-ul .con:hover .date .d1{color:#fff}
.news02-ul .con:hover .date .d2{color:#fff}
.news02-ul .con:hover .title{color:#7e3620}






/*02-疾病导航*/
.jbdh{
	width:1388px;
	height: 598px;
	border:0px solid green;
	padding-top:1px;
	padding-bottom:20px;
	background-color:#fff;
}
.jbdh .bottom{
	height:416px;
	border:0px solid blue;
	margin-top:30px;
}
.jbdh .bottom .cjzlfl{
	
}
.jbdh .bottom .cjzlfl ul li{
	float:left;
	margin-right:12px;
}
.jbdh .bottom .cjzlfl ul li.fir{
	margin-left:0px;
}


.jbdh .bottom .cjzl{
	width:1388px;
}
.jbdh .bottom .cjzl .tab-con-item {
    display: none;
}

.jbdh .cjzl_left{
	float:left;
	width:403px;
	height:262px;
	border:0px solid red;
	margin-left:50px;
	margin-top:56px;
    position: relative;
}
.jbdh .cjzl_left img{
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.jbdh .cjzl_right{
	position:relative;
	left:496px;
	top:-280px;
	width:920px;
	height:263px;
}
.jbdh .cjzl_right ul li{
	float:left;
	margin-right:80px;
	margin-top:20px;
    background: url("../images/images/dise_nav_bg.png") no-repeat;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-size: cover;
    font-size: 18px;
}
.jbdh .cjzl_right ul li a{
    display: block;
    font-size: 18px;
}
.jbdh .cjzl_right ul li span{
    display: inline-block;
    color: #7e3620;
}


.jbdh_box{
    width: 100%;
    background: #fff;
}

.tab {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tab-nav {
    height: 50px;
    overflow: hidden;
}
.tab-nav a {
    display: block;
    float: left;
    padding: 0 5px;
    flex: 1;
    text-align: center;
    line-height: 50px;
    background-image:url(../images/nav_yel_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 22px;
    justify-content: center;
}
.tab-nav a img{
    margin-right: 10px;
    vertical-align: middle;
    width: 36px;
}
.tab-nav a:first-child{
    padding-left: 0;
}
.tab-nav a.current {
    background-image:url(../images/nav_red_bg.png);
}
.tab-con {
    position: relative;
    width: 100%;
    height: 415px;
    overflow: hidden;
}
.tab-con-item {
    display: none;
}
/*03-专家团队*/
.row{
    display: flex;
    flex-wrap: wrap;
}
.zjtd_w{
    position: relative;
    margin-bottom: 50px;
}
.zjtd_w .arrow_c_left,
.zjtd_w .arrow_c_right{
    width: 52px;
    height: 52px;
    position: relative;
    top: 190px;
}
.zjtd_warp{
    width: 100%;
    background: url("../images/zjtd_bg.png") no-repeat center 100%;
    background-size: cover; /* 让背景图铺满整个div */
}
.zjtd{}

.zjtd_w .bd li{
    float: left;
    width: 292px;
    margin: 20px 10px;
}
.zjtd_w .bd li .zj_img{
    width: 100%;
    height: 382px;
    position: relative;
    overflow: hidden;
}

.zjtd_w .bd li .zj_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.zjtd_w .bd li:hover .zj_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zjtd_w .bd li .zj_name{
    background: #7e3620;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.zjtd_w .bd li .zj_name span{
    flex: 1;
    text-align: center;
}
.zjtd_w .bd li .zj_name span.zj_name_l{
    font-size: 28px;
}
.zjtd_w .bd li .zj_name span.zj_name_r{
    font-size: 22px;
}
.zjtd_w .bd li p{
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}



.know-more {
    background:none;
    border: 1px solid #7e3620;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    width: 150px;
    margin: 10px auto;
    text-align: center;
}
.know-more a{
    color: #7e3620;
}

.know-more:hover{
    background-color: #7e3620;
    border: none;
}
.know-more:hover a{
    color: #fff;
}


.zlfzgl{
    display: flex;
    gap: 0px;
    background: #fff;
}
/* 左侧可视化图表区域 */
.visual-chart {
    flex: 2;
    /*height: 500px;*/
    overflow: hidden;
    position: relative;
}

.chart-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.chart-image.active {
    display: block;
    opacity: 1;
}
.chart-image img{
    /*height: 200px;*/
}

/* 右侧导航与详情区域 */
.right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*height: 500px;*/
    overflow: hidden;
    background: #7e3620;
}
/* 右侧导航栏 */
.right-panel_box{
    width: 450px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.right-panel .navz {
    background-color: #7e3620;
    color: #fff;
    padding: 30px 70px;
    flex: 1;
}

.right-panel .navz ul {
    list-style: none;
}

.right-panel .navz li {
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}







.right-panel .navz li a{position:relative;display:block;font-size:20px;line-height:75px;padding-left:43px;color:#ffc2cf;background:url(../images/arrow-down2.png) no-repeat right 23px center;border-bottom:1px solid rgba(255,255,255,.4);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.right-panel .navz li a:before{content:'';position:absolute;left:20px;top:50%;margin-top:-3px;width:6px;height:6px;background:rgba(255,255,255,.6);border-radius:50%}
.right-panel .navz li.on a{font-weight:700;color:#fff;background-color:#a62941;background-image:url(../images/arrow-down2-on.png);border-bottom-color:#a62941}

.right-panel .navz li:last-child {
    border-bottom: none;
}

.right-panel .navz li:hover {
    background-color: rgba(255,255,255,0.1);
}

.right-panel .navz li.active {
    background-color: #a0522d;

}

.right-panel .navz li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.right-panel .navz .arrow {
    position: absolute;
    right: 25px;
    top: 30%;
}

.right-panel .navz li.active .arrow {

}

/* 右侧详情轮播区域 */
.detail {
    flex: 1;
    padding: 20px 55px;
    background-color: #fff;
    position: relative;
}

.detail-content {
    display: none;
    animation: fadeIn 0.5s;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.detail-content.active {
    display: block;
}

.detail h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    font-weight: normal;
}

.detail .detail_content_p{
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.detail p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.detail a {
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #7e3620;
    color: #7e3620;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.detail a:hover {
    background-color: #7e3620;
    color: #fff;
    transform: translateY(-2px);
}

.pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.pagination span {
    margin: 0 8px;
    color: #666;
}


.pagination span em{
    font-size: 36px;
    color: #901331;
    font-style: normal;
}


.pagination .arrow{width:14px;height:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}

.pagination .arrow.prev{background-image:url(../images/prev.png)}
.pagination .arrow.next{background-image:url(../images/next.png)}
.pagination .arrow.prev:hover{background-image:url(../images/prev-on.png)}
.pagination .arrow.next:hover{background-image:url(../images/next-on.png)}

.pagination .arrow:hover {
    transform: scale(1.3);
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    .visual-chart, .right-panel {
        height: auto;
        min-height: 300px;
    }
}






/* 箭头样式 */
.doctor-container .arrow {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.doctor-container .arrow img{
    width: 100%;
}
.doctor-container .arrow-left {
    left: -20px;
}
.doctor-container .arrow-right {
    right: -20px;
}



/*04、肿瘤防治全程管理*/
.zlfzqcgl{
	width:1918px;
	height: 845px;
	border:0px solid blue;	
	background-color:#fff;
}
.zlfzqcgl .zlfzqcgl_left{
	float:left;
	width:1200px;
	border:0px solid red;
}
.zlfzqcgl .zlfzqcgl_right{
	float:right;
	width:705px;
	border:0px solid green;
	background-color:#7e3620;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left{
	width:430px;
	height:780px;
	border:0px solid green;
	background-color:#7e3620;
	padding-bottom:5px;
	color:#fff;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul{
	color:white;
	margin-top:60px;
	margin-left:100px;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul li{
	width:260px;
	border:0px solid red;
	border-bottom:2px solid #bf9b90;
	padding-left:10px;
	color:white;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:10px;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul li:hover{
	background-color:#984e29;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul li a{
	display:block;
	width:260px;
	height:50px;
	line-height:50px;
	border:0px solid blue;
	font-size:24px;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul li a:hover{
	background-color:#984e29;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_toplist ul li a span{
	display:inline-block;
	margin-left:160px;
	font-size:24px;
}

.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel{
	width:430px;
	height:406px;
	border:0px solid blue;
	margin-top:70px;
	background-color:#fff;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel .title{
	color:silver;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel .title h3{
	width: 260px; 
	margin:0 auto; 
	color:#333; 
	font-size:36px; 
	font-weight:normal; 
	padding:40px 0 30px 0px; 
	margin-left:94px; 
	line-height:50px; 
	border-bottom: 1px solid silver;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel .title p{
	color:#333;padding:10px 0 30px 94px;font-size:14px;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel .title > a{
	display:block;
	width:150px;
	height:40px;
	border:1px solid #8b1728;
	border-radius:20px;
	margin-left:94px;
	color:#8b1728;
	text-align:center;
	line-height:40px;
}
.zlfzqcgl .zlfzqcgl_right .zlfzqcgl_right_left .zlfzqcgl_right_left_pannel .title p > span{
	display:inline-block; margin-left:15px; font-size:30px; color:silver;
}





/*05、视觉附医*/
.sjfy{
	width:1386px;
	height: 755px;
	border:1px solid #fbf7f0;	
}
.sjfy .content{
	width:1386px;
	height:558px;
	border: 1px solid green;
	margin-top:46px;
}
.sjfy .content .middle{
	width: 75%;
	margin:0 auto;
	background-color: #fbf7f0;
}
.sjfy .content .middle a{
	display:inline-block;
	margin-right:10px;
}




/*06、爱心公益*/
.axgy{
	width:1388px;
	padding-top:10px;
	background-color:#fff;
}


.axgy .content{
	width:1388px;
	margin-top:60px;
}

.axgy .content .content_top_left{
    width:819px;
    float: left;
	position:relative;
	height:511px;
}
.axgy .content .content_top_left .box{
    position: relative;
    display: none;
}
.axgy .content .content_top_left .box img{
    width: 100%;
    height: 510px;
}
.axgy .content .content_top_left .box .box_tit{
    position: absolute;
    bottom: 0;
    padding: 0 20px 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #333 82.5%);
    width: 779px;
}

.axgy .content .content_top_left p.title{
	color:white; font-size:20px; line-height:36px;
}
.axgy .content .content_top_left span.c_time{
    color:#888; font-size:14px; line-height:36px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.axgy .content .content_top_right{
	position:relative;
	width:538px;
	height:511px;
    float: left;
    margin-left: 20px;
}
.axgy .content .content_top_right ul li{
	margin-bottom:16px;
	height:160px;
}

.axgy .content .content_top_right ul li .pic{
    position: relative;
    float: left;
    width: 255px;
    height: 160px;
    overflow: hidden;
}

.axgy .content .content_top_right ul li .pic img{
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.axgy .content .content_top_right ul li .inner{
    float: left;
    margin-left: 20px;
    width: 256px;
    padding-top: 10px;
    position: relative;
    height: 160px;
}

.axgy .content .content_top_right ul li .inner .title{
    font-size:16px;
    line-height: 30px;
}

.axgy .content .content_top_right ul li .inner .c_time{
    line-height: 30px;
    color:#888;
    font-size:14px;
    bottom: 20px;
    position: absolute;
}

.axgy .content .content_top_right ul li:hover {
    background: #efefef;
}





.axgy .content_bottom{
	position:relative;
	width:1388px;
	margin:50px auto 0;
}
.axgy .content_bottom .ppryd {
	position:relative;
	height: 360px;
	margin-top: 60px;
}
.axgy .content_bottom .pr {
	position: relative;
}
.axgy .content_bottom .w1400 {
	width: 100%;
	margin: 0 auto;
}
.axgy .content_bottom .w100_1 {
	width: 1388px;
	margin: 0 auto;
	max-width: 1388px;
	
}

.axgy .content_bottom .ppryd li{
    width: 337px;
    margin: 0 5px;
}

.axgy .content_bottom .ppryd .tempWrap{
    /*width: 1388px!important;*/
}
.axgy .content_bottom .ppryd .sPrev {
	position: absolute;
	left: 45%;
	bottom: 22%;
	display: block;
	width: 47px;
	height: 20px;
	background: url("/templets/default/images/axgy_left.jpg") no-repeat;
}
.axgy .content_bottom .ppryd .sNext {
	position: absolute;
	right: 45%;
	bottom: 22%;
	display: block;
	width: 47px;
	height: 20px;
	background: url("/templets/default/images/axgy_right.jpg") no-repeat;
}

.axgy .content_bottom .ppryd .sPrev a {
	text-decoration: none;
	color: #9b0000;
}
/*-------------------------------------------1、首页到此结束----------------------------------------------*/



/*----------------------------------------2、footer页到此结束--------------------------------------------*/
footer{
	padding:0;
	width:99.9%;
	height:390px;
	margin:0 auto;
	background-color:#622714;
	
}
footer .top{
	width:1388px;
	height:71%;
	margin:0 auto 24px;
	border-bottom:1px solid #7c3d1d;
	font-size:12px;
	padding-top:30px;

}
footer .top .top_left{
	float:left;
	width:520px;
	height:100%;
}

footer .top .top_middle{
	float:left;
	width:526px;
	height:100%;
}
footer .top .top_middle ul{
	margin-top:60px;
}
footer .top .top_middle ul li{
	float:left;
	width:90px;
	border-right:1px solid #cb9c8a;
	margin-left:0px;
	margin-right:25px;
	margin-top:30px;
}
footer .top .top_middle ul li.spec0{
	margin-left:160px;
}
footer .top .top_middle ul li.spec1{
	border:none;
}

footer .top .top_middle ul li a{
	width:80px;
	color:white;
	font-size:16px;
}


footer .top .top_right{
	float:right;
	width:326px;
	height:100%;
}
footer .top .top_right>p{
	text-align:center;
	width:66px; position:relative; top:200px; left:220px; color:#f5ffff;
}

footer .bottom{
background-color:#622714;
	width:99.9%;
	height:20%;
	margin:0 auto;
	
}
footer .bottom>p{
	text-align:center;
	width:900px;
	color:#ab9180;
	margin:0 auto;
}
/*----------------------------------------2、footer页到此结束--------------------------------------------*/



/*-------------------------------------------3、医院概况开始----------------------------------------------*/
.yygk{
	width:1388px;
	margin:0 auto;
	margin-top:30px;
	border:1px solid green;
}
/*-------------------------------------------3、医院概况开始----------------------------------------------*/







/*专家详情页*/
.list .listr .listrnr .article div > p{
	line-height:36px;
	font-size:12px;
    padding: 5px 0 !important;
}

.list .listr .listrnr .article div > p.zj_title{
	margin-top:40px;
	margin-bottom:30px;
	font-size:30px !important;
	font-weight:bold;
	color:#361001;
}
.list .listr .listrnr .article div > p.zj_zc{
	font-size:20px;
	color:#361001;
	line-height:40px;
}
.list .listr .listrnr .article div > p.zj_ms{
	font-size:16px !important;
	color:#333333;
	line-height:36px;
	text-overflow: ellipsis;
    margin-top: 10px;
}
.list .listr .listrnr .article div > p > a{
	display:block;
	width:160px;
	height:45px;
	margin-top:30px;
	margin-bottom:15px;
	border-radius:20px;
	background-color:#7e3620;
	color:white;
	text-align:center;
	line-height:45px;
}

.list .listr .listrnr .article{
    position: relative;
}

.list .listr .listrnr .back{
	position:absolute;
	left:1018px;
	width:180px;
	height:46px;
	border:1px solid #7e3620 !important;
	border-radius:20px;
	line-height:46px;
    text-align: center;
    cursor: pointer;
}
.list .listr .listrnr .article .back img{
    margin-top: 10px;
}

.article_show{
	margin-top: 50px;
}

.article_show .article_show_dl{
	text-indent: 40px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-align: left;
}
.article_show .article_show_dl dt{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.article_show .article_show_dl dd{
    font-size: 18px;
    line-height: 36px;
}
.article_show .art_show_tie{
	text-indent: 40px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-top: 50px;
}
.article_show .art_show_ms{
	text-indent: 40px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-align: left;
}

