@charset "utf-8";
.section-1060 {
    width: 100%;
    height: auto;
    position: relative;
}

.section-1060 .col {
    width: 100%;
}

.section-1060 .section-title {
    width: 100%;
    height: auto;
}

.section-1060 .section-title .tit {
    width: 100%;
    height: auto;
    text-align: center;
}

.section-1060 .section-title .line {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background: #ff9900;
    margin: 0 auto;
}

.section-1060 .section-content .list {
    float: left;
    width: 50%;
}

.section-1060 .section-content .list .item .pic {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    background: #f5f5f5;
}

.section-1060 .section-content .list .item .pic:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.section-1060 .section-content .list .item .pic img {
    width: 100%;
    display: block;
}

.section-1060 .section-content .list .item .pic:hover img {
    transform: scale(1.1);
}

.section-1060 .section-content .list .item .title {
    width: 100%;
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-1060 .section-content .list .item .title h4 {
    line-height: 1.5em;
}

.section-1060 .section-content .list .item .date {
    width: 100%;
    height: auto;
    line-height: 1em;
    color: #999999;
}

.section-1060 .section-more {
    width: 100%;
    height: auto;
}

.section-1060 .section-more a {
    display: block;
    width: 130px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #999999;
    border-radius: 18px;
}

.section-1060 .section-more a:hover {
    background: #ff9900;
    color: #ffffff;
    border: 2px solid #ff9900;
}

.section-1060 .section-more a i {
    padding-left: 10px;
}

@media screen and (min-width: 1024px) {
    .section-1060 .section-content .list {
        width: 25%;
    }
    .section-1060 .section-content .list .item .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section-1060 .section-more a {
        width: 140px;
        height: 38px;
        line-height: 34px;
    }
}

@media screen and (min-width: 1240px) {
    .section-1060 .section-more a {
        width: 150px;
        height: 40px;
        line-height: 36px;
    }
}