body {
    background: #fff;
}

/*公告列表页面开始*/
.public-box .top-nav,
.details-box .top-nav {
    width: 1190px;
    margin: 0 auto;
    line-height: 43px;
    color: #333;
}
.public-box .public-list-box {
    width: 1188px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.public-box .public-item {
    height: 60px;
    padding: 30px 65px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.6;
}
.public-box .public-item .item-header {
    font-size: 16px;
    color: #333;
}
.public-box .item-time {
    margin: 6px 0;
    font-size: 12px;
    color: #808080;
}
.public-box .item-con {
    text-indent:30px;
}
.public-box .see-details-btn {
    float: right;
    margin-top: -40px;
    font-size: 14px;
}
.public-box .public-item:nth-child(even) {
    background: #f5f5f5;
}
/*公告列表页面结束*/

/*公告页详情开始*/
.details-box .public-details-box {
    width: 968px;
    margin: 0 auto 100px;
    border: 1px solid #d9d9d9;
    padding: 40px 110px 58px;
}
.details-box .details-main img {
    max-width: 100% !important;
    height: auto !important;
}
.details-box .prev-next-box {
    margin-top: 200px;
    font-size: 14px;
}
.details-box .prev-next-box a:hover {
    color: #f05b1a;
}
.details-box .prev-box {
    float: left;
    width: 45%;
}
.details-box .next-box {
    float: right;
    width: 45%;
}
/*公告页详情结束*/

