@charset "utf-8";

.box-main > .hd {
    overflow: hidden;
}
.box-main > .hd h3 {
    float: left;
}


/* 写信按钮 */
.box-main .hd .btn-group {
    float: right;
    height: 4.3rem;
    display: flex;
    align-items: center;
}
.box-main .hd .btn-group a{
    height: 30px;
    line-height: 30px;
    padding: 0 0.8rem;
    margin: 0 0 0 0.7rem;
    background: #004898;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.box-main .hd .btn-group a .iconfont{
    margin-right: 0.5em;
}
.box-main .hd .btn-group a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #fff;
}
.box-main .hd .btn-group a.write {
    background-color: #CD6829;
}

/* 信件统计 */
.ConsultationStatistics {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}
.ConsultationStatistics label {
    float: left;
    margin: 0 1rem 0 0;
    color: #888;
}


/* 信件搜索 */
.letter-search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.5rem 0 1.5rem;
}
.letter-search .box-search {
    display: flex;
    justify-content: center;
    align-items: center;
}
.letter-search .box-search .hd {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.8rem 0 0;
    font-size: 16px;
    color: #333;
}
.letter-search .box-search .bd {
    width: 1%;
    flex-grow: 1;
}
.letter-search .box-search .keyword {
    width: 10rem;
    height: 32px;
    line-height: 1.3rem;
    font-size: 14px;
    padding: 0.6rem 0.8rem ;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-right: none;
    float: left;
}
.letter-search .box-search .searchsubmit {
    background: #004898;
    padding: 0 1rem;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    float: left;
}
.letter-search .box-search .select {
    float: left;
}
.letter-search .box-search .select a {
    display: block;
    background-color: #004898;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}
.letter-search .box-search .select a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* 网上信访-信件内容页  */
.detail-table {
    background: #fff;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.detail-table,
.detail-table tr,
.detail-table tr td {
    border: 1px solid #E6E8F1;
    border-collapse: collapse;
}
.detail-table thead th {
    color: #004898;
    font-weight: bold;
    padding: 0.9rem 1rem;
    text-align: center;
    font-size: 1.1rem;
}
.detail-table tbody td {
    padding: 0.9rem 1rem;
}
.detail-table tbody td.tdName {
    color: #004898;
    font-weight: bold;
    text-align: center;
    width: 8em;
    font-size: 1.1rem;
}
.detail-table .trName td:nth-child(2),
.detail-table .trUnit td:nth-child(2),
.detail-table .trName td:nth-child(4),
.detail-table .trUnit td:nth-child(4) {
    max-width: 20%;
}
.detail-table .preDiv {
    width: auto;
    overflow: auto;
}
.detail-table .preDiv pre {
    font-size: 1rem;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* 信箱首页 */
.pageBoxLoop1{ margin-top: -30px; }
.pageBoxLoop1 .defaultBox{ margin-top: 20px; }
.pageBoxLoop1 .msgWriteBtn,
.pageBoxLoop1 .msgQueryBtn,
.pageBoxLoop1 .letter-search{ margin-top: 6px; }


/* 信件列表 */
.list-letter{ width: 100%; border: none; }
.list-letter th, .list-letter td{ text-align: center; font-size: 1rem; vertical-align: middle; line-height: 1.6rem; padding: 0.8rem 0.6rem; border: none; color: #666; }
.list-letter th{ color: #004898; font-size: 1.1rem; padding: 0.8rem 0.6rem; background: #f5F5F5; border-bottom: 1px dashed #ddd; }
.list-letter .even td{ background: #f9f9f9; }
.list-letter .num{ display: none; }
.list-letter .title{ text-align: left; white-space: normal; word-break: break-all; }
.list-letter .title a{ color: #333; }
.list-letter .title a:hover{ color: #004898; }
.list-letter .ico{ width: 3em; text-align: center; vertical-align: middle; padding: 0px; color: #bbb; }
.list-letter .ico img{ vertical-align: middle; }
.list-letter .dep{ width: 6em; display: none; }
.list-letter .state{ width: 6em; display: none; }
.list-letter .open, .list-letter .handle{ display: none }
.list-letter .state .s0{ color: #333; }
.list-letter .state .s1{ color: #f70; }
.list-letter .state .s2{ color: #f00; }
.list-letter .state .s3{ color: #004898; }
.list-letter .state .s4{ color: #333; text-decoration: line-through; }
.list-letter .date{ width: 7em; }
.list-letter td.date{ color: #999 }

/* 写信页 */
.onlinepl-form .hd{ height: 3rem; line-height: 3rem; }
.onlinepl-form .hd h3{ float: left; *display: inline; text-align: center; font-weight: bold; color: #004898; font-size: 1.4rem; }
.onlinepl-form .hd .tips{ float: left; *display: inline; padding-left: 1rem; color: #999; font-size: 0.9rem; }
.onlinepl-form .bd{ padding: 0.6rem 0 1.5rem; }

.onlinepl-form .bottombt{ overflow: hidden; padding: 2rem 0; text-align: center; }
.onlinepl-form .bottombt input{ background: #004898; vertical-align: top; cursor: pointer; border: none; height: 2.8rem; line-height: 2.8rem; padding: 0 2rem; font-size: 1.1rem; font-weight: normal; text-align: center; color: #fff; }
.onlinepl-form .bottombt .restButton{ background: #d3d3d3; color: #555; }
.letter-info{ display: flex; flex-wrap: wrap; border-bottom: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; }
.letter-info dl{ margin: 0; width: 100%; flex-grow: 1; display: flex; border-top: 1px solid #E0E0E0; border-left: 1px solid #E0E0E0; }
.letter-info dt{ width: 9rem; border-right: 1px solid #E0E0E0; font-weight: normal; line-height:2.35rem; font-size: 1rem; background: #f8f8f8; text-align: right; padding: 1.3rem; }
.letter-info dd { margin: 0; flex-basis: 1%; flex-grow: 1; padding: 1.3rem; }
.letter-info dd select{ display: block; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da ;border-radius: 0.25rem; }
input[type=checkbox], input[type=radio]{ vertical-align: middle; margin-right: 0.5em; }


/* 写信须知 */
.letterWritePage #xyBox {
    background: url(/content/main/letterbox/img/bgletter.jpg) 50% 0px no-repeat #f2f2f2;
    min-height: 500px;
    padding: 50px 140px 80px 170px;
}
.letterWritePage #xyBox h3 {
    font-size: 35px;
    color: #004898;
    text-align: center;
    line-height: 52px;
    margin-bottom: 40px;
}
.letterWritePage #xyBox .info {
    font-size: 14px;
    line-height: 28px;
    height: 325px;
    overflow-y: auto;
}
.letterWritePage #xyBox .info p {
    padding: 6px 0px;
}
.letterWritePage #xyBox .center {
    overflow: hidden;
    height: 40px;
    text-align: center;
    padding-top: 50px;
}
.letterWritePage #xyBox .nextBtn {
    background: #004898;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    width: 166px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff
}
.letterWritePage #xyBox .prevBtn {
    background: #d3d3d3;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #555
}
.field-radiolist {
    float: left;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: calc(1.5em + 0.75rem + 2px);
}
.field-radiolist label {
    margin: 0 1rem 0 0;
}
.emailbox input {
    float: left;
    margin-right: 5px;
}
.field-error {
    clear: both;
    display: block;
}
/* 提交结果 */
.letterResultPage .onlinepl_result {
    border: #E6E6E6 solid;
    border-width: 1px 0 0 1px;
    margin: 7px 0 30px;
}
.letterResultPage .onlinepl_result td {
    background: #fff;
    padding: 5px;
    border: #E6E6E6 solid;
    border-width: 0 1px 1px 0;
    line-height: 26px;
}
.letterResultPage .onlinepl_result .title td {
    background: #004898;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 10px;
}
.letterResultPage .onlinepl_result td.queryCode {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}
.letterResultPage .onlinepl_result .tdlab,
.letterResultPage .onlinepl_result .strong {
    text-align: right;
    width: 15%;
    background: #F7F7F7;
    font-weight: bold;
}
.letterResultPage .onlinepl_result input[type="text"] {
    width: 90%;
    border: #E6E6E6 solid 1px;
    color: #004898;
    height: 20px;
    overflow: hidden;
}
.letterResultPage .onlinepl_result textarea {
    width: 90%;
    border: #E6E6E6 solid 1px;
    color: #004898;
    overflow: hidden;
    font: normal 12px/24px "宋体";
}
/* 申请进度查询 */
.applyFormQuery {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
}
.applyFormQuery td {
    padding: 8px 0
}
.applyFormQuery .tdlab {
    width: 40%;
    text-align: right;
}
.applyFormQuery input[type=text] {
    width: 56%;
}
.applyFormQuery .bot {
    text-align: left;
}
.applyFormQuery .bot a {
    margin: 0
}
.applyFormQuery .required strong {
    color: #f00;
    margin-right: 5px;
}
.applyFormQuery .errorMessage {
    color: #f00;
}
.applyFormQuery table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}
/* 其它 */
.inputclass input[type=text] {
    width: 56%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.validatecodeclass input[type=text] {
    width: 30%;
    float: left;
    margin-right: 10px;
}
.codeinp {
    float: left
}
.codeinp #ValidateCode {
    width: 150px;
}
.codeinp .validationcode {
    display: inline;
}




@media (min-width:768px) {
    /* 信件搜索 */
    .letter-search { justify-content: space-between; }

    .ConsultationStatistics{ margin-bottom: 0; }

    .list-letter .dep{ display: table-cell; }
    .list-letter .state{ display: table-cell; }

    .letter-info dl{ width: 50%; }
    .letter-info dl.width{ width: 100%; }
}