﻿@charset "utf-8";

.mainBox .mHd h3 {
    float: left;
}

.pageBoxLoop .mainBox {
    margin-top: 20px;
}

/* 写信按钮 */
.msgBtns {
    display: inline-block;
    vertical-align: top;
}
.msgBtns a {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    background: #1078E3;
    border-radius: 500px;
}
.msgBtns a .iconfont,
.msgBtns a .fa {
    margin-right: 0.4em;
    font-size: 1.3em;
    vertical-align: top;
    display: inline-block;
}
.msgBtns a:hover {
    text-decoration: none;
    background: #0f4ea9;
}

/* 信件统计 */
.ConsultationStatistics {
    line-height: 40px;
}
.ConsultationStatistics label {
    margin-right: 15px;
}

/* 信件搜索 */
.letterSearch {
    font-size: 0;
    line-height: 1;
    text-align: center;
    margin: 10px 0 20px;
}
.letterSearch .searchBox {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid #B8D5FD;
    border-radius: 500px;
    background: #fff;
}
.letterSearch .searchBox .hd {
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 18px;;
    float: left;
    font-size: 14px;
    color: #666;
}
.letterSearch .searchBox .bd {
    overflow: hidden;
}
.letterSearch .searchBox .keyword {
    width: 140px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 8px 0 8px 10px;
    background: none;
    border: none;
    border-right: none;
    outline: none;
    float: left;
}
.letterSearch .searchBox .searchsubmit {
    background: none;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 22px;
    color: #428FFA;
    border: none;
    float: left;
}
.letterSearch .searchBox .select {
    float: left;
}
.letterSearch .searchBox .select a {
    display: block;
    background-color: #0f4ea9;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}
.letterSearch .searchBox .select a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* 网上信访-信件内容页  */
.detailTable {
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
    border: 1px solid #E6E8F1;
    border-collapse: collapse;
    color: #666;
}
.detailTable thead th {
    background: #F6FAFF;
    height: 50px;
    line-height: 50px;
    color: #0f4ea9;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.detailTable tbody td {
    padding: 25px 15px;
}
.detailTable tbody td.tdName {
    color: #0f4ea9;
    background: #F6FAFF;
    text-align: center;
    width: 20%;
    font-size: 18px;
    font-weight: bold;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2),
.detailTable .trName td:nth-child(4),
.detailTable .trUnit td:nth-child(4) {
    max-width: 100px;
}
.detailTable .preDiv {
    width: auto;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 16px;
    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;
}


/* 信件列表 */
.letterList{ width: 100%; border: none; }
.letterList th,
.letterList td{ text-align: center; font-size: 16px; vertical-align: middle; line-height: 1.4; padding: 20px 12px; border: none; color: #666; }
.letterList th{ color: #1078E3; font-size: 18px; font-weight: bold; padding-top: 14px; padding-bottom: 14px; background: #f5f5f5; border-bottom: 1px dashed #ddd; }
.letterList tr:nth-child(2n) td,
.letterList .even td{ background: #f9f9f9; }
.letterList .num{ display: none; }
.letterList .title{ text-align: left; white-space: normal; word-break: break-all; }
.letterList .title a{ color: #333; }
.letterList .title a:hover{ color: #1078e3; }
.letterList .ico { width: 20px; text-align: center; vertical-align: top; text-align: right; padding: 19px 0 0 12px; color: #ccc; font-size: 20px; }
.letterList .ico img{ vertical-align: middle; }
.letterList .dep{ width: 100px; }
.letterList .state{ width: 90px; }
.letterList .open, .letterList .handle{ display: none }
.letterList .state .s0{ color: #333; }
.letterList .state .s1{ color: #f70; }
.letterList .state .s2{ color: #f00; }
.letterList .state .s3{ color: #390; }
.letterList .state .s4{ color: #333; text-decoration: line-through; }
.letterList .date{ width: 110px; }
.letterList td.date{ color: #999 }

/* 写信页 */
.onlineplForm .hd{ height: 50px; border-bottom: 2px solid #1078E3; line-height: 50px; }
.onlineplForm .hd h3{ float: left; padding: 0 28px; background: #1078E3; text-align: center; color: #fff; font-size: 18px; border-radius: 5px 5px 0 0; }
.onlineplForm .hd .tips{ float: left; margin-left: 15px; color: #333; font-size: 14px; }
.onlineplForm .hd .tips i{ color: #f00; }
.onlineplForm .bd{ padding: 20px 0; }
.onlineplForm .bottombt{ overflow: hidden; padding: 20px 0; text-align: center; }
.onlineplForm .bottombt .inputbutton{ margin: 0 20px; background: #054DBC; vertical-align: top; cursor: pointer; border: none; border-radius: 5px; padding: 0 60px; line-height: 58px; font-size: 24px; font-weight: normal; text-align: center; color: #fff; }
.onlineplForm .bottombt .restButton{ margin: 0 20px; background: #E1B876; vertical-align: top; border: none; cursor: pointer; border-radius: 5px; padding: 0 60px;; line-height: 58px; text-align: center; font-size: 24px; font-weight: normal; color: #fff; }
.LetterInfoTable{ width: 100%; font-size: 16px; }
.LetterInfoTable td{ line-height: 42px; padding: 10px 5px; vertical-align: top; }
.LetterInfoTable td .field-validation-error{ display: block; color: #f00; }
.LetterInfoTable td.tdlab{ width: 110px; text-align: right; }
.LetterInfoTable td input[type="text"]{ display: block; width: 100%; border: #ddd solid 1px; height: auto; line-height: 20px; overflow: hidden; padding: 10px 12px; font-size: 16px; box-sizing: border-box; }
.LetterInfoTable td textarea[name=Content]{display: block;width: 100%;font-family: inherit;border: #ddd solid 1px;padding: 10px 12px;font-size: 16px;box-sizing: border-box;}
.LetterInfoTable td select{ border: 1px solid #ddd; height: 42px; line-height: 42px; padding: 0 12px; font-size: 16px; }
.LetterInfoTable td .radio{ margin-right: 15px; }
.LetterInfoTable td .radio input[type=radio]{ margin-right: 5px; }
.LetterInfoTable .validationcode{ position: initial; }

/* 写信须知 */
.letterWritePage #xyBox {
    background: url(../img/bgletter.jpg) 50% 0px no-repeat #f2f2f2;
    min-height: 500px;
    padding: 50px 140px 80px 170px;
}
.letterWritePage #xyBox h3 {
    font-size: 35px;
    color: #0f4ea9;
    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: #0f4ea9;
    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
}
.UserPublicStatus .inline {
    float: left;
}
.UserPublicStatus label {
    margin-right: 15px;
}
.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: #0f4ea9;
    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: #0f4ea9;
    height: 20px;
    overflow: hidden;
}
.letterResultPage .onlinepl_result textarea {
    width: 90%;
    border: #E6E6E6 solid 1px;
    color: #0f4ea9;
    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 {
    width: 80%;
    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;
}