﻿@import url("base.css");
@import url("ico.css");
@import url("Layout.css");
@import url("wzy.css");
@import url("my.css");
/*增加样式2010-11-22*/
.gs-title01{
    text-align: center;
    font: 700 30px/40px '\5FAE\8F6F\96C5\9ED1',Arial,sans-serif;
    color: #af1f0c;
    padding-bottom: 40px;
}
.gs-r21{
    display: inline-block;
    width: 480px;
}
.gs-title02{
    font-size: 16px;
    text-align: left;
    color:#804000;
}
.smtitle {
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    color: #993300;
    border-bottom: 2px solid #BAC2D1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
.searchbar01{
    width: 702px;
    margin-right: auto;
    margin-left: auto;
    padding-top:30px;
}
.searchbar01.topbar{
    padding-top:0px;
    background: none;
}
.searchbar01 .scbox{
    text-align: center;
    background-color: #f37463;
    -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */

}
.searchbar01 .scbox a {
    font-family: "microsoft yahei";
    font-size: 16px;
    border: none 0px;
    margin: 10px;
    cursor: pointer;
    padding: 7px 20px 8px 40px;
    display: inline-block;
    background: url(../images/Toolbar_ico/ico-search.png) no-repeat 15px center #f37463;
    color: #FFF;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.searchbar01.topbar .scbox a{
    margin: 5px 10px;
}
.searchbar01 .scbox a:hover{
    background-color: #da2810;
}
.searchbar01 .scbox .input01 {
    border: none 0px;
    margin:15px 0px 15px 10px;
    width: 550px;
    height: 36px;
    line-height: 36px;
    color:#888;
    font-size:14px;
    text-align: center;
}
.searchbar01.topbar .scbox .input01 {
    margin:5px 0px 5px 10px;
}
.searchbar01 .Prompt{
    padding: 20px;
}
.searchbar01.topbar .Prompt {
    display: none;
}
.searchbar01 .Prompt em{
    color: #ff6600;
    padding-right: 4px;
    padding-left: 4px;
}
.searchlist{
    width: 702px;
    margin: 18px auto;
}
.searchlist dl{
    margin-bottom: 10px;
}
.searchlist dt{
    font-family: "microsoft yahei";
    font-size: 18px;
    color: #0066cc;
    line-height: 2em;
}
.searchlist dd{
    font-size: 14px;
    line-height: 1.5em;
}
.searchlist dd em{
    color:#ff6600 ;
    padding-right: 4px;
    padding-left: 4px;
}
.searchlist dt a{
    color:#0066cc ;
    text-decoration: underline;
    padding-right: 4px;
    padding-left: 4px;
}
.searchlist dt a:hover{
    color:#ff6600 ;
}
.hide{display: none;}
.Table01 {
    padding:0px;
    margin-bottom: 10px;
    width: 100%;
}
.Table01 table {
    width:98%;
    font-size:14px;
    margin:0px auto;
}

.Table01 th {
    background: #f0f4f7;
    font-weight: bold;
    padding: 7px 10px 7px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.Table01 td {
    border: 1px solid #ddd;
    padding: 8px 3px;
}
.Table01 td {
    border: 1px solid #ddd;
    padding: 8px 3px;
}

.Table01 .row td{
    padding:10px 3px;
    background: #e4e8ef;
    border-right: 1px solid #e4e8ef;
    text-align:center;
}
.Table01 label {
    float: left;
    margin-right: 15px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
}
.Table01 .col {
    background:#f9f9f9;
}
.Table01 .row02 {
    background:#e4eff8;
    text-align:center;
    vertical-align: middle;
}
.Table01 .row02 span {
    background:url(/style/search/images/ico_star.png) right 2px no-repeat;
    padding-right:5px;
}
#submitMessage{
    text-align: center;
    color:green;
    font-size:14px;
    font-weight:700;
    height:50px;
    display:none
}
#submitMessage img{
    vertical-align:middle;
}
.layui-layer-title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}