* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    line-height: 1.5;
    font-size: 14px;
    font-family: "????";
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: #1a52a5;
    text-decoration: none
}

img {
    display: block
}

html {
    background: #f5f6f7;
}

.container {
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    display: table;
    margin: 0 auto;

}

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto 40px auto;
}

.box1 {
    width: 1140px;
    height: auto;
    display: table;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 4px rgba(177, 174, 192, .1);
    padding: 30px;
    margin-top: 20px;
}

.box1 h2 {
    font-size: 22px;
    font-weight: normal;
}

.list-item {
    margin-top: 10px;
}

.list-item>span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 12px;
    margin-right: 16px;
    background: #2583ff;
    color: #fff;
    padding: 4px 10px;
}

.list-item>span.addres-icon {
    background: #e9f2ff;
    color: #2583ff;
}



.date-box {
    display: inline-block;
    color: #999999;
}

.date-box>span::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 28px;
    background: url(../images/procure-details/time-icon.png) no-repeat center;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.category {
    margin-top: 10px;
}

.category span {
    display: inline-block;
    margin-right: 50px;
}

.box2 {
    width: 1140px;
    height: auto;
    display: table;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 4px rgba(177, 174, 192, .1);
    padding: 0px 30px 30px 30px;
    margin-top: 20px;
}

.title {
    width: 100%;
    height: auto;
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.title span::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 16px;
    background: #0a52ca;
    vertical-align: middle;
    margin: -4px 6px 0 0;
}

.box2-table {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px;
}

.box2-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e4e4e4;
}

.box2-table table tr th,
.box2-table table tr td {
    border-collapse: collapse;
    border: 1px solid #e4e4e4;
    text-align: left;
    padding: 10px 0 10px 20px;
}

.box2-table table tr th {
    background: rgba(177, 174, 192, .1);
    width: 12%;
}

.box2-bottom {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 10px;
    margin-top: 20px;
}

.box2-bottom p {
    margin-top: 10px;
    line-height: 24px;
}