@media screen and (max-width: 1440px) and (min-width: 800px) {
	body {
        min-width: 1440px;
    }
}
@media screen and (max-width: 800px) {
    .noticeList .noticeListItemDate {
        display: block!important;
        font-size: 15px!important;
        text-align: right!important;
        padding: 0 10px;
        margin-top: 5px;
    }
    .noticeList .noticeListItem {
        padding-bottom: 9.5px!important;
        border-bottom: 1px dashed #D8D8D8!important;
    }
    .noticeList .noticeListItemTitle {
        width: 100%!important;
        font-size: 16px!important;
        line-height: 25px!important;
        white-space: wrap!important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 0!important;
    }
    .noticeList .noticeListItemRT {
        display: none!important;
    }
    .subConListTitle {
        margin-bottom: 0px!important;
        padding-bottom: 0px!important;
    }
    .subConListTitle .bread {
        position: relative!important;
        margin: 20px 0 10px 0!important;
        display: block!important;
        width: 100%!important;
        font-size: 14px!important;
    }
    .subBody {
        min-width: none!important;
        margin-top: 0!important;
    }
    .subPage {
        max-width: 95%!important;
    }
    .subList {
        display: none;
    }
    .subPage_con {
        width: 100%!important;
        padding: 0 5px!important;
        margin-top: 5px!important;
    }
    .header {
        max-width: 100% !important;
    }
    .header_wrap {
        position: relative;
    }
	.headerNmae {
        width: 100%!important;
        max-width: 100%!important;
        float: none!important;
    }
    .header_logo {
        height: auto;
    }
    .logo {
        height: auto;
    }
    .logo img {
        width: 100%;
        height: auto!important;
    }
    .content {
        margin-top: 10px;
    }
    .noticeList {
        width: 100%;
    }
    .noticeList {
        margin-top: 20px!important;
        margin-left: 5px!important;
    }
    .displayFlex {
        display: block;    
    }
    .newsContainer {
        width: 100%;
    }
    .footer {
        height: auto!important;
    }
    .footerContent .footerIcon .footerIconRight {
        text-align: center!important;
        padding-top: 15px;
        display: block!important;
        position: relative!important;
    }
    .footerUrlList {
        flex-wrap: wrap;
    }
    .logo a {
        text-align: center!important;
    }
    .mbtn {
        position: absolute;
    }
    .noticePicList .slides li a {
        width: 100%!important;
        height: auto!important;
    }
    .noticePicList .slides {
        width: 100%!important;
        height: auto!important;
    }
    .contentWidth {
        max-width: 90%!important;
    }
    .noticePicList .noticePicListTitle {
        padding: 0!important;
        font-size: 14px!important;
    }
    .footerIconImg {
        height: auto!important;
        width: 100%;
    }
    .navm {
        position: relative!important;
    }
    .search input.notxt {
        width: calc(90% - 40px)!important;
    }
    #ser2 {
        width: 90%!important;
        margin: 0 auto!important;
    }
}
