@charset "utf-8";
.section-1058 {
    width: 100%;
    height: auto;
    position: relative;
}

.section-1058 .section-title {
    width: 100%;
    height: auto;
}

.section-1058 .section-title .tit {
    width: 100%;
    height: auto;
    text-align: center;
}

.section-1058 .section-title .line {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background: #ff9900;
    margin: 0 auto;
}

.section-1058 .col1 {
    display: none;
}

.section-1058 .col2 {
    width: 100%;
}

.section-1058 .col1 .section-content .item img {
    width: 100%;
}

.section-1058 .col2 .section-content .content {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2em;
    text-align: justify;
}

.section-1058 .col2 .section-content .more {
    width: 100%;
    height: 40px;
    text-align: center;
}

.section-1058 .col2 .section-content .more a {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    background: #ff9900;
    box-shadow: 0 1px 0 rgba(44, 114, 255, .08), 0 6px 12px rgba(44, 114, 255, .18);
    border-radius: 24px;
    cursor: pointer;
    padding: 0 36px;
    text-align: center;
    outline: 0;
    color: #ffffff;
}

.section-1058 .col2 .section-content .more a i {
    padding-left: 10px;
}

.section-1058 .col2 .section-content .more a:hover {
    background: #303c78;
}

.section-1058 .col2 .section-content .list {
    float: left;
    width: 50%;
}

.section-1058 .col2 .section-content .list a {
    display: block;
    border: 1px solid #c4d4f5;
    background: #f5f9ff;
    box-shadow: 0 4px 20px rgba(44, 114, 255, .08);
}

.section-1058 .col2 .section-content .list a .pic {
    width: 100%;
    height: 80px;
    padding: 20px 0;
    text-align: center;
}

.section-1058 .col2 .section-content .list a .pic i {
    display: inline;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    color: #303c78;
    font-size: 40px;
}

.section-1058 .col2 .section-content .list a .title {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #303c78;
}

.section-1058 .col2 .section-content .list a:hover {
    border: 1px solid #ff9900;
    background: #ff9900;
}

.section-1058 .col2 .section-content .list a:hover .pic i {
    color: #ffffff;
}

.section-1058 .col2 .section-content .list a:hover .title {
    color: #ffffff;
}

@media screen and (min-width: 600px) {
    .section-1058 .col2 .section-content .list {
        width: 25%;
    }
}

@media screen and (min-width: 1240px) {
    .section-1058 .col1 {
        display: block;
        width: 40%;
    }
    .section-1058 .col2 {
        width: 60%;
    }
    .section-1058 .col2 .section-content .more {
        text-align: left;
    }
    .section-1058 .col2 .section-content .content {
        height: 12em;
    }
}

@media screen and (min-width: 1440px) {
    .section-1058 .col2 .section-content .content {
        height: 16em;
    }
}