.main .banner {
    height: 466.0032px;
}

.main .banner img {
    width: 100%;
    height: 466.0032px;
}

.main .bd {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    min-height: 800px;
    flex-direction: column;
}

.main .bd .tab ol{
    display: flex;
    flex-direction: row;
    font-size: 18px;
}

.main .bd .tab ol li a{
    font-size: 18px;
}

.main .bd>.content {
    width: 100%;
    margin: 0 auto;
    padding-top: 127.008px;
    min-height: 800.0064px;
}

.main .bd .content .left {
    text-align: right;
}

.main .bd .content .left ul li {
    position: relative;
    height: 24px;
    line-height: 12px;
    font-size: 24px;
}

.main .bd .content .left ul li:nth-child(1) {
    font-size: 30px;
    height: 94px;
    line-height: 30px;
    color: #B0061A;
    background: url("../../img/list_bg.png") no-repeat;
    margin-top: -65px;
    padding-top: 45px;
}

.main .bd .content .left ul li:nth-child(4),
.main .bd .content .left ul li:nth-child(6),
.main .bd .content .left ul li:nth-child(8),
.main .bd .content .left ul li:nth-child(10){
    height: 50px;
    margin-right: 5px;
    border-right: 1px solid #BFBEBE;
}

.main .bd .content .left ul .active a {
    color: #B0061A;
}

.main .bd .content .left ul li a i {
    top: 7.008px;
    display: inline-block;
    width: 10.0032px;
    height: 10.0032px;
    margin-left: 14.9952px;
    background: #B5B3B3;
    border-radius: 50%;
}

.main .bd .content .left ul .active a i {
    background: #B0061A;
}

.main .bd .content .right>.top .title {
    font-size: 24px;
    color: #C31618;
    padding-bottom: 4.992px;
    border-bottom: 0.9984px solid #DEDEDE;

    /* 显示一行 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .bd .content .right>.top .top_content {
    display: flex;
    flex-direction: row;
    margin-top: 30.0096px;
    border-bottom: 0.9984px solid #DEDEDE;
    padding-bottom: 49.9968px;
}

.main .bd .content .right>.top .avatar img {
    width: 426.0096px;
    height: 345.0048px;
}

.main .bd .content .right>.top .content {
    width: 758.9952px;
    height: 345.0048px;
    margin-left: 18.0096px;

}

.main .bd .content .right>.top .content .description {
    height: 314.9952px;
    font-size: 13.9968px;
    line-height: 24px;
    font-weight: 24px;
    color: #656363;
}

.main .bd .content .right>.top .content .date {
    font-size: 24px;
    color: #C31618;
}

.main .bd .content .right>.list {
    margin-top: 46.0032px;
    border-bottom: 0.9984px solid #DEDEDE;
    margin-bottom: 10.0032px;
}

.main .bd .content .right>.list ul li {
    display: flex;
    height: 121.9968px;
    margin-bottom: 63.9936px;
}

.main .bd .content .right>.list ul li .avatar {
    float: left;
}

.main .bd .content .right>.list ul li .avatar img {
    width: 159.9936px;
    height: 120px;
}

.main .bd .content .right>.list ul li .content {
    float: left;
    width: 1023.9936px;
    height: 121.9968px;
    padding-top: 18.0096px;
    padding-left: 22.0032px;
}

.main .bd .content .right>.list ul li .content>.top {
    display: flex;
    height: 20.0064px;
    line-height: 20.0064px;

}

.main .bd .content .right>.list ul li .content>.top .title {
    float: left;
    font-size: 20.0064px;
    font-weight: 400;
    color: #282828;

    /* 显示一行 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .bd .content .right>.list ul li .content>.top .date {
    float: right;
    font-size: 18.0096px;
    font-weight: 400;
    color: #4A4A4A;
}

.main .bd .content .right>.list ul li .content>.description {
    font-size: 15.9936px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 34.0032px;

    /* 显示两行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .bd .content .right .nodata {
    text-align: center;
    height: 80.0064px;
    line-height: 80.0064px;
}

/* 分页 */
#page_list {
    height: 22.0032px;
    margin: 72px auto;
}

#page_list ul {
    height: 24.9984px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#page_list ul li {
    float: left;
    display: block;
    margin-right: 7.008px;
}

#page_list ul li span, #page_list ul li a {
    width: 24.9984px;
    height: 24.9984px;
    line-height: 24.9984px;
    font-size: 12px;
    color: #a3a3a3;
    padding: 0 7.008px;
    border-radius: 4px;
}

#page_list ul .active span {
    font-size: 12px;
    background-color: #C31618;
    border-color: #C31618;
    color: #fff;
    border-radius: 4px;
}

#page_list ul li a:hover {
    font-size: 12px;
    background-color: #C31618;
    border-color: #C31618;
    color: #fff;
}

#page_list ul li span:hover {
    font-size: 12px;
    background-color: #C31618;
    border-color: #C31618;
    color: #fff;
}