﻿#header {
    display: none;
}

#footer {
    display: none;
}

@media screen and (max-width: 720px) {
    .contact_box {
        display: none !important;
    }
  
    .other_news .listbox {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
     
    }
}

@media screen and (max-width: 720px) {
    html{font-size:16px;}
    *{margin:0 ;padding:0 ;list-style: none;}
    .box1 {
        border: none !important;
        width: 80% !important;
        padding: 5rem 1rem !important;
    }

    .header {
        display: none;
    }
    #notice{
        display:none;
    }
    .footer {
        display: none;
    }
    html,body{ min-width: 100% !important;}
    .wrap {
        width: 100% !important;
        margin-top: 45px;
    }

    .btns_dual_ring li a {
        line-height: 3rem !important;
        padding-top: 1rem;
    }
    .btns_dual_ring li {
        background: no-repeat 18px 8px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98' height='93.5'%3E%3Cpath stroke='%23C5D6FF' stroke-dasharray='4, 2' fill='none' d='M49.984.5c25.777 0 46.672 20.497 46.672 45.781 0 25.285-20.895 45.781-46.672 45.781-25.776 0-46.672-20.496-46.672-45.781C3.312 20.997 24.208.5 49.984.5z'/%3E%3Cpath stroke='%23C5D6FF' stroke-dasharray='4, 2' fill='none' d='M50.063 6.719c22.229 0 40.25 17.671 40.25 39.469 0 21.797-18.021 39.468-40.25 39.468-22.23 0-40.25-17.671-40.25-39.468 0-21.798 18.02-39.469 40.25-39.469z'/%3E%3Cpath fill-rule='evenodd' fill='%23D8E7FF' d='M7.469 26.344c4.125 0 7.469 3.267 7.469 7.297 0 4.03-3.344 7.296-7.469 7.296S0 37.671 0 33.641s3.344-7.297 7.469-7.297z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M5.312 32.5h5.625a.907.907 0 1 1 0 1.812H5.312a.906.906 0 1 1 0-1.812z'/%3E%3Cpath fill-rule='evenodd' fill='%23D8E7FF' d='M68.031 77.5c4.125 0 7.469 3.281 7.469 7.328 0 4.047-3.344 7.328-7.469 7.328s-7.469-3.281-7.469-7.328c0-4.047 3.344-7.328 7.469-7.328z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M65.891 83.687h5.625a.922.922 0 0 1 0 1.844h-5.625a.922.922 0 1 1 0-1.844z'/%3E%3Cpath fill-rule='evenodd' fill='%23D8E7FF' d='M88.187 50.094c3.28 0 5.938 2.609 5.938 5.828 0 3.219-2.658 5.828-5.938 5.828-3.279 0-5.937-2.609-5.937-5.828 0-3.219 2.658-5.828 5.937-5.828z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M86.476 55h4.486c.401 0 .726.325.726.726v.017a.726.726 0 0 1-.726.726h-4.486a.726.726 0 0 1-.726-.726v-.017c0-.401.325-.726.726-.726z'/%3E%3Cpath fill-rule='evenodd' fill='%23D8E7FF' d='M25.5 72.031c2.641 0 4.781 2.099 4.781 4.688 0 2.589-2.14 4.687-4.781 4.687-2.641 0-4.781-2.098-4.781-4.687 0-2.589 2.14-4.688 4.781-4.688z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M24.121 75.969h3.602a.59.59 0 0 1 .589.59v.007a.59.59 0 0 1-.589.59h-3.602a.59.59 0 0 1-.59-.59v-.007a.59.59 0 0 1 .59-.59z'/%3E%3C/svg%3E");
    }

    .article-title{margin:0 !important;}
    .links a::after{content: none;}
    .links a{width:100%;margin:0;text-indent: 2rem;}
    .btns_dual_ring li{text-align: center !important;}
    .list.report-orgs,.list.report-orgs a,.list.report-orgs a img{width:100%;line-height:1rem !important;}
    .pl20,.pb30,.list.mini{padding:0 !important;}
    .w50p,.w65p,.w35p{width:100% !important;}
    .ml20{margin:0 !important;}
    .report-guide{margin-top:1rem !important;}
   .adbox,.adboximg>ul>li>h2,.adboximg>ul>li>a>img,.adboximg>ul>li{width:100% !important;}
    .zw {
        line-height: 1.5rem !important;
    }

    /*--页首--*/
    #header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        color: #eee;
        font-size: 20px;
        text-align: center;
        background: #2f84f6;
        z-index: 9;
    }


    /*--页尾--*/
    #footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: #2f84f6;
        z-index: 9;
        color: #ffffff;
        text-align: center;
        line-height: 48px;
        font-size:.8rem;
    }

    #footer ul {
        width: 320px;
        height: 48px;
        margin: 0 auto;
    }

    #footer ul li {
        float: left;
        width: 100px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }

    #footer ul li a {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
    }

    #footer span {
        float: left;
        width: 10px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }

    #header .icon {
        width: 40px;
        height: 40px;
        background-position: center;
        background-size: contain;
        background-image: url(../Images/menu.png);
        position: absolute;
    }

    #header .title {
        position: absolute;
        font-size: 1rem;
        left: 1rem;
        text-align: center;
        font-size: .8rem;
        width: 100%;
        border: 0;
        margin-top: 0 !important;
    }

    #header .menu {
        position: absolute;
        left: 0;
        top: 44px;
        background-color: #2f84f6;
        color: #FFFFFF;
        border-top: 1px solid #cccccc;
        padding: 1rem;
        font-size: 1rem;
    }

    #header .menu ul li {
        border-bottom: 1px solid #cccccc;
    }

    #header .menu ul li a:link {
        color: #ffffff;
    }

    #header .menu ul li a:visited {
        color: #ffffff;
    }

    #header .menu ul li a:hover {
        color: #ffffff;
    }

    #header .menu ul li a:active {
        color: #ffffff;
    }
    .main {
        width:100% !important;
        background: #FFFFFF;
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 45px !important;
        padding-bottom: 90px !important;
      }
      .main img{width:80% !important;}
      #tempNewsContentDiv{padding:1rem !important;line-height: 1.5rem !important;}
}