
@charset "utf-8";
/* CSS Document */
.fl{float: left;}
.fr{float: right;}
.fc{clear: both;}

*{margin:0; padding:0;}
a{text-decoration:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
input,textarea{margin:0;padding:0;border:none; outline:none;}
strong{font-weight:normal;}
li{list-style-type:none;}
ul,ol{margin-bottom:0;}
a:focus{outline:none;}
h1,h2{font-weight:normal;}
html,body{font-family: "宋体", "微软雅黑", Arial;}

/*问题列表页面*/
.banner{width:100%;}
.banner img{display:block;width:100%;}
.container{background:url(../erqiimages/pblistbg.png) 0 0 no-repeat;width:100%;height:100%;background-size:100% 100%;padding:0;margin:0;}
.container .main{width:1000px;margin:0 auto;margin-top:20px;overflow:hidden;margin-bottom:40px;}
.container .main .top{border-bottom:1px solid #b2d5db;}
.container .main .top img{float:left;}
.container .main .top p{margin-left:8px;color:#666;font-size:12px;}
.container .main .top p span{color:#076ba4;font-size:12px;}
.container .main .header{background:#076ba4;height:75px;text-align:center;margin-top:20px;}
.container .main .header img{margin-bottom:2px;margin-right:2px;}
.container .main .header h1{display:inline;color:#fff;font-size:18px;line-height:75px;margin:0;padding:0;font-weight:bold;}
.container .main .content{background:#fff;border:1px solid #789194;}
.container .main .content .list li{padding-left:40px;background:url(../erqiimages/board_list.png) 10px 15px no-repeat;display:block;border-bottom:1px dashed #d2d2d2;height:42px;line-height:42px;}
.container .main .content .list li a{color:#565656;}
.container .main .content .list li:last-child{border-bottom:none;}
/*分页*/
.container .main .content .paging {text-align:center;margin-top:28px;margin-bottom:38px;}
.container .main .content .paging li{display:inline-block;*display:inline;*zoom:1;}
.container .main .content .paging li{width:30px;height:30px;border:1px solid #bfbfbf;border-radius:6px;line-height:30px;*margin-right:8px;}
.container .main .content .paging li:first-child{width:95px;height:30px;}
.container .main .content .paging li:last-child{width:54px;height:30px;}
.container .main .content .paging li a{color:#666;font-size:12px;display:block;line-height:30px;}
.container .main .content .paging li.current_page{background-color:#bc4036;}
.container .main .content .paging li.current_page a{color:#fff;font-size:12px;}
.container .main .content .paging li.disabled{border:none;}



/*问题详情页面*/
.container .main .content .msg{padding:20px;padding-bottom:40px;}
/*.container .main .content img{float:left;}*/
.container .main .content p{/*margin-left:50px;*/line-height:40px; text-align:center;}
p.download{text-align:left !important; margin-left: 40px !important;}



/**footer*/
.footerdiv{width:1000px;min-height:100px;margin: 0px auto;margin-bottom:20px;border:0px red solid;border-top:4px #2559A4 solid;padding-top: 10px;}
.footerdiv p{color:#666;font-size: 13px;text-align: center;}