.news_info{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.rich_media_title {
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.newinfo-title {
    font-size: 0;
    margin-bottom: 1rem;
}
.newinfo-title .li {
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    color: #7e7e80;
    padding-left:12px;
    margin-left:12px;
    position: relative;
}
.newinfo-title .li:first-child {
    margin-left: 0;
    padding-left: 25px;
}
.newinfo-title .li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #868688;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #868688;
}
.newinfo-title .li:first-child:before {
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/home.png) no-repeat center;
    background-size: 100%;
}
.rich_media_meta_list {
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rich_media_meta_text {
    color: rgba(0,0,0,.3);
}
.rich_media_meta_list em {
    font-style: normal;
}

.content {
    overflow: hidden;
    color: #222;

    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    position: relative;
    z-index: 0;
    line-height: 1.5;
}
.content img{
    display: inline-block;
    height: auto !important;
    max-width: 100% !important;

}
.appmsg_card_context {
    position: relative;
    margin-top: 50px;

    border-radius: 8px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px 0;
}
.album_read_card {
    overflow: hidden;
    margin-top: 30px;
    font-size: 14px;
    color: rgba(0,0,0,.9);
    line-height: 1.4;
}
.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.album_read_nav_item.album_read_nav_prev {
    text-align: left;
}
.album_read_card .weui-flex__item {
    min-width: 50%;
}
.album_read_nav_item {
    position: relative;
    text-align: center;
    padding: 0 24px;
}
.album_read_nav_btn {
    display: block;
    color: rgba(0,0,0,.9);
    font-weight: 500;
    font-size: 16px;
}
.album_read_nav_title {
    display: block;
    margin-top: 6px;
    line-height: 1.4;
    font-weight: 500;
}
.album_read_nav_btn:before, .album_read_nav_btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;

    width: 7px;
    height: 8px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
    -webkit-mask-image: url(../img/pjt.png);
    mask-image: url(../img/pjt2.png);
}
.album_read_nav_prev .album_read_nav_btn:after{
 
    display: none;
}
.album_read_nav_next  .album_read_nav_btn::before{
    display: none;
}
.album_read_nav_prev .album_read_nav_btn:before {
 
    transform: scale(-1);
    -ms-transform: matrix(-1,0,0,-1,0,0);
    -webkit-transform: matrix(-1,0,0,-1,0,0);
    margin-right: 4px;
}
.album_read_nav_item.album_read_nav_next {
    text-align: right;
}
.album_read_nav_item:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 20px;
    left: 0;
    width: 1px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.03),rgba(0,0,0,.05) 50%,rgba(0,0,0,.03) 100%);
}
.album_read_nav_next .album_read_nav_btn:after {
    margin-left: 4px;
}
.album_read_nav_title_inner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: rgba(0,0,0,.6);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.album_read_nav_item:nth-child(1)::before{
    opacity: 0;
}
.tjxw{

    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tjxw .li {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: .6rem;
    transition: all .3s;
}
.tjxw .li .pic {
    width: 47%;
    overflow: hidden;
}
.tjxw .li .pic img {
    width: 100%;
    transition: all .3s;
}
.tjxw .li .cont {
    width: 53%;
    padding: 1rem;
}
.tjxw .li .cont .tit {
    line-height: .75rem;
    height: 1.5rem;
    overflow: hidden;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.4rem;
    transition: all .3s;
}
.tjxw .li .cont .time {
    color: #666666;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-size: .4rem;
}
.rmtj{
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 996px) {
    .news_info{
        width: 90%;
    }
}