@charset "UTF-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    min-width: 1002px;
    background: #306699;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a { color: #1a5d96; text-decoration: none; }
a:hover { color: #0089fe; }
img { border: 0; }

#main-div { width: 1002px; margin: 0 auto; overflow: hidden; }
#head { width: 1002px; height: 120px; }
#bootom { width: 1002px; height: 263px; }
#body1 { width: 1002px; min-height: 286px; }
#body1-c { width: 506px; margin: 0 auto; overflow: hidden; background: #d1dbe5; }
#body1-c1 {
    width: 506px;
    height: 41px;
    background: url("c1.jpg") no-repeat;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 41px;
    text-align: center;
}
#body1-c1.result-title { background-image: url("c2.jpg"); }
#body1-c2 { width: 506px; background: url("c3.jpg") no-repeat; }
#body1-c2-c {
    position: relative;
    width: 506px;
    min-height: 212px;
    padding: 20px 40px 10px 163px;
    color: #284b61;
}
#body1-c2-c > a img {
    position: absolute;
    left: 6px;
    top: 50%;
    width: 135px;
    height: 100px;
    margin-top: -50px;
    object-fit: contain;
}
#body1-c2-c table { width: 303px; border-collapse: collapse; }
#body1-c2-c th {
    width: 83px;
    height: 42px;
    text-align: left;
    white-space: nowrap;
}
#body1-c2-c td { height: 42px; }
#body1-c2-c input {
    width: 196px;
    height: 23px;
    padding: 1px 4px;
    border: 1px solid #a6b7cb;
    line-height: 21px;
}
#body1-c2-c .query-submit { text-align: center; }
#search {
    width: 90px;
    height: 30px;
    border: 0;
    background: #2e6397 url("s.png") no-repeat center;
    cursor: pointer;
}
#body1-c3 {
    width: 506px;
    min-height: 33px;
    padding: 0 8px;
    overflow: hidden;
    background: #033f64;
    color: #fff;
    line-height: 33px;
    text-align: center;
}
.query-message,
.query-empty {
    width: 496px;
    margin: 5px;
    padding: 12px;
    border: 1px solid #c6cdd7;
    background: #fff;
    color: #f00;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}
.result-table { width: 506px; border-collapse: collapse; background: #fff; }
.result-table tbody + tbody tr:first-child th,
.result-table tbody + tbody tr:first-child td { border-top: 5px solid #d1dbe5; }
.result-table th,
.result-table td {
    min-height: 35px;
    padding: 9px 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 18px;
}
.result-table th { width: 90px; font-weight: normal; text-align: right; }
.result-table td { text-align: left; }

