﻿@charset 'utf-8';
.container {
    padding: 20px 0 0;
}
.l_box {
    width: 764px;
}
.l_box .mail_box {
    width: 100%;
    height: 107px;
    position: relative;
}
.l_box .mail_box .mail {
    width: 100%;
    height: 100%;
}
.l_box .mail_box button {
    position: absolute;
    right: 117px;
    top: 32%;
    border: none;
    outline: none;
    background: #70a8dc;
    width: 122px;
    height: 34px;
    border-radius: 25px;
    font-size: 16px;
	color: #ffffff;
}
.l_box .mail_box button img {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}
.l_box .mail_tab {
    margin: 20px 0;
}
.l_box .mail_tab .title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    position: relative;
}
.mail_tab .title p {
    display: inline-block;
    font-size: 22px;
    color: #2563a0;
    padding-bottom: 10px;
    border-bottom: 2px solid #005393
}
.mail_tab .title .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 43px;
    font-size: 16px;
	color: #999999;
}
.l_box .event_list thead {
    font-size: 18px;
    font-weight: bold;
	color:  #456c9b;
}
.event_list thead tr {
    height: 38px;
    line-height: 38px;
    background: #cddaec;
}
.event_list tbody tr {
    height: 41px;
    font-size: 16px;
    background: #eef2f9;
}
.event_list thead .event {
    text-align: center;
}
.event_list .event {
    width: 53.5%;
}
.event_list td img {
    margin-left: 8px;
}
.event_list tbody .event {
    text-align: left;
    padding: 0 35px 0 25px;
} 
.event_list .state , .event_list .mold {
    width: 13%;
}
.event_list tbody .state {
    color: #ab2c23;
}
.event_list tbody .already {
    color: #055ca1;
}
.event_list tbody .time {
    color: #888888;
    width: 18%;
}
.total_box {
    margin-top: 10px;
}
.total_box .tot {
    width: 554px;
    background: #f8f8f8;
    line-height: 44px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.total_box .tot p{
    display: inline-block;
    margin: 0 15px;
}
.total_box .tot span {
    color: #ab2c23;
}
.total_box button {
    width: 174px;
    height: 44px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    vertical-align: top;
}
.total_box button img {
    margin-right: 12px;
}
.total_box button.query {
    background: url("../images/mzhd/query-bg.png");
}
.tit {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid  #a9a9a9;
}
.tit p {
    font-size: 22px;
    color: #2563a0;
    height: 34px;
    line-height: 34px;
}
.tit p img {
    margin-right: 21px;
    vertical-align: top;
}
.tit .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    color: #999999;
}
.wsdc_box li  {
    position: relative;
    padding: 11px 0;
    border-bottom: 1px dashed #d7d7d7;
}
.wsdc_box li:last-child {
    border: none;
}
.wsdc_box li h3 {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.wsdc_box li .status {
    color: #065ca1;
}
.wsdc_box li .end {
    color: #d62026;
}
.wsdc_box li p {
    font-size: 14px;
	line-height: 24px;
    color: #c0c0c0;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsdc_box li .more {
    font-size: 18px;
	line-height: 24px;
    color: #d62026;
    display: block;
    text-align: right;
}
.wsdc_box li .time {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
}
.myzj_box .con_box {
    margin-top: 20px;
}
.myzj_box .con_box .fl {
    width: 206px;
	height: 155px;
}
.myzj_box .con_box .fl img {
    width: 100%;
    height: 100%;
}
.myzj_box .con_box li {
	font-size: 18px;
    line-height: 40px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myzj_box .con_box li .status {
    color: #0b8f30;
}
.myzj_box .con_box li img {
    margin-right: 10px;
}
.r_box {
    width: 406px;
}
.problem .tit_box {
    background: url("../images/mzhd/problem.png") center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 407px;
    height: 77px;
    position: relative;
}
.problem .tit_box  h3 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 50px;
    top: 36%;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: normal;
}
.problem ul {
    margin-top: 20px;
    padding: 30px 18px;
    background: #f2f2f2;
    border: 1px solid #d8d7d9;
    min-height: 486px;
}
.problem ul li {
    font-size: 16px;
    line-height: 36px;
    margin: 5px 0;
}
.problem ul li img {
    margin-right: 10px;
}
.zxft_box {
    margin-top: 20px;
}
.zxft_box > a > img {
	width: 369px;
	height: 211px;
    display: block;
    margin: 20px auto;
}
.zxft_box ul {
    width: 369px;
    margin: 0 auto;
}
.zxft_box ul li {
    font-size: 19px;
    line-height: 32px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxft_box li span {
    color: #1a64ae;
}
.zxft_box .btn_box button {
    width: 197px;
	height: 52px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 20px;
    letter-spacing: 1px;
}
.zxft_box .btn_box button img {
    margin-right: 10px;
}
.zxft_box .btn_box .ago {
    background: #2d78b5;
}
.zxft_box .btn_box .ago a {
    color: #ffffff;
}
.zxft_box .btn_box .future {
    background: #eaeaea;
}
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    .l_box , .r_box {
        float: none;
        width: 100%;
    }
    .mail_tab, .problem, .zxft_box {
        padding: 0;
    }
    .l_box .mail {
        height: 100%;
    }
    .event_list .state, .event_list .mold , .event_list td img{
        display: none;
    }
    .event_list .event {
        width: 69%;
        padding: 0 10px !important;
    }
    .event_list .time {
        text-align: center;
        width: auto !important;
    }
    .event_list .tr {
        font-size: 15;
    }
    .total_box .tot {
        width: 100%;
    }
    .total_box button {
        width: 49%;
        margin-top: 10px;
    }
    .problem {
        margin-top: 20px;
    }
    .problem .tit_box {
        width: 100%;
    }
    .wsdc_box li .time {
        top: inherit;
        left: 0;
        bottom: 5px;
    }
    .zxft_box > img {
        width: 100%;
        height: 100%;
    }
    .myzj_box .con_box .fl , .myzj_box .con_box .fr {
        float: none;
    }
    .zxft_box .btn_box button {
        margin-top: 15px;
        width: 49%;
    }
}