@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body {
    background-color:white;
    font-family: 'Open Sans', sans-serif!important;
    font-size:14px;
    font-weight:500;
    color:#666;
}

/*--slider css---*/


/*--end-*/


section.section-top1
{
    width: 100%;
    min-height:120px;
}
section.section-top2
{
    width: 100%;
    min-height:450px;
}

.section-top2 .grid-view
{
    width: 100%;
    min-height:450px;
    background: url("../image/bg.png") top center repeat-y #fff;
}
.section-top2 .list-view1
{
    padding:15px;
}
.section-top2 .list-view1 .thumb-title
{
    margin:0px;
    color:#444141;
    font-size: 22px;
    font-weight: 600;
}
.section-top2 .list-view2
{
    padding: 0px 15px 15px 15px;
}
.section-top2 .list-view2 article {
    margin-bottom: 10px;
    border: 3px solid white;
    box-shadow: 0px 1px 2px rgba(33, 31, 31, 0.41);
}
.section-top2 .list-view3 .img-view
{
    float:left;
    width: 33.33333333333333%;
}
.section-top2 .list-view3 article a img
{
    width:100%;
}
.section-top2 .list-view4
{
    padding:15px;
    margin-top:30px;
    border-top: 1px dashed #413e3e;
}
.section-top2 .list-view4 .head h3
{
    float:left;
    margin:0px;
    color:#444141;
    font-size: 22px;
    font-weight: 600;
}
.section-top2 .list-view4 .content h4
{
    color:#656060;
    font-size:18px;
    font-weight: 600;
}

.section-top2 .list-view4 .content {
    padding-bottom:15px;
    width:100%;
    min-height:20px;
}
.section-top2 .list-view4 .content p
{
    margin-bottom:2px;
}
.section-top2 .list-view4 .content p.date
{
    margin-bottom: 2px;
    color: #795548;
    font-weight: 600;
    font-size: 12px;
}

.section-top2 .list-view4 .content a
{
    color: rgb(197, 61, 19);
    font-size: 13px;
    text-decoration: underline;
}

.section-top2 .list-view4 .content img
{
    float:left;
    padding-right: 8px;
   width:75px;
}
.sectin-top2 .list-view4 .co2 + .co2{
    margin:20px 0px;
}

@media screen and (max-width:480px)
{
    .section-top2 .list-view1 .view-more
    {
        float:none !important;
    }
    .section-top2 .list-view3 .img-view {
        float: left;
        width:100%;
    }
}