
.subPage.news .news_preview{
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    /*float: left;*/
}

.subPage.news .news_preview h1{
    margin-bottom: 10px;	
}

.subPage.news .news_preview .more{
    color: #96B12E;
    font-weight: bold;
}


.subPage.news .news_preview p{
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 0px;	
    font-size: 16px;
    line-height: 28px;
    color: #382112;
}

.subPage.news .content h2, .subPage.news .content h2 a{
    font-size: 28px;
    text-decoration: none;
    line-height: 34px;
    color: #382112;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    margin: 20px 0 0 0;
}

.subPage.news .content h2::after{
    background: #96B12E none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    margin: 10px 0 20px 0;
    position: relative;
    width: 127px;
}

.subPage.news .image{
    float: left;
    margin: 0 30px 0 0;
    padding: 0 0 20px 0;
    
}

.subPage.news .image img{
    width: 200px;
    max-width: 100% !important;
    height: auto;	
    padding: 0 !important;
}

.subPage.news .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.subPage.news .pagination ul a {
    text-decoration: none;
    line-height: 36px;
    font-size: 14px;
    color: #94ab28;
    display: inline-block;
    width: 37px;
    height: 36px;
    border-radius: 3px;
    background: #f7f7f7;
    text-align: center;
    margin: 0 3px;
}

.subPage.news .pagination ul li {
    display: inline-block;
    list-style: none;
    width: 37px;
    height: 36px;
    margin: 0 3px;
}

.subPage.news .pagination ul li a {
    display: block;
    margin: 0;
}

.subPage.news .pagination ul li.active a {
    background: #94ab28;
    color: #f7f7f7
}

.subPage.news.newsDetail .preview_div{
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.subPage.news.newsDetail .content{
    text-align: justify;
    padding-bottom: 50px;
}

.subPage.news.newsDetail .content h1{
    text-align: left;
    margin-bottom: 10px;
}


.subPage.news.newsDetail .content img{
    padding: 0 0 20px 20px;
}

.subPage.news.newsDetail .content .newsPic{
    /*width: auto;
    height: auto;	
    max-width: 345px;
    clear: both;
    display: block;
    padding-bottom: 10px;
    */
    max-width: 40%;
    float: left;
    padding-right: 20px;
    padding-top: 30px;
    padding-left: 0;
}



@media screen and (max-width: 600px) {
    
    .subPage.news.newsDetail .content .newsPic{
        max-width: 100%;
    }
    
}