*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix::after {
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.section1 {
    background: url(../images/data/bg.jpg) repeat-y center center;
}
/* 覆盖首页头部背景 */
.section-0{
    height: 930px;
    background-image: url('../images/data/bg0_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
/* 内容板块样式 */
.list_container {
    display: block;
    width: 1500px;
    max-width: 1500px;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 30px, rgba(255,255,255,1) 100%);
    padding: 70px 120px;
}
.news_title{
    margin: 40px auto;
    text-align: center;
}
.news_title img{
    width: 220px;
    height: auto;
}
.news_list_ul .news_li{
    list-style: none;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #b29550;
}
.news_list_ul .news_li img{
    width: 20%;
    margin-right: 40px;
    float: left;
}
.news_list_ul .news_li{
    float: left;
    color: #1a1a1a;
}
.news_list_ul .news_li h3{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1a1a1a;
}
.news_list_ul .news_li h3:hover{
    color: #b29550;
}
.news_list_ul .news_li p{
    font-size: 18px;
    line-height: 1.6;
    color: #1a1a1a;
}
/* 能人风采搜索样式 */
.search-list{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}
.search-list .search-item:not(:last-child){
    flex: 0 0 215px;
    height: 51px;
    background: url(../images/data/search_bg.png) no-repeat center center/215px 51px;
}
.search-list .search-item:last-child{
    flex: 0 0 100px;
}
.search-wrap {
  position: relative;
  width: 200px; /* 宽度可按需调整 */
  margin: 5px 7px;
}

.search-input {
  width: 100%;
  height: 40px;
  padding: 8px 24px 8px 8px; /* 右侧预留箭头宽度 */
  border-image-width: 0;
  border: 0; /* 输入框无边框，与容器边框融合 */
  background: transparent; /* 浅色背景，匹配设计图 */
  font-size: 14px;
  color: #704e37;
  outline: none;
  cursor: pointer;
}
.search-list .search-item:not(:nth-last-child(2)) .search-wrap::after {
  content: ''; /* 伪元素内容为空 */
  position: absolute;
  top: 20px;
  right: 8px; /* 距离输入框右侧8px */
  transform: translateY(-50%); /* 垂直居中 */
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* 左边透明 */
  border-right: 5px solid transparent; /* 右边透明 */
  border-top: 5px solid #ccc; /* 上边（箭头颜色） */
}
.dropdown-list {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background: #fdf5e6;
    border: 1px solid #c4945e;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    display: none;
}

.hidden {
  display: none;
}

.dropdown-list li {
  padding: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #704e37;
    list-style: none;
    border-bottom: 1px solid #e8d8be;
}

.dropdown-list li:hover {
  background: #f0f0f0; /* 鼠标悬停时背景变浅 */
}
/* 能人风采卡片样式 */
.talent-cards {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.talent-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 18px;
    text-align: center;
    width: 220px;
    height: 400px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #eae6e3;
}

.talent-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: #b27b01;
}

.talent-card a {
    text-decoration: none;
}

.talent-avatar {
    width: 180px;
    height: 260px;
    margin: 0 auto 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(205, 167, 87, 0.3);
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talent-info {
    text-align: center;
}

.talent-name {
    font-size: 24px;
    font-weight: bold;
    color: #8b6914;
    margin: 0 0 6px 0;
}

.talent-description{
    font-size: 18px;
    color: #666;
    line-height: 1.2;
    margin: 0;
}
.ylwhgg_page{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 20px;
}
.ylwhgg_page a{
    border: 1px solid #e2e2e2;
    color: #000000;
    padding: 0 10px;
}
.ylwhgg_page span{
    background-color: #c42925;
    color: #fff;
    padding: 2px 10px;
}

/* 视频项样式 */
.video-list {
    display: flex;
    justify-content: flex-start;
    gap: 66px;
    flex-wrap: wrap;
    padding: 0 20px;
}
.video-item {
    background: #ffffff;
    flex: 0 0 255px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #eae6e3;
}

.video-description a{
    font-size: 16px;
    color: #704e37;
    line-height: 1.2;
    text-align: justify;
    margin: 0;
    padding: 0 10px;
    text-align: justify;
}

.video-thumbnail img:hover {
    transform: translateY(-3px);
}

.video-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.video-thumbnail a{
    display: block;
    position: relative;
}

.video-thumbnail img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: relative;
}
.video-thumbnail a.video::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 73px;
    height: 73px;
    background: url("../images/data/play_btn.png") no-repeat center center/100% 100%;
}

.video-item:hover .video-thumbnail img {
    transform: scale(1.05);
}
/* 导航栏样式 */
.position {
    height: 56px;
    line-height: 56px;
    color: var(--font-gray-color-deep);
    border-bottom: 1px solid var(--main-gray-color-light);
}

.position span {
    float: left;
    color: var(--font-gray-color-deep);
}

.position a {
    margin-left: 5px;
    display: inline-block;
    color: var(--font-gray-color-deep);
}

.position a:last-child {
    padding-right: 0;
}
.news_side{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
}
.news_side .nav_side{
    width: 260px;
    background-color: var(--main-gray-color-lighter);
    border-radius: 12px;
    padding: 20px 15px;
    margin-right: 110px;
}
.news_side .right_side{ 
    width: 910px;
}
/* 内容页样式 */
.h5_title{
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #232323;
}
.timebox {
    line-height: 40px;
    color: #282828;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.timebox a{
    color: #232323;
}
.info{
    padding: 0 40px;
    line-height: 30px;
    font-size: 16px;
    clear: both;
    text-align: left;
}
.info p{
    margin-bottom: 20px;
}
.info p a, span{
    color: #232323;
    display: initial;
}
.list-content-attach a{
    color: #232323;
}
/* 能人风采内容页样式 */
.content_p {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    border: 1px solid #eae6e3;
    padding: 10px 20px;
    border-radius: 15px;
}
.content_img img{
    width: 188px;
    height: 235px;
}
.p_desc{
    margin-left: 2%;
}
.p_info{
    color: #704e37;
}
.p_info h3{
    margin-bottom: 30px;
}
.p_pos {
    color: #704e37;
    margin-bottom: 8px;
}

.p_mess {
    text-align: justify;
    line-height: 2;
    color: #704e37;
}

.h3_title{
    font-size: 30px;
    color: #282828;
    text-align: center;
    margin-bottom: 30px;
}


body::-webkit-scrollbar {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, .21);
    background-color: #cd090a;
}
@media screen and (max-width: 768px) {
    .section-0{
        height: 373px;
        background-image: url('../images/data/m_list_head.jpg');
    }
    .section1 .list_container{
        width: 100%;
        padding: 10px;
    }
    .section1 .news_list_ul .news_li img{
        width: 30%;
        margin-right: 10px;
    }
    .news_list_ul .news_li h3{
        font-size: 16px;
    }
    .news_list_ul .news_li p{
        font-size: 14px;
    }
    .news_list_ul .news_li{
        padding: 15px 0;
    }
    .news_title{
        margin: 20px auto;
    }
    .search-list{
        flex-wrap: wrap;
    }

    /* 能人风采 */
    .talent-cards{
        gap: 55px 15px;
    }
    .talent-card{
        width: 150px;
        height: 200px;
    }
    .talent-card .talent-avatar{
        width: 100%;
        height: 100%;
    }
    .talent-info{
        margin-top: 20px;
    }
    .talent-name{
        font-size: 14px;
    }
    .talent-description{
        font-size: 12px;
    }

    /* 视频专区 */
    .video-list{
        gap: 15px;
    }
    .video-item{
        flex: 0 0 47%;
    }
    .video-thumbnail img{
        width: 100%;
        height: 80px;
    }
    .video-thumbnail a.video::after{
        width: 36px;
        height: 36px;
    }
    /* 内容页图片 */
    .info img{
        width: 100%;
    }
}