.mart-10 {
    margin-top: 10px;
}
.marl-10 {
    margin-left: 10px;
}
.marb-10 {
    margin-bottom: 10px;
}
.mart-20 {
    margin-top: 20px;
}
.marb-20 {
    margin-bottom: 20px;
}
.marl-20 {
    margin-left: 20px;
}
.marr-20 {
    margin-right: 20px;
}
.mar-10 {
    margin: 10px;
}
.padb-10 {
    padding-bottom: 10px;
}


.auto {
  overflow: hidden;
}


.content {
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.bg_gray {
    background: #f5f5f5;
}
.bord {
    border: 1px solid #ddd;
}



h2 {
    position: relative;
}
h2.title {
    font-size: 20px;
    border-bottom:1px solid #dddddd;
    font-weight: normal;
    padding-bottom: 12px;
    line-height: 22px;
}
h2.title span {
    margin-right:22px;
    color:#333;
    display: inline-block;
    position: relative;
}
h2.title span a {
    display: inline-block;
    color:#888;
}
h2.title span.active {
    display: inline-block;
    color:#005293;
    font-weight: bold;
}
h2.title span.active a {
    color:#005293;
}
h2.title span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #b9b9b9;
    position: absolute;
    top:2px;
    right:-15px;
}
h2.title span:last-child::after {
    display: none;
}
.list li {
    height: 42px;
    position: relative;
}
.list li i {
    width: 4px;
    height: 4px;
    background-color: #b5b4b4;
    display: inline-block;
    vertical-align: 18px;
    margin-right:10px;
}
.list li span {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    display: inline-block;
}
span.w-1 {
    width: 85%;
}
span.w-2 {
    width: 75%;
}
span.w-3 {
    width: 39%;
}
.li-mar li {
    height: 40px;
}
.list li span {
    height: 40px;
    line-height: 40px;
}
.time {
    position: absolute;
    right:0;
    line-height: 42px;
    top: 0;
    color: #888;
    font-size: 14px;
}
