@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}

.con_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.content {
    position: relative;
    display: flex;
}

.list_box {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.list_box .item {
    position: relative;
}

.list_box .item .red_hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.list_box .item .red_hover:hover{
    background: #f9f9f9;
}

.img_box {
    width: 2.8rem;
    height: 1.58rem;
}
.img_box img {
    display: block;
    width: 100%;
    height: 100%;
}
.list_box .item .red_hover .con_1 {
    padding-left: 0.25rem;
    width: 80%;
}
.list_box .item .red_hover .title {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
}
.list_box .item .red_hover .text_box {
    font-size: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #787878;
    margin-top: 0.15rem;
}
.list_box .item .red_hover .date {
    font-size: 0.16rem;
    color: #707070;
    margin-top: 0.15rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.wad_1, .con_box, .content_box {
    width: 100% !important;
    margin-right: 0.2rem !important;
}

.page_content img{
    width: 100% !important;
    height: auto !important;
}
.page_content video{
    width: 100% !important;
    height: auto !important;
}

.logo img{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 移动自身宽高的一半 */

}