/**!
 * 列表页
 * date:2022-8-5
 * author: jjuan;
 */

/* 搜索 */
.main-top {
    padding-bottom: 24px;
    border-bottom: 1px solid #caddf3;
}

.chosen {
    width: 120px;
}

.sel {
    display: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    border: 1px solid #d7d7d7;
}

.chosen-container {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-family: 'Microsoft YaHei';
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 16px;
    height: 34px;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #d7d7d7;
}

.chosen-container-single .chosen-single span {
    margin-right: 27px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}

.chosen-container-single .chosen-single div {
    width: 27px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 27px;
    height: 34px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.time-name {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
}

.time-box {
    position: relative;
}

.datetime {
    padding-left: 16px;
    margin-left: 19px;
    width: 238px;
    height: 34px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background: url('../images/date_time.png') no-repeat right 10px center;
    cursor: pointer;
    box-sizing: border-box;
}

.search {
    margin-left: 20px;
    padding-left: 20px;
    width: 238px;
    height: 34px;
    line-height: 34px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
}

.search-btn {
    width: 80px;
    height: 34px;
    border-radius: 2px;
    background: url('../images/search_btn.png') no-repeat center center;
    font-size: 15px;
    color: #ffffff;
    margin-left: 20px;
    cursor: pointer;
}

/* 信件列表 */
.letter-list {
    margin-top: 24px;
    height: 1020px;
}

.letter-item {
    height: 102px;
}

.letter-item a{
    display: block;
    height: 100%;
    padding: 24px 37px 0 24px;
    box-sizing: border-box;
}

.letter-item:nth-child(odd) {
    background: #f4f9fe;
}

.letter-tt {
    height: 22px;
    width: 100%;
}

.letter-logo {
    width: 62px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: no-repeat center center;
}

.letter-logo.icon1 {
    background-image: url('../images/letter_online.png');
}

.letter-logo.icon2 {
    background-image: url('../images/letter_finish.png');
}

.letter-name {
    width: calc(100% - 78px);
    margin-left: 16px;
    line-height: 22px;
    height: 22px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.letter-box {
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}

.cont {
    padding-left: 24px;
    background: no-repeat left center;
}

.type-name {
    display: inline-block;
    color: #1d6bcc;
}

.letter-com {
    background-image: url('../images/letter_com.png');
}

.letter-time {
    margin-left: 216px;
    background-image: url('../images/letter_time.png');
}

.letter-type {
    background-image: url('../images/letter_type.png');
}

/* 分页 */
.page {
    margin-top: 40px;
}

.m-pagination-page > li > a {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}

.m-pagination-info {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
}

.m-pagination-info > span {
    margin: 0;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.m-pagination-info > .go{
    margin-left: 40px;
}

.m-pagination-jump{
    width: auto;
}

.m-pagination-group>input{
    width: 34px;
    height: 32px;
    border: 1px solid #dedede;
    margin: 0 10px;
}

.m-pagination-group>button{
    height: 34px;
    width: 42px;
    color: #666666;
    font-size: 16px;
}

.m-pagination-page>li.active>a{
    font-weight: normal;
}