html body, html input, html textarea, html select, html button {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h1, h2{
    margin:0;
}

.news-head-img{
    width:100%;
}

.news-area{
    padding:10px 10px;
}

.news-title{
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 10px;
}

.news-author{
    margin:10px 0;
    font-size: 16px;
    float: right;
}

.news-content{
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    max-width:100%;
    overflow: hidden;
}
.news-content *{
    max-width:100%;
}

.news-content img{
    max-width:100%;
    text-align: center;
}


.product .head{
    width: 100%;
    background-color: #333;
    position: relative;
    top: -6px;
    padding:6px;
}
.product .head h4{
    color:white;
}

.product .slider-pager-page.active{
    color:#F3B453;
}

