/* 模板样式-07 */
.template_07 {
    width: 100%;
    padding: 45px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.template_07 .template_item_list {
    width: 100%;
    padding: 70px 0;
    border-bottom: 1px solid #E1E6F0;
}

.template_07 .template_item_list.active,
.template_07 .template_item_list:first-child {
    padding-top: 0;
}

.template_07 .template_map {
    width: 100%;
    height: 230px;
    position: relative;
    overflow:hidden;
}
.template_07 .template_item_list .template_map img{
    width:100%;
    transition:all 0.6s ease;
}
.template_07 .template_item_list:hover .template_map img{
    transform:scale(1.2);
}
.template_07 .template_item_list:hover{
    border-color:#e50012;
}
.template_07 .template_nav_title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 45px 0 30px;
}

.template_07 .template_nav_title img {
    margin-right: 15px;
}

.template_07 .template_nav_text {
    color: #333333;
    font-size: 16px;
    padding-left: 32px;
}

.template_07 .template_nav_text>div {
    margin-top: 25px;
    display: flex;
}

.template_07 .template_nav_text>div:first-child {
    margin: 0;
}

.template_07 .template_nav_text>div.active p {
    margin-right: 55px;
}

/*屏幕小于或等于1200px*/
@media screen and (max-width:1200px) {
    /* .template_07 .template_nav_text>div.active {
        display: block;
    }

    .template_07 .template_nav_text>div.active p {
        margin-right: 0;
        margin-top: 25px;
    }

    .template_07 .template_nav_text>div.active p:first-child {
        margin: 0;
    } */
}