.contact {
    width: 100%;
}
.column {
    overflow: hidden;
    width: 68.3%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
/* ×ó±ß */
.m-listleft {
    width: 240px;
    float: none;
}
.m-listleft .listleft-box {
    padding: 0;
    min-height: 400px;
    border: 0;
}
.m-listleft h3 {
    text-indent: 19px;
}
.m-listleft ul li {
    border: 0;
    margin: 0;
    width: 100%;
    height: 80px;
    padding-top: 17px;
    padding-left: 20px;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #000000;
}
.m-listleft ul li:hover {
    background-color: #fff;
    border-left: 5px solid #026cb1;
}
.m-listleft ul li:hover a .text1,
.m-listleft ul li:hover a .text2 {
    color: #026cb1;
}
.m-listleft ul .active {
    background-color: #fff;
    border-left: 5px solid #026cb1;
}
.m-listleft ul .active a .text1,
.m-listleft ul .active a .text2 {
    color: #026cb1;
}
.m-listleft ul li a {
    padding: 0;
}
.m-listleft ul li a .text1 {
    font-size: 18px;
    letter-spacing: 7px;
    margin-bottom: 9px;
}
.m-listleft ul li a .text2 {
    font-size: 14px;
    letter-spacing: 4px;
    color: #818181;
}
/* ÓÒ±ß */
.m-listright {
    width: 100%;
    border: 0;
    margin-left: 40px;
    padding: 0;
}
.m-listright .headerLsit {
    display: flex;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px solid #026cb1;
    background: url(/Content/img/pulic/headerGround1.png) no-repeat;
    background-size: 100% 100%;
    background-position: 115px 10px;
}
.m-listright .headerLsit .headerTitle {
    width: 123px;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #026cb1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.headerLsit .headerTitle img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.m-listright .bodyLsit {
    margin-top: 20px;
    display: flex;
}
.m-listright .bodyLsit img {
    min-width: 160px;
    min-height: 196px;
    max-width: 160px;
    max-height: 196px;
    border: 10px solid #f5f5f5;
}
.m-listright .bodyLsit .bodyRight {
    margin-left: 30px;
}
.m-listright .bodyLsit .bodyRight .rightTitle {
    display: flex;
    align-items: flex-end;
    color: #026cb1;
    font-weight: bold;
    border-bottom: 1px solid #026cb1;
    padding-bottom: 11px;
}
.bodyLsit .bodyRight .rightTitle .text1 {
    font-size: 24px;
}
.bodyLsit .bodyRight .rightTitle .text2 {
    font-size: 16px;
    margin-left: 13px;
}
.bodyLsit .bodyRight .rightBody {
    margin-top: 30px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1200px) {
    .column {
        display: block;
        width: 90%;
    }
    .m-listleft {
        width: 100%;
    }
    .m-listleft .listleft-box {
        min-height: auto;
    }
    .m-listright {
        margin-left: 0;
        margin-top: 40px;
    }
}
@media (max-width: 930px) {
    .m-listright .bodyLsit {
        display: block;
    }
    .m-listright .bodyLsit img {
        margin-bottom: 20px;
        display: inline-block;
        text-align: center;
    }
    .m-listright .bodyLsit .bodyRight {
        margin-left: 0;
    }
}
