﻿.notice{
	width: 380px;
	height: 400px;
	float: left;
	
}

.notice-tit{
	height: 50px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2475AD;
	width: 370px;
	margin-left: 10px;
}
#notice #notice-tit b {
	margin-top: -1px;
	display: inline-block;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑"; font-weight:normal;
	font-size: 24px;
	line-height: 50px;
	padding-left: 50px; padding-right:120PX;
	background: url(../images/pencil.png) no-repeat left center;

}


.notice-tit ul{
	position: absolute;
	width: 90px;
	top: 13px;
	right: 20px;
	height: 20px;
}

.notice-tit li{
	border-radius: 50%;
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	background-color: #CCC;
	font-size: 12px;
}
.list1{
	width: 370px;
	height: 300px;
	overflow: hidden;
	display: block;
	float: left;
}
.list1 li a:hover {
	color: #F60;
}

.list1 li{
	width: 370px;
	display: block;
	height: 80px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
}
.list1 li img{
	width: 120px;
	height: 78px;
	display: block;
	float: left;
	margin-right: 7px;
}
.list1 li p{
	color: #333;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
#div1 #notice #notice-tit a {
	border-radius: 50%;
	background-color: #999;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	margin-top: 10px;
	margin-right: 10px;
}
#div1 #notice #notice-tit .select {
	background-color: #33F;
}



.notice li a:link,.notice li a:visited{text-decoration:none;
                                               color:#000;}

.notice li a:hover{color:#F90;}

.notice-con .mod{
	height: 280px;
	width: 370px;
	float: left;
	padding-left: 10px;
}
