@charset "utf-8";
/**
 * survey_result.css
 *
 * @description 调查结果页面样式
 **/

/* 公共样式 */
ul, ol ,dl {list-style:none;}
a:link,
a:visited {color:#555;}
a:hover {color:#D4105A;text-decoration:none;}
.hide {display:none;}
.co_red {color:#D9211E;}

/* 雪碧图 */
.notice_list .bg {background-image:url(../img/notice_bg.png);background-repeat:repeat-x;}

.notice_list .item i {background-image:url(../img/notice.png);background-repeat:no-repeat;}

/* 布局 */
.main {clear:both;width:985px;margin-top:10px;background-color:#fff;}
.main .col_main {float:left;width:745px;}
.main .col_side {float:right;width:225px;}

/* 左侧 */
.crumb {width:985px;height:25px;margin:8px auto 0;line-height:25px;color:#555;text-align:left;}
.crumb .arrow {font-family: "\5B8B\4F53";font-weight:bold;padding:0px 8px;}
.crumb a:link,
.crumb a:visited {color:#6abc47;}
.crumb a:hover {color:#D4105A;}

/* 公告列表 */
.notice_list .item {border-top:1px solid #D7D7D7;}
.notice_list .item .bg {display:block;overflow:hidden;height:86px;margin-bottom:-86px;background-position:0px 200px;}
.notice_list .item_inner {position:relative;padding:10px 10px 10px 20px;zoom:1;}
.notice_list .item .icon_toggle {position:absolute;top:15px;left:0px;width:12px;height:12px;background-position:0px 0px;cursor:pointer;}
.notice_list .item .time {position:absolute;right:10px;top:12px;font-family: verdana; color:#aaa;}
.notice_list .item h3 {width:500px;height:24px;font:bold 14px/24px "\5B8B\4F53";color:#555;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
.notice_list .item h3.co_red {color:#D4105A;}
.notice_list .item .desp_default {padding-top:5px;}
.notice_list .item .desp_hide {display:none;font-family: verdana;padding-top:12px;}
.notice_list .item .desp_hide p {line-height:21px;}
.notice_list .item .btn_toggle_wrap {margin-top:-19px;height:19px;line-height:19px;text-align:right;}
.notice_list .item .btn_expand ,
.notice_list .item .btn_close {display:inline-block;cursor:pointer;color:#6abc48;}
.notice_list .item .btn_close {display:none;}
.notice_list .item .btn_expand i {padding-left:4px;background-position:-60px 3px;margin-left:3px;}
.notice_list .item .btn_close i {padding-left:4px;background-position:-40px 3px;margin-left:3px;}
.notice_list .item p {line-height:19px;}
.notice_list .item a:link,
.notice_list .item a:visited {color:#6abc48;}
.notice_list .item a:hover {color:#D4105A;}

.notice_list .item_active {border-color:#6abc48;}
.notice_list .item_active .btn_toggle_wrap{ margin-top:0px;}
.notice_list .item_active .bg {background-position:0px 2px;}
.notice_list .item_active .desp_hide {display:block;}
.notice_list .item_active .icon_toggle {background-position:-20px 0px;}
.notice_list .item_active .btn_expand {display:none;}
.notice_list .item_active .btn_close {display:inline-block;}

/* 分页 */
.page_wrap {margin-top:10px;margin-bottom:0px;}
.page_wrap a:link,
.page_wrap a:visited {color:#014ccc;}
.page_wrap a:hover {color:#ff4e00;}

/* 右侧 */
.topic_list {border:1px solid #D7D7D7;padding:8px 15px 15px;background-color:#f8f8f8;}
.topic_hd {height:30px;line-height:30px;}
.topic_hd h4 {float:left;font-weight:bold;font-size:14px;color:#000;}
.topic_hd .more {float:right;font-family: "\5B8B\4F53";}
.topic_hd a:link,
.topic_hd a:visited {color:#000;}
.topic_hd a:hover {color:#D4105A;}
.topic_bd {clear:both;}
.topic_bd li {padding-left:12px;margin-top:2px;vertical-align:top;}
.topic_bd li i {display:inline-block;width:12px;margin-left:-12px;font:bold 12px/21px "\5B8B\4F53";}
.topic_bd li a:link,
.topic_bd li a:visited {color:#666;}
.topic_bd li a:hover {color:#D4105A;}

/* 宽屏 */
.wrap_1280 .main .col_main {width:985px;}