.scale img{
	width:100%;
	height: 30;
}


/* Styles specific elements by their ids */

img#nanjinguniversity	{
	padding-top: 18px;
	float: right;
	width:70px;
	}
img#typhoon	{
	float: left;
	/* 201605181153 Added to make new logo look better */
	width: 200px;
	}
img#forecast	{
	padding-top: 15px;
	float: right;
	width: 60px;
	padding-right: 10px;
	padding-left: 15px;
	}	
img#meso	{
	padding-top: 15px;
	float: right;
	width:70px;
	}

	
/* Styles each of the main sections */

div#rammb_header	{
	/* 201605181153 Added to make new logo look better */
	min-height: 98px;
	}
.textlinks	{
	font-size: 48px;
    vertical-align:middle;
	text-align: center;
	line-height: 85px;
	color: #002060;
	}

	

br{
    display:inline; 
    line-height:11px;
}	

dotted {border-style: dotted;}
dashed {border-style: dashed;}
solid {border-style: solid;}
none {border-style: none;}
outset {border-style: outset;}

	
*{
	margin:0px;
	padding:0px;}
#nav{
	height:30px;
	width:100%;	
	background:#fff;
	margin:0 auto;/*0 上下 auto 左右*/
	margin-bottom:5px;
	border-style: solid none solid none;
	border-color:#4472C4 #fff #BAC5E2 #fff;
	border-width:2px 0px 5px 0px;
	}

#nav ul{
	/*box-shadow:0 0 10px rgba(0,0,0,.2); 向框添加一个或多个阴影*/
	list-style:none;/*在一个声明中设置所有的列表属性*/	
	/*white-space:nowrap 段落中的文本不进行换行*/
	}
	
#nav ul li {
  	float:left;
	width:24.8%;
	line-height:19px;
	text-align:center;
	position:relative;
	border-style: solid solid solid solid;
	border-color:#fff #4472C4 #4472C4 #4472C4;
	border-width:1.5px 0px 2px 1px;
}

#nav ul li a{
	text-decoration:none;
	color:#333;
	padding:5px 10px;
	display:block;
	}


 /* 在一级菜单中，鼠标放上去的样式 */
#nav ul li a:hover {
    color:#BAC5E2;
    }

	
	
	
.lighter {
font-weight: lighter;
line-height: 25px;
margin-left: 2em;
margin-right: 1em;
color: #000000;
}

.title {
	font-size: 20;
	line-height: 55px;
	margin-left: 1.5em;
	color: #002060;
	}

.subtitle {
	font-weight: lighter;
	line-height: 40px;
	margin-left: 1.8em;
	color: black;
	/* text-decoration:underline; */
	}

