
.list_content{padding-bottom: .5rem;}
.list_nav {display: flex;font-size: .18rem; color: #4B4B4D; border-bottom: .01rem solid #E5E5E5; padding: .2rem 0;}
.list_nav a{font-size: .18rem; color: #4B4B4D;}

.list{margin-top: .0rem;}
.list  li{border-bottom: .02rem dashed #E5E5E5; padding: .3rem 0;}
.list  li:hover p a{color: #E01417;}
.list  li p {margin-bottom: .15rem;}
.list  li  a{font-size: .23rem; font-weight: bold; color: #000; }
/*.list li p:nth-child(1) a span{font-size: .23rem !important; font-weight: bold; color: #000 !important;}*/
/*.list li p:nth-child(2) a{font-size: .16rem !important; color: #666666 !important;}*/
.list  li  .summary{font-size: .16rem; color: #666666; margin-bottom: .15rem; line-height: 2;}
.list  li .list_data{font-size: .16rem; color: #666666;}

.Loadmore a{width: 1.5rem; margin: 0 auto; margin-top: .3rem; height: .5rem; border-radius: .05rem; text-align: center; line-height: .5rem; background-color: E01417; color: #fff;font-size: .18rem; background-color: #E01417;}

.tplist{display: flex; flex-wrap: wrap;  margin-top: .23rem;}
.tplist  li{border: 0.01rem solid #d5cdcd;width:2.87rem; border-radius: .05rem;padding-bottom: .15rem; margin-right: .14rem; margin-bottom: .2rem;}
.tplist  li:nth-child(4n){margin-right: 0;}
.tplist  li a{font-size:0;}
.tplist  li a img{ width: 100%; height: 1.9rem;}
.tplist  li a p{font-size: .18rem; color: #000;height: .55rem; overflow: hidden; margin-top: .15rem;  padding-left: .1rem; padding-right: .1rem; box-sizing: border-box; box-sizing: border-box;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

 .contet {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding-top: .3rem;

        }

        .left {
            width: 3.8rem;
            padding: .3rem .3rem;
            background-color: #fef6eb;
            box-sizing: border-box;
        }

        .left_image img {
            width: auto;
            height: 2.1rem;
        }

        .left_title {
            width: 1.5rem;
            font-size: .23rem;
            /* text-align: center; */
        }

        .left_title p:nth-child(2) {
            font-size: .18rem;
            color: #888888;
        }

        .right {
            width: 60%;
        }

        .left_inoc {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .right_title {
            font-size: .3rem;
            color: #ca1c1e;
            border-bottom: .015rem solid #ca1c1e;
                display: flex;
        }

        .left_sm_title {
            font-size: .25rem;
            color: #ca1c1e;
            line-height: 2.5;
        }

        .left_sm {
            font-size: .16rem;
            line-height: 1.7;
        }