﻿.rederHd {
    padding: 10px;
    height: 70px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rederHd a {
    width: 45%;
}
.rederHd div {
    width: 17%;
    display: flex;
    justify-content: space-between;
}
.rederHd div span.rederHd_search {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/res/redribbon/structure/22112367.png) no-repeat center;
    background-size: 100%;
}
.rederHd div span.rederHd_nav {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/res/redribbon/structure/22112368.png) no-repeat center;
    background-size: cover;
}

/*二级导航*/
.rederNav {
    padding: 10px;
}
.rederNav ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
}
.rederNav ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.rederNav ul li span#CurrentlyNode,.rederNav ul li a.self {
    color: #C50000;
    border-bottom: 3px solid #C50000;
    padding-bottom: 7px;
}

/*文字列表*/
.redwzlist {
    padding: 10px;
}
.redwzlist ul li {
    position: relative;
    padding: 10px 0 10px 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.redwzlist ul li::before {
    content: '>';
    color: #C50000;
    position: absolute;
    left: 5px;
}

/*图文*/
.redtwlist {
    padding: 10px;
}
.redtwlist ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.redtwlist ul li #ReportIDPicture,.redtwlist ul li #AlbumIDpicture{width: 30%;
    background: url(/res/redribbon/structure/23041066.jpg) no-repeat center top;
    background-size: 100%;
    height: 70px;
    display: inline-block;
    text-align:center;
    border: 1px solid #ccc;
}
.redtwlist ul li img {
    margin:auto;
    
    max-width: 100%;
    height: 70px;
}
.redtwlist ul li .redtwlist_r {
    width: 65%;
    float: right;
}
.redtwlist ul li .redtwlist_r span#ReportIDname,.redtwlist ul li .redtwlist_r span#AlbumIDsubject {
    display: block;
    line-height: 1.6;
    margin-bottom: 10px;
}
.redtwlist ul li .redtwlist_r span#AlbumIDsubject br{display:none;}
.redtwlist ul li .redtwlist_r span#ReportIDIssueTime {
    color: #ccc;
    font-size: 12px;
}

/*专题列表*/
.redztlist {
    padding: 10px;
}
.redztlist ul {
    overflow: hidden;
}
.redztlist ul li {
    width: 46%;
    height: 80px;
    float: left;
    margin: 5px 2%;
}
.redztlist ul li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/*新闻详情*/
.rednewtxt {
    padding: 20px 10px;
}
.rednewtxt span#ReportIDname,.rednewtxt span#AlbumIDsubject {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.rednewtxt span#ReportIDIssueTime {
    display: block;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.rednewtxt span#ReportIDtext p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.rednewtxt span#ReportIDtext div{width:100% !important}
.rednewtxt span#ReportIDtext img {
    max-width: 100%;
    height: auto!important;
}
.rednewtxt td{padding:4px;}
.rednewtxt #AlbumIDmodule{display:block;
    padding-top:20px;}
figure,figcaption{text-align:center;}


/*文件夹详情*/
.redfoldTxt {
    padding: 20px 10px;
}
.redfoldTxt span#CurrentlyNode {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.redfoldTxt span#CurrentlyText p {
    line-height: 2;
    margin-bottom: 15px;
}