* {
    padding: 0;
    margin: 0;
}


.banner2 {
    width: 100%;
    height: 100px;
    /* background-color: rgba(238, 238, 238, .8); */
    background-color: #fff;
    border: 1px solid #e4e4e4;
    z-index: 1000;
    box-sizing: border-box;
}

.abs {
    position: absolute;
}

.h-center {
    left: 0;
    right: 0;
    margin: auto;
}

a {
    color: #000;
    text-decoration: none;
}

.logo2 {
    width: 216px;
    height: 67px;

    background: url('../img/logo.png') no-repeat;
    background-size: 100% 100%;
    top: 15px;
    left: 50px;
}

.btns-use {
    font-size: 16px;
    top: 0;
    left: 366px;
    line-height: 100px;
    cursor: pointer;
    /* color: #fff; */
}

.btns-use span:nth-child(2),
.btns-use span:nth-child(3),
.btns-use span:nth-child(4),
.btns-use span:nth-child(5) {
    margin-left: 45px;
}

.log-content {}

.log-content a {
    text-decoration: none;
    color: #3d5acf;
}

.log-content .lists {
    width: 1000px;
    padding-top: 20px;
    margin: auto;
}

.log-content .lists .list {
    /* border-top: 1px solid #eee; */
    position: relative;

}

.log-content .lists .list .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    background-color: #3d5acf;
    border-radius: 50%;
    z-index: 1;
}

.log-content .lists .list .date {
    position: absolute;
    left: -94px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.log-content .lists .list .month {
    display: none;
    position: absolute;
    left: -125px;
    top: -80px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #666;
    font-weight: 700;
}

.log-content .lists .list .month.none {
    display: block;

}

.log-content .lists .list .title {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    padding-right: 20px;

    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 14px;

    text-indent: 30px;
    font-size: 16px;
    color: #000;
}

.log-content .lists .list .dl-content {}

.log-content .lists .list .dl-content dl {}

.log-content .lists .list .dl-content dl dt {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 30px;
}

.log-content .lists .list .dl-content dl dd {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin-left: 0px;
}

.up-log .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

.details {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #4364e5;
    margin-left: 50px;
    cursor: pointer;
}


.top-line {
    width: 100px;
    padding: 30px 0 30px;
    margin-left: 415px;
    border-left: 1px solid #ddd;
}

.deatil-title {
    font-size: 30px;
    font-weight: 700;
    color: #7D7D7D;
}

.deatil-title {
    width: 1000px;
    margin: auto;
    margin-top: 50px;
}

.re-time {
    font-size: 14px;
    color: #9D9D9D;
    font-weight: normal;
    margin-top: 20px;
}

.btn-list {
    width: 1000px;
    margin: auto;
    margin-top: 40px;
    text-align: right;

}

.btn-list .btn-li {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #4565E6;
    margin-bottom: 50px;
    cursor: pointer;
}
.mr{
    margin-right: 10px;
}