.topNav a {
    padding: 0 12px;
    line-height: 1;
    border-right: 1px solid #ccc;
}

.topNav a:last-child {
    border-right: none;
}

.logo {
    width: 210px;
    margin: 12px 0px;
}

.contentNav {
    height: 40px;
}

.contentNav a {
    margin-top: 9px;
}

.contentNav a.active {
    background: url(../images/icon_nav_bd.png) no-repeat center bottom;
}

.banner,
.bannerImg,
.bannerImg a img {
    width: 200px;
    height: 268px;
    border-radius: 6px;
}

.banner {
    position: relative;
}

.bannerBtn {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.bannerBtn p {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin-left: 6px;
}

.bannerBtn p.active {
    background: #3fb033;
}

.listNews li {
    width: 262px;
    float: left;
}

.listNews li:nth-of-type(even),
.itemQa:nth-of-type(even) {
    float: right;
}

.listNews li:nth-child(1),
.listNews li:nth-child(2),
.itemQa:nth-child(1),
.itemQa:nth-child(2) {
    margin-top: 12px;
}

.listNews li a {
    display: block;
    width: 182px;
    font-size: 14px;
    color: #666;
}

.checkDetails,
.register {
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border-radius: 4px;
}

.checkDetails {
    width: 87px;
    height: 33px;
    border: 1px solid #3fb033;
    color: #3fb033;
}

.register {
    width: 89px;
    height: 35px;
    background: #0EB3C4;
    color: #fff;
    margin-top: 18px;
}

.allExpert {
    width: 82px;
    height: 72px;
    background: #F5F5F5;
    border-radius: 6px;
}

.listDocAvatar {
    width: 648px;
}

.itemQaTitle:before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_ask.png) no-repeat center center;
    margin-right: 9px;
    margin-top: 2px;
}

.wdtitle h1{
	font-size: 16px;
      
}
.fweight{
    font-weight: normal;
}
.wdtitles h1{
    font-size: 16px;
    font-weight: normal;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wdtitles h1:before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_ask.png) no-repeat center center;
    margin-right: 9px;
    margin-top: 2px;
}
.wdtitle h1:before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/icon_ask.png) no-repeat center center;
    margin-right: 9px;
    margin-top: 2px;
}
.docansw h2{
	font-size: 16px;
	color: #3fb033;
	font-weight:bold;
	border-bottom: 2px solid #3fb033;
}
.wdtitle h1:hover {
    color: #3fb033;
}
.itemQa {
    width: 370px;
    float: left;
    margin-top: 24px;
    /* flex: 0 0 48%; */
}

.titleList a {
    padding: 12px 0;
    border-bottom: 1px solid #E9E8E8;
}

.titleList a::before,
.readList a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    background: url(../images/jbzt_icon_mrsj.png) no-repeat;
}

.titleList a:hover::before {
    background: url(../images/jbzt-icon_zssj.png) no-repeat;
}

.titleList a:hover,
.linkList a:hover,
.itemQa p.itemQaTitle:hover {
    color: #3fb033;
}

.titleList a:last-child,
.docItem:last-child {
    border-bottom: none;
}

.charList img {
    width: 168px;
    height: 117px;
}

.charList .charItemInfo {
    width: 336px;
}

.charList2 a {
    display: block;
    width: 185px;
    float: left;
    margin-left: 34px;
}

.charList2 a:nth-child(1),
.charList2 a:nth-child(6),
.charList2 a:nth-child(11),
.charList2 a:nth-child(16),
.charList2 a:nth-child(21),
.charList2 a:nth-child(26),
.charList2 a:nth-child(31),
.linkList a:nth-child(1),
.linkList a:nth-child(8),
.linkList a:nth-child(15),
.linkList a:nth-child(22),
.linkList a:nth-child(29) {
    margin-left: 0;
}

.charList2 a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 12px;
    background: #999;
    float: left;
}

.hosImgList img {
    width: 254px;
    height: 204px;
}

.tabBtnItem {
    color: #666;
    font-size: 16px;
    margin-right: 36px;
    line-height: 24px;
    display: inline-block;
}

.tabBtnItem.active {
    font-weight: bold;
    color: #3fb033;
    border-bottom: 2px solid #3fb033;
}

.linkList a {
    width: 136px;
}

.line {
    border-right: 1px solid #ddd;
}

.lineDashed {
    border-bottom: 1px dashed #E9E8E8;
}

.artContent p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.zxBtn {
    width: 62px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    color: #3fb033;
    border: 1px solid #3fb033;
    line-height: 22px;
    border-radius: 4px;
}

.rightAd {
    width: 286px;
    height: 238px;
}

.img150 {
    width: 150px;
    height: 112px;
}

.pageList a {
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
    background: #e9e8e8;
    margin-right: 4px;
}

.pageList span.current {
    background: #3fb033;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 4px;
}

.btnList a {
    display: block;
    width: 72px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 24px;
}

.btnList a:first-child {
    width: 70px;
    color: #FF9119;
    border: 1px solid #FF9119;
}

.btnList a:last-child {
    background: #3fb033;
    color: #fff;
    margin-top: 12px;
}

.btnList2 a {
    width: 154px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 14px;
}

.btnList2 a:first-child {
    border: 1px solid #3fb033;
    color: #3fb033;
}

.btnList2 a:last-child {
    border: 1px solid #FF9119;
    color: #fff;
    background: #FF9119;
    margin-left: 24px;
}

.icon9028 {
    display: block;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    color: #fff;
    background: #0EB3C4;
    font-size: 14px;
}

.img7360 {
    width: 73px;
    height: 60px;
}

.img18524 {
    width: 185px;
    height: 24px;
}

.axisInfo {
    height: 92px;
    width: 144px;
    padding-left: 9px;
    border-left: 1px dotted #ddd;
    margin-left: 9px;
}

.axisInfo p:last-child {
    height: 60px;
    overflow-y: scroll;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #3fb033;
}

.axisItem .timeLine {
    width: 133px;
    border-top: 2px solid #3fb033;
    margin-top: 8px;
}

.axisItem2 .timeLine {
    height: 133px;
    border-left: 2px solid #3fb033;
    margin-left: 8px;
}

.timeAxis {
    position: relative;
    height: 210px;
}

.axisInfo,
.axisItemList {
    position: absolute;
}

.axisItemList {
    top: 92px;
}

.axisInfo:nth-child(2) {
    top: 110px;
    left: 150px;
}

.axisInfo:nth-child(3) {
    top: 0;
    left: 302px;
}

.axisInfo:nth-child(4) {
    top: 110px;
    left: 453px;
}

.axisInfo:nth-child(5) {
    top: 0;
    left: 604px;
}

.axisItemInfo {
    height: 151px;
}

.axisItemInfo:last-child {
    height: 50px;
}

.img390220 {
    width: 390px;
    height: 220px;
    float: left;
}

.enviList .img390220:nth-of-type(even) {
    float: right;
}
.enviList img:nth-child(1) ,.enviList img:nth-child(2){
   margin-top: 0px;
}

.addressImg {
    width: 796px;
    height: 450px;
}

.fix {
    position: fixed;
    left: 1%;
    top: 20%;
}

.fix img {
    width: 195px;
    height: 345px;
}

.fix_bot {
    cursor: pointer;
    height: 25px;
    background: #bfbebe;
    text-align: right;
    line-height: 25px;
    font-size: 12px;
    color: #000;
    padding-right: 10px;
}

.height42 {
    height: 42px;
}

.height260 {
    height: 260px;
}

.fixRight {
    position: fixed;
    right: 1%;
    top: 30%;
}

.fixRight img {
    width: 150px;
    height: 230px;
}

.listDocInfo {
    height: 160px;
}

.icon218137 {
    width: 218px;
    height: 137px;
}
.box_yt_404{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #6cbecf;
}
.imgbox_yt_404{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40vw;
	height: 40vw;
}
.imgbox_yt_404 img{
	width: 40vw;
	height: 40vw;
}
.pdb18{
    padding: 18px 16px;
}
.tjhospitalwrap>h3{
    font-size: 18px;
    margin: 0px;
}
.tjhospitalwrap > div:last-child{
    border: none !important;
    padding-bottom: 0px !important;
}
.tjhospitalwrap > div:first-child{
    padding-top: 0px !important;
}
.tjhospitalbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #E9E8E8;
}
.tjhospitalboxleft{
    display: flex;
}
.tjhospitalboxleft>a img{
    width: 213px;
    height: 144px;
}
.tjhospitalboxleft>div{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin: 5px 0px 5px 10px;
}
.tjhospitalboxleft>div a{
    flex: 1 0 auto;
}
.tjhospitalboxleft>div a,.tjhospitalboxleft>div p{
    font-size: 16px;
    color: #333;
    display: block;
    width:368px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tjhospitalboxleft>div ul{
   display: flex;
   flex: 1 0 auto;
}
.tjhospitalboxleft>div ul li:first-child{
    margin-right: 10px;
 }
.tjhospitalboxleft>div ul li{
   color: #333;
   font-size: 16px;
}
.scorebox{
    width: 134px;
    padding: 7px 25px;
    border: 1px solid #E9E8E8;
    box-sizing: border-box;
}
.scorebox p:first-child{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.scorebox p:last-child{
    font-size: 16px;
    color: #e83d4a;
    text-align: center;
    font-weight: bold;
}
.tjhospitalboxright>a{
    display: block;
    width: 134px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #FF9119;
    line-height: 32px;
    border-radius: 5px;
    margin-top: 44px;
}

.tablelist{
    width: 100%;
    border: 1px solid #E9E8E8;
    margin-top: 10px;
    border-bottom: none;
    box-sizing: border-box;
}
.tablelisttop{
    background: #f4f7fd;
    height: 42px;
    /* padding-right: 0px !important; */
}
.tablelisttop{
    display: flex;
    /* padding: 0px 10px; */
    box-sizing: border-box;
}
.tablelisttop li{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 8px;
    text-align: center;  
    box-sizing: border-box;
}
.tablelisttop li:nth-child(1){
    width: 43%;
}
.tablelisttop li:nth-child(2){
    width: 35%;

}
.tablelisttop li:nth-child(3){
    border-right: none;
    white-space: nowrap;
    width: 22%;
}


/* .tablelisttop li:nth-child(3){
    padding-left: 16px;
} */
.tablelistbot{
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    border-bottom:1px solid #E9E8E8;
}
.tablelistbotitem {
    width: 100%;
    display: flex;
    border: 1px solid #E9E8E8;
    align-items: center;
    border-bottom: none;
    border-left: none;
    
}
.tablelistbotitem p{
    font-size: 16px;
    color: #333;
    /* border-right: 1px solid #E9E8E8; */
    padding: 8px;
    text-align: center;  
    box-sizing: border-box;
    margin-top: 0px;
}
.tablelistbotitem span{
    display: block;
    font-size: 16px;
    color: #333;
    padding: 8px;
    text-align: center;  
    box-sizing: border-box;
    margin-top: 0px;
}
.tablelistbotitem p:nth-child(1){
    width: 296.4px;
}
.tablelistbotitem span:nth-child(2){
    width: 231.4px;
    
}
.tablelistbotitem span:nth-child(3){
    width: 22%;
    border-right: none;
    white-space: nowrap;
    color: #e83d4a;
}
.maxtitlewidth{
    width: 265px;
}
table{
			border-left: .1333vw solid #e5e5e5;
			border-top: .1333vw solid #e5e5e5;
			border-spacing: 0;
			width: 100%;
			margin: 4vw auto 0;
			border-radius: 2vw;
		}
		table tr:first-child{
			background: rgba(32,156,221,0.05);
		}
		table tr:last-child td:first-child{
			border-radius: 0 0 0 2vw;
		}
		table tr:first-child td:last-child{
			border-radius: 0 2vw 0 0;
		}
		table tr:last-child td:last-child{
			border-radius: 0 0 2vw 0;
		}
		table tr td{
			border-right: .1333vw solid #e5e5e5;
			border-bottom: .1333vw solid #e5e5e5;
			text-align: center;
			vertical-align: middle;
			padding: 2vw;
			line-height: 1.8;
			word-break: break-all;
		}