#center{
	width:920px;
	margin: 0 auto; 
}
#side_nav{
	height: 550px;
	width: 200px;
	background: green;
	float: left;
	margin-right: 20px;
}
#con{
	width: 700px;
	float: left;
}
.con_navi{
    height：100px;
    width:700px;
    padding:10px 0;
    
}

#text_con{
    width:700px;
    min-height:500px;
}
#mianbao_nav{
	width: 700px;
	height: 50px;
	border: 1px solid #000;
}
#con_content{
	width: 700px;
	min-height:500px;
	border: 1px solid #eee;
	box-shadow: 0 3px 15px rgba(0,0,0,.60); 
}
#contents{
        margin:0;
        padding:0;
	zoom:1;
}
#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_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);
}

#list_date{
	font-size: 12px;
	color: #666; 
}

#list_right{
	width: 728px;
	min-height:575px;
	float: left;
}
.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;
}


#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: 700px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.5s;
	background: #EEE;
	border-radius: 20px;
        margin-left:10px;
}

#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;
}
