body,
html {
    margin: 0;
    padding: 0
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

a {
    color: inherit
}

ul,
li {
    list-style: none
}

h3,
h4,
h5,
p {
    font-weight: 100;
    margin: 0
}

table,
th,
td {
    word-break: break-all;
    word-wrap: break-word;
}

.contentBox {
    width: 1140px;
    margin: auto;
    padding: 0 10px
}

.overstyle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.head {
    width: 100%;
    height: 156px;
}

.head img {
    width: 100%;
    height: 100%
}

.main {
    margin: 20px auto 50px;
}

.top-title {
    border-bottom: 2px solid #ccc;
    height: 50px;
}

.top-title h3 {
    width: 200px;
    float: left;
    height: 50px;
    border-bottom: 2px solid #2379b6;
    line-height: 48px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.top-title p.more {
    float: right;
    line-height: 50px;
}

.top-title p.more a {
    display: block
}

#myModal .modal-header {
    background: #458cc0;
    color: #fff
}

#myModal .modal-header .close {
    color: #fff;
    opacity: 1;
}

.contract-info {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.contract-info p {
    line-height: 40px;
    color: #666
}

.contract-info p span {
    color: #333;
}

.contract-beian {
    margin: 20px auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: red
}

.top-title2 {
    border-bottom: 2px solid #ccc;
    height: 50px;
}

.top-title2 h3 {
    width: 260px;
    float: left;
    height: 50px;
    border-bottom: 2px solid #2379b6;
    line-height: 48px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.top-title2 p.more {
    float: right;
    line-height: 50px;
}

.top-title2 p.more a {
    display: block
}

.left-info-list .top-title2 h3 {
    background: url("../img/phb.png") no-repeat left center;
}

.xjf-box-bg {
    background: #468dc1 !important;
}

.info-box .zsy-table th {
    background: #88c5f1 !important;
}

.info-box .zsy-table tbody tr:nth-child(2n-1) td {
    background: #e8f1f6 !important;
}

.xjf-box-bmc {
    border-bottom: 2px solid #2379b6 !important;
}

.right-info .contract-search .search-box select {
    display: inline-block;
    width: 160px;
}

.xjf-foot-btc {
    border-top: 3px solid #4b8abf !important;
}