/*全局样式*/
*{
    margin:0;
    padding:0;
	
}
a{
    text-decoration:none;
}
a,div{
	color:#000;    
	font-size:12px;
}
li{list-style-type:none;}
/*全局样式结束*/
/*删除吧*/



body{
	background-image:url("../images/body-bg.png");
}


.main_top{
    background-color:white;
}
.main_top a:hover{
    text-decoration:underline;
}



.m1 li{
    background:url("../images/ban08.jpg") no-repeat left center;
    padding:2px 0;
    padding-left:10px;
    margin-left:5px;
        
}
.m2 li{
    background:url("../images/ban08.jpg") no-repeat left center;
    padding-left:10px;
    line-height:19px;
    margin-top:2px;
    margin-bottom:7px;
    margin-left:5px;
        
}

.m1 .top .title{color: white;padding-left: 15px;font-size: 14px;}
.m2 .top .title{padding-left: 20px;color: #333;}
/*学院新闻*/
.m1_2 .top{
    background-image:url("../images/ban101.jpg");
    height:21px;
    width:100%;
}
.m1_2 .content{
    padding-top:10px;
}
.m1_2{
    border-bottom:1px solid #ccc;
    border-right:1px double #ccc;
}
.m1_2 .content a{
    width:170px;
}
.m1_2  .content .staticArticleList ul li div{
    padding-right:2px;
}
/*部门动态*/
.m1_3 .top{
    background-image:url("../images/ban131.jpg");
    height:21px;
    width:100%;
}
.m1_3{
    border-bottom:1px solid #ccc;
}



/*院务公告*/
.m2_1 .m2_1_1 .top{
    background-image:url("../images/jw12.jpg");
    height:15px;
    width:100%;
}
.m2_1 .m2_1_1 .content{
    padding-top:10px;
}
.m2_1 .m2_1_1 .content a{
    width:170px;
}
.m2_1 .m2_1_1 .content .staticArticleList ul li div{
    padding-right:2px;
}


/*教务信息*/
.m2_2 .top{
    background-image:url("../images/ban03.jpg");
    height:15px;
    width:100%;
}
.m2_2_advertice_pic{
    display:none;/*人文社科学院没有这个图片，暂时隐藏*/
    margin-top:15px;
    margin-left:8px;
    margin-bottom:10px;
    padding-left:150px;
    background-image:url("../images/m3_122.jpg");
    background-repeat:no-repeat;
    height:89px;
    font-size:14px;
    color:#999;
}

/*下载专区*/
.m2_3 .m2_3_1 .top{
    background-image:url("../images/sxjy12.jpg");
    height:15px;
    width:100%;
    background-repeat:no-repeat;
}
.m2_3_1 .advertice_pic{
    background-image:url("../images/ban11.jpg");
    height:57px;
    
}

/*热点链接*/
.m2_3 .m2_3_2 .top{
    /*background-image:url("../images/rdlj.jpg");不要图片了*/
    height:19px;
    width:100%;
}
.m2_3_2 .content .link{
    float:left;
    margin-top:9px;
    margin-left:11px;
    margin-right:11px;
}
.m2_3_2 .content .link select{
    width:150px;
    display:block;
    margin-top:10px;
}
.m2_3_2 .content .m2_3_2_content_pic{
    float:left;
    height:45px;
    width:75px;
    margin-top:19px;
    background-image:url("../images/xg.jpg");
}

/*所有模块背景设为白色*/
.m1_1,.m1_2,.m1_3,.m2_1,.m2_2,.m2_3{background-color:white;}
/*所有更多字样样式*/
.top a{
    margin-right:5px;
    float:right;
}
.top a:visited{color:#bfbfbf;}
.top a:hover{color:red;}
/*所有文章列表链接颜色*/
.content a:hover{color:blue;}
/*所有文章列表链接文字长度超出部分用省略号表示，而不换行*/
.content a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width:32em;可以设定长度*/
}
/*主题内容二各模块边框*/
.m2_1,.m2_2,.m2_3{
    border:1px solid #ccc;
}


/*页脚样式*/
.footer div{
    text-align:center;
}   
.footer .footer_top{line-height:23px;background-color:#d27f63;color: white;}
.footer .footer_bottom{
    padding-top:10px;
}
.footer .footer_bottom img{
    width:16px;
}



/*下面开始是二级菜单页面样式*/
.secondMenuModule .top{
    background-image:url("../images/jgsz.jpg");
    height:30px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:3px 0 0 50px;
    letter-spacing:5px;/*字间距*/
}
.secondMenuModule .content .text_link{
    line-height:23px;
    background-color:#fff;
    border-bottom:1px solid #0e69b0;
    color:#333333;
    padding-left:50px;
    letter-spacing:2px;
}
.secondMenuModule .content .text_link a:hover{
    cursor:pointer;
    
}