.img-box {
    display: block;
    height: 100%;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.img-box img:hover {
    transform: scale(1.2);
}

.left-double-quotes>img, .right-double-quotes>img {
    width: 64px;
    height: 64px;
}

.right-double-quotes>img {
    transform: rotate(180deg);
}

.read-more a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.read-more a img {
    display: block;
    width: 100%;
    height: auto;
}

/* hover 图 */
.read-more a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/read_more_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;  /* 强制完全铺满 */
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

/* 悬浮滑入 */
.read-more a:hover::after {
    transform: translateX(0);
}

#news-release {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding: 40px 0;
}

#news-release .title {
    font-family: Arial;
    font-size: 48px;
    color: #444444;
    font-weight: bold;
    font-style: normal;
}

#news-release .title a {
    text-decoration: none;
    color: inherit;
}

#news-release .title img {
    width: 49px;
    height: auto;
    position: relative;
    top: 6px;
    margin-left: -15px;
}

#search-container {
    padding-top: 10px;
    width: 100%;
    height: 100%;
}

#news-release .list-titles {
    width: 100%;
}

#news-release .list-titles ul {
    width: 100%;
    margin: 16px 0;
    padding: 0;
    list-style-type: none;
}

#news-release .list-titles li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
}

#news-release .list-titles .item-title {
    display: inline-block;
    margin-left: 5px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* 超出一行显示省略号 */
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
}

#news-release .list-titles .item-title:hover {
    color: #770000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#news-release .list-titles .item-date {
    padding: 0 5px 0 10px;
    flex: 0 0 75px;
    text-align: right;
    color: #BBB;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
}

#news-release .pages {
    margin: 0;
    justify-content: flex-end;
}

#news-release .full-width-background {
    top: 120px;
    height: 520px;
    background: #F3F3F3;
}

#brochure-videos {
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

#brochure-videos .title {
    color: #000000;
    font-size: 48px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#brochure-videos .column-2 {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

#brochure-videos .videos-box .left,
#brochure-videos .brochure-box .left {
    width: 550px;
    height: 100%;
    display: flex;
    flex-direction: row;
}

#brochure-videos .videos-box .left {
    gap: 30px;
}

#brochure-videos .brochure-box .left {
    gap: 50px;
}

#brochure-videos .column-2 .right {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#brochure-videos .column-2 .content-box .title {
    color: #000000;
    font-size: 42px;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    text-align: left;
}

#brochure-videos .column-2 .content-box .content {
    line-height: 2;
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-align: left;
}

#brochure-videos .videos-box .left-double-quotes img{
    padding-top: 60px;
}

#brochure-videos .videos-box .content-box{
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#brochure-videos .videos-box .left .read-more{
    margin-top: 45px;
    margin-left: -94px;
}

#brochure-videos .brochure-box {
    height: 380px;
    padding-top: 20px;
}

#brochure-videos .brochure-box .img-box {
    width: 250px;
    height: 350px;
}

#brochure-videos .brochure-box .left .title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#brochure-videos .brochure-box .right .content-box .title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

#brochure-videos .brochure-box .right .content-box .content {
    padding-top: 25px ;
}

#exhibition {
    width: 100%;
    position: relative;
}

#exhibition .content-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#exhibition .content-box .left .title {
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bolder;
}

#exhibition .content-box .left .content {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#exhibition .content-box .left .content .description {
    padding-top: 23px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
}

#exhibition .content-box .right .img-box {
    width: 100%;
    height: 380px;
}

#exhibition .read-more {
    margin-top: 155px;
}

#exhibition .full-width-background {
    top: 73px;
    height: 350px;
    background: #CCCCCC;
}

.single-link {
    margin: 40px 0;
}

.single-link a {
    padding: 0 20px 10px 3px;
    font-family: Arial;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    border-bottom: 2px solid #444444;
}