.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;
    }


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;
color: #000000;
}

.lighter1 {
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
    color: #000000;
    }
    
.lighter2 {
font-weight: lighter;
line-height: 25px;
margin-left: 2em;
color: #ff0000;
}

.lighter3 {
font-weight: lighter;
line-height: 25px;
color: #ff0000;
}



.content {
    text-align: center;
    vertical-align: text-bottom;
    font-weight: lighter;
    line-height: 25px;
    color: #000000;
}



.table{
	margin:auto;
	display: table; 
	border-collapse: collapse;
	width: 60%;
}
.tr1{
	display: table-row;
	height: 30px;
}
.td0{
	width: 10%;
}
.td1{
	font-size: 16;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 2em;
	color:#02369c;
	width: 30%;
}

.td2{
    font-weight: lighter;
	font-size: 15;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 2em;
	color:red;
	width: 30%;
}

.td2 a{ 
    color:red;
    text-decoration:none;
}
