/*
General
=========================== */
body {
	font-family: "Microsoft YaHei", "Hiragino Sans GB", SimHei, STHeiti;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow-x: hidden;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
.dy_title{
font-size: 18px;
letter-spacing: 0.1em;
cocolor: #666;
font-weight:600;
text-align: center;
}
.tyt_24 {
	font-size: 24px;
letter-spacing: 0.1em;
.font-weight:700;
}
.tyt_20 {
	font-size: 20px;
letter-spacing: 0.1em;
.font-weight:600;
}
.tyt_18 {
	font-size: 18px;
letter-spacing: 0.1em;
.font-weight:500;
}
.tyt_16{
letter-spacing: 0.1em;
	font-size: 16px;
font-weight:700;
}
.tyt_14{
letter-spacing: 0.1em;
	font-size: 14px;
font-weight:700;
}
.fc_222 {
    color: #222;
}
.fc_666 {
    color: #666;
}
.fc_999 {
    color: #999;
}
.fc_red {
    color: #be222f;
}
.fc_white {
    color: #fff;
}
.fc_blue {
    color: #3FBBC0;
}
.bg-gray {
  background-color: #F6F7F9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd!important;
}
.section{
    padding: 70px 0;
    position: relative;
}

.section a{
    color: #f43438;
}

.gray{
    background-color: #f9f9f9;
}

.section .heading{
    text-align: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.section .heading .title{
    position: relative;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Microsoft YaHei';
}

.section .heading .title strong{
    font-weight: 700;
    text-transform: uppercase;
}

.section .heading:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-bottom: solid 1px #f43438;
}

.test-height{
    height: 1800px;
}

.pageheader{
    padding: 230px 0;
    background-image: url(../images/banner_wx.png);
    background-color: #f43438;
}

.pageheader.fixed-demo{
    padding-top: 250px;
}

.pageheader.fixed-demo.dark{
   background-color: #666 !important;
}

.pageheader.fixed-demo.white{
    background-image: url(../images/banner_wx.png);
   background-color: #fff !important;
}

.pageheader .title{
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff !important;
    font-family: "Microsoft YaHei";
	padding-left:250px;
}

.pageheader p{
    margin-bottom: 0;
    color: #f5f5f5;
    font-size: 20px;
    font-family: "Microsoft YaHei";
	padding-left:400px;
}

.pageheader.fixed-demo.white .title{
    color: #3f3f3f !important;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}

.pageheader.fixed-demo.white p{
    color: #6f6f6f;
}

hr{
    border: solid 2px #efefef;
    margin: 60px 0 50px;
}

/*
Home
=========================== */
.section.home{
    padding: 100px 0;
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #f43438;
}

.section.home.dark{
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #fff;
}

.section.home .heading-home{
    text-align: center;
    position: relative;
    z-index: 2;
}

.section.home .heading-home .title{
    color: white;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: capitalize;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff;
}

.section.home .heading-home p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f0f0f0;
}

.section.home .overlay{
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-home{
    border: solid 1px #fff;
    color: #fff !important;
    padding: 10px 20px;
    margin: 5px;
    letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:focus{
    color: #3f3f3f !important;
    background-color: #fff;
}
@media (max-width: 767px) {

	#aboutUs{
		margin-top:50px; 	
	}
	
}

/*
Affiliates
=========================== */
.affiliates{
    display: inline-block;
    padding: 10px;
    border: solid 1px #bbb;
    margin: 0 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.affiliates a{
    text-decoration: none !important;
}

.affiliates img{
    width: 200px;
    margin-bottom: 5px;
}

.affiliates h6{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}



/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 !important;
}

.padding-clear{
	padding:0 !important;
}

.margintop-clear{
	margin-top:0 !important;
}

.paddingtop-clear{
	padding-top:0 !important;
}

.marginbot-clear{
	margin-bottom:0 !important;
}

.paddingbot-clear{
	padding-bottom:0 !important;
}

.marginleft-clear{
	margin-left:0 !important;
}

.paddingleft-clear{
	padding-left:0 !important;
}

.marginright-clear{
	margin-right:0 !important;
}

.paddingright-clear{
	padding-right:0 !important;
}
.padding-top15{
	padding-top:40px !important;
}
.padding-top40{
	padding-top:40px !important;
}

.padding-topt60{
	padding-top:60px !important;
}

.padding-top70{
	padding-top:70px !important;
}

.padding-bot5{
	padding-bottom:5px !important;
}

.padding-bot10{
	padding-bottom:10px !important;
}

.padding-bot15{
	padding-bottom:15px !important;
}

.padding-bot20{
	padding-bottom:20px !important;
}

.padding-bot30{
	padding-bottom:30px !important;
}

.padding-bot40{
	padding-bottom:40px !important;
}

.padding-bot50{
	padding-bottom:50px !important;
}

.padding-bot60{
	padding-bottom:60px !important;
}

.padding-bot70{
	padding-bottom:70px !important;
}

.margin-mintop10{
	margin-top:-10px !important;
}

.margin-mintop20{
	margin-top:-20px !important;
}

.margin-mintop30{
	margin-top:-30px !important;
}

.margin-mintop60{
	margin-top:-60px !important;
}

.margin-mintop110{
	margin-top:-110px !important;
}

.margin-minbot10{
	margin-bottom:-10px !important;
}

.margin-minbot20{
	margin-bottom:-20px !important;
}

.margin-minbot30{
	margin-bottom:-30px !important;
}

.margin-minbot60{
	margin-bottom:-60px !important;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px !important;
}

.margin-right10{
	margin-right:10px !important;
}

.margin-left20{
	margin-left:20px !important;
}

.margin-right20{
	margin-right:20px !important;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px !important;
}

.margintop10{
	margin-top:10px !important;
}

.margintop15{
	margin-top:15px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop25{
	margin-top:25px !important;
}

.margintop30{
	margin-top:30px !important;
}

.margintop35{
	margin-top:35px !important;
}

.margintop40{
	margin-top:40px !important;
}

.margintop45{
	margin-top:45px !important;
}

.margintop50{
	margin-top:50px !important;
}

.margintop55{
	margin-top:55px !important;
}

.margintop60{
	margin-top:60px !important;
}

.margintop80{
	margin-top:80px !important;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px !important;
}

.marginbot10{
	margin-bottom:10px !important;
}

.marginbot15{
	margin-bottom:15px !important;
}

.marginbot20{
	margin-bottom:20px !important;
}

.marginbot25{
	margin-bottom:25px !important;
}

.marginbot30{
	margin-bottom:30px !important;
}

.marginbot35{
	margin-bottom:35px !important;
}

.marginbot40{
	margin-bottom:40px !important;
}

.marginbot45{
	margin-bottom:45px !important;
}


.marginbot50{
	margin-bottom:50px !important;
}

.marginbot55{
	margin-bottom:55px !important;
}

.marginbot60{
	margin-bottom:60px !important;
}

.marginbot80{
	margin-bottom:80px !important;
}



/*------------------------------------------------home---------------*/
/*---------about us 展开/收起---------------*/

    .con p{
      font-size: 16px;
      line-height: 32px;
    }
    .many-txt{
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
    }
    .all-txt{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:none;
    -webkit-box-orient: vertical;
    }
	button:focus{outline:none!important;}
@media (max-width: 767px) {

	.con{
		margin-top:50px; 	
	}
	
}

/*---------------面包屑导航---*/
.breadcrumb{
    background-color: #fff!important;
}

@media (max-width: 767px) {
	.home_main,#content {margin-top:70px;
	}
	#return-to-hl {
	  top: 60px!important;
	  right:0px!important;
	  border-radius:2px!important;
	  background-color: rgba(45,68,114,0.3)!important
	}
}

/*-----------return-to-护理学院-------------------*/
#return-to-hl {
	  position: fixed;
	  top: 0px;
	  right: 20px;
	  display: block;
	  text-decoration: none;
	  height:26px;
	  line-height:26px;
	  z-index: 19999;
	  border-radius: 3px;
	  padding:0 10px;
	  transition: all 0.3s ease;
	  color:#fff;
	  background-color: rgba(45,68,114,0.5)}


/*----------------Section Start---------------*/
#news-note a {
    color: #666666 ;
}
h5 {
    line-height: 25px;
}
.section-top-40, .home2-section-top-40 {
    margin-top: 40px;
}
.m-t-30 {
    margin-top: 30px;
}
.heading {
    text-align: center;
}

h2, h1 {
    line-height: 46px;
}
.section-top-10 {
    margin-top: 10px;
}
.section-top-25 {
    margin-top: 25px;
}
.section-top-align {
    margin-top: 20px;
}

.hoveicon_plus a {
    top: 40%;
    position: absolute;
}
.text-success {
    color: #3FBBC0;
}
.text-white {
    color: #ffffff;
}
.section-top-25 {
    margin-top: 25px;
}

.m-t-70 {
    margin-top: 70px;
}


/*-----------Back to top-------------------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  text-decoration: none;
  z-index: 9999;
  transition: all 0.3s ease; }

#return-to-top:hover i {
  color: #fff; }


  
/*------------------footer------------------*/

.copy-rights {
    background-color: #333333;
}
footer a, .footer_text_color, .footer_text_color a {
    color: #C9C9C9;
}
.section-top-15{
    margin: 15px;
}
.copy-rights p {
    margin: 0 0 5px;
}

@media screen and (max-width: 767px) {

footer a:focus, .footer_text_color a:hover {
  color: #efefef; }

}
 
  
@media (min-width: 1200px) {
	.copy-rights .container{
	 background: url(../images/logo-white_bk.png) no-repeat left 10px; 
 }
 
} 

@media (max-width: 767px) {
  .copy-rights p {
    text-align: center; 
	}
	.home_slider {margin-top:68px;height: 150px!important; }

}

.section-bottom-15 {
  margin-bottom: 15px; }
  


/*---------------quick mennu----------*/


.quick_mennu  img {
	
    display: block;
}
.quick_mennu a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.quick_mennu a strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}
.quick_mennu a .btn-shortcut {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/*---------------home 6box----------*/
.box_white,.box_red,.box_yellow,.box_blue{
	margin-bottom:15px;
	padding:30px 30px;
	height:200px;
	background-image: url(../images/bg_w.png);
    background-repeat: no-repeat;
    background-position:top right;
	
}
.box_white ul li,.box_red ul li,.box_yellow ul li{
	
}
.box_white{
	background-color:#fff;
}
.box_white h5,.box_white  a{
	color:#333333;
}
.box_red{
	background-color:#BD2B50;
}
.box_red  h5,.box_red  a{
	color:#fff;
}
.box_yellow{
	background-color:#C9BD43;
}
.box_yellow h5,.box_yellow a{
	color:#333333;
}
.box_blue{
	background-color:#39527D;
}
.box_blue  h5,.box_blue  a ,.box_blue  p{
	color:#fff;
}

.box_white ul li a,.box_red ul li  a {
    width: 68%!important;
    display: inline-block!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    vertical-align: top!important;
	text-decoration:none!important;
}
.notice_b{position:relative;}
.notice_b .more { float: right; position:absolute ;zoom: 1; top: 20px; right:20px; display: block; font-size:28px;color:#be222f;cursor: pointer;}
.notice_b li {
    padding-left:15px;
    background: url(../images/5.gif) no-repeat 0px 5px;
}
.news_b li {
    padding-left:15px;
    background: url(../images/i5.gif) no-repeat 0px 5px;
}
.news_b{position:relative;}
.news_b .more { float: right; position:absolute ;zoom: 1; top: 20px; right:20px; display: block; font-size:28px;color:#fff;cursor: pointer;}
.youhui_b li {
	padding-left:15px;
    background: url(../images/i5.gif) no-repeat 0px 5px;
    color:#1D1D1D;

}

.box_red  .date {
    float: right;
    color: #fff;
}
.box_white  .date {
    float: right;
    color: #333;
}
@media (max-width: 767px) {
  .box_q{
    margin-bottom:15px; 
	}
	.box_q  .img-responsive{width:100%;height:auto;}

	.news{
		margin-top:40px; 	
	}
}
/*----------------------huanjing------------------------------*/
  .box_q{
    padding:0px 20px; 
	}
.box_q  h5.text-title{text-align:center;color:#999;padding-top:10px;}
.box_q  p{padding:0;margin:0;}

[class*=' imghvr-'] figcaption, [class^='imghvr-'] figcaption {
    background-color: rgba(51, 51, 51, 0.65)!important;
}

@media (max-width: 992px) {
.box_q{
    margin-bottom:15px; 
	}	
}
/*---------slide shiyanshi----*/

.home3_countup_section {
    background-image: url(../images/wx_b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
}

.carousel-indicators {
    top:-40px;
	z-index: 0;
}

.item ul li{
	float:left;
	padding:0px 10px;
}
.caption p{text-align:center;padding:5px 0px;margin:0;}

.carousel-control {
    width: 5%!important;
	top: -40px;
}
.glyphicon {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	font-size:30px;

}
@media (max-width: 767px) {
.caption p{font-size:12px;}
}



.zoomify.zoomed {
    
    border-radius:3px!important;
	z-index:100000!important;
border: solid 3px #D4A26D !important;
}

.zoomify-shadow {
    z-index: 9!important;
}
.zoomify-shadow.zoomed {
    opacity: 0!important;
}

/*---------------content page----------*/


.media_banner4 {
    background: url(../images/index_3banner_countup.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.teach_local {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;

}
.teach_local a.cur {
    color: #869bae;
}

.content_R {
    background: #fff;
    border: 1px solid #eeeeee;
}

.content_R .contain h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
}
.content_R .contain .time {
    line-height: 26px;
    border-bottom: 1px dashed #EEE;
    font-size: 14px;
    color: #999;
    margin-top: 14px;
    text-align: center;
    padding: 9px 0px;
}
.content_R .contain .con p {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.content_R .contain .bm a {
    color: #666;
    font-size: 14px;
    padding-left: 4px;
}
  .tit>h3 {font-size: 20px;font-weight:400 ;color:#666;text-align:center !important;}
.li_title2{color:#666;}
@media (max-width: 992px) {
nav.navbar.bootsnav {
    padding-bottom: 30px!important;

	}
  .tp-banner-slider{margin-top:80px!important;}

}

/*---------------list page----------*/
.list_banner4 {
    background: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-size: 100%;
	}
.list_R {
    background: #fff;
    border: 1px solid #eeeeee;
    padding-top: 20px;
	}

.xw_list li {
    padding-left: 15px;
    background: url(../images/5.gif) no-repeat 0px 5px;
	height:35px;
}
.PrevDisabled,.NextDisabled {
border: solid 0px #AFD5F5!important;

}
.xw_list  a {
    width: 68%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.xw_list .date {
    float: right;
    color: #333;
}
}
@media (max-width: 767px) {
.xw_list  a {
    width: 68%;
	}
}
/*---------------list_content page----------*/
.a_lank li {
    padding-left: 15px;
    background: url(../images/5b.gif) no-repeat 0px 5px;
	height:35px;
}
.a_lank  a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.right-sidebar {
    background: #F6F7F9;
    padding: 30px;
    border: 1px solid #EEEFF1;
    height: 390px;
}
.wz_rank {
    overflow: hidden;
}

.wz_rank  a {
    width: 98% !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    vertical-align: top !important;
}
.side-t {
    height: 50px;
    line-height: 50px;
    background-color: #be222f;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
letter-spacing: 0.1em;
    margin-bottom: 10px;
	background-image: url(../images/bg_w.png);
    background-repeat: no-repeat;
    background-position:top right;
}
.list-cont-t{ font-size: 18px;
			 font-weight:700;
			 color:@999;
			 height:40px;
			 line-height:40px;
}
hr {
    border: solid 1px #efefef!important;
    margin: 20px 0 20px!important;
}

/*---------------biaoge ------------------------------------*/
.table_01 table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-top: 2px solid #3FBBC0;

}
.table_01 th {
    margin: 0px;
    padding: 12px 5px;
    border: 1px solid #dddee0;
    background: #f3f3f3;
    text-align: center;
}
.table_01 td {
    margin: 0px;
    padding: 10px 5px;
    border: 1px solid #dddee0;
    text-align: center;
}
table th:first-child, table td:first-child {
    border-left: 0px;
}
table th:last-child, table td:last-child {
    border-right: 0px;
}
td.td_left{text-align: left;}
div.bumen_img{
	padding:30px 0;
	text-align:center;}

@media screen and (max-width: 767px) {
.bumen_img img{width:80% !important;height:auto !important;display: inline-block!;}
.news_cont img{width:80% !important;height:auto !important;display: inline-block!;}
}
/*---------------fullSlide ------------------------------------*/
.fullSlide{ width:100%;  position:relative;   }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  overflow:hidden; text-align:center;  height:360px; }
/* shiyanshi */
.swiper-container{width: 100%;background: #fff;}
.swiper-slide{position: relative;width: 100%!important;background: #F6F7F9;}
.swiper-slide .info{position: absolute;top: 9%;left: 15px;width: 26%;height: 70%;padding: 35px;box-sizing: border-box;background: #fff;box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);}
.swiper-slide .info h3{font-size: 18px;}
.swiper-slide .img{float: right;max-width: 1200px;max-height: 595px;overflow: hidden;}
.swiper-slide .img img{max-width: 100%;}
.swiper-pagination{text-align: left;}
.swiper-pagination-fraction{left: 45px;font-weight: bold;font-size: 20px;}
.swiper-button-next,
.swiper-button-prev{top: auto;bottom: 14px;width: 47px;height: 15px;}
.swiper-button-prev{left: 14px;}
.swiper-button-next{right: auto;left: 106px;}
@media (max-width: 1440px){.swiper-slide .img{width: 83%;}.swiper-container-3d{perspective: none;}}
@media (max-width: 1280px){.swiper-slide .info h3{font-size: 18px;}.swiper-slide .info p{width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}}
@media (max-width: 980px){.swiper-slide .info p{display: none;}}
@media (max-width: 780px){.swiper-slide .info{padding-top: 10px;}.swiper-slide .info h3{font-size: 14px;margin: 0;padding-bottom: 30px;}.swiper-slide .info a{font-size: 14px;}}
@media (max-width: 640px){.swiper-slide .info{padding: 10px;left: 5px;}.swiper-slide .info h3{font-size: 14px;margin: 0;padding-bottom: 0px;}.swiper-slide .info a{font-size: 10px;}}	
/*-- div_img80--*/
@media screen and (max-width: 767px) {
.div_img80 img{width:80% ;height:auto;}

}
/*---------------jiaoshi_member ------------------------------------*/
.member_img{
    width: 82px;
    height: 124px;
    overflow: hidden;
    float: left;
    background-color: #000;

}
.member_info{
	margin-left: 130px;
    margin-bottom: 0.5em;
    overflow: hidden;

}
.member_name {
    display: block;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
margin-bottom: 0.5em;}
.member_prof {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
.bumen_img img{width:80% !important;height:auto !important;display: inline-block!;}
.news_cont img{width:80% !important;height:auto !important;display: inline-block!;}
}


.m_top15{margin-top:15px;}