.msgBox {
    margin-top: 40px;
}

.sidebar {
    float: left;
    width: 260px;
    min-height: 500px;
    background: url("https://www.imast.org.cn/html/images/sidebar-bottom-bg.png") right bottom no-repeat #ffffff;
    overflow: hidden;
}

.sidebar .title {
    width: 260px;
    height: 120px;
    line-height: 120px;
    background-color: #182f8d;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.sidebar .list {}

.sidebar .list .item {
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: dashed 1px #dde6ff;
    background: url("https://www.imast.org.cn/html/images/sidebar-item-title-bg.png") no-repeat;
    background-size: 0 100%;
    transition: all .3s;
}

.sidebar .list .item.on {
    background-size: 100% 100%;
}

.sidebar .list .item.on a {
    color: #0d2e8b;
}

.sidebar .list .item.on a:before {
    background-color: #0d2e8b;
}

.sidebar .list .item.on a::after {
    margin-right: -2px;
    background: url("https://www.imast.org.cn/html/images/icon-double-arro-hover.png") center center no-repeat;
}

.sidebar .list .item:hover {
    background-size: 100% 100%;
}

.sidebar .list .item a {
    font-size: 18px;
    display: block;
    width: 100%;
    transition: all .3s;
    color: #333333;
    height: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.sidebar .list .item :hover {
    color: #0d2e8b;
}

.sidebar .list .item a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #dde6ff;
    margin-left: 20px;
    margin-right: 14px;
    border-radius: 100%;
    transition: all .3s;
}

.sidebar .list .item a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 80px;
    background: url("https://www.imast.org.cn/html/images/icon-double-arro.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.sidebar .list .item a:hover::before {
    background-color: #0d2e8b;
}

.sidebar .list .item a:hover::after {
    margin-right: -2px;
    background: url("https://www.imast.org.cn/html/images/icon-double-arro-hover.png") center center no-repeat;
}

.kx-content {
    float: right;
    width: 1000px;
    min-height: 500px;
}

.kx-content .kx-title {
    margin-top: 0;
}

.kx-content .kx-title::after {
    width: 85%;
}

.kx-title {
    height: 55px;
    line-height: 55px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.kx-title span {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 24px;
    color: #0d2e8b;
    border-bottom: 3px solid #0d2e8b;
    height: 55px;
}

.kx-content-info .message-box * {
    line-height: 32px !important;
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}

.kx-content-info .clause {
    text-align: center;
    padding-top: 40px;
}

.kx-content-info .btn-checkbox {
    margin-top: -2px;
    margin-right: 4px;
}

.kx-content-info .btn-container {
    text-align: center;
    margin-top: 40px;
}

.kx-content-info .btn {
    width: 156px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    transition: all .3s;
    background-color: #ccc;
}

.kx-content-info .active {
    background-color: #0c2d8c;
}

.kx-btn {
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.kx-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    background-color: #0d2e8b;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.kx-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.kx-btn:active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}

.kx-btn+.kx-btn {
    margin-left: 10px;
}

.kx-btn[disabled] {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #c9c9c9;
    cursor: not-allowed;
    opacity: 1;
}

.kx-btn-grey {
    background-color: #cccccc !important;
}


/* input */

.kx-input {
    border: 1px solid #d8e2ff;
    border-radius: 3px;
    padding-left: 32px;
}

.input-inline {
    display: inline-block;
}

.w320 {
    width: 320px !important;
}

.message-letter {
    padding-bottom: 50px;
}

.message-letter .message-count {
    width: 970px;
    height: 130px;
    border-radius: 3px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    background: url("../images/letter-title-bg.png") no-repeat;
}

.message-letter .message-count .item {
    width: 263px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    position: relative;
    margin-top: 27px;
}

.message-letter .message-count .item:first-child {
    width: 180px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 32px;
    color: #ffffff;
    margin-top: 54px;
}

.message-letter .message-count .item::after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
    position: absolute;
    top: 10px;
    right: 50px;
}

.message-letter .message-count .item:first-child::after {
    width: 0;
}

.message-letter .message-count .item:last-child::after {
    width: 0;
}

.message-letter .message-count .item .icon {
    width: 74px;
    height: 74px;
}

.message-letter .message-count .item .text {
    padding-top: 12px;
    padding-left: 22px;
}

.message-letter .message-count .item .text .number,
.message-letter .message-count .item .text .title {
    display: block;
}

.message-letter .message-count .item .text .number {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.message-letter .message-count .item .text .title {
    padding-top: 12px;
    color: #666666;
}

.message-letter .msg-search {
    padding: 40px;
}

.message-letter .msg-search .red-color {
    margin-right: 12px;
}

.message-letter .msg-search .input {
    width: 260px;
    height: 48px;
}

.message-letter .msg-search .btn {
    height: 48px;
    width: 140px;
    font-size: 18px;
    margin-left: 16px;
}

.message-letter .content {
    padding-top: 24px;
    padding-bottom: 23px;
}

.message-letter .content p {
    text-align: center;
    color: #999;
}


/* 表格 */

.kx-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.kx-table thead tr {
    height: 50px;
}

.kx-table tbody tr {
    height: 48px;
    position: relative;
}

.kx-table tr th {
    background: #edf4fa;
    text-align: center;
    font-weight: inherit;
    background-clip: padding-box;
    position: relative;
}

.kx-table td,
.kx-table th {
    position: relative;
    font-family: "Microsoft YaHei", 微软雅黑, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB" !important;
}

.kx-table td,
.kx-table th {
    border-width: 1px;
    border-style: solid;
    border-color: #d8e2ff;
    font-size: 16px;
    line-height: 56px;
    background-clip: padding-box;
    position: relative;
}

.kx-table tr td {
    min-width: 90px;
}

.kx-table tr td.cdetail {
    line-height: 30px;
}

.kx-table table[hui-skin=nob] td,
.kx-table table[hui-skin=nob] th {
    border: none
}

.kx-table thead tr {
    background-color: #ffffff;
    color: #0d2e8b;
}

.kx-table .see {
    color: #ff9e01;
}

.kx-table .see:hover {
    color: #0d2e8b;
}

.kx-table .see img {
    vertical-align: middle;
    margin-right: 4px;
}

.kx-table .see.disabled {
    color: #999999;
}

.message-letter .kx-table table tr td:nth-child(2) {
    text-align: left;
}


/* --信件查询结果end --*/

.article-list-layout {
    width: 100%;
    margin-top: 30px;
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-direction: row;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.article-list-layout .item-layout {
    width: calc(50% - 20px);
}

.article-list-layout .item-layout .kx-title {
    margin-bottom: 10px;
}

.article-list-layout .item-layout .kx-title::after {
    width: 420px;
}

.article-list-layout .item-layout .ul-list {
    position: relative;
}

.article-list-layout .item-layout .ul-list li {
    line-height: 48px;
    height: 48px;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #999999;
    transition: all .3s;
    padding-left: 20px;
}

.article-list-layout .item-layout .ul-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 22px;
    z-index: 10;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    border-radius: 100%;
}

.article-list-layout .item-layout .ul-list li:hover {
    transform: translateX(5px);
    color: #0d2e8b;
}

.article-list-layout .item-layout .ul-list li a {
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 648px;
}

.article-list-layout .item-layout .ul-list li a:hover {
    color: #0d2e8b;
}

.article-list-layout .item-layout .ul-list .list-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}


/* --信件选登-- */

.table-xjxd {}

.table-xjxd .article-list-layout {
    display: block;
}

.table-xjxd .article-list-layout .item-layout {
    width: 100%;
}

.table-xjxd .article-list-layout .item-layout .ul-list li {
    width: 100%;
    color: #cccccc;
}

.table-xjxd .article-list-layout .item-layout .ul-list.table-hd li:before {
    display: none;
}


/* table-hd */

.table-xjxd .table-hd {
    background-color: #edf4fa;
    margin-bottom: 14px;
}

.table-xjxd .item-layout .table-hd li {
    list-style: none;
    overflow: hidden;
}

.table-xjxd .table-hd li span {
    color: #0c2d8c;
}

.table-xjxd .table-hd li .theme {
    float: left;
}

.table-xjxd .table-hd li .situation,
.table-xjxd .table-hd li .reply {
    width: 140px;
    text-align: center;
    float: right;
}

.table-xjxd .item-layout .ul-list li:hover {
    transform: translateX(0);
    color: #0d2e8b;
}

.table-xjxd .item-layout .ul-list.table-bd {
    padding-left: 20px;
}

.table-xjxd .item-layout .ul-list li a {
    width: 648px;
}

.table-xjxd .item-layout .ul-list .list-time {
    width: 140px;
    text-align: center;
}

.table-xjxd .item-layout .ul-list .list-handle {
    position: absolute;
    top: 0;
    right: 140px;
    color: #999;
    font-size: 16px;
    width: 140px;
    text-align: center;
}

.table-xjxd .item-layout .ul-list .list-time {
    width: 140px;
    text-align: center;
}

.table-xjxd .article-list-layout .item-layout .ul-list li:nth-child(5n) {
    margin-bottom: 31px;
}

.table-xjxd .article-list-layout .item-layout .ul-list li:nth-child(5n)::after {
    content: '';
    height: 10px;
    width: 100%;
    display: block;
    border-top: 1px dashed #b7b7b7;
    margin-top: 15px;
}


/* --信件选登end-- /*

/* --信件回复-- */

.kx-table.reply table {}

.kx-table.reply table td {
    text-align: left;
    padding-left: 20px;
    background-color: #ffffff;
}

.kx-table.reply table th {
    width: 126px
}

hr {
    height: 1px;
    margin: 30px 0;
    border: 0;
    clear: both;
}

.kx-bg-blue {
    background-color: #d8e2ff !important;
}


/* 信件查询 */

.sxz_leave_word_search {
    height: 100%;
    width: 100%;
    margin-top: 45px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
}

.sxz_leave_word_search_left {
    font-size: 16px;
    line-height: 44px;
    width: 90px;
    text-align: center;
    color: #333333;
}

.sxz_leave_word_search_right input {
    height: 44px;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    margin-right: 18px;
}

.sxz_leave_word_search_right input[type='button'] {
    height: 44px;
    width: 162px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    background: #3e79d4;
    outline: none;
    border: none;
}

.sxz_leave_word_search_right p {
    font-size: 14px;
    color: #999999;
    line-height: 45px;
}

.kx-content-info {
    margin-bottom: 40px;
}

.tips {
    margin-top: 40px;
    display: none;
}

.tips p {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.sub-banner-new {
    height: 255px;
    background: url(../images/banner_260115.png) top center no-repeat;
}

.sub-banner-new h4 {
    margin-top: 90px;
}

.sub-nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sub-nav {
    height: 84px;
    overflow: initial;
    position: relative;
}