.t2 {
    height: 100%;
    width: 90%;
    margin: 0 auto;
}


.tmenun {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
}

.tmenun .rowx {
    height: 28.5px;
    width: 100%;

    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    margin: 0 auto;

    text-align: center;
}

.tmenun .lis {
    width: 16%;
    text-align: center;
    cursor: pointer;
    display: inline-block;

    height: 28.5px;
    background: rgba(0, 85, 255, 1);
}

.tmenun .lis a {
    color: white;
}

.tmenun .lin {
    width: 16%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 28.5px;
    border: 1px solid rgba(173, 173, 173, 1);
    opacity: 0.5;

}

.tma {
    width: 59px;
    height: 28.5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    cursor: pointer;

    line-height: 28.5px;
}

.t1t0 {
    width: 150px;
    height: 16px;
    margin-top: 13px;

    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 13px;
}

.t1t0 a {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 27px;
    text-decoration: none;
}


.list {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top: 7px;
}

.list-item {
    width: 100%;
    height: 90px;

    border-bottom: 1px solid rgba(227, 227, 227, 1);
    /*border-top: 1px solid rgba(227, 227, 227, 1);*/

    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
}

.list-item-cell {
    cursor: pointer;
    margin-right: 10px;
}


.list-item-pc {
    width: 100px;
    height: 72.5px;
    background: rgba(209, 217, 255, 1);
    border-radius: 10px;
}

.list-item-cell img {
    min-width: 100px;
    width: 100px;
    height: 72px;
    border-radius:5px;
}

.list-item-time {
    width: 45px;
    height: 72.5px;
    text-align: left;
    margin-top: 15px;
}

.list-item-txt {
    width: 150px;
    flex: auto;
    height: 72.5px;
    text-align: left;
    margin-top: 6px;

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}


.list-item-time label {
    width: 90px;
    height: 15px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item-time p {
    width: 33px;
    height: 12px;
    font-size: 7px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 14px;
    margin-top: 5px;
}

.list-item-txt label {
    width: 100%;
    height: 15px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 15px;
    cursor: pointer;
    display: block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item-txt p {
    width: 100%;
    height: 32px;
    font-size: 8px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    margin-top: 10px;
    cursor: pointer;

    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
}

.list-footer {
    width: 63px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 27px;
}

.list-footer-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(181, 181, 181, 1);
    opacity: 0.5;
    text-align: center;
    display: block;
    float: left;

    margin-left: 5px;
    margin-right: 5px;

    line-height: 28px;
    font-size: 9px;
    font-weight: 600;
    color: rgba(153, 153, 153, 1);

    text-decoration: none;
}

.list-footer-btns {
    width: 30px;
    height: 30px;
    background: rgba(0, 85, 255, 1);
    color: white;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;

    font-size: 9px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

.list-footer-btne {
    width: 30px;
    height: 30px;
    display: block;
    float: left;

    margin-left: 5px;
    margin-right: 5px;

    line-height: 32px;
    text-decoration: none;
}

.footerpart {
    float: left;
    width: 100%;
    height: 200px;
    text-align: left;
}

.footerpart label {
    width: 119px;
    height: 20px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.footlist {
    width: 320px;
    height: 119px;
    margin-top: 10px;
}

.footrow {
    width: 100%;
    height: 30px;
    font-size: 10px;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;

    display: flex;
    flex-direction: row;

}

.footrow div {
    width: 241px;
    height: 30px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 10px;
    color: rgba(153, 153, 153, 1);
    font-weight: 500;
    line-height: 30px;

}

.footrow a {
    width: 241px;
    height: 25px;

    font-size: 10px;
    color: rgba(153, 153, 153, 1);
    line-height: 25px;
    font-weight: 500;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    text-decoration: none;

    margin-right: 61px;
}


.itemt0 {
    width: 100%;
    height: 23px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 23px;
    text-align: center;
    margin-top: 27px;
}

.itemt1 {
    width: 100%;
    height: 12px;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 12px;
    text-align: center;
    margin-top: 15px;
}

.itemt4 {
    width: 100%;
    height: 21px;
    font-size: 21px;

    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    margin-top: 29px;
    text-align: center;
}

.itemt-line {
    width: 100%;
    height: 1px;
    background: rgba(227, 227, 227, 1);
    margin-top: 20px;
}


.item-pager-x{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.item-pager {
    margin-top: 10px;
    height: 35px;
    cursor: pointer;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;

}

.item-pager a{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); /* Opera */
}



.item-pager label {
    width: 42px;
    height: 35px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
    text-align: left;
    cursor: pointer;
}

.item-pager div {
    width: 200px;
    height: 35px;
    font-size: 12px;
    font-family: PingFang SC;
    color: rgba(153, 153, 153, 1);
    line-height: 35px;

    text-align: left;
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.acticle {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 23px;
    color: rgba(153, 153, 153, 1);


    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    flex-direction: column;
}

.acticle img {
    max-width: 100%;
    width: 400px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #e8eef6;
    margin-top: 20px;
    margin-bottom: 20px;
}

.acticle p {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.acticle span {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.acticle a {
    color: #5698DA;
    word-break: break-all;
}