﻿.content-div {
    width: 1200px;
    margin: 0 auto 30px;
}

.left {
    float: left;
}

.node-title {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
}

.node-address {
    font-size: 14px;
    color: #666666;
}

.right {
    float: right;
}
.top-div {
    margin-top: 20px;
}

.top-div {
    margin-top: 20px;
}

.main-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #115ee1;
}

.content li {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #cecece;
}

.info-title {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #232323;
    font-size: 16px;
    font-weight: 800;
}

.info-title a {
    display: inline-block;
    width: 100%;
}

.info-title a:hover {
    color: #115ee1;
}

.info-end img{
    margin-right: 10px;
}

.info-end span {
    margin-right: 30px;
    font-size: 12px;
    color: #a2a2a2;
    position: relative;
    top: -2px;
}