@charset "utf-8";
.section-1059 {
    width: 100%;
    height: auto;
    position: relative;
}

.section-1059 .col {
    width: 100%;
}

.section-1059 .section-title {
    width: 100%;
    height: auto;
}

.section-1059 .section-title .tit {
    width: 100%;
    height: auto;
    text-align: center;
}

.section-1059 .section-title .line {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background: #ff9900;
    margin: 0 auto;
}

.section-1059 .section-content .list {
    float: left;
    width: 100%;
}

.section-1059 .section-content .list1 {
    background: #163d8a url('../../../../image/default/public/section/1059/1.jpg') center no-repeat;
    background-size: cover;
}

.section-1059 .section-content .list2 {
    background: #163d8a url('../../../../image/default/public/section/1059/2.jpg') center no-repeat;
    background-size: cover;
}

.section-1059 .section-content .list3 {
    background: #163d8a url('../../../../image/default/public/section/1059/3.jpg') center no-repeat;
    background-size: cover;
}

.section-1059 .section-content .list4 {
    background: #163d8a url('../../../../image/default/public/section/1059/4.jpg') center no-repeat;
    background-size: cover;
}

.section-1059 .section-content .list a {
    display: block;
    cursor: pointer;
}

.section-1059 .section-content .list .item {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}

.section-1059 .section-content .list .item .pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.section-1059 .section-content .list .item .pic img {
    width: 100%;
}

.section-1059 .section-content .list .item .title {
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.section-1059 .section-content .list .item .des {
    width: 100%;
    height: 4em;
    line-height: 2em;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.section-1059 .section-content .list a:hover .item {
    background: rgba(48, 60, 120, 0.9);
    padding: 30px 0 70px 0;
}

@media screen and (min-width: 600px) {
    .section-1059 .section-content .list {
        width: 50%;
    }
    .section-1059 .section-content .list .item {
        padding: 80px 0;
    }
    .section-1059 .section-content .list a:hover .item {
        padding: 60px 0 100px 0;
    }
}

@media screen and (min-width: 1024px) {
    .section-1059 .section-content .list {
        width: 25%;
    }
    .section-1059 .section-content .list .item {
        padding: 100px 0;
    }
    .section-1059 .section-content .list a:hover .item {
        padding: 80px 0 120px 0;
    }
}

@media screen and (min-width: 1240px) {
    .section-1059 .section-content .list .item {
        padding: 150px 0;
    }
    .section-1059 .section-content .list a:hover .item {
        padding: 100px 0 200px 0;
    }
}