﻿
body {
    background-color: #ffffff;
}

.top-pic {
    height: 345px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url("../image/top-pic.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.node-name {
    position: absolute;
    left: 0;
    top: 240px;
    padding: 0px 30px;
    background-color: #bd1a2d;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
}

.content-div {
    width: 1200px;
    margin: 30px auto 20px;
    background-color: #ffffff;
    padding: 20px 0px 60px;
}

.left {
    float: left;
}

.node-title {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    border-bottom: 2px solid #f1001c;
}

.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 #f0ab35;
}

.main-title span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

.content li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #cecece;
    padding-top: 20px;
    font-size: 16px;
    background: url("../image/li-left.png") no-repeat 10px 25px;
}
.content li a {
    padding-left: 30px;
}

.content li:hover {
    background: url("../image/li-hover.png") no-repeat 10px 25px;
}

.content li:hover .time {
    color: #f1001c;
}

.content li .time {
    float: right;
}

.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;
}