﻿/*全局定义*/
body {margin:0; padding:0; font-size:12px;background:#fff;font-family:"Microsoft YaHei","Sans Serif"}
div,table{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
img{vertical-align: middle; border:0;}
a{text-decoration:none}
a:hover{text-decoration:none}
em{font-style:normal;}
.clear{clear:both;font-size:0px;}
form{
    clear:both;
}

/*top*/
.topbar{height:30px;line-height:30px;background:url(../image/image_01.gif);}
.topbar .top-nav{width:950px;margin:0 auto;height:30px;overflow:hidden;}
.topbar .top-nav span{padding-left:10px;padding-right:10px;color:#c7c7c7;}
.topbar .top-nav .left{float:left;}
.topbar .top-nav .right{float:right;color:#4B4B4B;}
.topbar a{color:#4B4B4B;}
.topbar a:hover{color:#D91F20}

/*header*/
.header{
    height: 40px;
    margin: 10px auto;
    padding: 10px 0;
    width: 960px;
}
.header .logo{
    float: left;
    margin-left: 10px;
}

/*content*/
.content{
    margin-bottom: 20px;
}
.content .top{
    background: url("../image/line-top.png") no-repeat 0 0;
    height: 4px;
    margin: 0 auto;
    overflow: hidden;
    width: 968px;
}
.content .center{
    background: url("../image/line-center.png") repeat-y 0 0;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    width: 960px;
}
.content .center .main{
    margin: 10px;
}
.content .banner{
    overflow: hidden;
}
.content .banner img{
    width: 100%;
}
.content .bottom{
    background: url("../image/line-bottom.png") no-repeat 0 0;
    height: 3px;
    margin: 0 auto;
    overflow: hidden;
    width: 968px;
}

/*footer*/
.footer{
    background: url("../image/ico_36.png") repeat-x center top #FFFFFF;
    height: 65px;
}
.footer .main{
    margin: 0 auto;
    padding: 15px 0;
    width: 685px;
}
.footer .left {
    float: left;
}
.footer .right {
    float: right;
    color: #AAAAAA;
    line-height: 18px;
}
.footer .left, .footer .right {
    display: inline;
}
.footer address {
    display: block;
    font-style: normal;
}
.footer .copyright{
    margin: 0;
    padding: 0;
}

/*panel*/
.panel{margin:10px auto 0 auto;line-height:22px;color:#464646;}
.panel .panel-header{
    height:28px;
    background:url(../image/panel-header.png) repeat-x;
    border:1px solid #dcdcdc;
    line-height:28px;
    color:#4f4f4f;
    margin:0 auto;
    padding:0;
}
.panel .panel-header em{
    margin-left:10px;
    padding-left:15px;
    background:url(../image/icon-title.png) no-repeat left center;
    font-weight:bold;
    font-size:14px;
}
.panel .panel-body{
    padding: 10px;
    border: solid #DCDCDC;
    border-width: 0 1px 1px 1px;
    margin:0 auto;
}

.panel .link-btn{
    float: right;
    margin-right: 10px;
    display: block;
}
.panel .link-btn a{
    background: #CC0000;
    border: 1px solid #990000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin-top: 4px;
    padding: 0 10px;
    border-radius: 3px;
}

/* table */
.atable{
    color: #666;
    width: 85%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top:10px;
}
.atable th, .atable td{
   /* padding-top: 15px;*/
    font-size: 14px;
    padding: 7px 2px;
    vertical-align: top;
}
.atable th{
    width:17%;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
}
.atable th span{
    color: red;
    margin-right: 4px;
}
.atable input[type='text'],.atable select,.atable textarea{
    border: 1px solid #bbb;
    color: #333;
    width: 130px;
}
.atable input[type='text']{
    padding: 1px;
    line-height: 20px;
    height: 21px;
}
.atable select{
    padding: 2px;
    height: 24px;
}
.atable textarea{
    line-height: 20px;
    width: 90%;
    height: 100px;
}
.atable .cq-area{
    width: 350px;
}
.atable .cq-area select{
    width: 110px;
}

.btn-search, .btn-submit{
    background: #CC0000;
    border: 1px solid #990000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    line-height: 24px;
    width: 70px;
}
.btn-search{
    margin-left: 30px;
}
.btn-submit{
    margin-bottom: 10px;
}
.btn-verify{
    background: #e9e9f0;
    border: 1px solid #aaaaaa;
    border-radius: 2px 2px 2px 2px;
    color: #555;
    cursor: pointer;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    width: 70px;
    vertical-align: top;
}

.comment{
    font-size:12px;
    float:left;
    color:red;
    margin-left:20px;
    margin-bottom:10px;
}
/* 查询结果 */
.btable{
    margin: 20px auto 10px auto;
    color: #666;
    width: 97%;
    border-collapse: collapse;
    font-size: 12px;
    background: #F9F9FF;
}
.btable td{
    padding: 5px 2px;
    font-size: 12px;
    vertical-align: top;
}
.btable .c-question td{
    padding-top: 10px;
}
.btable .c-answer{
    /*border-bottom: 1px dotted #999;*/
    color: #cc0000;
}
.btable .c-feedback{
    border-top: 1px dotted #999;
    display: none;
}
.btable .c-info,.btable .c-time{
    /*display:none;*/
}
.btable .c-label{
    text-align: right;
    width: 80px;
}
.btable .c-time{
    text-align: center;
    width: 150px;
}
.btable textarea{
    line-height: 20px;
    width: 90%;
    height: 80px;
    border: 1px solid #bbb;
    color: #333;
}