body .content-body{
    min-height: 800px;
}
.menu-w {
    position: absolute;
    width: 100px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
}

.menu-w > .menu-title {
    line-height: 1;
    padding-bottom: 12px;
    font-size: 22px;
}

.menu-w > a {
    display: block;
    margin: 10px 0;
    font-size: 18px;
}

.menu-w > a.active, .menu-w > a:hover {
    background: #37B5F8;
    color: #fff;
}

a, a:hover {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

li, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list-content > ul {
    padding: 0px 30px;
}

.news-list-content > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.news-list-content > ul > li > .img-w {
    display: block;
    width: 140px;
    height: 88px;
    overflow: hidden;
    float: left;
}

.container .img-w {
    background: url(../img/ic_yn.png) center no-repeat;
    background-size: 50%;
}

.com-news-list-menu > .news-list-content > ul > li > .img-w img {
    display: block;
    width: 140px;
    height: auto;
}

.news-list-content > ul > li > .item-left.has-img {
    margin-left: 20px;
    float: left;
}

.news-list-content > ul > li > .item-left > .title-w {
    height: 46px;
    line-height: 30px;
}

.news-list-content > ul > li > .item-left .title {
    height: 46px;
    line-height: 30px;
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news-list-content > ul > li > .item-left > .address {
    margin-top: 5px;
    color: #999;
}

.news-list-content > ul > li > .item-left > .address > span {
    display: inline-block;
    margin-right: 30px;
}
.side-hot-news .part-title {
    line-height: 22px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    padding: 8px 10px 8px 0;
    font-weight: 400;
}
.side-hot-news>.list-w {
    margin: 20px 0;
}
.side-hot-news>.list-w>li {
    margin: 15px 0;
    color: #666;
}
.side-hot-news>.list-w>li>a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.side-hot-news>.list-w>li>a>.dian {
    padding-right: 5px;
    color: #666;
}

.detail {
    margin-top: 0;
    word-break: break-all!important;
    word-wrap: break-word!important;
}
.detail h1, .detail h2, .detail h3, .detail h4, .detail h5, .detail h6 {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 16px;
}
.detail>.title {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.detail>.address {
    color: #999;
    line-height: 20px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
.detail>.content {
    margin: 20px 0;
    line-height: 26px;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.detail>.down-load-w{
    margin: 20px 0px;
}

.detail>.down-load-w>a{
    color: #37B5F8;
}