@charset 'utf-8';
.container {
    padding: 20px 0 0;
}
.mail_tab , .news_box , .problem , .zxft_box{
    background: #ffffff;
    padding: 20px;
}
.l_box {
    width: 723px;
}
.l_box .mail {
    width: 100%;
    height: 175px;
}
.l_box .mail_tab {
    margin: 20px 0;
}
.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: 323px;
    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 10px;
}
.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.write {
    background: url("/fgw/xhtml/images/mzhd/write-bg.png");
}
.total_box button.query {
    background: url("/fgw/xhtml/images/mzhd/query-bg.png");
}
/* tab */
.news_box{ width:100%;}
.news_box .tab-nav {
    z-index: 5;
    display: block;
    border-left: 4px solid #015293;;
    padding-left: 13px;
}
.news_box .tab-hd {
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 12px;
}
.news_box .tab-nav li {
    display: inline-block;
    width: auto;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    height: 26px;
    padding-left: 0;
    line-height: 24px;
    color: #004e8c;
}
.news_box .tab-nav li.on {
    background: none;
    position: relative;
    color:#ae0303;
}
.news_box .tab-pal {
    font-size: 16px;
    position: relative;
}
.news_box .tab-pal .more {
    position: absolute;
    right: 0;
    top: -40px;
    color: #999999;
}
.news_box .tab-pal li {
    font-size: 16px;
    line-height: 39px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box .tab-nav li:not(:last-child) p{
    border-right: 2px solid #000000;
    padding-right: 17px;
}
.news_box .tab-pal li img {
    margin: 0 14px 0 4px;
}
.news_box .tab-pal li span {
    position: absolute;
    right: 0;
	font-size: 16px;
	line-height: 38px;
	color: #999999;
}
.news_box .tab-pal .top {
    padding:8px 0 10px;
}
.news_box .tab-pal .top .fl {
    width: 98px;
	height: 81px;
}
.news_box .top .fr  {
    width: 570px;
}
.news_box .top .fr p {
    line-height: 40px;
}
.news_box .top .fr .title {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.news_box .top .fr .title span {
    color: #065ca1;
}
.news_box .top .fr .con {
    font-size: 14px;
    color: #919191;
} 
.news_box .top .fr .con .det {
    color: #c40707;
}
.r_box {
    width: 356px;
}
.problem .tit_box {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.problem .tit_box  h3 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #ae0303;
    padding-left: 14px;
    border-left: 4px solid #015293;
}
.problem .tit_box .more {
    position: absolute;
    right: 0;
    top: 0;
	font-size: 16px;
	color: #999999;
}
.problem ul {
    padding: 18px 0 6px;
    min-height: 425px;
}
.problem ul li {
    font-size: 16px;
    line-height: 37px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.problem ul li img {
    margin-right: 10px;
}
.zxft_box {
    margin-top: 20px;
}
.zxft_box img {
    width: 316px;
	height: 159px;
}
.zxft_box .btn_box button {
    width: 150px;
	height: 39px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 28px;
}
.zxft_box .btn_box .ago {
    background: #f3f3f3;
}
.zxft_box .btn_box .future {
    background: #6293e5;
}
.zxft_box .btn_box .future a {
    color: #ffffff;
}
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    .l_box , .r_box {
        float: none;
        width: 100%;
    }
    .mail_tab, .news_box, .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 button {
        width: 49%;
        margin-top: 10px;
    }
    .news_box .tab-pal .top {
        padding: 0;
    }
    .news_box .tab-pal .top .fl {
        float: none;
        display: none;
    }
    .news_box .tab-pal .top .fr {
        float: none;
        width: 100%;
    }
    .news_box .top .fr p {
        line-height: 26px;
    }
    .news_box .tab-pal li {
        width: 70%;
    }
    .problem {
        margin-top: 20px;
    }
    .problem ul {
        min-height: auto;
    }
    .zxft_box img {
        width: 100%;
        height: 100%;
    }
    .zxft_box .btn_box button {
        margin-top: 15px;
    }
}