@charset "utf-8";
body{ color:#333; font:14px '微软雅黑',tahoma,Srial,helvetica,sans-serif; overflow-y:scroll;}
body,input,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,a,img,dl,dd,div,button,header,footer{ margin:0; padding:0; border:none; box-sizing:border-box;}
ul{ list-style:none;}
a{ color:#333; text-decoration:none;}
a:active{ opacity:0.8;}
input,button,textarea,select,a{ outline:none; box-sizing:border-box; font-family:"微软雅黑";}
table{ border-collapse:collapse; border-spacing:0; width:100%;}
em,i{ font-weight:normal; font-style:normal;}
html, body{ width:100%;height: 100%;}
body{ min-width: 1400px;display: flex;flex-direction: column;}

.h100{ height:100%;}
.fc1{ color:#ff6637;}
.fz12{ font-size:12px;}

.f1{ color: #f9617a!important}
.fc2{ color: #f86079!important; font-weight: bold;}
.fc3 { color: #dd1c1a!important}


.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}
.mt60{ margin-top:60px!important;}
.mt70{ margin-top:70px!important;}
.mt110{ margin-top:110px!important;}

.mb60{ margin-bottom:60px!important;}

.mr10{margin-right: 10px!important;}
.ml0{margin-left: 0px!important;}
.ml10{margin-left: 10px!important;}
.ml50{ margin-left: 50px!important;}

.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}
.content{ width: 100%;max-width: 1600px; min-width: 1400px; padding: 0 30px; margin: 0 auto;}
.block{ width: 100%; margin: 0 auto;}
.bg_01{
	width: 100%;
	background: #F0F5F6;
	padding: 50px 0;
}

.fct{
	display: flex;
	align-items: center;
}
.fcb{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title_01{
	font-size: 36px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px;
	display: flex;
	justify-content: center;
	position: relative;
}
.title_01::after{
	content: '';
	width: 50px;
	height: 2px;
	background: #00B2B2;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}
.title_01 span{
	color: #00B2B2;
}

/* 首页 */
header{
	width: 100%;
	height: 200px;
	padding: 25px 0;
	background: linear-gradient( 180deg, #00B2B2 0%, rgba(0,178,178,0) 100%);
	position: relative;
	z-index: 99;
}
header .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .top .logo{
    width: 295px;
    height: 61px;
    background: url(../images/logo_new.png);
    position: relative;
}
header .top .logo:after{
    content: '淄博市职业病防治院 齐鲁医药学院附属医院';
    color: #333;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    right: -410px;
    top: 15px;
}
header .top .search{
	width: 220px;
	display: flex;
}
header .top .search input{
	width: 180px;
	height: 32px;
	background: #F2F3F5;
	border-radius: 0;
}
header .top .search button{
	width: 40px;
	height: 32px;
	background:#F2F3F5 url(../images/ico_08.png) center no-repeat;
	background-size: 50%;
	border-radius: 0;
}
header .nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
header .nav>li{
	display: flex;
	position: relative;
}
header .nav>li>a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	height: 65px;
	line-height: 65px;
}
header .nav>li>.slt{
	font-weight: bold;
	border-bottom: 3px solid #00B2B2;
}
header .nav>li>a:hover{
	font-weight: bold;
	border-bottom: 3px solid #00B2B2;
}
header .nav>li>dl{
	width: 160px;
	background: #00B2B2;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 62px;
	transform: translate(-50%, 0);
	display: none;
}
header .nav>li>dl>dd a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}
header .nav>li>dl>dd a:hover{
	opacity: 0.8;
}

/* 内页 */
.head{
	width: 100%;
	background:#fff;
	position: relative;
	z-index: 99;
}
.head .top{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #E5E6EB;
	display: flex;
	align-items: center;
}
.head .top .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .top .logo{
	width: 295px;
	height: 61px;
	background: url(../images/logo_new.png);
	position: relative;
}
.head .top .logo:after{
    content: '淄博市职业病防治院 齐鲁医药学院附属医院';
    color: #333;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    right: -410px;
    top: 15px;
}
.head .top .search{
	width: 220px;
	border: 1px solid #00B2B2;
	display: flex;
}
.head .top .search input{
	width: 180px;
	height: 32px;
	background: #fff;
	border-radius: 0;
	border: none;
}
.head .top .search button{
	width: 40px;
	height: 32px;
	background:#fff url(../images/ico_14.png) center no-repeat;
	background-size: 50%;
	border-radius: 0;
	border: none;
}
.head .nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.head .nav>li{
	display: flex;
	position: relative;
}
.head .nav>li>a{
	color: #333;
	font-size: 16px;
	text-decoration: none;
	height: 56px;
	line-height: 56px;
}
.head .nav>li>.slt{
	font-weight: bold;
	border-bottom: 3px solid #00B2B2;
}
.head .nav>li>a:hover{
	font-weight: bold;
	border-bottom: 3px solid #00B2B2;
}
.head .nav>li>dl{
	width: 160px;
	background: #00B2B2;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 50%;
	top: 56px;
	transform: translate(-50%, 0);
	display: none;
}
.head .nav>li>dl>dd a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}
.head .nav>li>dl>dd a:hover{
	opacity: 0.8;
}


.layui-carousel,
.layui-carousel>[carousel-item]>*{
	background-color:transparent
}
.banner{
	margin-top: -200px;
}
.banner .layui-carousel-ind{
	top: -100px;
}

.menu_box{
	width: 100%;
	background: #fff;
	padding: 35px 0;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
	margin-top: -65px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.menu_box li{
	width: 25%;
	border-right: 2px dashed #B3B3B3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.menu_box li:last-child{
	border: none;
}
.menu_box li a{
	font-size: 24px;
	text-align: center;
	width: 100%;
	padding-top: 130px;
}
.menu_box li .i1{
	background: url(../images/ico_03.png) top no-repeat;
}
.menu_box li .i2{
	background: url(../images/ico_04.png) top no-repeat;
}
.menu_box li .i3{
	background: url(../images/ico_05.png) top no-repeat;
}
.menu_box li .i4{
	background: url(../images/ico_06.png) top no-repeat;
}

.top_news_block{
	width: 100%;
}
.top_news_block .news_title{
	color: #8E8E8E;
	font-weight: bold;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border: none;
}
.top_news_block .layui-tab-more li.layui-this:after,
.top_news_block .layui-tab-title .layui-this:after{
	border: none;
}
.top_news_block.layui-tab .layui-tab-title li{
	font-size: 24px;
}

.top_news_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_news_block  .news_left{
	width: 65%;
}
.top_news_block  .news_left .img_news{
	width: 100%;
	height: 640px;
}
.top_news_block  .news_left .img_news img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.top_news_block  .news_left .layui-carousel>[carousel-item]>div>a{
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 95px;
	line-height: 95px;
	background: #00B2B2;
	border-radius: 10px;
	padding:0 150px 0 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top_news_block  .news_left .menu{
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.top_news_block  .news_left .menu li{
	width: 32%;
	height: 205px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_news_block  .news_left .menu li:hover{
	opacity: 0.9;
}
.top_news_block  .news_left .menu li a{
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 115px;
}
.top_news_block  .news_left .menu li.l1{
	background: url(../images/img_01.png) center no-repeat;
}
.top_news_block  .news_left .menu li.l2{
	background: url(../images/img_02.png) center no-repeat;
}
.top_news_block  .news_left .menu li.l3{
	background: url(../images/img_03.png) center no-repeat;
}
.top_news_block  .news_left .menu li.l1 a{
	background: url(../images/ico_09.png) center 65px no-repeat ;
	background-size: 36px auto;
}
.top_news_block  .news_left .menu li.l2 a{
	background: url(../images/ico_10.png) center 65px no-repeat ;
	background-size: 36px auto;
}
.top_news_block  .news_left .menu li.l3 a{
	background: url(../images/ico_11.png) center 65px no-repeat ;
	background-size: 36px auto;
}


.top_news_block .news_right{
	width: calc(35% - 30px);
	position: relative;
}
.top_news_block .more{
    font-size: 15px;
    position: absolute;
    top: -60px;
    right: 0px;
}
.top_news_block .layui-tab-content{
	padding: 0;
}
.top_news_block .layui-carousel-ind{
	width: 150px;
	right: 0px;
	bottom: 38px;
	top: auto;
	position: absolute;
}
.top_news_block .news_list{
	width: 99%;
	
}
.top_news_block .news_list li{
	width: 100%;
	height: 124px;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	padding: 10px 20px 10px 0;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.top_news_block .news_list li:last-child{
	margin-bottom: 0px;
}
.top_news_block .news_list li .time {
	color: #666;
	width: 100px;
	line-height: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top_news_block .news_list li .time strong{
	font-size: 26px;
	font-weight: 400;
}
.top_news_block .news_list li .time span{
	font-size: 16px;
}
.top_news_block .news_list li a{
	font-size: 20px;
	font-weight: bold;
	width: calc(100% - 100px);
	line-height: 26px;
	max-height: 78px;
	padding-left: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	position: relative;
}
.top_news_block .news_list li a::before{
	content: '';
	width: 10px;
	height: 10px;
	background: #00B2B2;
	border-radius: 12px;
	position: absolute;
	left: 0px;
	top: 8px;
}


.department_block{
	width: 100%;
}
.department_block .department_title{
	width: 100%;
	height: 60px;
	border: none;
}
.department_block.layui-tab .layui-tab-title li{
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 50px;
	margin-right: 10px;
	background: #AA5579;
	border-radius: 10px 10px 0 0 ;
	border: none;
}
.department_block .layui-tab-title .layui-this{
	font-weight: bold;
	background: #3D79CC!important;
}
.department_block .layui-tab-title .layui-this:after{
	display: none;
}
.department_block .department_box{
	width: 100%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	margin-top: -10px;
	z-index: 2;
	position: relative;
}
.department_block .department_box .department_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.department_block .department_box a{
	font-size: 16px;
	font-weight: 400;
	width: 13.5%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ececec;
	padding-left: 15px;
	margin-right: calc(5.5% / 6);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.department_block .department_box a:nth-child(7n){
	margin-right: 0;
}
.department_block .department_box a::after{
	content: '';
	width: 6px;
	height: 6px;
	background: #00B2B2;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 22px;
}
.doctor_block{
	width: 100%;
}
.doctor_block.layui-carousel>[carousel-item]:before,
.doctor_block .layui-carousel-ind{
	display: none;
}
.doctor_block .doctor_list{
	width: 100%;
	background: #fff;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.doctor_block .doctor_list li{
	width: 24%;
	height: 250px;
	margin-right: calc(4% / 3);
	margin-bottom: 25px;
	display: flex;
	overflow: hidden;
}
.doctor_block .doctor_list li:nth-child(4n){
	margin-right: 0;
}
.doctor_block .doctor_list li .img{
	width: 50%;
	height: 250px;
}
.doctor_block .doctor_list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctor_block .doctor_list li .info{
	width: 50%;
	padding: 15px;
	background: rgba(0,178,178,0.1);
	position: relative;
}
.doctor_block .doctor_list li .info .name{
	width: 100%;
	display: flex;
	align-items: center;
}
.doctor_block .doctor_list li .info .name>strong{
	color: #000;
	font-size: 20px;
	margin-right: 10px;
}
.doctor_block .doctor_list li .info .name>span{
	color: #666;
	font-size: 14px;
}
.doctor_block .doctor_list li .info .introduce{
	color: #000;
	font-size: 16px;
	width: 100%;
	height: 128px;
	line-height: 32px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.doctor_block .doctor_list li .info .department{
	color: #666;
	text-align: center;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.doctor_block .layui-carousel-arrow{
	background: none;
}
.doctor_block .layui-icon-left:before,
.doctor_block .layui-icon-right:before{
	color: #CBCBCB;
	font-size: 40px;
	font-weight: bold;
}
.doctor_block.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
	left: -25px;
}
.doctor_block.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
	right: -25px;
}

.more_box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.more_box a{
	color: #555;
	font-size: 16px;
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.1);
}

.map_box{
	width: 100%;
	height: 500px;
	background: url(../images/map04.png) center no-repeat;
}
.map_box .contact_block{
	color: #fff;
	width: 350px;
	background: #00B2B2;
	padding: 30px;
	position: relative;
	top: -50px;
}
.map_box .contact_block dt{
	font-size: 32px;
	width: 100%;
	margin-bottom: 5px;
}
.map_box .contact_block dd{
	font-size: 16px;
	width: 100%;
	line-height: 42px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer{
	width: 100%;
	background: rgba(0,178,178,0.65);
}
footer .location{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	background: url(../images/ico_07.png) left no-repeat;
	background-size: 18px auto;
}
footer .location span{
	margin-right: 20px;
}
footer .introduce{
	color: #fff;
	font-size: 16px;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .introduce .left{
	height: 100px;
	line-height: 30px;
	padding-left: 120px;
	background: url(../images/logo_foot.png) left no-repeat;
	display: flex;
	align-items: center;
}
footer .introduce .left a{
	color: #fff;
}
footer .introduce .left .ico1{
	width: 80px;
	height: 80px;
	background: url(../images/foot_ico01.png) center no-repeat;
	margin-left: 10px;
}
footer .introduce .left .ico2{
	width: 80px;
	height: 80px;
	background: url(../images/foot_ico02.png) center no-repeat;
	margin-left: 10px;
}
footer .introduce .right{
	display: flex;
}
footer .introduce .right .qr_box{
	color: #fff;
	font-size: 16px;
	width: 120px;
	text-align: center;
	line-height: 32px;
	padding-top: 120px;
	margin-left: 15px;
}
footer .introduce .right .qr_box.q1{
	background: url(../images/qr_wx.png) top center no-repeat;
	background-size: 120px auto;
}
footer .introduce .right .qr_box.q2{
	background: url(../images/qr_dy.png) top center no-repeat;
	background-size: 120px auto;
}
footer .introduce .right .qr_box.q3{
	background: url(../images/qr_vd.png) top center no-repeat;
	background-size: 120px auto;
}

/* 内页 */
.banner_page{
	width: 100%;
	height: 450px;
	background: url(../images/banner_page.jpg) center no-repeat;
	position: relative;
	flex-shrink: 0;
}
.banner_page .location{
	color: #fff;
	width: 100%;
	height: 70px;
	background: rgba(0,178,178,0.85);
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner_page .location .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner_page .location a{
	color: #fff;
	position: relative;
}
.banner_page .location a::after{
	content: '/';
	color: #fff;
	padding:0 5px 0 10px;
}

.menu_page{
	width: 100%;
	border-bottom: 1px solid #E5E6EB;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_page a{
	color: #4E5969;
	height: 58px;
	line-height: 58px;
	margin:0 10px;
	display: block;
}
.menu_page .slt a{
	color: #00AAA6;
	font-weight: bold;
	border-bottom: 3px solid #00AAA6;
}
.menu_page li:hover a{
	color: #00AAA6;
	font-weight: bold;
	border-bottom: 3px solid #00AAA6;
}

.title_page{
	font-size: 24px;
	width: 100%;
}

.news_list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_list li{
	width: calc(50% - 15px);
	height: 200px;
	padding:20px 30px;
	margin-bottom: 30px;
	background: #F7F8FA;
	display: flex;
	flex-direction: column;
}
.news_list li:hover{
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}
.news_list li:hover a{
	color: #00AAA6;
	background: url(../images/ico_13.png) right no-repeat;
	background-size: 20px auto;
}
.news_list li a{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li p{
	color: #86909C;
	font-size: 16px;
	text-indent: 2em;
	width: 100%;
	height: 72px;
	line-height: 24px;
	margin-top: 10px;
}
.news_list li span{
	color: #86909C;
	font-size: 16px;
	/*margin-top: 20px;*/
}
.page_list{
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_list a{
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	margin: 0 5px;
	border-radius: 4px;
}
.page_list .active,
.page_list a:hover{
	color: #00AAA6;
	background: #E8FFFB;
}


.page_block{
	width: 100%;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.news_main{
	width: 100%;
	flex-shrink: 1;
}
.news_main .title{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #D1D1D1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news_main .title h2{
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	line-height: 50px;
}
.news_main .title span{
	color: #86909C;
	font-size: 16px;
	margin: 0 25px;
}
.news_main .text_box{
	color: #4E5969;
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	padding: 20px 0;
}
.news_main .text_box img{
	max-width: 90%;
}
.news_main .next_page{
	width: 100%;
	height: 70px;
	padding: 0 20px;
	margin-top: 20px;
	background: #F7F8FA;
	display: flex;
	align-items: center;
}
.news_main .next_page::before{
	content: '下一篇：';
	color: #4E5969;
	font-size: 16px;
	width: 70px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	top: -2px;
}
.news_main .next_page a{
	color: #22BBB3;
	font-size: 16px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main_right{
	width: 350px;
	margin-left: 35px;
	flex-shrink: 0;
}
.news_list2{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.news_list2 dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_list2 dd{
	font-size: 16px;
	width: 100%;
	background: #F7F8FA;
	padding: 20px;
	margin-bottom: 20px;
}
.news_list2 dd>a{
	color: #4E5969;
	line-height: 24px;
}
.news_list2 dd>p{
	color: #86909C;
	line-height: 24px;
	margin-top: 10px;
}

.department_list2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.department_list2 li{
	width: 19%;
	height: 84px;
	margin-right: calc(5% / 4);
	background: #F7F8FA;
	border-radius: 3px;
	margin-bottom: 30px;
	display: flex;
}
.department_list2 li:nth-child(5n){
	margin-right: 0;
}
.department_list2 li a{
	color: #1D2129;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.department_list2 li a::after{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px dashed #ccc;
	background: url(../images/ico_13.png) center no-repeat;
	background-size: 20px 20px;
	position: absolute;
	right: 30px;
}
.department_list2 li a:hover{
	color: #00AAA6;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

.doctor_list2{
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.doctor_list2 li{
	width: 24%;
	height: 250px;
	margin-right: calc(4% / 3);
	margin-bottom: 25px;
	display: flex;
	overflow: hidden;
}
.doctor_list2 li:nth-child(4n){
	margin-right: 0;
}
.doctor_list2 li .img{
	width: 50%;
	height: 250px;
}
.doctor_list2 li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctor_list2 li .info{
	width: 50%;
	padding: 15px;
	background: rgba(0,178,178,0.1);
	position: relative;
}
.doctor_list2 li .info .name{
	width: 100%;
	display: flex;
	align-items: center;
}
.doctor_list2 li .info .name>strong{
	color: #000;
	font-size: 20px;
	margin-right: 10px;
}
.doctor_list2 li .info .name>span{
	color: #666;
	font-size: 14px;
}
.doctor_list2 li .info .introduce{
	color: #000;
	font-size: 16px;
	width: 100%;
	height: 128px;
	line-height: 32px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.doctor_list2 li .info .department{
	color: #666;
	text-align: center;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.img_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.img_list li{
	width: calc((100% - 75px) / 4);
	height: 320px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	flex-grow: 0;
}
.img_list li:nth-child(4n){
	margin-right: 0;
}
.img_list li a{
	width: 100%;
	height: 100%;
}
.img_list li .img{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.img_list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_list li .title{
	width: 100%;
	height: 90px;
	padding: 20px 25px;
	border: 1px solid #E5E6EB;
}
.img_list li p{
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.img_list li:hover p{
	color: #22BBB3;
}
.img_list li:hover img{
	transform: scale(1.1);
	transition: all .4s ease-out;
}

.department_menu{
	width: 250px;
	margin-right: 35px;
	flex-shrink: 0;
}
.department_menu .title{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #00AAA6;
}
.department_menu dd{
	width: 100%;
	height: 40px;
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.department_menu dd strong{
	color: #00AAA6;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	background: rgba(0, 170, 166,0.3);
	cursor: pointer;
}
.department_menu .open{
	height: auto;
}
.department_menu li{
	width: 100%;
	color: #00AAA6;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: rgba(0, 170, 166,0.05);
	display: flex;
}
.department_menu li:hover{
	background: rgba(0, 170, 166,0.1);
}
.department_menu li a{
	width: 100%;
	height: 100%;
}
.doctor_right{
	width: 100%;

}