@charset "utf-8";
/* CSS Document */

/*main s*/
#main_body{ width:100%;}

.over_conl{ width:260px; height:600px; float:left; border:#E4E4E4 1px solid; margin:10px 5px;}
.over_conl .title{ height:40px; line-height:40px; font-size:14px; font-weight:bold; background:#F3F3F3;}
.over_conl .title span{ margin-left:15px;}
.over_conl .content{ width:205px; margin:10px auto;}
.over_conl .content p{ text-align:center; line-height:22px;}

.over_conr{ width:710px; height:600px; float:right; margin-top:10px; margin-right:10px;border:#E4E4E4 1px solid;}
.over_rtitle{height:40px; line-height:40px; background:#F3F3F3;}
.over_rtitle .chnlname{ width:100px; float:left; font-size:14px; font-weight:bold; margin-left:20px;}
.over_rtitle .path{ width:550px; float:right; margin-right:20px; text-align:right;}
.conr_list{ width:650px; margin:10px auto;}
.conr_list li{ line-height:24px; text-align:right;}
.conr_list li span{ float:left;}
.pagation{ text-align:center; margin-top:20px; line-height:40px;}
/*main e*/
.pagenav_span {
margin: 0 5px;
border: 1px solid #888888;
padding: 3px;
color: #fff;
background: #888888;
}
.pagenav_a {
margin: 0 5px;
border: 1px solid #888888;
padding: 3px;
color: #888888;
}
.pagenav_a:hover {
border: 1px solid #888888;
color: #fff;
background: #888888;
}