*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.notice{
	width: 718px;
	height: 275px;
	margin: 14px 10px 10px 0px;
	overflow: hidden;
    background:#DCDCDC;
    border-radius:4px;
}
.notice2{
	width: 618px;
	height: 350px;
	margin: 10px 10px 10px 0px;
	overflow: hidden;
/*    background:#DCDCDC;*/
    border-radius:4px;
}

.notice-tit{
	height: 35px;
	position: relative;
	background: #B0C4DE;
}
.notice-tit2{
	height: 35px;
	position: relative;
/*	background: #B0C4DE;*/
}

.notice-tit ul{
	position: absolute;
	width: 721px;
	left: -1px;
}
.notice-tit2 ul{
	position: absolute;
	width: 300px;
	left: -1px;
}

.notice-tit li{
	float: left;
	width: 144px;
	height: 35px;
	background: #585063;
	line-height: 26px;
	padding: 0 1px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.notice-tit2 li{
	float: left;
	width: 144px;
	height: 35px;
	background: #585063;
	line-height: 26px;
	padding: 3px 0px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #eee;
       color:white;
}

.notice-tit li.select{
	background: #fff;
	border-bottom-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0;
	font-weight: bolder;
    background-color: #2E8957;
}
.notice-tit2 li.select{
	background: #fff;
	border-bottom-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0;
	font-weight: bolder;
    background-color: #2E8957;
}

.notice-tit li a:link,.notice-tit2 li a:visited{
	text-decoration: none;
	color: #fff;
}
.notice-tit2 li a:link,.notice-tit2 li a:visited{
	text-decoration: none;
	color: #fff;
}

.notice-tit li a:hover{
	color: #f90;
}
.notice-tit2 li a:hover{
	color: #f90;
}

.notice-con{
	margin: 5px 5px 10px 40px;
}
.notice-con2{
	margin: 5px 5px 10px 0px;
}

.notice-con ul{
    float: left;
}
.notice-con2 ul{
    float: left;
}

.notice-con li {
    height: 35px;
    line-height: 55px;
    width: 205px;
    float: left;
}
.notice-con2 li {
    height: 35px;
    line-height: 55px;
    width: 205px;
    float: left;
}

.notice-con li a{
	color: #000;
}
.notice-con2 li a{
	color: #000;
}

.notice-con li a:hover{
	color: #f90;
}
.notice-con2 li a:hover{
	color: #f90;
}

.tab-pane ul{
    float: left;
}
.tab-pane2 ul{
    float: left;
}
.tab-pane ul li1 {
    height: 25px;
    line-height: 25px;
    width: 700px;
    float: left;
}
.tab-pane2 ul li1 {
    height: 25px;
    line-height: 25px;
    width: 700px;
    float: left;
}

.box{

padding-right:5px;
	overflow:hidden;
	zoom:1;
}

.ul1{
	float:left;
	clear:left;    
	height: 35px;
    line-height: 30px;
margin-left:2px;
}
.ul1 a:hover{
       color:#f90;
}
.ul2{
	float:right;
	clear:right;   
	height: 35px;
    line-height: 30px;
}