@CHARSET "UTF-8";
.news-container {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    padding: 25px 0px;
}

.news-menu-container {
    float: left;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    width: 290px;
    height: 720px;
    text-align: center;
    margin-right: 15px;
    background-color: white;
    box-shadow: 0 0 6px #888888;
}

.news-title {
    background: url("../images/12.png") repeat scroll 0 0;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.menu-conainer .menu-title a {
    width: 100%;
    height: 55px;
    display: block;
    color: #333;
}

.menu-conainer .active a {
    color: #F72322;
}

.menu-conainer .active {
    border-left: 4px solid #f72322;
    color: #f72322;
}

.menu-conainer {
    border-top: none;
    overflow: auto;
}

.menu-conainer .menu-title {
    height: 56px;
    line-height: 56px;
    background: #F2F0F1;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}


/*	内容容器	*/
.news-content {
    float: left;
    border: 1px solid #D1D1D1;
    margin: 0 auto;
    height: 720px;
    width: 885px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 0 6px #888888;
}

.news-content .header {
    border-bottom: 1px solid #D1D1D1;
    line-height: 60px;
}

.news-content .header span {
    margin-left: 30px;
    color: #FF3030;
    font-size: 16px;
    font-weight: bold;
}

.news-content .body ul {
    list-style: none;
}

.news-content .body ul li {
    padding: 20px 30px;
    border-bottom: 1px solid #D1D1D1;
}

.news-content .body .title {
    font-size: medium;
    overflow: hidden;
}

.news-content .body .title a {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.news-content .body .title a:hover {
    color: red;
    cursor: pointer;
}

.news-content .body .title .date {
    float: right;
    font-size: 14px;
}

.news-content .body .content {
    line-height: 20px;
    margin-top: 10px;
}

.news-content .body .content span {
    font-size: small;
}

.news-content-page {
    width: 810px;
    height: 55px;
    background: #F0F0F0;
    margin: 12px auto auto auto;
    border-radius: 5px;
}
