﻿@charset "UTF-8";

/**!
* 通用信件列表
* date: 2021-08-01
* author: wppei;
*/

.loc {
    padding: 17px 0 17px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #c00107;
}

.main {
    margin-bottom: 45px;
}

.sec-nav {
    width: 206px;
}

.sec-nav-tt {
    height: 68px;
    line-height: 68px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/list_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.sec-nav-list {
    padding: 0 20px;
}

.sec-nav-item {
    height: 50px;
    line-height: 49px;
    font-size: 16px;
    border-bottom: 1px dashed #d5dae4;
    text-align: center;
}

.sec-nav-item a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-nav-item:hover a {
    color: #c00107;
}

.sec-nav-item.active a {
    color: #c00107;
    font-weight: bold;
    font-size: 18px;
}

.sec-nav .wb-tree {
    padding: 0 20px;
}

.sec-nav .wb-tree-items {
    padding-right: 5px;
    border-bottom: 1px dashed #d5dae4;
}

.sec-nav .wb-tree-items.active .sec-nav-box {
    color: #c71c21;
    font-weight: bold;
}

.sec-nav .wb-tree-items.hasChild .wb-tree-iconr {
    display: inline-block;
}

.sec-nav .wb-tree-items.current .wb-tree-tt {
    color: #c71c21;
    font-weight: bold;
}

.sec-nav .wb-tree-items.current .wb-tree-sub {
    display: block;
}

.sec-nav .wb-tree-items.current .wb-tree-iconr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.hasChild .wb-tree-icontr {
    display: inline-block;
}

.sec-nav .wb-tree-item.current .wb-tree-fours {
    display: block;
}

.sec-nav .wb-tree-item.current .wb-tree-icontr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.current .wb-tree-child {
    color: #c71c21;
}

.sec-nav .wb-tree-node {
    padding: 14px 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-tt {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    padding-left: 27px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    background: url("../images/public_dianh.png") no-repeat 7px center;
}

.sec-nav .wb-tree-iconr,
.sec-nav .wb-tree-icontr {
    display: none;
    width: 25px;
    height: 12px;
    background: url("../images/list_jiao.png") no-repeat right center;
    vertical-align: middle;
    cursor: pointer;
}

.sec-nav .wb-tree-sub {
    display: none;
    margin-top: 2px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.sec-nav .wb-tree-sub .wb-tree-item:last-child {
    border-bottom: none;
}

.sec-nav .wb-tree-node1 {
    padding: 5px 15px 0 32px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-child {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    font-size: 14px;
    color: #6c727f;
    vertical-align: top;
}

.sec-nav .wb-tree-child.active {
    color: #c71c21;
}

.sec-nav .wb-tree-fours {
    display: none;
    padding: 5px 0;
}

.sec-nav .wb-tree-four {
    line-height: 16px;
    padding: 4px 20px 0 40px;
    font-size: 12px;
}

.sec-nav .wb-tree-four>a {
    color: #666;
}

.sec-nav .wb-tree-four>a.active {
    color: #c71c21;
}


.menu {
    min-height: 566px;
    padding-bottom: 30px;
}

.box-shadow {
    height: 851px;
    box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}


/* 右侧 */

.sec-right {
    width: calc(100% - 234px);
    margin-left: 28px;
	height: auto;
}

.sec-right-tt {
    height: 61px;
    margin-bottom: 39px;
    font-size: 18px;
    border-bottom: 1px solid #e3e8ef;
}

.sec-right-tt>h2 {
    position: relative;
    float: left;
    padding-left: 20px;
    line-height: 60px;
    font-weight: bold;
}

.sec-right-tt>h2:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #c00107;
}

.sec-right-tt .write-letter {
    float: right;
    height: 40px;
    width: 137px;
    margin: 10px 20px 0 0;
    padding-left: 48px;
    line-height: 38px;
    color: #c00107;
    font-family: "SourceHanSansCN-Medium";
    border: 1px solid #fddde2;
    border-radius: 3px;
    background: #fcfafb url("../images/letter_icon1.png") no-repeat 18px center;
}

.sec-right-tt .write-letter:hover {
    color: #fff;
    background-color: #c00107;
    border-color: #c00107;
    background-image: url("../images/letter_icon1h.png");
}

.letter-top {
    margin: 0 34px 39px 50px;
}

.letter-label {
    width: 59%;
}

.letter-label>label {
    line-height: 50px;
    color: #8e8c8c;
    font-size: 18px;
}

.letter-label-input {
    width: calc(100% - 126px);
    height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 18px;
    border: 1px solid #d5dae4;
    border-radius: 3px;
}

.letter-label-input::-webkit-input-placeholder {
    color: #8e8c8c;
    font-size: 18px;
}

.letter-label-input::-moz-placeholder {
    color: #8e8c8c;
    font-size: 18px;
}

.letter-label-input:-moz-placeholder {
    color: #8e8c8c;
    font-size: 18px;
}

.letter-label-input:-ms-input-placeholder {
    color: #8e8c8c;
    font-size: 18px;
}

.letter-btn {
    width: 41%;
}

.letter-btn-box {
    width: calc(50% - 30px);
    margin-left: 30px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    color: #c00107;
    font-size: 20px;
    border: 1px solid #c00107;
    border-radius: 3px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

.letter-btn-box:first-child {
    color: #fff;
    background-color: #c00107;
}

.letter-box {
    padding: 0 34px;
}

.letter-table {
    width: 100%;
    table-layout: fixed;
}

.letter-thead th {
    height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #fff;
    background-color: #c00107;
}

.letter-thead th:first-child {
    width: 5.2%;
    border-radius: 3px 0 0 3px;
}

.letter-thead th:nth-child(2) {
    width: 26.3%;
}

.letter-thead th:nth-child(3) {
    width: 21.6%;
}

.letter-thead th:nth-child(4) {
    width: 14.1%;
}

.letter-thead th:nth-child(5) {
    width: 19.8%;
}

.letter-thead th:nth-child(6) {
    width: 13%;
    border-right: none;
    border-radius: 0 3px 3px 0;
}

.letter-tbody tr:nth-child(even) td {
    background-color: #fef9fc;
}

.letter-tbody td {
    height: 50px;
    padding: 0 13px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.letter-tbody td>a {
    color: #666;
}

.letter-tbody td:nth-child(2) {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pager {
    margin-top: 45px;
}