/* ===========视图宽度============ */

.result{margin:100px 0 150px; text-align:center;     width: 1200px;
  }
.result img{width:300px; height:auto;}
/* 主要内容 */
.main-contain{
	 background: #fdfdfd;
    background-image: none;
	padding-bottom: 48px;
}

/* 二级导航 */
.mid-nav-box{
	height: 70px;
	line-height: 70px;
}
.mid-nav{
	float: left;
}
.mid-nav ul li{
	float: left;
	margin-right: 20px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
}
.li-l,.li-r{
	float: left;
	width: 15px;
	height: 37px;
}
.mid-nav ul li a{
	display: block;
	color: #815b3f;
	float: left;
	padding: 0 13px 0 14px;
}
.mid-nav ul li:hover a{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/a_bg.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul li:hover .li-l{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/li_l_bg.jpg);
}
.mid-nav ul li:hover .li-r{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/li_r_bg.jpg);
}
.mid-nav ul .mid-nav-check a{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/a_bg.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul .mid-nav-check .li-l{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/li_l_bg.jpg);
}
.mid-nav ul .mid-nav-check .li-r{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/li_r_bg.jpg);
}

.mid-nav-right{
	float: right;
	font-size: 14px;
	color: #815b3f;
       margin-top: 40px;
}
.mid-nav-right a{
	color: #815b3f;
}

/* 专家介绍 */
.ss-title{height:61px;}
.zjjs-title{
	font-size: 24px;
    font-weight: bold;
    color: #815b3f;
    margin-top: 34px;
    float: left;
}
.ks-type-box{
	padding: 26px 20px 30px 20px;
    background-color: #f6f4f3;
    border-radius: 10px;
    margin-top: 30px;
    color: #666666;
    overflow: hidden;
}
.ks-type-box a{
	color: #666666;
}
.type-left{
	float: left;
	font-size: 16px;
}
.type-right{
	float: left;
	margin-left: 10px;
	width: calc(100% - 100px);
}
.ks-type-top{
	border-bottom: 1px solid #d0c4ba;
}
.ks-type-top ul li{
	float: left;
	margin-right: 50px;
	height: 38px;
	font-size: 16px;
	cursor: pointer;
	padding-bottom:4px;
}
.ks-type-top ul li a{
	color: #666666;
	display: block;
	height: 38px;
}
.ks-type-top ul li:hover{
	border-bottom: 4px solid #815b3f;
	padding-bottom:0px;
}
.ks-type-top ul .ks-type-check{
	border-bottom: 4px solid #815b3f;
	padding-bottom:0px;
}
.ks-type-top ul .active{
	border-bottom: 4px solid #815b3f;
	padding-bottom:0px;
}
.ks-type-top ul .reset-btn{
	float: right;
	height: 32px;
	line-height: 32px;
	padding-bottom:0px;
	width: 86px;
	text-align: center;
	background-color: #8a6851;
	border-radius: 5px;
	margin-top: -3px;
	margin-bottom: 4px;
	cursor: pointer;
	margin-right: 0;
	color: #FFFFFF;
}
.ks-type-top ul .reset-btn:hover{
	border-bottom: none;
}
.ks-type-top .reset-btn a{
	color: #FFFFFF;
}
.reset-btn img{
	margin-right: -8px;
    margin-left: 14px;
    margin-top: 8px;
    float: left;
    width: 16px;
    height: auto;
}

.ks-list{
	margin-top: 10px;
}
.ks-list ul li{
	float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 30px;
    margin-top: 6px;
    cursor: pointer;
padding: 0 12px;
}
.ks-list ul li a{
	display: block;
}
.ks-list ul .active,.ks-list ul li:hover{
	background-color: #e0d8d2;
	/*padding: 0 16px;*/
	border-radius: 5px;
}

.ks-search {
    margin-top: 20px;
}
.search-tit {
    line-height: 30px;
}
.ks-box{
        margin-left: 90px;
    width: 328px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 8px;
}

.ks-input{border: 1px solid #dedede;float: left;padding: 0px 0 0px 12px;width: 236px;height: 30px;line-height: 30px;box-sizing: border-box;}

.ks-input .input-cont{
	font-size: 16px;
	width: 252px;
	color: #999999;
}
.ks-btn{
float: right;
    width: 70px;
    height: 30px;
    text-align: center;
    cursor: pointer;
background-color: #815b3f;
color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
}




/* 专家列表 */

         .zjjs-list ul{
            display:flex;
            flex-wrap:wrap;
            gap: 19px;
            padding:0;
            list-style:none;
            margin-top:40px;
        }

.zjjs-list ul li{
	background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/zjjs_icon_02.png) no-repeat;
	width: 180px;
	height: 330px;
	/*margin-top: 76px;*/
}

.zjjs-list ul li:hover{
        background: url(/yl_oa_api/siteManageFront/templateManage/file/5636129f636946afa281eb9820a8343d/images/zjjs_icon_22.png) no-repeat;
}

.zjjs-list ul li a{
	cursor: pointer;
	color: #815b3f;
}
.zjjs-list ul li img{
	margin: 10px 10px 0;
        width:159px;
        height:185px;
}
.zj-info{
	text-align: center;
	line-height: 24px;
	/*margin-top: 18px;*/
        color: #815b3f;
margin: 16px 0 14px 0;
}
.zj-name{
	font-size: 18px;
        font-weight: bold;
}

/* 科室名称单行省略 */
        .dept-line {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            max-width: 100%;
            white-space: nowrap;
        }
        .dept-left,
        .dept-right {
            flex-shrink: 0;
        }
        .dept-name {
            max-width: 120px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .tip-text {
            color: #999;
            font-size: 14px;
            padding: 20px 0;
        }
        .loading {
            color: #815b3f;
        }
        .error-tip {
            color: red;
            font-size: 14px;
            padding: 20px 0;
            text-align:center;
        }









/* 翻页 */
.page-box{
margin: 30px 0;
text-align: center;
position: relative;
min-height:40px;
}
/* 分页加载遮罩动画 */
        .page-loading-mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            color:#815b3f;
            font-size:14px;
        }

.page-box a{
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border: 1px solid #B8B8B8;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin: 0px 5px;
	color: #5f5f5f;
	cursor: pointer;
}
.page-box a:hover{
	background-color: #815b3f;
	color: #FFFFFF;
	border: 1px solid #815b3f;
}
.page-box a.currentPage{
	background-color: #815b3f;
	color: #FFFFFF;
	border: 1px solid #815b3f;
}

 .page-box a.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
        }


.page-box span{
	color: #5f5f5f;
}
.page-box .next,
.page-box .prev{
	padding: 10px 20px;
}
.page-input{
    width: 20px;
    height: 20px;
	line-height: 20px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    text-align: center;
    margin: 0px 5px;
    color: #5f5f5f;
    font-size: 16px;
}






@media screen and (max-width: 1340px) {



}

@media screen and (max-width: 1240px) {

  .ks-type-top ul li{
	margin-right: 20px;
}
  
}




/* 宽度小于1000px自适应 */
@media screen and (max-width: 1000px) {

    .ss-title {
        padding: 0px 0;
    }
    .zjjs-title {
        margin-top: 22px;
    }
    .mid-nav-right {
		display:none;
    }

    /* 筛选区域 */
    .ks-type-box {
        padding: 15px 15px;
        margin-top: 15px;
    }
    .type-left {
        float: none;
        width: 100%;
        margin-bottom: 18px;
        font-size: 18px;
    }
    .type-right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .ks-type-top ul li {
        margin-right: 15px;
        font-size: 16px;
        height: 26px;
    }
    .reset-btn {
        width: 70px !important;
        font-size: 13px;
    }
    .reset-btn img {
        display: none;
    }

    /* 二级科室标签 */
    .ks-list ul li {
        margin-right: 12px;
        font-size: 16px;
        padding: 0 10px;
    }

    /* 搜索区域 */
    .ks-search {
        margin-top: 15px;
    }
    .search-tit {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }
    .ks-box {
        margin-left: 0;
        width: 100%;
    }
    .ks-input {
        width: calc(100% - 80px);
    }
    .ks-input .input-cont {
        width: 100%;
        height: 30px;
    }
    .ks-btn {
        width: 70px;
    }

    /* 专家列表卡片 */
    .zjjs-list ul {
        gap: 10px;
        margin-top: 25px;
        justify-content: center;
    }
    .zjjs-list ul li {
        width: calc(25% - 10px);
        height: auto;
        padding-bottom: 20px;
        background-size: 100% 100%;
    }
	    .zjjs-list ul li a{
			display:block;
			box-sizing: border-box;
			width: 100%;
			padding: 0px 10px;
		}
    .zjjs-list ul li img {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        display: block;
    }

.zjjs-list ul li:hover{
 background-size: 100% 100%;
}

	
    .zj-name {
        font-size: 16px;
    }
    .dept-name {
        max-width: 150px;
    }

    /* 分页 */
    .page-box {
        margin: 20px 0;
    }
    .page-box a {
        min-width: 14px;
        padding: 6px 8px;
        margin: 0 3px;
        font-size: 14px;
		display:none;
    }
    .page-box .next,
    .page-box .prev {
        padding: 6px 12px;
		display:inline-block;
    }
    .page-input {
        width: 30px;
        padding: 6px 4px;
		display:none;
    }
    .page-jump {
        display: none;
        margin-top: 10px;
    }
  
  .page-box span{
	display:none;
  }
  
}

/* 额外补充768px手机小屏优化（可选，体验更好） */
@media screen and (max-width: 768px) {
    .ks-type-top ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .ks-type-top ul li {
        margin-right: 0;
    }
    .zjjs-list ul li {
        width: calc(33.3% - 10px);
        /* max-width: 220px; */
    }
}


/* 额外补充568px手机小屏优化（可选，体验更好） */
@media screen and (max-width: 568px) {

    .zjjs-list ul li {
        width: calc(50% - 10px);
    }
}

/* 额外补充320px手机小屏优化（可选，体验更好） */
@media screen and (max-width: 320px) {
    .ks-type-top ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    .zjjs-list ul li {
        width: 100%;
    }
}
