﻿@charset "utf-8";


/*通用*/
@import url("/_lib/css/base.css");
/*gmb样式*/
@import url("/_lib/css/gmb.css");
/*box样式*/
@import url("/_lib/css/box.css");








/*内容主体框架*/
#container.ucc{ width:960px; position:relative; margin:0 auto; color:#333;}
#container.ucc a{ color:#333;}
#container.ucc a:hover{ color:#F60}









#container.ucc .side_menu{ width:144px; float:left;}









/*列表*/
#container.ucc .new_ucc{ width:810px; float:right;}
/*列表与主模块之间间距*/
#container.ucc .new_ucc .space{ width:100%; height:25px;}
/*标题*/
#container.ucc .new_ucc .tt{ width:100%; height:30px; position:relative;}
#container.ucc .new_ucc .tt .tt_line{ width:800px; height:1px; margin:5px auto 0; overflow:hidden; background:#CCC;}
#container.ucc .new_ucc .tt .icon{ left:10px; top:6px; position:absolute;}
#container.ucc .new_ucc .tt .tt_color{ color:#F30;}
#container.ucc .new_ucc .tt .tt_color2{ left:33px; top:7px; height:20px; position:absolute; font-size:14px; font-weight:bold; color:#000;}
#container.ucc .new_ucc .tt .tt_color2 span.selected{ color:#F60;}
#container.ucc .new_ucc .tt .order{ float:right; height:20px; margin-top:5px; margin-right:20px; color:#000;}
#container.ucc .new_ucc .tt .order span{ font-weight:bold;}
#container.ucc .new_ucc .tt .order .order_line{ width:1px; height:10px; margin:5px 5px; color:#999;}
#container.ucc .new_ucc .tt .order a{ color:#999; text-decoration:underline;}
#container.ucc .new_ucc .tt .order a.selected{ color:#F60; font-weight:bold; text-decoration:none; cursor:text;}
#container.ucc .new_ucc .tt .order a:hover{ color:#F60;}
/*浮动列表行*/
#container.ucc .new_ucc .line{ width:780px; margin:0 auto 20px;}
/*浮动ucc块*/
#container.ucc .float_block{ width:156px; float:left; display:inline;}
#container.ucc .float_block a.ucc_img{ display:block; width:135px; height:122px; position:relative; background:url(/images/ucc/ucc_img_bg.gif); cursor:pointer; text-decoration:none; margin:0 auto;}
#container.ucc .float_block a.ucc_img img{ width:127px; height:95px; display:block; margin:4px auto 0;}
#container.ucc .float_block a.ucc_img .ucc_name{ width:127px; height:18px; line-height:18px; margin:5px auto 0; overflow:hidden;}
#container.ucc .float_block .inf{ width:134px; color:#777; margin:3px auto; line-height:20px;}
#container.ucc .float_block .inf .color_2{ color:#F60; font-weight:bold;}
#container.ucc .float_block .inf .color_3{ color:#9C0; font-weight:bold;}
#container.ucc .float_block .inf .color_4{ color:#39F; font-weight:bold;}









#container.ucc .pagination{ width:100%; margin-bottom:20px;}