body {
	font-family: "microsoft yahei";
	color: #333;
}
.top-desc {
	background: #f18282;
	color: #fff;
	line-height: 30px;
}
.top-desc .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-desc .fr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-desc .fr .phone-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-desc .fr .line {
	padding: 0 15px;
}
.top-desc .fr .order-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #d04d4d;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 22px;
	font-size: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	cursor: pointer;
	color: #fff;
}
.top-desc .fr .order-item img {
	margin-right: 6px;
}
.navbar {
	top: 30px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #dc6a6a;
}

.swiper-pagination-bullet-active {
	background-color: #d04d4d;
}

.index-title {
	position: relative;
	margin-bottom: 40px;
}
.index-title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	background: url(../../images/title_cy.png) no-repeat;
	background-position: center center;
	width: 100%;
	height: 20px;
}

.service-img-bg {
	position: relative;
	background: url(../../images/service.png) no-repeat;
	background-position: center center;
	width: 100%;
	height: 380px;
	margin: 30px 0;
}

.service-img-bg .service-item {
	position: absolute;
	width: 23%;
	cursor: default;
}
.service-img-bg .service-title {
	font-weight: bold;
}
.service-img-bg .service-1 {
	top: 20px; 
	left: 0;
	text-align: right;
}
.service-img-bg .service-2 {
	top: 190px; 
	left: 1%;
	text-align: right;
}
.service-img-bg .service-3 {
	top: 300px; 
	left: 47%;
}
.service-img-bg .service-4 {
	top: 190px; 
	left: 75%;
}
.service-img-bg .service-5 {
	top: 20px; 
	left: 77%;
}

.index-adv-bg {
	background: url(../../images/adv.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 256px;
}

.index-adv-bg .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-adv-bg .adv-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 100px;
	background: rgba(255,255,255,.4);
	border-radius: 50%;
	width: 170px;
	height: 170px;
}
.index-adv-bg .adv-item .adv-num {
	font-size: 48px;
	font-weight: bold;
	color: #d04d4d;
}
.index-adv-bg .adv-item .adv-num span {
	font-size: 20px;
}
.index-adv-bg .adv-item .adv-title {
	font-size: 18px;
}

.index-about {
	
}
.index-about .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index-about-img {
	margin-right: 30px;
}
.index-about-content .about-title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index-about-content .about-contact a {
	display: inline-block;
	background: #f18282;
	color: #fff;
	border-radius: 5px;
	padding: 10px 45px;
	font-size: 16px;
	margin-right: 30px;
	font-weight: normal;
}
.index-about-content .about-contact {
	font-size: 24px;
	font-weight: bold;
	color: #444;
}
.index-about-content .about-contact span {
	color: #f18282;
}

.center-img-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.center-img-box .center-item {
	height: 300px;
	width: 33%;
	margin-bottom: 5px;
}
.center-img-box .img-item-1 {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f4a6a6;
}
.center-img-box .img-item-1 .title {
	color: #d04d4d;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.center-img-box .img-item-1 .sub {
	display: inline-block;
	background: #ffd3d3;
	color: #d04d4d;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 5px;
}
.center-img-box .img-item-2 {
	width: 66.5%;
	background: url(../../images/center-2.jpg);
	background-size: cover;
	background-position: center center;
}
.center-img-box .img-item-3 {
	background: url(../../images/center-3.jpg);
	background-size: cover;
	background-position: center center;
}
.center-img-box .img-item-4 {
	background: url(../../images/center-4.jpg);
	background-size: cover;
	background-position: center center;
}
.center-img-box .img-item-5 {
	background: url(../../images/center-5.jpg);
	background-size: cover;
	background-position: center center;
}

.pension-img-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pension-img-box .pension-item {
	height: 300px;
	width: 33%;
	margin-bottom: 5px;
}
.pension-img-box .img-item-1 {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f4a6a6;
}
.pension-img-box .img-item-1 .title {
	color: #d04d4d;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pension-img-box .img-item-1 .sub {
	display: inline-block;
	background: #ffd3d3;
	color: #d04d4d;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 5px;
}
.pension-img-box .img-item-2 {
	background: url(../../images/pension-1.jpg);
	background-size: cover;
	background-position: center center;
}
.pension-img-box .img-item-3 {
	background: url(../../images/pension-2.jpg);
	background-size: cover;
	background-position: center center;
}
.pension-img-box .img-item-4 {
	background: url(../../images/pension-3.jpg);
	background-size: cover;
	background-position: center center;
}
.pension-img-box .img-item-5 {
	background: url(../../images/pension-4.jpg);
	background-size: cover;
	background-position: center center;
}
.pension-img-box .img-item-6 {
	background: url(../../images/pension-5.jpg);
	background-size: cover;
	background-position: center center;
}


.index-news .media {
	display: flex;
	flex-direction: column;
}
.index-news .media .img-box {
	width: 100%;
	padding-bottom: 75%;
	margin-bottom: 15px;
}
.index-news .media .media-body .title {
	font-size: 18px;
	font-weight: bold;
}
.index-news .media .media-body .title a:hover {
	color: #d04d4d;
}
.index-news .media .media-body .date {
	margin: 8px 0;
}

.footer {
	background: #666666;
	color: #fff;
}
.footer .h5 {
	color: #fff;
}

.footer .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .row .footer-item-1 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.footer .row .footer-item-1 .f-phone {
	font-size: 18px;
	margin-left: 15px;
}
.footer .row .footer-item-1 .f-phone span {
	display: inline-block;
	margin-left: -15px;
	font-size: 22px;
	color: #f4a6a6;
}
.footer .row .footer-item-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 1rem;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
}
.footer .row .footer-item-2 .f-nav {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.footer .row .footer-item-2 .f-nav a {
	color: #cccccc;
}
.footer .row .footer-item-2 .f-copy {
	display: flex;
	padding-left: 1rem;
	color: #a3a3a3;
	font-size: 12px;
}
.footer .row .footer-item-2 .f-copy a {
	color: #a3a3a3;
}
.footer .row .footer-item-2 .f-copy img {
	margin-left: .5rem;
}
.footer .row .footer-item-3 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .row .footer-item-3 .code img {
	width: auto;
	margin-right: 1.5rem;
}

.online-yy {
	position: fixed;
	top: 18rem;
	right: 0;
	z-index: 99999;
}
.online-yy .open-btn {
	position: absolute;
	right: 0;
	background: #ff7c9f;
	color: #fff !important;
	padding: 1rem;
	width: 43px;
	word-wrap:break-word;
	word-break:nomal;
	border-radius: 5px 0 0 5px;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.online-yy .yy-box {
	position: relative;
	right: -380px;
	border: 2px solid #ff7c9f;
	border-right: none;
	width: 350px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	transition: all .3s;
}
.online-yy .yy-box.active {
	right: 0;
}
.online-yy .yy-box .title {
	position: absolute;
	background: #ffa9c4;
	color: #fff;
	top: -2px;
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 50px;
}
.online-yy .yy-box .yy-ico {
	position: absolute;
	top: -20px;
	left: -30px;
	z-index: 99999;
}
.online-yy .yy-box .yy-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999;
	cursor: pointer;
}
.online-yy .yy-box .form-item form {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 20px;
}
.online-yy .yy-box .form-item .input-item {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 26px;
	margin-bottom: 10px;
}
.online-yy .yy-box .form-item .input-item span {
	width: 80px;
	text-align: right;
	margin-right: 10px;
	padding: 2px 0;
}
.online-yy .yy-box .form-item .input-item input {
	border: 1px solid #ffa9c4;
	border-radius: 3px;
	width: 200px;
}
.online-yy .yy-box .form-item .input-item textarea {
	border: 1px solid #ffa9c4;
	border-radius: 3px;
	width: 200px;
	resize:none;
}
.online-yy .yy-box .form-item button {
	background: #ff7c9f;
	color: #fff;
	border-radius: 20px;
	padding: 8px 40px;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.jumbotron {
	padding: 6rem 2rem;
}
.jumbotron .sortname {
	color: #f18282;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	font-size: 36px;
	text-align: center;
}

.position  {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.position .sub-nav {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.position .sub-nav a {
	display: inline-block;
	padding: 8px 20px;
	margin-right: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #f9cdcd;
}
.position .sub-nav a.active {
	border-radius: 5px;
	background: #f18282;
	color: #fff;
}
.position .sub-nav a:hover {
	border-radius: 5px;
	background: #f18282;
	color: #fff;
}
.position span {
	min-width: 300px;
}


.keshi_list {
	display: flex;
}
.keshi_list .keshi_bg {
	background: url(../../images/keshi.jpg);
	background-size: cover;
	background-position: center center;
	width: 60%;
	padding-bottom: 50%;
}
.keshi_list .keshilist {
	width: 40%;
	padding: 50px;
	background: #e88c8c;
	color: #fff;
}
.keshi_list .keshilist .title {
	position: relative;
	font-size: 24px;
	margin-bottom: 40px;
}
.keshi_list .keshilist .title:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 50px;
	height: 3px;
	background: #fff;
}
.keshi_list .keshilist .title span {
	font-size: 14px;
	margin-left: 20px;
}
.keshi_list .keshilist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav-subtitle {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 20px;
}
 .nav-subtitle i {
	width: 16px;
	height: 16px;
	background: url(../../images/flower.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}
 .nav-subtitle a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.keshi_list .keshilist ul li {
	width: 49%;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 10px;
}
.keshi_list .keshilist ul li a{
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 2.5;
}
.keshi_list .keshilist ul li:hover {
	background: #fff;
	color: #e88c8c;
	transition: all .3s;
}
.keshi_list .keshilist ul li:hover a {
	color: #e88c8c;
}

.news-center-list li {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 10px;
	transition: all 0.5s;
	border-bottom: 1px solid #F0F0F0;
}
.news-center-list li .news_pic {
	float: left;
	width: 240px;
	height: 160px;
	overflow: hidden;
}
.news-center-list li .news_font {
	width: 685px;
	height: 160px;
	float: left;
	transition: all 0.3s;
	margin-left: 50px;
}
.news-center-list .news_font h3 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}
.news-center-list .news_font p {
    font-size: 14px;
    height: 52px;
    line-height: 26px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-center-list i {
    display: block;
    width: 75px;
    height: 15px;
    border-bottom: 1px solid #8c8c8c;
}
.news-center-list .news3date h2 {
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color: #8c8c8c;
    display: inline-block;
    font-weight: bold;
}
.news-center-list .news3date em {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
	font-style: normal;
}
.news-center-list .news3more {
    width: 110px;
    height: 35px;
    border: 1px solid #eeeeee;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    transition: all 0.5s;
}
.news-center-list a:hover .news3more {
	color:#f18282;
}
.news-center-list li:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.page-num, .page-link {
	color: #333;
}
.page-link:hover {
	color: #f18282;
	background: #fff;
}
.page-num-current {
	background: #f18282;
	color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.07);
}

.card-title a:hover {
	color: #f18282;
}

.doctor-item .doctor-img {
	position: relative;
	width: 100%;
	padding-bottom: 130%;
	overflow: hidden;
}
.doctor-item .doctor-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
	transition: all 0.2s;
}
.doctor-item:hover .doctor-img img {
	transform: scale(1.1);
}
.doctor-item .card-body {
	text-align: center;
}
.doctor-item .card-body .sub-title {
	margin-bottom: 5px;
}

.doctor-main {
	display: flex;
	margin: 90px 30px 0;
	padding: 30px;
	background: #f9f9f9;
}
.doctor-main .head-box {
	margin-top: -60px;
	padding: ;
}
.doctor-main .title-item {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	width: 140px;
	height: 320px;
	background: #f9c5c5;
	color: #333;
	padding: 20px;
	margin: 0 15px;
}
.doctor-main .title-item .doctor-name {
	width: 59px;
	color: #e45a5a;
	font-size: 32px;
	border-right: 1px solid #eee;
	padding: 0 10px 40px;
}

.doctor-main .title-item .doctor-subtitle {
	width: 40px;
	font-size: 16px;
	padding: 40px 10px 0;
}
.doctor-main .title-item .doctor-subtitle span {
	display: block;
}
.doctor-main .doctor-body {
	font-size: 14px;
	line-height: 2;
}
.head-sm-height {
	height: 120px !important;
}
@media screen and (max-width: 600px) {
	.top-desc {
		display: none;
	}
	.navbar {
		top: 0;
	}
	.navbar-nav .nav-link {
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	.nav-item:last-child .nav-link {
		border-bottom: 0;
	}
	.online-yy {
		display: none;
	}
	.head-sm-height {
		height: 90px !important;
	}
	.service-img-bg {
		background: none;
		height: auto;
		margin-top: 60px;
	}
	.service-img-bg .service-item {
		position: initial;
		width: 100%;
		text-align: left;
		padding-left: 70px;
		margin-bottom: 20px;
	}
	.service-img-bg .service-item .service-desc {
		font-size: 14px;
		line-height: 2;
	}
	.service-img-bg .service-item.service-1 {
		background: url(../../images/s-1.png) no-repeat;
	}
	.service-img-bg .service-item.service-2 {
		background: url(../../images/s-2.png) no-repeat;
	}
	.service-img-bg .service-item.service-3 {
		background: url(../../images/s-3.png) no-repeat;
	}
	.service-img-bg .service-item.service-4 {
		background: url(../../images/s-4.png) no-repeat;
	}
	.service-img-bg .service-item.service-5 {
		background: url(../../images/s-5.png) no-repeat;
	}
	
	.index-adv-bg {
		height: auto;
	}
	.index-adv-bg .adv-item {
		width: 100px;
		height: 100px;
		margin: 0 10px;
	}
	.index-adv-bg .adv-item .adv-num {
		font-size: 2rem;
	}
	.index-adv-bg .adv-item .adv-title {
		font-size: 1rem;
	}
	.index-about .container {
		flex-wrap: wrap;
	}
	.index-about-img {
		max-width: 100%;
		margin-right: 0;
	}
	.index-about-img img {
		width: 100%;
	}
	.index-about-content .about-contact {
		font-size: 1.2rem;
	}
	.index-about-content .about-contact a {
		padding: 5px 20px;
		font-size: 1.1rem;
		margin-right: 10px;
	}
	.center-img-box .center-item {
		width: 100%;
	}

	.footer .row .footer-item-2 {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0;
	}
	.footer .row .footer-item-2 .f-copy {
		flex-wrap: wrap;
		justify-content: center;
	}
	.bg-info {
		background: #e07f7f !important;
	}
	
	.position {
		display: flex;
		flex-wrap: wrap;
	}
	.position .sub-nav {
		margin-bottom: 10px;
		width: 100%;
	}
	.position .sub-nav a {
		margin-bottom: 10px;
	}
	.position span {
		text-align: left;
	}
	.jumbotron  {
		display: none;
	}
	.pages {
		padding-top: 20px;
	}
	
	.news-center-list li {
		display: flex;
		flex-wrap: wrap;
	}
	.news-center-list li a {
		width: 100%;
	}
	.news-center-list li .news_pic {
		width: 100%;
	}
	.news-center-list li .news_font {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.news-center-list .news3more {
		margin-top: -60px;
	}
	.doctor-item .card-text {
		display: none;
	}
	.doctor-main {
		display: flex;
		flex-wrap: wrap;
		margin: 0 5px;
		padding: 20px 5px;
	}
	.doctor-main .head-box {
		margin: 0 auto 10px;
	}
	.doctor-main .title-item {
		width: 100%;
		background: none;
		flex-wrap: wrap;
		height: auto;
	}
	.doctor-main .title-item .doctor-name {
		width: 100%;
		text-align: center;
		border-right: none ;
		padding-bottom: 5px;
	}
	.doctor-main .title-item .doctor-subtitle {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.doctor-main .title-item .doctor-subtitle span {
		display: inline-block;
	}
	
	.keshi_list {
		flex-wrap: wrap;
	}
	.keshi_list .keshi_bg {
		display: none;
	}
	.keshi_list .keshilist {
		width: 100%;
	}
}

#building {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	background: #f18282;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 9999;
}

.login-main {
	position: relative;
	height: calc(100% - 305px);
	background: url(../../images/loginbg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.login-main .login-box {
	position: absolute;
	top: 80px;
	right: 10%;
	padding: 30px 40px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login-main .login-box .title {
	font-size: 26px;
}
.login-main .login-box form {
	display: flex;
	width: 280px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.login-main .login-box form input {
	width: 280px;
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 3px rgba(0,0,0,.4) inset;
	background: rgba(255,255,255,.4);
	line-height: 2.5;
	margin-top: 15px;
	padding: 0 10px;
}
.login-main .login-box form input#user {
	background: url(../../images/user.png) no-repeat;
	background-position: 6px center;
	background-size: 26px;
	padding-left: 40px;
}
.login-main .login-box form input#password {
	background: url(../../images/password.png) no-repeat;
	background-position: 6px center;
	background-size: 26px;
	padding-left: 40px;
}
.login-main .login-box form input.submit {
	background: #f18282;
	color: #fff;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
.login-main .login-box form input#code {
	width: 130px;
}
.login-main .login-box form .code-btn {
	width: 130px;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,.6);
	background: #fff;
	line-height: 2.5;
	margin-top: 15px;
	padding: 0 10px;
	cursor: pointer;
}
.login-main .login-box form input:focus{
	outline:none;
}
.login-main .login-box .register-item {
	width: 130px;
	color: #333;
	border: none;
	line-height: 2.5;
	margin-top: 8px;
	text-align: left;
}
.login-main .login-box .forget-item {
	width: 130px;
	color: #333;
	border: none;
	line-height: 2.5;
	margin-top: 8px;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.login-main .login-box {
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		width: 280px;
		padding: 20px 30px;
	}
	.login-main .login-box form {
		width: 220px;
	}
	.login-main .login-box form input {
		width: 220px;
	}
	.login-main .login-box form input#code {
		width: 105px;
	}
	.login-main .login-box form .code-btn {
		width: 105px;
		font-size: 12px;
		line-height: 35px;
	}
	.login-main .login-box .register-item {
		width: 105px;
	}
	.login-main .login-box .forget-item {
		width: 105px;
	}
}


.demo{ background-color: #E4E1D9; padding: 50px 0;}
.box{
	font-family: 'Kanit', sans-serif;
	text-align: center;
	border: 10px solid #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	overflow: hidden;
	position: relative;
}
.box:hover{ box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.3); }
.box:before{
	content: "";
	background: linear-gradient(to left top,#f18282,#f7b7b7);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
}
.box:hover:before{ opacity: 1; }
.box img{
	width: 100%;
	height: 220px;
	transition: all 0.4s linear;
}
.box:hover img{
	opacity: 0;
	transform: scale(3);
}
.box .box-content{
	color: #fff;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all 0.4s linear;
}
.box:hover .box-content{ 
	transform: translateY(-50%) scale(1); 
	padding: 0 20px;
}
.box .title{
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.box .post{
	font-size: 14px;
	text-transform: capitalize;
}
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.box .icon li{
	display: inline-block;
	margin: 0 1px;
	opacity: 0;
	transform: scale(1.3);
	transition: all 0.3s ease 0.4s;
}
.box:hover .icon li{
	opacity: 1;
	transform: scale(1);
}
.box:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.box .icon li a{
	color: #d04d4d;
	background: #fff;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	width: 33px;
	border-radius: 50%;
	display: block;
	transition: all 0.5s ease;
}
.box .icon li  a:hover{
	color: #fff;
	background-color: #d04d4d;
	box-shadow: 0 0 5px #000;
}
.doctor-subtitle {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media only screen and (max-width:990px){
	.box { margin: 0 0 30px; }
}