

body{
    background-color: white;
}
	table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #4d4d4d;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #CCB8A0;
  padding-left: 20px;
font-size: 18px;
color: #333;
font-weight: 600;
}

table th:nth-child(2){
	text-align: center;
}

table tr:nth-child(odd){
	background-color: #CCB8A0;
}

	.bodyText h2{
		text-align: center;
		font-size: 24px;
	}

    .writerInfo{
        display: flex;
        justify-content: center;
        color: #999
    }
    
    .writerInfo div{
        margin: 0 10px;
    }

    .navRead{
        margin: 10px 0;
    }

    .navRead span:nth-child(1){
        color: rgb(255, 196, 0);
    }

    .navRead span:nth-child(2){
        color: #999;
    }


	.rankInfo_address div,.rankInfo_from div,.rankInfo_desc div{
		margin: 5px 0;
	}

	.bodyText .rankInfo_address{
		display: flex;
    justify-content: space-between;
	}

	.bodyText .rankInfo_title{
		color: #b6b6b6;
	}

	.bodyText .part{
		margin: 30px 0;
	}

	.part .part_title{
		border-left: 3px solid #999;
		padding-left: 10px;
		font-size: 22px;
		color: black;
	}

	.part .part_content{
		margin: 20px 0;
	}

	.part .part_content p{
		color: #b6b6b6;
	}
	.part .part_content .part_text_content{
		text-indent:2em;
	}

	.bodyText table{
		width: 100%;
		max-width: inherit;
		border:1px solid #4d4d4d;
		border-collapse:collapse;
	}

	.part #text{
		display: none;
	}

    .bodyText .item_hopspitalInfo .itemTitle{
        font-size: 20px;
        color: #AA875B;
        font-weight: 600;
        margin: 20px 0;
    }

    .item_hopspitalInfo .hosInfo_title{
        font-size: 18px;
        font-weight: 600;
        color: #333;
   /*     width: 176px; */
        margin: 20px 0;
    }

    .item_hopspitalInfo .hos_createTime{
        margin: 20px 0;
    }

    .item_hopspitalInfo .hos_hotPrograms{
        display: flex;

    }

    .hosProgramBox{
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .hos_hotPrograms .hos_hotProgram{
        color: #AA875B;
        border: 1px solid #AA875B;
        padding: 0px 5px;
        border-radius: 12px;
        font-size: 14px;
        margin: 2px 5px;
        min-width: 42px;
        height: 23px;
        line-height: 23px;
        text-align: center;
    }

    .hos_img{
        text-align:center;
        margin:10px 0;
    }
    .hos_img img{
        width: 500px;
    }
    
    .hos_hot_case{
        margin: 10px 0;
    }

    .consult{
        cursor: pointer;
    }

    .caseImgBox{
        display: flex;
        justify-content: center;

    }

    .caseBeforeImg,.caseAfterImg{
        width: 200px;
        position:relative;
        margin: 10px;
        min-height: 200px;
    }
    .caseBeforeImg img,.caseAfterImg img{
        width: 100%;

    }

    .caseText{
        position: absolute;
        bottom: 9px;
        right: 0;
        height: 18px;
        line-height: 20px;
        background: rgb(221 221 221 / 80%);
        padding: 5px 10px;
    }

    .caseBeforeImg .caseText{
        color: #6AA6C5;
    }

    .caseAfterImg .caseText{
        color: #ff6980;
    }

    .warningText{
        color: #4AB8AD;
        font-weight: bold;
    }

    .consult{
        border: none;
        background: none;
        color: #C65F5F;
        font-weight: bold;
    }

    	.know-content h2 {
		font-size: 17px;
		line-height: 31px;
		font-weight: 700;
		margin-bottom: 15px;
		color: #444;
	}

	
	.center{
		padding-top: 0;
	}
	
	.contentBox{
		background: white;
	}
	
	.master-info h1{
	font-size: 28px;
	margin: 0px 0 19px 0;
	font-weight: 700;
	color: #222;
	}
	.master-info .tag {
    color: #999;
    margin-bottom: 20px;
    font-size: 13px;
}

	.master-info .Guide-reading{
		background-color: #fafafa;
    color: #999;
    margin: 16px 0;
    padding: 15px 20px;
    line-height: 31px;
    font-size: 14px;
	}

	.master-info .Guide-reading span {
   		 color: #E4AD06;
	}

.master-info  .Guide-reading em {
    font-size: 14px;
    font-style: normal;
}

.know-content table,.know-content table tr,.know-content table td{
	border:1px solid 
}


/* 医生排名 */
.dTag p{
	font-size: 16px;
	line-height: 34px;
	margin: 5px 0;
	color: #333;
}

.dTag p>span{
	color: #999;
}

.dTag p>a{
	display: inline-block;
	font-size: 14px;
	padding: 0 13px;
	line-height: 26px;
	border: 1px solid #CCB8A0;
	border-radius: 13px;
	margin-left: 15px;
	color: #444;
	
}

.dTag p>a:nth-of-type(1){
	margin: 0;
}

.dPmzl>h2{
	font-size: 20px;
	line-height: 50px;
}
.dPmzl>h2::before{
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #CCB8A0;
	margin: 15px 6px 0 0;
	float: left;
}

.dPmzl>p{
	width: 858px;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	background: #ECDECD;
	border: 1px solid #999;
}

.dPmzl>p.tab_firstP{
	border-bottom: 0;
}

.dPmzl>p.tab_lastP{
	font-size: 16px;
	color: #444;
	font-weight: normal;
	border-top: 0;
}


.pmTable{
	max-width: 860px !important;
}

.pmTable, .pmTable tr, .pmTable td {
	font-size: 16px;
	color: #444;
    border: 1px solid #999;
}

.pmTable tr:nth-child(odd){
	background: #FFFFFF;
}

.pmTable tr:nth-child(2n){
	background: #ECDECD;
}

.pmTable tr:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.pmTable td>img{
    height: 16px;
    margin-top: 3px;
}

.dItem h3{
	font-size: 22px;
	line-height: 50px;
	color: #AA875B;
	margin-top: 20px !important;
	overflow: hidden;
}

.dItem h3>span{
    float: left;
}

.dItem h3:after{
    content:".";
    display: block;
    float: left;
    margin-right: 5px;
}



.docTit{
	font-size: 18px !important;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	margin-top: 20px !important;
}

.itemLi>span{
	display: block;
}

.tjDoc{
	overflow: hidden;
}

.tjDoc>p{
	width: 50%;
	float: left;
	font-size: 16px;
	line-height:30px;
}

.tjDoc>p:first-child{
	width: 100%;
	text-align: center;
}

.tjDoc>p:first-child img{
	width: 300px;
}

.tjDoc>p:last-child{
	width: 100%;
}

.tjDoc>p:nth-child(5)>img{
    display: inline-block;
    height: 18px;
    vertical-align:middle;
}

.tjDoc>p>span{
    font-size: 18px !important;
	color: #333;
	font-weight: bold;
}

.dpImg{
	display: block;
	width: 700px;
	height: 340px;
	margin: 0 auto !important;
	overflow: hidden;
	position: relative;
}

.dpImg>img{
	width: 340px;
	min-height: 340px;
	float: left;
}
.dpImg>img:first-child{
	margin-right: 20px;
}

.dpImg>p{
	width: 700px;
	height: 30px;
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.dpImg>p>span{
	display: block;
	width: 80px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	margin-left: 260px;
	line-height: 30px;
	background: #FFFFFF;
	color: #5398F4;
	border-radius: 20px 0 0 0;
	float: left;
	opacity: .8;
}

.dpImg>p>span:last-child{
	color: #FF6980;
	margin-left: 280px;
}

.dpCon{
	font-size: 16px;
	margin-top: 15px !important;
	padding: 0 !important;
}

.dpCon>span{
	color: #6AA6C5;
}

.jgDoc>p.tab_firstP{
	width: 858px;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	background: #ECDECD;
	border: 1px solid #999;
	border-bottom: 0;
}

.jgDoc>p.tab_lastP{
	width: 420px;
	height: 40px;
	margin: 20px auto 0 !important;
	overflow: hidden;
}

.jgDoc>p.tab_lastP>a{
	display: block;
	width: 200px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #DA6767;
	float: left;
}

.jgDoc>p.tab_lastP>a:last-child{
	margin-left: 20px;
	background: #5BBC9B;
}

.alDoc p{
    padding: 0 !important;
}

.ysalTit{
	font-size: 16px !important;
	font-weight: bold;
	color: #AA875B;
}

.ysalMs{
	font-size: 16px !important;
	text-indent: 2em;
}

.ysalImg{
	width: 400px;
	margin: 10px auto !important;
}

.ysalImg>img{
	width: 400px;
}

.docPart>p{
	font-size: 16px !important;
}

.docPart>p:first-child{
	margin-bottom: 20px !important;
}

.zxDoc{
    display: none;
}


.hosBody>h2{
    font-size: 19px !important;
    margin-top: 30px;
}


.hosBody>h2:nth-of-type(1){
    margin-top: 0;
}

.hosYsmd>p{
    color: #AA875B;
    font-weight: bold;
}

.hosYsmd>p>span{
    font-weight: normal;
    color: #666;
    margin-left: 30px;
}

.hosBody h3{
    font-weight: bold;
    color: #444;
}

.hosLxfs p{
    font-size: 15px;
    margin-bottom: 10px;
}

.hosLxfs p:last-child{
    color: #666;
}

.hosLxfs p:last-child>a{
    font-size: 17px;
    color: #C65F5F;
    margin: 0 5px;
}

.hosLxfs p>span{
    color: #999;
}

.hosBody .hosAlys{
    overflow: hidden;
}

.hosBody .hosAlys>p{
    float: left;
}

.hosBody .hosAlys>p:first-child{
    margin-right: 50px;
}

.hosBody .hosAlys img{
    height: 18px;
    vertical-align:middle;
    margin-top: -5px;
}

.hosBody .hosAlys>p>span{
    color: #999;
}

.hosBody table{
    max-width: 100%;
}

.hosBody table th{
    text-align: center;
    padding-left: 0;
}

.hosPhb{
    margin-bottom: 30px;
}

.docScxm p>span{
    color: #AA875B;
}

.master-content .mas-title .black-text{font-size: 20px; color: #FF6980; margin-left: 0 !important;}
.master-content .mas-title .yx-hosptail{display: inline-block; font-size: 14px; color: #999;}
.master-content .mas-main{width: 100%; overflow: hidden;}
.mas-message-ul{width: 100%;}
.mas-message-ul .yuandian{margin-right: 4px;}
.mas-yell-list .yuandian, .mas-message-ul .yuandian{color: #FF6980; font-size: 30px; margin-left: 3px; display: inline-block; vertical-align: super;}
.mas-yell-list .bgs, .mas-message-ul .bgs{font-size: 15px;}
.mas-message-ul .data{margin-top: 23px;}
.right{float: right;font-size: 12px;}
.master-content{width: 100%; margin-top: 20px; overflow: hidden;}
.master-content .mas-title{width: 100%; padding-bottom: 14px; border-bottom: 1px solid #e7e7e7;}
.master-content .mas-title .yellow-yuan{display: inline-block; width: 18px; height: 18px; background-color: #FF6980; border-radius: 100%;}

