@media screen and (max-width: 1024px) {
    .field{
        overflow: hidden;
        width: 90%  !important;
    }
}
@media screen and (max-width: 768px) {
    section {
        padding: 30px 0;
    }
    .field{
        overflow: hidden;
        width: 90%  !important;
    }
    .breadcumb{
        margin-top:10px !important;
    }
    footer{
        margin-top: 40px;
        padding-top: 25px;
    }
}
@media screen and (max-width: 625px) {
    footer{
        margin-top: 30px;
    }
}
@media screen and (max-width: 526px) {
    footer{
        margin-top: 40px;
    }
}
@media screen and (max-width: 460px) {
    footer{
        margin-top: 70px;
    }
    .systemLink{
        font-size: 12px;
    }
}
@media screen and (max-width: 404px) {
    .systemLink{
        font-size: 10px;
    }
}
@media screen and (max-width: 357px) {
    footer{
        margin-top: 90px;
    }
    .systemLink li a{
        height: 100px;
        line-height: 95px;
    }
}
@media screen and (max-width: 345px) {
    .systemLink{
        font-size: 8px;
    }
    .systemLink li a{
        height: 80px !important;
        line-height: 75px !important;
    }
    footer {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .topicpath {
        margin: 35px 0;
    }
}