@charset "UTF-8";
/* banner区 */
.bancont {
	width: 100%;
	position: relative;
	margin-top: 100px;
	z-index: 7;
}

.banner {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.banner .hd {
	height:auto;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 20px;
	z-index: 999;
}
.banner .hd .slick-dots{
	position:static;
}
.banner .slick-dots li button{
	width: 20px;
	height: 10px;
}
.banner .slick-dots li.slick-active button
{
   background: #722F27;
}
.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	width: 20px;
	height: 10px;
	margin: 0px 5px;
	text-align: center;
	background: #888787;
	cursor: pointer;
	text-indent: -999em;
	border-radius: 0px;

}

.banner .slick-dots li button{border-radius: 0px;}



.banner .hd ul li.on {
	background: #722F27;
}
.banner .news_images a img{
	display:block;
	width:100%;
	height:auto;
	min-height: 180px;
	object-fit: cover;
}


.zncont_bg {
	width: 100%;
	margin: auto;
	height: auto;
	background: url(../img/zncont_bg.jpg);
	background-size: 100% 100%;
}

.zncont_bg {}

.zncont {
	
	margin: auto;
	position: relative;
}

.zncont ul {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.zncont ul li {
	float: left;
	width: 16.6%;
	height: 90px;
	background: url(../img/znlb_bg2.jpg) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.zncont ul li span {
	float: left;
    width: 55px;
    height: 55px;
	background: url(../img/zndh_bg.png) no-repeat;
	margin: 20px 5px 0px 10px;    background-size:100% !important;
}

.zncont ul li span i {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 10px 0px 0px 10px ;
}

.zncont ul li span i.zndhic1 {
	background: url(../img/zndh01.png) no-repeat;
background-size:100% !important;
}

.zncont ul li span i.zndhic2 {
	background: url(../img/zndh02.png) no-repeat;
background-size:100% !important;
}

.zncont ul li span i.zndhic3 {
	background: url(../img/zndh03.png) no-repeat;background-size:100% !important;
}

.zncont ul li span i.zndhic4 {
	background: url(../img/zndh04.png) no-repeat;background-size:100% !important;
}
.zncont ul li span i.zndhic5 {
	background: url(../img/btn_img.png) no-repeat;background-size: 80% !important;
    background-position: 50%;
}
.zncont ul li span i.zndhic6 {
	background: url(../img/btn_img.png) no-repeat;background-size: 80% !important;
    background-position: 50%;
}
.zncont ul li h2 {
	float: left;
	font-size: 14px;
	color: #fbe5c9;
	font-weight: normal;
	line-height: 22px;
	margin-top: 25px;
	width:100%;
	text-align:center;
}

.zncont ul li h2 b {
	font-size: 18px;
	font-weight: normal;
	display:block;
}

.zncont ul li:hover {
	background: url(../img/znlb_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.zncont ul li:hover span {
	background: url(../img/zndh_bgat.png) no-repeat;
}

.zncont ul li:hover span i.zndhic1 {
	background: url(../img/zndh01_at.png) no-repeat;
}

.zncont ul li:hover span i.zndhic2 {
	background: url(../img/zndh02_at.png) no-repeat;
}

.zncont ul li:hover span i.zndhic3 {
	background: url(../img/zndh03_at.png) no-repeat;
}

.zncont ul li:hover span i.zndhic4 {
	background: url(../img/zndh04_at.png) no-repeat;
}

.zncont ul li:hover h2 {
	color: #722F27;
}




/*新闻动态*/
.tab1{
	margin-top: 80px;
	position: relative;
	background: url(../img/center_bg.png) no-repeat left center;
}

.new_tab{
	width: 49%;
	padding-right: 20px;
	box-sizing: border-box;
}
.new_tab div.tab ul{
	padding-bottom: 20px;
}
.new_tab div.tab ul li{
	float: left;
	font-size: 30px;
	color: #808080;
	line-height: 1;
	margin-right: 60px;
	padding-bottom: 20px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.new_tab div.tab ul li a {
	color: #808080;
}
.new_tab div.tab ul li:last-child{
	margin-right: 0;
}
.new_tab div.tab ul li.tabNav_in{
	color: #722F27;
	border-bottom: 1px solid #722F27;
}
.new_tab div.tab ul li.tabNav_in::before{
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #722F27;
	left: 0;
	bottom: -10px;
}
.new_tab .tab ul li::after{
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #666666;
	top: 12px;
	left: -34px;
}
.new_tab .tab ul li:first-child:after{
	display: none;
}
.new_tab .tab_box>div{
	display: none;
}
.new_tab .tab_box>div.tabCon{
	display: block;
}
.new_tab .tab_box>div.tabCon ul li{
	margin-top: 30px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}
.new_tab .tab_box>div.tabCon ul li:last-child{
	border-bottom: none;
}
.new_tab .tab_box>div.tabCon ul li>a{
	width: 100%;
	display: block;
}
.tab1 .new_tab ul li:first-child a h2{
	font-size: 18px;
	color: #111111;
	line-height: 26px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab1 .new_tab ul li:first-child a:hover h2{
	color: #722F27;
}
.tab1 .new_tab ul li:first-child a h2 font{
	font-size: 15px;
	display: inline-block;
	width: auto;
	padding: 0 5px;
	background: #722F27;
	color: #fff;
	margin-right: 10px;
}
.tab1 .new_tab ul li:first-child p.txt{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0;
}
.tab1 .new_tab ul li:first-child p span{
	font-size: 14px;
	color: #666666;
}
.tab1 .new_tab ul li:first-child p a.fr{
	font-size: 14px;
	color: #666666;
	padding-right: 40px;
	background: url(../img/hsjt.png) no-repeat right center;
}
.tab1 .new_tab ul li:first-child p a.fr:hover{
	color: #722F27;
	background: url(../img/hsjt2.png) no-repeat right center;
}
.new_tab ul li a p.time span.day{
	display: block;
	background: #e6e5e0;
	width: 62px;
	line-height: 34px;
	text-align: center;
	font-size: 24px;
	color: #666;
}
.new_tab ul li a p.time span.year_m{
	display: block;
	background: #a0a09e;
	width: 62px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
.new_tab ul li a p.con{
	width: calc(100% - 62px);
	padding-left: 24px;
	box-sizing: border-box;
}
.new_tab ul li a p.con span.tit{
	display: block;
	color: #111111;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_tab ul li a p.con span.txt{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_tab ul li a:hover p.time span{
	color: #fff;
} 
.new_tab ul li a:hover p.time span.day{
	background: #722F27;
}
.new_tab ul li a:hover p.time span.year_m{
	background: #722F27;
}
.new_tab ul li a:hover p.con span.tit{
	color: #722F27;
}

/*院内OA*/
.yy_oa{
	position: absolute;
	width: 50%;
	right: 0;
	top: 40px;
	padding-left: 120px;
	box-sizing: border-box;
}
.yy_oa ul li img{
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
}
.yy_oa ul button.slick-prev, button.slick-next{
	width: 92px;
	height: 52px;
	display: block;
	left: 0;
	bottom: 0;
	background-size: 100%;
	z-index: 100;
}
.yy_oa ul button.slick-prev{
	left: -92px;
	background: url(../img/btn01.png) no-repeat center;
}
.yy_oa ul button.slick-next{
	background: url(../img/btn03.png) no-repeat center;
}
.yy_oa ul button.slick-prev:hover{
	background: url(../img/btn02.png) no-repeat center;
}
.yy_oa ul button.slick-next:hover{
	background: url(../img/btn04.png) no-repeat center;
}
.yy_oa div.yxlj>a{
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin: -55px auto;
	box-shadow: 0 0 5px 2px rgba(18,116,68,0.8);
	background: #368d59;
	z-index: 1111;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.yy_oa div.yxlj>a span{
	display: block;
	border: 1px dashed #559e72;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 50px;
	box-sizing: border-box;
	background: url(../img/btn_img.png) no-repeat center 12px ;
}
.yy_oa div.yxlj>a:hover{
	background: #eec425;
	box-shadow: 0 0 5px 2px rgba(238,196,37,0.8);
}
.yy_oa div.yxlj>a:hover span{
	border: 1px dashed #d4ad19;
}

/* 医师团队 */
.ystd{
	margin-top: 60px;
	padding-bottom: 60px;
}
.ystd::before{
	display: block;
	content: "";
	position: absolute;
	width: 90%;
	height: 400px;
	left: 0;
	bottom: 0;
	background: #722F27;
	z-index: -1;
}
.ystd .ystd_img{
	width:40%;
}
.ystd .ystd_list{
	width: 60%;
	padding-left: 65px;
	box-sizing: border-box;
}

.ystd_img li{
	overflow: hidden;
}
.ystd_img li img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.ystd_img li h2{
	font-size: 26px;
	color: #ffffff;
	line-height: 40px;
	font-weight: normal;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ystd_img li h2 font{
	font-size: 18px;
	display: inline-block;
	margin-left: 40px;
}
.ystd_img li p{
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ystd_img .slick-dots{
	bottom: -50px;
}
.ystd_img .slick-dots li.slick-active button
{
   background: #722F27;
}
.ystd_img .slick-prev, .ystd_img  .slick-next{
	width: 36px;
	height: 36px;
	background: url(../img/hsjt.png) no-repeat center;
	z-index: 1001;
	bottom: -54px;
	left: 50%;
}
.ystd_img .slick-prev:hover, .ystd_img  .slick-next:hover{
	background: url(../img/hsjt3.png) no-repeat center;
}
.ystd_img .slick-prev{
	margin-left: -108px;
	transform: rotateY(180deg);
}
.ystd_img  .slick-next{
	margin-left: 72px;
}
.ystd_list ul li{
	width: 50%;
	height: 280px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}
.ystd_list ul li img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all .8s;
}
.ystd_list ul li:hover img{
	transform: scale(1.2);
}
.ystd_list ul li:nth-child(3) {
	padding: 25px;
	box-sizing: border-box;
}
.ystd_list ul li:nth-child(3) a{
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #30825a;
	line-height: 230px;
	position: relative;
	z-index: 99;
}
.ystd_list ul li:nth-child(3) a:hover{
	color: #eec425;
}
.ystd_list ul li:nth-child(3) a::before{
	display: block;
	content: "MORE";
	color: #307e57;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/ystd_more.png) no-repeat center;
	z-index: -1;
	opacity: 0.8;
}

/* 科室介绍 */
.ksjs{
	margin-top: 60px;
	background: url(../img/ksjs_bg.png) no-repeat left center;
}
.ksjs_sub li{
	cursor: pointer;
}
.ksjs_sub{
	min-height: 530px;
	background: url(../img/ksjs_img.png) no-repeat right center;
}
/* 科室介绍tab */
.tab_two>div,.right>div,.tab_three>div{
	display: none;
}
.tab_two>div.two_con,.right>div.tab_three,.tab_three>div.three_con{
	display: block;
}

.ksjs .left{
	width: 40%;
}
.tab_one{
	margin-top: 50px;
}
.tab_one ul {
	font-size: 0;
}
.tab_one ul li{
	display: inline-block;
	width: 48%;
	line-height: 55px;
	background: #bdd4c3;
	margin-right: 4%;
	font-size: 20px;
	color: #722F27;
	text-align: center;
}
.tab_one ul li.in{
	background: #722F27;
	color: #fff;
}
.tab_one ul li:last-child{
	margin-right: 0;
}
.tab_two .two_con ul li{
	display: inline-block;
	width: auto;
	margin-right: 40px;
	font-size: 18px;
	color: #111111;
	line-height: 30px;
	margin-top: 35px;
	padding-left: 60px;
}
.tab_two .two_con ul li:nth-child(2n){
	margin-right: 40px;
}
.tab_two .two_con ul li:nth-child(1){
	display: block;
	width: 200px;
	background: url(../img/ksjs_icon1.png) no-repeat left top;
}
.tab_two .two_con ul li:nth-child(2){
	background: url(../img/ksjs_icon2.png) no-repeat left top;
}
.tab_two .two_con ul li:nth-child(3){
	background: url(../img/ksjs_icon3.png) no-repeat left top;
}
.tab_two .two_con ul li:nth-child(4){
	background: url(../img/ksjs_icon5.png) no-repeat left top;
}
.tab_two .two_con ul li:nth-child(5){
	background: url(../img/ksjs_icon4.png) no-repeat left top;
}
.tab_two .two_con ul li font{
	display: block;
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
	position: relative;
}
.tab_two .two_con ul li font::before{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #a2a2a2;
}
.tab_two .two_con ul li.in,.tab_two .two_con ul li.in font{
	color: #2a406c;
}
.tab_two .two_con ul li.in font::before{
	width: 100%;
	background: #2a406c;
}
.ksjs{
	position: relative;
}
.ksjs .right{
	width: calc(60% - 120px);
	float:right;
}
.tab_three>div{
	margin-top: 30px;
}
.tab_three>div>ul{
	display:inline-block;
	width:100%;
	font-size:0;
}
.tab_three>div>ul>li{
	display:inline-block;
	font-size:14px;
	background: #722F27;
	line-height: 55px;
	color: #fff;
	text-align: center;
}
.tab_three>div>ul>li.in{
	background: #1e8251;
}
.four_con p.sj_tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
	text-indent: 30px;
	position: relative;
	line-height: 30px;
}
.four_con p.sj_tit::before{
	content:"";
	display:block;
	position:absolute;
	width: 4px;
	height: 100%;
	background: #fff;
	left: 10px;
	top: 1px;
}
.four_con div ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 25px;
}
.four_con div ul li:nth-child(4n){
	margin-right: 0;
}
.four_con div ul li a{
	display: block;
	line-height: 40px;
	background: url(../img/ksmc_bg.png) no-repeat center;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-size: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6%;
}
.four_con div ul li a:hover{
	text-indent:10px;
}
.four_con>div{
	display: none;
}
.four_con>div.con{
	display: block;
}
/* 专题 */
.zt{
	margin: 80px auto;
}
.zt ul li{
	padding: 0 15px;
}
.zt ul li a,.zt ul li a img{
	display: block;
	width: 100%;
	height: 110px;
	/*object-fit: cover;*/
	border-radius: 5px;
	overflow: hidden;
}
.zt .slick-prev, .zt  .slick-next{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	top:50%;
	margin-top: -21px;
	z-index: 1001;
	background: url(../img/jianT.png) no-repeat center;
}
.zt .slick-prev:hover, .zt  .slick-next:hover{
	border: 1px solid #722F27;
	background: url(../img/jianT2.png) no-repeat center;
}
.zt .slick-prev{
	left: 30px;
	transform: rotateY(180deg);
}
.zt  .slick-next{
	left: auto;
	right: 30px;
}

/* 就医指南 */
.jyzl{
	padding:60px 0;
	background: #722F27 url(../img/jyxn_bg.png) no-repeat center;
}
.jyzl h2.lmmc {
	display: inline-block;
}
.jyzl h2.lmmc font{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.jyzl h2.lmmc font::before{
	background: #fff;
}
.jyzl_tab ul{
	font-size:0;
}
.jyzl_tab ul li{
	display: inline-block;
	font-size: 18px;
	line-height: 54px;
	color: #722F27;
	background: #fff;
	text-align: center;
	padding: 0 20px;
	margin-left: 20px;
	cursor: pointer;
}
.jyzl_tab ul li.tabIn{
	background: #722F27;
	color: #fff;
}
.jyzl .jyzl_con>div{
	display: none;
}
.jyzl .jyzl_con>div.conIn{
	display: block;
}
.jyzl .jyzl_con>div ul{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.jyzl .jyzl_con>div ul li{
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	padding: 20px 15px;
	background: #f6f1e4;
	box-sizing: border-box;
	margin-top: 40px;
	vertical-align: top;
}
.jyzl .jyzl_con>div ul li:nth-child(4n){
	margin-right: 0;
}

.jyzl .jyzl_con>div ul li h2{
	font-size: 20px;
	line-height: 36px;
	color: #722F27;
	font-weight: normal;
	text-align: left;
}

.jyzl .jyzl_con>div ul li:nth-child(1) h2{
	background: url(../img/jyxn_icon1.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(2) h2{
	background: url(../img/jyxn_icon2.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(3) h2{
	background: url(../img/jyxn_icon3.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(4) h2{
	background: url(../img/jyxn_icon4.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(5) h2{
	background: url(../img/jyxn_icon5.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(6) h2{
	background: url(../img/jyxn_icon6.png) no-repeat right center;
}
.jyzl .jyzl_con>div ul li:nth-child(7) h2{
	background: url(../img/jyxn_icon7.png) no-repeat right center;
}

.jyzl .jyzl_con>div ul li p {
	text-align: left;
	margin-top: 15px;
	padding-top: 10px;
	height: 97px;
	border-top: 1px solid #e6decb;
}
.jyzl .jyzl_con>div ul li p a{
	display: inline-block;
	width: auto;
	max-width: calc(100% / 3);
	margin-right: 30px;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.jyzl .jyzl_con>div ul li p a:nth-child(3n){
	margin-right:0;
}
.jyzl .jyzl_con>div ul li p a:hover{
	color: #722F27;
	text-indent:5px;
}

/* 党建引领tab */
.tab2{
	margin-top: 60px;
	margin-bottom: 60px;
}
.tab2 .new_tab{
	width: 100%;
}
.tab2 .tab_box>div.conIn{
	display: block;
}
.tab2 .tab_box>div.conIn ul li{
	width: 22%;
	margin-right: 4%;
	float: left;
	background: #fff;
	padding: 25px 32px 40px;
	border: 1px solid #dddddb;
	box-sizing: border-box;
	position: relative;
}
.tab2 .tab_box>div.conIn ul li:last-child{
	margin-right: 0;
}
.tab2 .tab_box>div.conIn ul li:nth-child(even){
	margin-top: 40px;
}
.tab2 .tab_box>div.conIn ul li:nth-child(odd){
	margin-top: 70px;
}
.tab2 .tab_box>div.conIn ul li a{
	display: block;
	position: relative;
}
.tab_box>div.conIn ul li a p.lanmu{
	font-size: 16px;
	line-height: 40px;
	color: #3e3e3e;
	border-bottom: 1px solid #b5b5b4;
	text-align: right;
}
.tab_box>div.conIn ul li a h2{
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 30px 0;
	font-weight: normal;
}
.tab_box>div.conIn ul li a p.txt{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.tab_box>div.conIn ul li a p.time{
	position: absolute;
	display: block;
	width: auto;
	padding: 10px 18px;
	background: #d9cdb0;
	top: -40px;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
}
.tab_box>div.conIn ul li a p.time font{
	display: block;
	font-size: 16px;
}
.tab_box>div.conIn ul li a span.more{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-top: 20px;
	background: transparent url(../img/jianT3.png) no-repeat center;
}
.tab_box>div.conIn ul li:hover{
	border-bottom: 1px solid #722F27;
}
.tab_box>div.conIn ul li:hover p.time{
	background: #722F27;
}
.tab_box>div.conIn ul li:hover p.lanmu{
	color: #722F27;
	border-bottom: 1px solid #722F27;
}
.tab_box>div.conIn ul li:hover h2{
	color: #722F27;
}
.tab_box>div.conIn ul li:hover span.more{
	background: #722F27 url(../img/jianT.png) no-repeat center;
}
.tab_box>div.conIn ul li:hover::before{
	display: block;
	content: "";
	width: 155px;
	height: 110px;
	position: absolute;
	right: -50px;
	bottom: -35px;
	background: url(../img/rc.png) no-repeat center;
}

.four_con div ul li#vv65 a,.four_con div ul li#vv68 a{ line-height:20px;white-space:normal;text-overflow:inherit;}


#piaochuang{position: fixed;bottom: 0;right: 0;width: 325px;z-index: 99999;cursor: pointer;}
#piaochuang .close-btn{position: absolute;top:0px;right: 0px;cursor: pointer;}
@media (max-width:768px){
  #piaochuang{display: none;}
}
