@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;
    padding: 0.3rem 0 0.3rem;
    border-bottom: 1px solid #e8e8e8;
}
.list_box .item .red_hover .title{
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    max-width: 75%;
}
.list_box .item .red_hover .date{
    font-size: 0.22rem;
    color: #333;
}
.list_box .item:hover .red_hover .title{
    color: #083e89;
    text-decoration: underline;
}

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%); /* 移动自身宽高的一半 */

}