*{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}

img{
	outline: none;
	border: none;
}

a{
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}

a:hover{
	color: #037BA6;
}

#wrapper{
	margin: 0 auto;
	border: 0;
}

#header{
	margin: 0;
	padding: 0;
}

#logo{
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0;
}

#navi{
        background: #EEE;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	padding: 0;
}

.ul{
	height: 50px;
	line-height: 50px;
        margin: 0 auto;
	border: none;
	margin: 0 auto;
	width:1060px;
}

.li{
	float: left;
	width: 105px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #EEE;
	background: #EEE;
	transition: background 0.4s, border-bottom 0.6s;
	position: relative;
}

.li:hover{
	background: #CCC;
	border-bottom: 2px solid #037BA6;
}

.li_a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
        transition:  box-shadow 0.5s;
}

.li_a:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,.40);
        z-index:2000;
}

.li:hover .sub_ul{
	display: block;
}

.sub_ul{
	position:absolute;
	width:120px;
	display:none;
	left: -15px;
	z-index:1000;
        top: 52px;
}

.sub_li{
	z-index:1000;
}

.sub_li_a{
	text-align: left;
	width: 120px;
	background: #EEE;
	display: block;
	transition: background 0.3s, box-shadow 0.4s;
	z-index:1000;
}

#sub_li_a_spe{
	width: 160px;
	z-index:1000;
}

.sub_li_a:hover{
	background: #DDD;
	z-index:1000;
	box-shadow: 0 3px 10px rgba(0,0,0,.40);
}

.sub_li_a b{
	width:15px;
	background-color:#CCC;
	display:inline-block;
	margin-right:15px;
	transition: background 0.3s;
}

.sub_li_a:hover b{
	background: #BBB;
}

#content{
        margin:0;
        padding:0;
	zoom:1;
}

#picview{
	width: 1060px;
	margin: 0 auto;
	height: 450px;
	z-index: -1;
	transition: box-shadow 0.8s;
}

#picview:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

#info{
	width: 1050px;
	height: 300px;
	margin: 0 auto;
	padding-top: 10px;
}

.notice{
	float: left;
	width: 330px;
	height: 290px;
	margin: 10px; 
	background: #FFF;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
}

.notice:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.noti_head_a{
	border-bottom: 1px solid #BBB;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 330px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	background: #EEE;
	transition: background 0.5s,color 0.5s, border-bottom 0.7s;
}

.noti_head_a:hover{
	border-bottom: 1px solid #116860;
	background: #DDD;
	color: #111;
}

#notice_con{
	width: 340px;
}

#notice_con_raw{
	width: 300px;
	margin: auto;
	height: 26px;
	line-height: 26px;
	border-radius: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

#notice_con_span{
	float: right;
	font-size: 12px;
	color: #666;
}

#notice_con_a{
	transition: color 0.3s;
}

#notice_con_a:hover{
	color: #116860;
}

#bottom{
	max-height:320px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#copyright{
	text-align: center;
	margin: 0 0 5px 0;
}

#list{
	width: 1060px;
	min-height: 600px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
	float: none;
}

#list_left{
	width: 300px;
	float: left;
	min-height:600px;
}

#list_left_link{
	width: 250px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#list_left_img{
	width: 250px;
	height: 300px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	margin-left: 10px;
}

#list_left_img:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}



.side_ul{
	width:200px;
	display:block;
}

.side_li_a{
	text-align: left;
	width: 200px;
	height: 45px;
	line-height: 45px;
	background: #EEE;
	display: block;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: background 0.5s, width 0.65s, box-shadow 0.8s;
	font-size: 15px;
}

.side_li_a:hover{
	background: #DDD;
	width: 235px;
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.side_li_a span{
	display:block;
	float:left;
	width:15px;
	background-color:#CCC;
	display:inline-block;
	margin-right:15px;
	transition: background 0.3s;
	height: 45px;
	position: relative;
}

.side_li_a:hover span{
	background: #BBB;
}

#list_con_raw{
	width: 700px;
	margin: 8px 10px 10px 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

#list_con_a{
	transition: color 0.3s, border 0.5s;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	text-overflow: ellipsis;
	width: 700px;
        border-bottom:solid 1px #FFF;
}

#list_con_a:hover{
	color: #037BA6;
        border-bottom:solid 1px #037BA6;
}

#hide_li{
	width: 0;
	height: 0;
}

#hide_li_a{
	width: 0;
	height: 0;
}

#list_date{
	font-size: 12px;
	color: #666; 
}

#list_right{
	width: 728px;
	min-height:575px;
	float: left;
}

#introduce{
	width: 700px;
	min-height: 575px;
	float: left;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	font-size: 14px;
	padding: 8px 15px 15px 10px;
	font-size: 14px;
}

#introduce:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

#mbx{
	border-bottom: 1px solid #999
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-bottom:15px;
	width: 753px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.5s;
	background: #EEE;
	border-radius: 20px;
}

#mbx:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.getup{
    display:inline-block;
    padding-left:20px;
    padding-right:18px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    border-right: 2px solid #DDD;
    transition: background 0.5s, color 0.4s, border 0.5s;
}

.getup:hover{
    background:#888;
    color:#eee;
    border-right: 2px solid #117880;
}

.getupp{
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    margin-left:0;
}

.radius_left{
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.radius_right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

#context{
	width: 728px;
	min-height:575px;
	float: left;
}

#text_con{
	width: 728px;
	min-height:575px;
	float: left;
	border: 1px solid #EEE;
	background: #FCFCFC;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	font-size: 14px;
	padding: 8px 15px 15px 10px;
	font-size: 14px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
}

#text_con:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.clear{
	clear: both;
}

/*本套模版（HTML+CSS+jquery+js代码）设计均由信息系王宇航设计，是建立于网站群系统的源代码*/