﻿.top-img {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .top-img img {
        width: 100%;
        height: 280px;
    }
.content {
    width: 100%;
    margin: 20px 0px;
    border: 1px solid #e6dcdc;
}
.breadcrumb {
    background-color: #2577E3;
    border-radius: 0;
}

    .breadcrumb > li > a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }
.menuName:hover {
    border-bottom:1px solid #ffffff;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: ">>";
}

.news-detail {
    margin: 50px 100px;
    position: relative;
}
.title {
    font-weight:700;
    color: #000000;
    text-align: center;
    margin:10px 200px;
}
.date {
    width: 260px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    font-size: 14px;
    color:#808080;
}
.news-date {
    width:65%;
    float:left;
}

.click-num {
    width: 35%;
    float: right;
    text-align: right;
}
.detail {
    margin:40px 10px;
    font-size:16px;
}
    .detail img {
        width:100% !important;
        max-height:300px;
    }