.main-content {
    padding: 30px 0 1px;
}
.main-content .title {
    font-family: 'Lora', serif;
    font-size: 21px;
    color: #222;
    margin-bottom: 20px;
}
.main-content .row {
    position: relative;
}
.main-content .row:before {
    content: " ";
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}
.main-content .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.main-content .title-center {
    text-align: center;
    font-family: 'Lora', serif;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}
.main-content .title-center span {
    display: inline-block;
    vertical-align: top;
    margin-top: -18px;
    background: #fff;
    padding: 0 40px;
}
.main-content .btn-box {
    padding-top: 50px;
}
.main-content .btn.more {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #FF732F;
    line-height: 28px;
    padding: 0 15px;
}
.main-content .btn.more:hover {
    background: #CC0D0D;
}

.sect1 {
    margin-bottom: 80px;
}
.news-list {
    margin-bottom: -10px;
}
.news-list a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list .txt {
    display: block;
    margin-left: 98px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list a:hover .txt {
    text-decoration: underline;
}
.news-list .date {
    color: #FF732F;
    position: relative;
    display: block;
    float: left;
    padding-right: 30px;
}
.news-list .date:after {
    content: "|";
    position: absolute;
    right: 14px;
    top: 0;
    color: #ccc;
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item a {
    max-width: 450px;
    margin: 0 auto 50px;
}
.products-list .pic {
    overflow: hidden;
    position: relative;
}
.products-list .name {
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px;
}
.products-list .description {
    line-height: 1.45;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 120px;
    position: relative;
    margin-bottom: 5px;
}
.products-list .txt {
    position: relative;
}
.products-list .txt:after {
    content: "READ MORE";
    border: 1px solid #FF732F;
    color: #FF732F;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 45px;
}
.products-list a:hover .txt:after {
    background: #FF732F;
    color: #fff;
}
.products-list .offers {
    color: #FF7330;
    font-size: 18px;
}


.links-box {
    background: url(../images/index/album_bg.jpg);
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 40px 0 20px;
}
.links-list {
    margin: 0 -20px;
}
.links-list .item {
    width: 25%;
    padding: 0 20px;
}
.links-list .item a {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.links-list .pic {
    position: relative;
    margin-bottom: 8px;
}
.links-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 4px solid #FF732F;
}
.links-list a:hover .pic:before {
    background: rgba(0,0,0,0.80) url(../images/index/links_hover.png) no-repeat 50% 50%;
}


@media screen and (max-width: 1080px) {
    .products-list {
        max-width: 1000px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .links-list {
        max-width: 700px;
        margin: 0 auto;
    }
    .links-list .item {
        width: 50%;
        padding: 0 5px;
    }
}
@media screen and (max-width: 980px) {
    .main-content {
        padding-top: 0;
    }
    .main-content .title {
        text-align: center;
    }
    .main-content .row:before {
        display: none;
    }
    .main-content .col {
        float: none;
        width: auto;
        padding: 30px 0;
    }
    .main-content .col + .col {
        border-top: 1px solid #ddd;
    }
}
@media screen and (max-width: 639px) {
    .products-list .item {
        float: none;
        width: auto;
        padding: 0;
    }
    .products-list .description {
        height: auto;
        max-height: 52;
    }
}
@media screen and (max-width: 480px) {
    .products-list .description {
        padding-right: 0;
    }
    .products-list .txt:after {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .txt {
        margin-left: 0;
    }
    .links-list .item {
        width: auto;
        float: none;
        padding: 0;
    }
}