@media (max-width: 768px){
    .container{
        padding: 5px!important;
    }
    .zm_jzmail{
        margin-top: 10px;
    }
    .zm_jzmail>span{
        float: left;
        display: block;
    }
    .zm_jzmail>span:nth-child(1){
        width:40%;
        height: 40px;
    }
    .zm_jzmail>span:nth-child(2){
        width: 53%;
        height: 1px;
        background-color: #999999;
        margin-top: 23px;
        margin-left: 20px;
    }
    .mail_table{
        width: 100%;
        margin-top: 20px;
    }
    .mail_table>thead>tr>th{
        font-size: 14px;
        color: #476d99;
        background-color: #e0e6ee;
        border-right: 1px solid #ccc;
        padding: 10px 0;
    }
    .mail_table>tbody>tr>td{
        text-align: center;
        padding: 5px 0;
        font-size: 12px;
    }
    .mail_table>tbody>tr>td>span:nth-child(1){
        display: none;
    }
    .mail_table>tbody>tr>td:nth-child(1){
        text-align: left;
    }
    .mewrite{
        margin-top: 10px;
    }
    .mewrite>span{
        float: left;
        display: block;
    }
    .mewrite>span:nth-child(1){
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .mewrite>span:nth-child(1)>b{
        color: #9d0000;
    }
    .mewrite>span:nth-child(n+2):nth-child(-n+3){
        width: 49%;
        margin-left: 1%;
        height: 50px;
        margin-top: 10px;
    }
    .mewrite>span:nth-child(n+2):nth-child(-n+3)>a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .zmmsglist{
        width: 100%;
        position: relative;
        padding: 0 10px 0 0;
    }
    .activehd{
        border-bottom: 2px solid #216bd0;
    }
    .zmmsglist>div:nth-child(1){
        height: 55px;
        margin-top: 20px;border-bottom: 1px solid #ccc;
    }
    .zmmsglist>div:nth-child(1)>span{
        display: block;
        float: left;
        height: 55px;
        padding: 5px 10px;
        position: relative;
        cursor: pointer;
        width: 140px;
    }
    .zmmsglist>div:nth-child(1)>span>img{
        width: 140px;
        height:46px;
    }
    .zmmsglist>div:nth-child(1)>span:nth-child(1)>span{
        font-size: 30px;
        color: #216bd0;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .zmmsglist>div:nth-child(2){
        position: absolute;
        right: 10px;
        top: 30px;
    }
    .zmmsglist>div:nth-child(2)>a{
        font-size: 16px;
        color: #999999;
    }
    .zmlistmsg>ul{
        padding: 0;
        margin: 0;
        margin-left: 20px;
    }
    .zmlistmsg>ul>li{
        list-style: initial;
        position: relative;
    }
    .zmlistmsg>ul>li>a{
        font-size: 12px;
    }
    .zmlistmsg>ul>li>.hdtime{
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 0;*/
        color: #999999;
        font-size: 16px;
        margin-left: 10px;
    }
    .oftenquestion{
        padding: 20px 0 50px 10px;
        background-color: #f5f5f5;
    }
    .oftenquestion>div:nth-child(1){
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #ccc;
    }
    .oftenquestion>div:nth-child(2)>ol{
        padding: 0;
        margin: 0;
        margin-left: 20px;
        margin-top: 10px;
    }
    .oftenquestion>div:nth-child(2)>ol>li{
        list-style: inherit;
        margin-bottom: 10px;
        line-height: 26px;
        padding-right: 5px;
    }
    .oftenquestion>div:nth-child(2)>ol>li>a{
        font-size: 16px;
    }
    .onlinetake{
        margin-top: 15px;
    }
    .onlinetake>div:nth-child(1){
        height: 50px;
        background-color: #f2f2f2;
        position: relative;
    }
    .onlinetake>div:nth-child(1)>span:nth-child(1){
        display: block;
        width: 115px;
        color: white;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #105e9f;
        font-size: 20px;
    }
    .onlinetake>div:nth-child(1)>span:nth-child(2){
        position: absolute;
        right: 5px;
        top:24px;
        font-size: 16px;
    }
    .onlinetake>div:nth-child(2){
        width: 100%;
        height: 170px;
        margin-top: 15px;
    }
    .onlinetake>div:nth-child(2)>a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .onlinetake>div:nth-child(2)>a>img{
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1100px){
    .container{
        padding: 20px!important;
    }
    .zm_jzmail{
        margin-top: 10px;
    }
    .zm_jzmail>span{
        float: left;
        display: block;
    }
    .zm_jzmail>span:nth-child(1){
        width: 20%;
        height: 40px;
    }
    .zm_jzmail>span:nth-child(2){
        width: 79.8%;
        height: 1px;
        background-color: #999999;
        margin-top: 23px;
    }
    .mail_table{
        width: 100%;
        margin-top: 20px;
    }
    .mail_table>thead>tr>th{
        font-size: 18px;
        color: #476d99;
        background-color: #e0e6ee;
        border-right: 1px solid #ccc;
        padding: 10px 0;
    }
    .mail_table>tbody>tr>td{
        text-align: center;
        padding: 5px 0;
        font-size: 16px;
    }
    .mail_table>tbody>tr>td:nth-child(1){
        text-align: left;
    }
    .mewrite{
        margin-top: 10px;
    }
    .mewrite>span{
        float: left;
        display: block;
    }
    .mewrite>span:nth-child(1){
        width: 50%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-color: #f8f8f8;
    }
    .mewrite>span:nth-child(1)>b{
        color: #9d0000;
    }
    .mewrite>span:nth-child(n+2):nth-child(-n+3){
        width: 24%;
        margin-left: 1%;
        height: 50px;
    }
    .mewrite>span:nth-child(n+2):nth-child(-n+3)>a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .zmmsglist{
        width: 100%;
        position: relative;
        padding: 0 10px 0 0;
    }
    .activehd{
        border-bottom: 2px solid #216bd0;
    }
    .zmmsglist>div:nth-child(1){
        height: 63px;
        margin-top: 20px;border-bottom: 1px solid #ccc;
    }
    .zmmsglist>div:nth-child(1)>span{
        display: block;
        float: left;
        height: 63px;
       padding: 5px 20px;
        position: relative;
        cursor: pointer;
    }
    .zmmsglist>div:nth-child(1)>span:nth-child(1)>span{
        font-size: 30px;
        color: #216bd0;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .zmmsglist>div:nth-child(2){
        position: absolute;
        right: 10px;
        top: 37px;
    }
    .zmmsglist>div:nth-child(2)>a{
        font-size: 16px;
        color: #999999;
    }
    .zmlistmsg>ul{
        padding: 0;
        margin: 0;
        margin-left: 20px;
    }
    .zmlistmsg>ul>li{
        list-style: initial;
        position: relative;
        height: 40px;
        line-height: 40px;
    }
    .zmlistmsg>ul>li>a{
        font-size: 16px;
    }
    .zmlistmsg>ul>li>.hdtime{
        position: absolute;
        right: 0;
        top: 0;
        color: #999999;
        font-size: 16px;
    }
    .oftenquestion{
        padding: 20px 0 50px 10px;
        background-color: #f5f5f5;
    }
    .oftenquestion>div:nth-child(1){
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #ccc;
    }
    .oftenquestion>div:nth-child(2)>ol{
        padding: 0;
        margin: 0;
        margin-left: 20px;
        margin-top: 10px;
    }
    .oftenquestion>div:nth-child(2)>ol>li{
        list-style: inherit;
        margin-bottom: 10px;
        line-height: 26px;
        padding-right: 5px;
    }
    .oftenquestion>div:nth-child(2)>ol>li>a{
        font-size: 16px;
    }
    .onlinetake{
        margin-top: 15px;
    }
    .onlinetake>div:nth-child(1){
        height: 50px;
        background-color: #f2f2f2;
        position: relative;
    }
    .onlinetake>div:nth-child(1)>span:nth-child(1){
        display: block;
        width: 115px;
        color: white;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #105e9f;
        font-size: 20px;
    }
    .onlinetake>div:nth-child(1)>span:nth-child(2){
        position: absolute;
        right: 5px;
        top:24px;
        font-size: 16px;
    }
    .onlinetake>div:nth-child(2){
        width: 100%;
        height: 170px;
        margin-top: 15px;
    }
    .onlinetake>div:nth-child(2)>a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .onlinetake>div:nth-child(2)>a>img{
        width: 100%;
        height: 100%;
    }
}