@import url(_banner.css);
@import url(search_box.css);
@import url(news.css);

.site-header {
    position: relative;
    z-index: 10;
}
.site-subnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.main-content {
    padding-top: 0;
    background: none;
}

.search-sect {
    background: #fff;
    padding: 25px 0 80px;
}

.news-sect .container {
    padding: 0 15px;
    max-width: 1010px;
}
.news-top {
    margin: -80px -10px 30px; 
}
.news-top .item {
    width: 33.33%;
    padding: 0 10px;
}
.news-top .item a {
    background: #fff;
    padding: 8px;
    max-width: 300px;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
            box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}
.news-top .pic {
    overflow: hidden;
}
.news-top .pic img {
    width: 100%;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.news-top a:hover .pic img {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
}
.news-top .date {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 5px;
    background: #4BA2E0;
    position: relative;
}
.news-top .date:after {
    content: "MORE";
    color: #7DDBFF;
    font-size: 12px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    position: absolute;
    right: 10px;
    top: 0;
}
.news-top .txt {
    padding: 0 10px;
}
.news-top .title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-top a:hover .title {
    text-decoration: underline;
}
.news-top .description {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.35px;
    overflow: hidden;
    height: 38px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    .search-sect {
        padding-top: 0;
    }
    .search-box {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .site-header,
    .site-subnav {
        position: static;
    }
    .news-top .item {
        width: auto;
        float: none;
    }
    .news-top .item a {
        max-width: 400px;
    }
    .news-list {
        max-width: 400px;
        margin: 0 auto;
    }
    .news-list .item {
        padding: 0;
    }
}
