@charset "utf-8";
/*
	eepw官网：www.eepw.com.cn
	技术交流：forum.eepw.com.cn/forum/index
	作者：lh
	日期：October 20, 2014
*/


/* left */
.reward{padding:10px;padding-left:28px;background:#FFF url(../images/rewardIcon16x12.png) 6px 15px no-repeat;}
.reward .titleIntro{float:left;width:520px;line-height:20px;}
.reward .share{float:right;}
.reward .title,.reward .intro{padding:0 10px;float:left;}
.reward .title{border-right:solid 1px #CCCCCC;}
.reward .title h2{float:left;font-size:20px;}
#postList{padding:15px 0;background:#FFF;}
table.postList{margin:0 auto;border-collapse:collapse;background:#FFF;font-size:12px;width:96%;}
table.postList th{padding:12px 8px;text-align:left;font-weight:normal;border-bottom:dotted 1px #CCC;color:#999;}
table.postList th img{float:left;width:40px;height:40px;}
table.postList .about span{margin:0 10px;}
table.postList th .about a{color:#999;}
.postTitle{padding-left:0px;padding-bottom:10px;font-size:16px;line-height:1.4em;}
.about{padding-left:0px;}
table.postList th .postTitle img{float:none;width:auto;height:auto;}

.postTitle a.c2897C5{color:#2897C5;}
.postTitle a.red{color:red;}
.postTitle a:hover,table.postList th .about a:hover{color:#AC0909;}
.postTitle a.c000{color:#000; font-weight:bold;}
.listtopbg{background: none;}

.onTop{color:red;margin-right:10px;}
.resolved{color:#3C9D40;margin-right:10px;}
.unresolved{color:red;margin-right:10px;}

/* 各大版块 */
.panel{margin:10px auto 0;border:solid 1px #E3E3E4;text-align:left;overflow:hidden;}
.panel .head{padding-left:10px;background:#FDFDFD;height:46px;line-height:46px;color:#252525;}
.panel .head h2{float:left;font-size:18px;}
.panel .head span{float:right;margin-right:10px;margin-top:15px;width:16px;height:16px;overflow:hidden;cursor:pointer;background:url(../images/upIcon16x16.png);
-moz-transition:2s;
-webkit-transition:2s;
-o-transition:2s;
transition:2s;
}
.panel .head span:hover{
-ms-transform:rotate(360deg); 
-moz-transform:rotate(360deg); 	
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg); 
transform:rotate(360deg);
}
.panel .head .iconBg{background:url(../images/downIcon16x16.png);}
.panel .content{padding:20px;padding-bottom:0;border-top:solid 1px #E3E3E4;background:#FFF;}
.panel .content li{float:left;width:218px;height:80px;}

.panel .content div{float:right;width:200px;}
.panel .content h3 a{font-size:20px;color:#4D4D4D;font-weight:normal;font-weight:600}
.panel .content h3 a:hover{color:#C13B3A;}
.panel .content p{line-height:24px;color:#999;}