@CHARSET "UTF-8";
.appmsg a{
    color:#000;
    text-decoration: none;
}
.appmsg a:hover,.appmsg a:active,.appmsg a:focus,.appmsg a:visited{
    color:#000;
    text-decoration: none;
}
.container_box.cell_layout .col_side, .container_box.cell_layout .col_main {
    overflow-wrap: break-word;
    word-break: break-all;
}
.appmsg_list::after {
    content: ".";
    display: inline-block;
    font-size: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.page_media_list .appmsg_list {
    margin-bottom: 0;
}
.appmsg_list {
    font-size: 0;
    letter-spacing: -4px;
    margin: 0 30px;
    text-align: justify;
}
.appmsg_list .tj_item {
    font-size: 14px;
    text-align: left;
}
.appmsg_col {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 24%;
}
.appmsg {
    background-color: #fff;
    border: 1px solid #e7e7eb;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.appmsg_content {
    position: relative;
}
.appmsg_info {
    border-bottom: 1px solid #e7e7eb;
    font-size: 13px;
    line-height: 20px;
    margin: 0 14px;
    padding: 12px 0;
}
.appmsg_date {
    font-style: normal;
    font-weight: 400;
}
.appmsg_title {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, fieldset, textarea {
    margin: 0;
}

.undone_tips {
    color: #ffbe00;
    padding-top: 3px;
}
.single .appmsg_thumb_wrp {
    margin-top: 5px;
    margin-bottom: 5px;
}
.appmsg_thumb_wrp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    overflow: hidden;
} 
.appmsg_item {
    padding: 12px 14px;
    position: relative;
}

.multi .appmsg_item::after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
}
.multi .appmsg_item {
    border-top: 1px solid #e7e7eb;
}

.multi .appmsg_item .appmsg_thumb_wrp {
    float: right;
    height: 78px;
    margin-left: 14px;
    width: 78px;
}

.multi .appmsg_item .appmsg_title {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.has_cover .appmsg_title {
    margin-top: 14px;
}
.appmsg.multi .cover_appmsg_item {
   position:relative;
}
.appmsg.multi .cover_appmsg_item .appmsg_title {
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    width: 100%;
}
.appmsg.multi .cover_appmsg_item .appmsg_title>a{
    display: inline-block;
    color: #fff;
    padding: 10px 5px;
    width: 100%;
}
.has_first_cover .cover_appmsg_item {
    margin: 12px 14px;
}
.appmsg_info {
    border-bottom: 1px solid #e7e7eb;
    font-size: 13px;
    line-height: 20px;
    margin: 0 14px;
    padding: 12px 0;
}

.appmsg_date {
    font-style: normal;
    font-weight: 400;
    color:#666666;
}