.row{
	padding-bottom: 10px;
}
.notice-content{
	height: 350px;
	border: 1px solid darkgrey;
	font-family: "微软雅黑";
}
.notice-content .notice-head{

        color: white;
	height: 35px;
	line-height: 35px;
	font-size:14px ;
}
.notice-content .notice-head .notice-title{
        width:50%;
        float:left;
}
.notice-content .notice-head .visitMore{
      width:50%;
      float:right;
      text-align:right;
}
.notice-content .notice-head .visitMore .more{
     font-size:12px;
     color:white;
}
.notice-content ul{
        padding-top:10px;
}
.notice-content ul li{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
    cursor: pointer;
    color:#000;
    width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-content ul li a{
      color:black;
      text-decoration:none;
}
.notice-content ul li:hover>a{
        text-decoration:underline;
}
.download-area{
	height: 400px;
	border: 1px solid darkgrey;
}
.download-area .download-head{
	height: 35px;
	line-height: 35px;
	font-size:14px ;
	color: white;
        text-align:center;
}
.download-area ul{
     height:320px;
}
.download-area ul li{
      height:30px;
      line-height:30px;
}
