body{
    background: #fff;
}
.main{
    padding-bottom:80px;
    overflow: hidden;
}
.searchpage{
    background: #f7f7f7;
    padding:30px 50px;
    margin-top: 30px;
    overflow: hidden;
}
.searchpage .search{
    margin-top: 30px;
    display: none;
    overflow: hidden;
}
.searchpage .search input[type=text]{
    float: left;
    border:1px solid #1a5284;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    width:960px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:0 20px;
    font-size: 16px;
}
.searchpage .search input[type=submit]{
    width:140px;
    height: 50px;
    background: url("../images/searchiconnew.png") #1a5284 17px center no-repeat;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:0;
    float: right;
    cursor: pointer;
    padding-left:30px;
    font-size: 18px;
    color: #fff;
}
.searchtab li{
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.searchtab li a{
    display: block;
    height:40px;
    line-height: 40px;
    padding:0 30px;
    background: #eeeeee;
    border-radius: 2px;
}
.searchtab li.cur:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:-12px;
    margin-left: -6px;
    border-top: 6px solid #1a5284;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid transparent;
}
.searchtab li.cur a{
    background: #1a5284;
    color: #fff;
}
.searchselect{
    height:50px;
    line-height: 50px;
    margin-top: 10px;
}
.searchselect dt{
    display: inline-block;
    font-weight: bold;
}
.searchselect dd{
    display: inline-block;
    margin-right: 20px;
}
.searchlist{
    background: #fff;
    padding:20px;

    margin-top: 10px;
}
.searchlist dl{
    border-bottom: 1px dashed #cccccc;
    padding-bottom:20px;
    margin-bottom: 15px;
}
.searchlist dl:last-child{
    border:0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.searchlist dt{
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: bold;
}
.searchlist dt a{
    color: #1a5284;
}
.searchlist dd span{
    display: inline-block;
    margin-right: 20px;
}
.xytip{
    text-align: center;
    margin:60px auto;
}
.fright{
    float: right;
    width:920px;
}
.subnav{
    float: left;
    width: 245px;
}
.subnav dt{
    height:60px;
    line-height:60px;
    text-align: center;
    background: #1a5284;
}
.subnav dt a{
    font-weight:bold;
    font-size: 22px;
    color: #fff;
}
.subnav dd{
    height:60px;
    line-height: 60px;
    background: #e6f3ff;
    text-align: center;
    border-bottom: 1px solid #a3bace;
}
.subnav dd:last-child{
    border:0;
}
.subnav dd.cur{
    background: #fff;
    border-left:2px solid #d9873f;
}
.subnav dd.cur a{
    color: #1a5284;
}
.subnav dd a{
    display: block;
    height:60px;
}
.list .mt span{
    color: #1a5284;
    font-size: 18px;
}
.list .mt span:after{
    background: #1a5284;
}
.list .u-list{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.zhineng h1{
    font-size:24px;
    border-bottom: 1px dashed #dddddd;
    text-align: center;
    padding:30px 0;
    margin: 0 0 30px;
}
.zhineng p{
    font-size: 16px;
    line-height: 2;
}
.societyCodeCheck table{
    width:100%;
    margin-top:20px;
    text-align: center;
}
.societyCodeCheck th{
    width:25%;
    height:50px;
    line-height: 50px;
    background: #1a5284;
    text-align: center;
    font-size: 16px;
    font-width:bold;
    color: #fff;
    border-right: 1px solid #fff;
}
.societyCodeCheck th:last-child{
    border-right: 0;
}
.societyCodeCheck tr td{
    width:25%;
    border: 1px solid #bebebe;
    border-top: 0;
    border-right:0;
    height:50px;
    line-height: 50px;
}
.societyCodeCheck tr td:last-child{
    border-right: 1px solid #bebebe;
}
.no-data{
    width: 100%;
    background: url("../images/no-more.png") no-repeat center 40px;
    padding-top: 250px;
    display: none;
}
.no-data .no-data-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.search-title{
    font-size: 14px;
    height:70px;
    line-height: 70px;
}
.search-title span.search-num{
    color: #154977;
    font-weight: bold;
    padding:0 5px;
}
.search-article{
    float: left;
    width: 840px;
}
.search-article dl{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}
.search-article dt{
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.search-article dt a{
    float: left;
    width:740px;
    font-weight: bold;
    color: #154977;
    font-size: 16px;
    text-align: left;

    overflow: hidden;
}
.search-article dt em{
    display: inline-block;
    text-align: center;
    height:20px;
    background: #154977;
    padding:0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
    vertical-align: top;margin-top: 3px;
}
.search-article dt strong{
    /*display: inline-block;*/
    max-width:670px ;
}
.search-article dd{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
.search-right{
    float: right;
    width: 330px;
}
.history{
    margin-top: -8px;
}
.history .mt,.guanzhu .mt{
    height:38px;
    line-height: 38px;
}
.history .mt span,.guanzhu .mt span{
    height:38px;
    color: #154977;
    font-size: 16px;
}
.history .mt a{
    float: right;
    color: #666666;
    font-size: 14px;
}
.history ul{
    line-height: 32px;
    font-size:14px;
    margin-top:15px;
}
.nohistroy{
    text-align: center;
    margin:20px;
}
.guanzhu{
    margin-top: 10px;
}
.guanzhu ul li{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}
.guanzhu ul li span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.list{
    min-height: 500px;
}
