@charset "UTF-8";

.content {
    min-width: 1100px;
    width: 100%;
    background: #F0EFEF;
    padding: 20px 0 60px;
    min-height: 720px; }
.content .content-box {
    width: 992px;
    padding: 60px 54px;
    background: #fff;
    /*padding: 0 20px;*/
}
.content .content-box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 50px;
    color: #6e6e6e;
    border-bottom: 1px solid #cccccc; }
.content .content-box .search {
    position: relative; }
.content .content-box .search form {
    padding-top: 34px;
    padding-left: 110px; }
.content .content-box .search form table .search-name {
    text-align: right;
    color: #5a5959;
    font-size: 13px;
    padding-right: 10px;
    padding-bottom: 15px; }
.content .content-box .search form table .search-name .start {
    color: #df6853;
    line-height: 30px; }
.content .content-box .search form table input {
    width: 196px;
    height: 28px;
    line-height: 30px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-bottom: 15px; }
.content .content-box .search form table .search-confirm {
    width: 148px;
    height: 40px;
    color: #fff;
    background: #1085b8;
    font-size:18px;
    line-height:40px;
    margin: 10px 0 28px 0;
    border: 0;
    cursor: pointer; }
.content .content-box .search .tip {
    width: 366px;
    height: 50px;
    padding: 30px 60px 30px 30px;
    position: absolute;
    top: 50px;
    left: 450px;
    background: #F0EFEF;
    border-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #6e6e6e; }
.policy_search_table{
    width:100%;
    margin-bottom:40px;
}
.policy_search_table table{ width:100%;border-collapse:collapse;}
.policy_search_table table thead{ height:50px; line-height:50px; background:#F3F4F8;}
.policy_search_table table tr td{ text-align:center; height:50px; font-size:12px; border:1px solid #F3F4F8;}
