.infomation {
    margin-top: 20px;
}

.infomation .title img {
    margin-right: 4px;
}

.infomation .title h1 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #0078d7;
}

.infomation .tip {
    padding: 30px 30px 52px 30px;
    text-indent: 40px;
}

.tables {
    border: solid 1px #bbebff;
    overflow: hidden;
}

.tables div {
    float: left;
    height: 46px;
}

.tables .zixun {
    width: 20%;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #5bc8f6;
    text-align: center;
}

.tables .blank {
    width: 80%;
    line-height: 46px;
}

.tables .name,
.tables .email {
    width: 20%;
    line-height: 46px;
    background-color: #ebf7fc;
    color: #454545;
    text-align: center;
    border: solid 1px #bbebff;
    border-left: none;
}

.tables .input {
    width: 30%;
    line-height: 46px;
    border: solid 1px #bbebff;
    border-left: none;
}

.tables input {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    text-indent: 20px;
    height: 20px;
    line-height: 20px;
    color: #999;
}

.tables .conte {
    height: 350px;
    line-height: 350px;
}

.tables .textarea {
    width: 80%;
}

textarea {
    width: 100%;
    height: 350px;
    border: none;
    padding: 10px 15px;
    color: #999;
}

.btns {
    width: 275px;
    margin: 30px auto;
}

.btns button {
    width: 114px;
    height: 36px;
    background: #31c874;
    color: #fff;
}

.submit {
    margin-right: 40px;
}

.btn {
    border-radius: 0;
}

.input input[type='checkbox'] {
    width: auto;
    height: 44px;
    line-height: 46px;
}

.input .line {
    color: #363636;
    vertical-align: top;
    padding: 0 22px;
    width: 100px;
    border-bottom: 1px solid #666;
    padding-bottom: 2px;
}

.input .textC {
    color: #363636;
    vertical-align: top;
    padding: 0 3px;
    display: inline-block;
    line-height: 50px;
}

.tables .text_name_time {
    position: relative;
    min-height: 90px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.tables .text_name_time .ptext {
    text-indent: 50px;
    margin-top: 20px;
}

.tables .text_name_time .uname,
.tables .text_name_time .ttime {
    position: absolute;
    right: 20px;
    bottom: 32px;
    height: 20px;
}

.tables .text_name_time .uname input {
    border-bottom: 1px solid #666;
}

.tables .text_name_time .ttime {
    right: 19px;
    bottom: 5px;
}

.tables .text_name_time .uname input,
.tables .text_name_time .ttime input {
    width: 108px;
    color: #363636;
}

.tables .text_name_time p {
    line-height: 28px;
}

.table-responsive table {
    text-align: center;
}

.table-responsive thead td {
    background: #e3e7f1;
    font-weight: blod;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 400;
}

.table-responsive tbody tr {
    height: 40px;
    line-height: 40px;
    background: #fefefe;
    font-size: 15px;
    text-align: center;
}

.table-responsive tbody tr:nth-child(2n) {
    background: #f9f9f9;
}

.table-responsive tbody tr td a {
    color: #278add;
}

.table-responsive div {
    width: 470px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    top: 68px;
    right: 0;
}

.table-responsive div input[type='search'] {
    width: 200px;
    height: 34px;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    background: #fefefe;
}

.table-responsive div input[type='submit'],
.table-responsive div a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #31c874 !important;
    color: #fff;
    border: none;
    padding: 0 5px;
}

.table-responsive div input[type='submit'] {
    width: 60px;
}

.table-responsive div a {
    display: inline-block;
    width: 80px;
    margin-left: 5px;
}

#searchtext_temp {
    border: 1px solid #ccc;
    height: 36px;
    vertical-align: top;
    padding: 0 5px;
    color: #999;
    width: 196px;
    line-height: 36px;
    margin-right: 2px;
    border-radius: 2px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.xx th {
    border: 1px solid #ecc197;
    font-size: 12px;
}


/*信件内容页*/

.letter_con {
    border-top: none;
    padding: 0;
    background: #fff;
}

.letter_con .title {
    background: #ebf7fc;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #CC6600;
    font-size: 14px;
    border: 1px solid #c2dba4
}

.letter_con .title td {
    padding: 0 0 0 13px
}

.letter_con table {
    margin-bottom: 2px;
}

.letter_con table,
.letter_con table tr,
.letter_con table tr td {
    border: 1px solid #64C5F5;
    border-collapse: collapse
}

.letter_con .strong {
    font-weight: bold;
    background: #ebf7fc;
    text-align: center
}

.letter_con .letter_tit {
    font-size: 14px;
    font-weight: bold
}

.letter_con table tr td {
    padding: 14px 10px;
}

.letter_con .content {
    font-size: 14px;
    line-height: 180%;
    padding: 15px;
    background: #fff;
}

.letter_con .delResult {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc
}

.gr-header {
    margin-top: 26px;
    height: 26px;
}

.gr-header .img {
    height: 100%;
    width: 30%;
    margin: 0px;
}

.gr-header .img img {
    margin: 0px;
    height: 26px;
    width: 26px;
}

.gr-header .img .span-gr {
    font-size: 21px;
    line-height: 26px;
    margin-left: 17px;
}

.gr-header .input {
    height: 30px;
    border: 1px solid #1cbbde;
    border-radius: 2px;
    width: 54%;
    position: relative;
}

.gr-header .input input {
    border: none;
    width: 100%;
    height: 100%;
}

.gr-header .input .search-div {
    position: absolute;
    right: 0px;
    width: 48px;
    height: 100%;
    top: 0px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
    background-color: #1cbbe0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.search-icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 35%;
    top: 18%;
}