﻿/*banner背景*/

.banner-details {
    width: 100%;
    margin-top: 65px;
    height: auto;
}

.banner-details img {
    width: 100%;
}


/*主体 logo部分*/

#centerFrame .box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#yinFrame {
    width: 100%;
    overflow: hidden;
}

.panel {
    float: left;
    width: 1000px;
    min-height: 500px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    border-radius: 5px;
    white-space: normal;
    word-break: break-all;
}
#centerFrame .box:after{
    display:block;
    clear:both;
    content:"";
}
.backNav {
    color: #666666;
    font-size: 12px;
    line-height: 70px;
}
.box .box-title {
    width: 998px;
    height: 50px;
    border-bottom: 1px solid #cccccc;
    
}
.box .box-title .title {
    display:inline-block;
   
    padding:0 10px;
    font-size: 16px;
    
    line-height: 46px;
}
.box .input-query{
    width:998px;
    margin-top:38px;
}
.input-query .forms{
    width:998px;padding:0 30px;
}
.input-query .forms p{
    font-size:14px;
    margin-left:33px;
    float:left;
}
.input-query .forms .no-number{
    margin-left:0;
}
    .input-query .record-btn {
        margin-top: 30px;
        text-align: center;
        color:#ff0000;
    }
    .input-query .forms p .inp {
        width: 230px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #cccccc;
        background-color: transparent;
    }
.input-query .noticeText{
    text-align:center;
    color:#a0a0a0;
    margin-top:15px;
}

.input-query .forms p .sel {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: transparent;
}
.input-query .btn {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: none;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
}
.input-query .forms:after {
    display: block;
    clear: both;
    content: "";
}
.box .query-result{
    width:998px;
    margin:60px 30px;
}
.query-result .tables  {
    width: 938px;

}
.query-result .tables tr{
    width:998px;height:50px;
    border:1px solid #cccccc;
}
.query-result .tables tr .result-name{
    width:200px;
    background-color:#f9f9f9;
    text-align:right;
    border-right:1px solid #cccccc;
    padding-right:20px;
}
.query-result .tables tr .result-text {
    background-color: #f9f9f9;
    padding-left:20px;
    text-align: left;
}




    .reds {
        display: inline-block;
        width: 560px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #333333;
    }

.reds:hover {
    color: #666666;
}

.pagination {
    margin: 20px 60px 20px 0;
}

.pages li>a,
.pages li>span {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    border: 1px solid #cccccc;
}

.pages li>span.current {   
    color: #fff;   
}

.pages li:not(:first-child) a,
.pages li:not(:first-child) span {
    border-left: 0;
}