.notice{
	margin-top: 30px;
}
.notice a{
   color:#333;
}
.notice-left{
	height: 630px;
	border: 1px solid lightgrey;
    overflow:hidden;
    margin-left: 15px;
}
.notice-left .banner-nav{
	height: 43px;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid lightgrey;
        font-size: 14px;
}
.notice-left .banner-left,.notice-left .banner-right{
	height: 43px;
	line-height: 43px;
}
.notice-left .banner-left{
        font-size:18px;
	color: #777;
	float: left;
}
.notice-left .banner-right{
    float:right;
}
.notice-left .banner-nav ul li{
   text-align:center;
   display:inline;
   float:left;
   height:43px;
   font-size:18px;
   line-height:43px;
}
 .nav-item{
	width: 86px;
}
.nav-item1{
   width:135px;
   font-size:18px;
   letter-spacing:3px;
   height:43px;
   line-height:43px;
}
.nav-item1:hover{
    background-color:#0062B8;
    color:white;
}
.notice-left .nav-item:hover{
       cursor: pointer;
}
.notice-left table{
      height:530px;
      table-layout:fixed;
      text-indent:15px;
}
.notice-left table .clicked-tr{
   height:30px;
   line-height:30px;
}
.notice-left table .clicked-tr:hover{
        background-color:#d3d3d3;
        cursor: pointer;
}
.notice-left table td {
         white-space: nowrap;
         text-overflow: ellipsis;
         overflow: hidden;
}
.notice-left  a{
        color:#333;
}
.notice-right .item{
	height: 150px;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
}
.notice-right .item ul{
       height:75px;
}
.notice-right .item ul li{
	padding-left:8px;
        padding-top:5px;
}
.notice-right .item ul li:hover>a{
     text-decoration:underline;
}
.notice-right .item a{
       color:#333;
}
.notice-right .item-head{
	padding: 2px;
    color:white;
}
.notice-right .item-head h4{
	text-align: center;
}
#left-1,#left-2{
	margin-left: 0;
	border: 1px solid darkgray;
}
#left-1>.banner-nav,
#left-2>.banner-nav {
         border-bottom:1px solid darkgray;
}

.show-block a:hover{
    color:#0062b8;
}
 .show-block,.not-show{
   	width: 100%;
   	height: 300px;
   }
    .show-block:{
    	display: block;
    }
    .not-show{
    	display: none;
    }
    .content-li{
    	margin-top: 8px;
        line-height:2;  	
    }
    .content-a{
    	font-size: 16px;
    }
    .span-left{
    	float:left;
    	width: 70%;
    	padding-left: 5px;
    	white-space: nowrap;
         text-overflow: ellipsis;
         overflow: hidden;
    }
    .span-right{
        clear:right;
    	float: right;
    	padding-right: 5px;
        width:12%;
    }