@media only screen and (min-width: 960px){
    #ses .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #ses .siteContent{
        padding: 37px 0 91px;
    }
    #ses .breadSection{
        border: none;
    }
    #ses .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #ses .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #ses .entry-body p{
        font-weight: 400;
        font-size: 14px;
        line-height: 2.14;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    #ses .other-listitem .ol-left{
        /*width: 785px;*/
        /*padding: 0;*/
    }
    #ses .other-listitem .ol-right{
        /*padding: 0;*/
        /*width: 350px;*/
        /*margin-top: 12px !important;*/
    }
    #ses .sideSection-col-two ul .tap{
        /*padding-left: 0;*/
        /*padding-top: 13px;*/
        /*padding-bottom: 13px;*/
    }
    #ses .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }
}
@media only screen and (max-width: 960px){
    #ses .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #ses .page-header_pageTitle,
    #ses h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #ses .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #ses .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #ses .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #ses .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #ses .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #ses .breadSection{
        border-bottom: none;
    }
    #ses .bread{
        border-bottom: 1px solid #EDEDED;
    }

    #ses .siteContent{
        padding: 4.3vw 0 7.5vw;
    }
    #ses .wp-block-heading{
        font-size: 4.8vw;
        padding: 4.5vw 0;
        font-weight: 500;
        margin: 0;
        margin-bottom: 8.87vw;
    }
    #ses .ol-left{
        padding: 0;
    }
    #ses .entry-body p{
        margin: 0;
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.24vw;
    }

    #ses .other-introduce .comintroduce-other{
        padding: 0;
        margin-top: 3.8vw;
    }
    #ses .other-introduce .comintroduce-other .subSection-title{
        padding: 0;
        border: unset;
    }
    #ses .other-introduce .comintroduce-other .subSection-title:after{
        content: '';
        border-bottom: unset;
    }
    #ses .other-introduce .comintroduce-other .subSection-title .tap{
        display: block;
        padding: 2.4vw 0;
        text-align: center;
        background: #3C88D8;
        color: #ffffff;
        font-size: 4.8vw;
        font-weight: 400;
    }
    #ses .other-introduce .comintroduce-other .page_item .tap{
        padding: 3.2vw;
        text-align: center;
        background: rgba(60, 136, 216, 0.05);
        color: rgba(51, 51, 51, 1);
        font-size: 3.7vw;
        font-weight: 400;
    }

}