.yn_plate.yn_plate_114 {
    width: 100%;
    box-sizing: border-box;
}

.yn_plate_114 .plate-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    padding-left: 0;
}

.yn_plate_114 h2 {
    font-weight: 600;
    color: #FF6B00;
    font-family: trebuchet ms;
    font-size: 22px;
    margin: 0 0 10px;
}

.yn_plate_114 .content-img-layout {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.yn_plate_114 .img-col {
    float: right;
    width: 28%;
    margin-left: 20px;
    margin-bottom: 10px;
}
.yn_plate_114 .img-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 40px;
}

.yn_plate_114 .content-col {
    line-height: 1.8;
    font-size: 16px;
    color: #666;
    min-height: 1px;
}

.yn_plate_114 .img-caption {
    color: #000000;
    padding: 3px 8px;
    margin-top: 5px;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    clear: both;
}
/* 外层容器样式 - tour-item */
.tour-item {
    /* 内边距：上下15px，左右20px，避免内容贴边 */
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    /* 宽度适配：最大宽度限制，避免太宽 */
    max-width: 600px;
    /* 可选：居中显示（如果需要） */
    margin: 10px 0;
}

/* 超链接基础样式 - tour-link */
.tour-item .tour-link {
    text-decoration: none;
    color: #fb8a3b;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.2s ease;
    display: block;
}

/* 超链接悬停效果 */
.tour-item .tour-link:hover {
    color: #FF6B00;
    text-decoration: underline;
}
.tour-item .tour-link:active {
    color: #09489c;
}
.tour-item h2 {
    color: #8a3b01;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px 0;
}
@media (max-width: 768px) {
    .yn_plate_114 .content-img-layout {
        overflow: visible;
    }
    .yn_plate_114 .img-col {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .yn_plate_114 .content-col {
        width: 100%;
        line-height: 1.6;
    }
    .yn_plate_114 h2 {
        font-size: 20px;
    }
}
