@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	
	border: 0;}

body{

	font-family:"微软雅黑";
	font-size:14px;
	color:#595c5b;}

ul li{
	list-style:none;}

a{
	text-decoration: none;
	color:#828282;}

a:hover, a:visited {
	 text-decoration:none;}

a:hover{
	 color:#006ec7;}

p,ul {
	margin:0;}

.clearfix:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

.clearfix{
	zoom:1;}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12,.col-sm-12{
	padding:0;}

/*头部*/
.header{
	 background:url(../img/fegche.jpg) 60% top no-repeat;}
.container{
	 padding:0;}

.logo{
	display:block;
	width:70%;
	margin:20px 0 18px;
	float:left;}

.navbar-toggle {
	 display:none;
    position: relative;
    float: right;
	 width:24px;
	 height:22px;
	 background:url(../img/anniu.jpg) no-repeat;
	margin-top: 30px;
	padding:0;
	margin-right:0;
    margin-bottom: 8px;
    border:none;
    border-radius: 0px;}

.topright{
	 float:left;
	 text-align:right;
	 width:30%;
	 margin-top:32px;}

.topright .toplink a{
	 color:#555555;
	 font-size:14px;
	 font-family:"微软雅黑";
	  margin-left:10px;}

.topright .toplink a.en{
	 background:url(../img/en.jpg) 10px center no-repeat;
	 padding-left:34px;
	 border-left: 1px solid #c8c8c8;}


/*搜索*/

.search1{
	width:255px;
	 height:30px;
	background: #fff;
    border:1px solid #b1dffe;
	 border-radius:15px;
	 margin:12px 0 24px auto ;}

#search_kang{
	 width:175px;
	 height:27px;
	 outline:none;float: left;margin-left: 16px;}

#search_image{ 
	outline:none;
	vertical-align:top;}



/*导航*/
.nav{ background:#086291;}
.nav ul{ margin-bottom:0;}
.nav ul li{
	position:relative;
	z-index:99;
	float:left;
	height:54px;
	line-height:48px;
	text-align:left;
	 width:11%;
	  margin-left:0.6%;}

.nav ul li:first-child{
	 width:6.4%;}

.nav ul li a{
	 display:block;
	 text-align:center;
	 width:120px;
	 padding-left:12%;
	 color:#fff;
	 height:54px;
	 font-family:"微软雅黑";
	 font-size:18px;
	 border-top:4px solid #086291;
	 background-color:#086291;
	 background-image:url(../img/nav-arrow.jpg);
	 background-position:90% center;
	 background-repeat:no-repeat;}

.nav ul li:first-child a{
	padding-left:20%;}

.nav ul li.active a{
	  border-top:4px solid #ff6712;
	  background-color:#075283;}

.nav ul li:hover a{
	  border-top:4px solid #ff6712;
	  background-color:#075283;}

.nav ul li .nav_item{
	 display:none;
	 position:absolute;
	 top:54px;
	 left:0;
	 background:#075283;
	 width:165%;
	 z-index:999;
	 margin-left:0;}

.nav ul li:hover .nav_item{
	display:block;}

.nav ul li .nav_item li{
	float:none;
    width:100%;
	height:45px;
	line-height:45px;
    text-align:left;
	border-top:1px solid #2e6d96	
;}

.nav ul li .nav_item li:first-child{
	 border-top:none;}

.nav ul li .nav_item li a{

	 font-size:14px;
	 color:#fff;
	 padding:0 0px 0 9%;
	 height:45px;
	 line-height:45px;
	 background-image:none;}

.nav ul li:hover .nav_item li a{
	 border-top:0;}

.nav ul li .nav_item li:hover a{
	 color:#ff6712;}
/**********导航动画**********/
@-webkit-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@-moz-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@-0-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}




/*banner相关设置*/
.banner{
	 background:#f4f4f4;}
#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
	height:238px;}

#full-width-slider .rsOverflow{
	position:absolute ;
	 left:0 ;
	 top:0;}

.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	background:#ff0000;
	filter: alpha(opacity=60);/*ie*/
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;}

.fullWidth { margin: 0 auto;}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 10px;
	right: 48%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;}
.rsMinW .rsBullet {
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	box-sizing:content-box;
	padding: 6px 5px 6px 4px;}
.rsMinW .rsBullet span {
	display: block;
	width:13px;
	height: 13px;
	background: #fff;
	background: rgba(255,255,255,1);
	 border-radius:50%;}
.rsMinW .rsBullet.rsNavSelected span {
	background: #ff6712;}

#full-width-slider8 .rsBullet.rsNavSelected span{
	 display:none;}

#full-width-slider8{
	width: 100%;}

/*首页内容部分*/

.item-meta.meta-title{ font-size:16px; line-height:22px; padding:6px 0;}
.item-meta.meta-title{ font-size:14px;}
.item-meta.meta-pic{ max-height:180px; overflow:hidden;}
.back-white{ background:#fff;}

.title{
	 border-bottom:1px solid #cdcdcd;
	 margin-bottom:21px;}


.title h3{
	  float:left;
	  height:45px;
	  line-height:45px;
	  color:#444444;
	  font-size:20px;
	  font-weight:normal;
	  margin:0;
	  padding-left:2px;}

.title .more {
    float:right;
    color: #a7a7a7;
    font-size: 14px;
	height:35px;
	line-height:35px;
    text-decoration:none;
	 margin-top:10px;
	 margin-right:5px;
	padding-right:12px;
	background:url(../img/more.jpg) right center no-repeat;}


/*学院新闻*/

.news{
	margin:20px 0 27px;}

.new-picture{
	 margin-top:10px;
	 padding-right:1.7%;}


#full-width-slider1 .rsGCaption{
	 background:url(../img/hei.jpg) repeat;
	  color:#fff;
	   font-size:14px;
	   padding:8px 20% 8px 3px ; 
	   position:absolute;
	   left:0;
	   bottom:0px;
	   text-align:left;
	   overflow:hidden;
       text-overflow:ellipsis;
   	   white-space:nowrap
;}


#full-width-slider1 {
    width: 100%;}

#full-width-slider1 .rsBullets{
	right:8px;
	 bottom:6px;}

#full-width-slider1 .rsBullet{
	padding:6px 3px 6px 2px;}

#full-width-slider1 .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(81,89,73,.5);
	 border-radius:5px;}

#full-width-slider1 .rsBullet.rsNavSelected span {
    background: #ff7900;}

#full-width-slider1 .rsContent .infoBlockLeftBlack {
	 position:absolute;
	  bottom:30%;
	   left:70px;}

.rsContent img{
	 width:100%;}

.new-list{
	 margin-top:8px;}

.new-list ul li{
	 width:90%;
	 margin-left:2.5%;
	 float:left;
	 height:44px;
	 line-height:44px;
	  border-bottom:1px  dashed #cccccc;}

.new-list ul li.odd{
	margin-left:1.5%;
	margin-right:1%;}

.new-list ul li p a{
	 display:block;
	 height:44px;
	 background:url(../img/new-dian.jpg) left center no-repeat;
	 padding-left:15px;}

.new-list ul li p{
	 color:#555555;
	  height:44px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}



/*通知公告*/
.notice{
	margin:0px 0 27px;
	padding-right:1.7%;}

.notice ul li{
	
	border-bottom: 1px solid #ececec;}

.notice ul li a {
    display: block;
    height: 44px;
    margin: 10px 0;}

.notice  ul li a p {
    float: left;
    width: 83%;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #555555;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;}

.notice ul li a:hover p{
	 color:#086291;}

.notice  ul li a span {
    display: block;
    float: left;
    width: 17%;
    text-align: left;
    font-size: 14px;
    color: #ff6712;} 

/*学术科研*/
.research{
	padding:0 0.85%;}
.research ul li{
	
	border-bottom: 1px solid #ececec;}

.research ul li a {
    display: block;
    height: 44px;
    margin: 10px 0;}

.research  ul li a p {
    float: left;
    width: 83%;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #555555;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;}

.research ul li a:hover p{
	 color:#086291;}

.researchspan {
    display: block;
    float: left;
    width: 17%;
    text-align: left;
    font-size: 14px;
    color: #ff6712;}

/*专题专栏*/
.special{
	 padding-left:1.7%;}

.special ul li{
	 width:48%;
	 float:left;
	 height:53px;
	 line-height:53px;
	  text-align:center;
	   background-color:#f5f7fb;
	    background-image:url(../img/sanjiao.jpg);
		 background-position:right top;
		 background-repeat:no-repeat;
	   margin:7px 2% 7px 0;}


.special ul li.odd{
	margin:7px 0 7px 2%;}

.special ul li+li+li+li+li{
	 width:100%;
	margin:7px 0 ;}

.special ul li+li+li+li+li+li.odd{
	 margin:7px 0 ;}

.special ul li+li+li+li+li+li+li{
	 width:48%;
	  margin:7px 2% 7px 0;}

.special ul li+li+li+li+li+li+li+li.odd{
	  margin:7px 0 7px 2%;}

.special ul li a{
	 color:#555555;
	 font-size:16px;}

.special ul li:hover{
	 background-color:#086291;}

.special ul li:hover a{
	 color:#fff;}

/*学院快讯*/
.flash{
	background:#f8f8f8;
	padding:20px;}

.flash h3{
	 font-size:16px;
	 color:#0062ad;
	 font-weight:bold;
	  background:url(../img/laba.jpg) left center no-repeat;
	  padding-left:30px;
	  padding-right:15px;
	  margin:0;
	  float:left;}


 #div1 ul li span.wenben{ margin-right:14px; font-size:14px; color:#555555;}
 #div1 ul li span.time{ font-size:14px; margin-right:40px; color:#a9a9a9;}
 .d1 { margin: 0 15%;width:75%;height:17px;overflow:hidden;white-space:nowrap;}
 .d2 {margin:0px auto;background-color:#FF9933;}
 .div2 {width:auto;height:auto;font-size:12px;float:left;overflow:hidden;}
 

/*链接图片*/
.link ul li {
	 width:32%;
	 margin:28px 0 33px 2%;
	  float:left;
	  text-align:center;
	   background:#6eb2c9;}

.link ul li:first-child{
	margin-left:0;}

.link ul li+li{
	 background:#086291;}

.link ul li+li+li{
	 background:#a48d57;}

.link ul li+li+li+li{
	 background:#ca6698;}

.link ul li+li+li+li+li{
	 background:#f6b83b;}



.link ul li a h5{
	 font-size:16px;
	 color:#fff;
	 padding:15px 0;}

.link ul li a .media-img{
	 height:100px;
	 overflow:hidden;}

.link ul li a .media-img img{
	 width:100%;
	 min-height:100%;
        transform: scale(1);
    transition: transform 0.4s;}

.link ul li:hover a .media-img img{
    transform: scale(0.9);
    transition: transform 0.6s;
        margin-top: 5px;}
	
.content-box{
       min-height: 400px;
	   margin-top:80px;}

/*简介*/

.left-box{
	padding-right:2%;
	 width:26%;}

.left-nav{
	position:relative;
	 background:#086291;
	padding-left:13px;
	 border-bottom:4px solid #e0e0e0;}

.left-nav .nav-bolid{
	 position:absolute;
	 top:-66px;
	 left:15px;
	 z-index:99;}

.left-nav .column{
	position:absolute;
	left:0;
opacity: 0.95;
	top:-66px;
	background-color:#086291;
	 background-image:url(../img/navleft.jpg);
	  background-repeat:no-repeat;
	  background-position:right 10px;
	 font-size:24px;
	  height:66px;
	 line-height:66px;
	 color:#fff;
	  width:100%;
	 padding:0  15px;
	 z-index:98;}

.left-nav .column span{
	display: inline-block;
    vertical-align: middle;
    line-height: 25px;}

.left-nav ul li{
	 border-bottom:1px solid #ebebeb;
	  background:#f7f9fc;
	 height:60px;
	 line-height:60px;
	 padding:0 7.5%;}

.left-nav ul li a{
	 display:block;
	 background:url(../img/navleft-arrow.jpg) right center no-repeat;
	 font-size:16px;
	 color:#333;}

.left-nav ul li.active{
	 background:#fff;}

.left-nav ul li.active a{
	 color:#ff6711;
	  background:url(../img/navleft-arrowon.jpg) right center no-repeat;}

.left-nav ul li:hover{
	 background:#fff;}

.left-nav ul li:hover a{
	color:#ff6711;
	 background:url(../img/navleft-arrowon.jpg) right center no-repeat;}

/*右边*/

.right-box{
	 width:74%;}

.right-content{
	position:relative;
	padding:20px;
        min-height: 300px;}

.columnkuang{
	 position:absolute;
	 left:0;
	 top:-66px;
	  width:100%;
	  height:66px;
	 line-height:40px;
	  
	   background:#fff;}

.location{
	position: absolute;
    right:20px;
	top:0px ;
	height:66px;
	line-height:75px;
	 font-size:14px;
	 color:#666666;}

.columntitle {
	width:95%;
	border-bottom:1px solid #f0f0f0;
	color:#086291;
	 height:66px;
	 line-height:66px;
	font-size:24px;
	font-weight:normal;
		 margin-bottom:0;
	 margin-left:20px;
	 margin-top:0;}

.columntitle span{
	display: block;
    float: left;
	 height:66px;
	 line-height:66px;
	 border-bottom:2px solid #ff6711; 
	 padding-right:10px;}



.about{  
	margin-bottom:50px;
	color:#595c5b;
	 font-size:14px;
	 line-height:1.5;
	 min-height:250px;
	 padding-top:20px;}
.about h1{ margin-top:10px; color:#086291; margin-bottom:20px; text-align:center; font-size:18px; line-height:24px; font-weight:bold;}
.about p { font-size:16px; color:#555555; line-height:36px; text-indent:2em;}
.about p img{
	 max-width:100%;
        display: block;
    margin: 0 auto;}
.article{
	padding-top: 20px;}

.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
	margin:0;}

.article h2.title {
    text-align: center;
    font-size: 18px;
	font-weight:bold;
    color:#086291;
    font-family: "微软雅黑";
    line-height:24px;
    margin:0;
	 border-bottom:none;
	  background:none;}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
	margin:0
;}

.article h4.information {
    margin: 0;
    text-align: center;
    line-height:44px;
	 font-size:14px;
	  color:#666666;
	  padding-top:10px;
	   border-bottom:1px dashed #c1c1c1;}


.article .content {
   color:#555555;
    font-size: 16px;
    line-height: 36px;
    min-height: 250px;
    margin-bottom: 50px;
	padding: 10px 0px ;}

.article .content table{
        width: 100%;}


.article .content p{
	margin:0;
	 color:#555555;
	 font-size:16px;
	 line-height:36px;
	 margin-bottom:10px;
	 font-family:"微软雅黑";
         text-indent: 2em;}

.article .content p img{
	 max-width:100%;
        display: block;
    margin: 0 auto;}

.organization p img.mapimg{
	 width:100%;
	 margin:35px 0;}


.learning h1{
	 height:37px;
	 line-height:37px;
	  font-size:16px;
	  color:#333333;
	  padding-left:45px;
	 background-color:#ededed;
	 background-image:url(../img/huang.jpg);
	  background-repeat:no-repeat;
	  background-position:20px center;
          margin-bottom:15px;}

.learning p{
	 font-size:16px;
	 color:#333;
	 line-height:20px;
         margin-left:45px;}



/*列表*/
.listul li{
	 width:100%;
	 height:44px;
	 line-height:44px;
	  border-bottom:1px  dashed #cccccc;}

.listli a{
	 display:block;
	 height:44px;
	 background:url(../img/new-dian.jpg) left center no-repeat;
	 padding-left:15px;}

.listp{
	 float:left;
	 width:85%;
	 font-size:16px;
	 color:#555555;
	  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.list ul li:hover p{
	 color:#ff6711;}

.listspan{
	 float:left;
	 width:15%;
	 color:#a6a6a6;
	  text-align:right;
	 font-size:16px;}

.list-img .media .pull-left {
	margin-right:4%;
	 width:107px;
	 height:141px;
	 overflow:hidden;}

.list-img .media .pull-left img{
	 width:100%;
	 min-height:100%;}

.list-img .media .media-heading{
	 color:#333;
	 font-size:16px;
	 line-height:30px;
	  font-weight:500;
	  margin-top:20px;}

.list-img .media .media-heading:hover{
	 color:#ff6711;}

.list-img .media .media-body p{
	 font-size:14px;
	 color:#666;
	 line-height:30px;}
.list-img  ul li{
	 border-bottom:1px solid #ebebeb;
	 padding:15px 0 11px;}

.teachers {
        margin-bottom: 20px;}

.teachers h2 {
     height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    background: #ededed;
    margin-bottom: 15px;
    border-left: 3px solid #ff6711;}

.teachers li{
  float: left;
   width: 20%;
    margin: 10px 0;
        /* margin-right: 20px; */
    list-style: none;}




/*尾部*/
.footer {
	 background:#086291;
	 padding:35px 0 30px;}

.footer p{
	 color:#a7d3ec;
	 line-height:24px;
	 margin-bottom:7px;
	 margin-top:5px;}

.code{
	position:absolute;
	left:40%;
	top:0;}

.ewmbox {
    position: absolute;
    z-index: 9;
    top: -100px;
    left: 15%;
    padding: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    background: #ececec;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;}

.ewmbox.active{
	opacity: 1;
	filter:alpha(opacity=1); /* ie */
	-moz-opacity:1; /* 老版mozilla */
	-khtml-opacity:1; /* 老版safari */
	-webkit-transform: translateY(0); transform: translateY(0);}

.footer .footer-left{
	 width:70%;
	 float:left;
         position: relative;}



.footer .footer-right{
	 width:30%;
	 float:left;
	  text-align:right;}

.footer select{
	 border:1px solid #086291;
	 height:30px;
	  color:#086291;
	   width:45%;
	   padding:0 5px;}

/*分页栏*/
/*分页栏*/
.pagebar{
	 margin: 15px auto 40px;
	  text-align:center;}

.p_first_d,.p_last_d{
    font-size: 14px;
    color: #808080;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
	border-radius:5px;
	display:none;}
/*
.p_first,.p_last{
	 font-size: 14px;
    color: #808080;
	padding:7px 10px 7px 25px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
	border-radius:5px;
	 display:none;}



.p_prev_d,.p_prev {
    font-size: 16px;
     color: #656565;
	 background:#f6f6f6;
	padding:7px 13px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;}*/
/*
.p_no {
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
   color: #656565;
   background:#f6f6f6;
    font-size:16px;}

.p_t{
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
   color: #656565;
 background:#f6f6f6;
    font-size:16px;}

.p_no_d {
   background: #086291;
   color: #fff;
    font-size:16px;
   padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
	display: inline-table;}

.p_next,.p_next_d {
    font-size: 16px;
    color: #656565;
	 background:#f6f6f6;
   	padding:7px 13px;
	margin:12px 0 12px 4px;
    border: 1px solid #eaeaea;
    display: inline-table;}*/



/*兼容ie*/

.ie7 .container ,.ie8 .container {
	max-width:1200px;}

.ie7 .nav ul li a{
	height:50px;}

.ie7 .new-picture{
	 width:32%;}

.ie7 .new-list{
	 width:66%;}

.ie7 .new-list ul li{
	 width:47.4%;}

.ie7 #full-width-slider1 .rsGCaption{
	 width:99%;}


.ie7  .notice {
	 width:31%;
	 overflow:hidden;}

.ie7 .notice ul li{
	 height:58px;}

.ie7 .notice ul li p{
	 width:82%;}

.ie7 .research {
	 width:31%;
	 overflow:hidden;}

.ie7 .research ul li{
	 height:58px;}

.ie7 .research  ul li p{
	 width:82%;}

.ie7 .special {
	 width:31%;
	 overflow:hidden;}

.ie7 .special  ul li{
	 width:47.5%
;}

.ie7 .special UL LI + LI + LI + LI + LI{
	 width:100%;}

.ie7 .special UL LI + LI + LI + LI + LI + LI + LI{
	 width:47.5%;}


.ie7 .link  ul li{
	 width:18.3%;}


.ie7 .left-nav .column{
	padding:10px 2% 0px 15px;
	 width:93%;}


.ie8 .new-picture{
	 width:33%;}

.ie8 .new-list{
	width:67%;}

.ie8  .notice , .ie8 .research , .ie8 .special {
	
	width:33%;}

.ie7 .left-box ul{
	 width:100%;
	 margin-right:
;}

.ie7 .left-box{
	padding-right:20px;}



.ie7 .right-box{
	 width:70%;}

.ie7 .list ul li a p.media-heading {
	height:25px;
	line-height:25px;
	margin-bottom:0;}