.news-main{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.content-top{
    height: 50px;
    line-height: 50px;
}
.news-left-list{
    width: 25%;
    float: left;
}
.news-middle{
    width: 50px;
    float: left;
    height: 100px;
}
.news-right-content{
    width: 69%;
    float: left;
}
.search-dv{
    margin: 0 auto;
    width: 85%;
    height: 60px;
}
.news-date{
    color: #f49539;
    font-size: 12px;
}
.news-title{
    width: 80%;
    float: left;
    font-size: 12px;
    margin-top: 10px;
}
.news-title-gt{
    width: 20%;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.news-paging{
    height: 35px;
    line-height: 35px;
    color: rgb(86, 86, 94);
    text-align: center;
    font-size: 12px;
}
.news-right-content h3{
    text-align: center;
    color: #7C7C7C;
}
.date-author{
    margin: 0 auto;
    width: 80%;
    height: 40px;
    font-size: 12px;
    text-align: center;
}
.news-details{
    font-size: 12px;
    line-height: 20px;
}
#searchKeyword{
    background-image: url("/resources/images/button/search_box.png");
    border: 0;
    height: 25px;
    width: 152px;
    display: block;
    float: left;
    outline: none;
}
.searchBtn{
    background-image: url('/resources/images/button/search_btn.png');
    display: block;
    width: 28px;
    height: 25px;
    float: left;
}
.news-list{
    overflow: hidden;
}