.new_youjiaoziyuan_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
}
.new_youjiaoziyuan_list li{
    width: 220px;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.new_youjiaoziyuan_list li:nth-child(5n){
    margin-right: 0;
}
.new_youjiaoziyuan_list li a img{
    width: 206px;
    height: 206px;
    padding: 7px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: content-box;
    margin-bottom: 15px;
    transition: all 0.3s;
    
}
.new_youjiaoziyuan_list li a p{
    text-align: center;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 14px;
    transition: all 0.3s;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_youjiaoziyuan_list li a:hover img{
    box-shadow: 5px 5px 5px #dddddd;
    border: 1px solid #7bc91e;
}
.new_youjiaoziyuan_list li a:hover p{
    color:#7bc91e;
}
.new_youjiaoziyuan_top_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
}
#keywordsBtn{
    margin-right: 15px;
}
.new_youjiaoziyuan_top_list li{
    text-align: center;
    width: 100px;
}
.new_youjiaoziyuan_top_list li a img{
    max-width: 100px;
    height: 25px;
    margin-bottom: 10px;
}
.new_youjiaoziyuan_top_list li a p{
    font-size: 16px;
    color: #444444;
    font-family: 微软雅黑;
    transition: all 0.3s;
}
.new_youjiaoziyuan_top_list li a:hover p{
    color: #7fbb40;
}
.new_youjiaoziyuan_search_warp{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.new_youjiaoziyuan_page_warp{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    padding: 10px 0;
    box-sizing: content-box;
}
.new_youjiaoziyuan_search_warp_input{
    margin-left: auto;
    width: 375px;
    height: 42px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f4f4f0;
}
.new_youjiaoziyuan_search_warp_input input{
    height: 42px;
    width: 100%;
    line-height: 42px;
    border: 0;
    background: none;
    text-align: right;
    padding: 0 10px;
}
.new_youjiaoziyuan_search_warp_input input:focus{
    outline: none;
}
.youjiaoziyuan_page_warp{
    background-color: #eeeeee;
}
.new_youjiaoziyuan_top_nav{
    font-size: 14px;
    color: #858585;
    text-align: right;
    padding-left: 15px;
    line-height: 42px;
}
.new_youjiaoziyuan_top_nav a{
    color: #858585 !important;
    transition: all 0.2s;
}
.new_youjiaoziyuan_top_nav a:hover{
    color: #2a795f !important;
}
.new_youjiaoziyuan_top_nav a.active{
    color: #2a795f !important;
}
.image-viewer {
    width: 400px;
    text-align: center;
}
.main-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin-bottom: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    transition: opacity 0.3s;
    padding: 10px;
}
.thumbnail-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.thumbnail-container {
    display: inline-flex;
    gap: 10px;
    padding: 5px 10px;
}
.thumbnail {
    width: 64px;
    height: 64px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.2s;
    flex-shrink: 0;
    padding: 5px;
}
.thumbnail:hover, .thumbnail.active {
    border-color: #80cb28;
    transform: scale(1.05);
}
/* 自定义滚动条样式 */
.thumbnail-wrapper::-webkit-scrollbar {
    height: 8px;
}
.thumbnail-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.thumbnail-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.thumbnail-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.new_youjiaoziyuan_page_title_warp{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.new_youjiaoziyuan_page_right_warp{
    width: 640px;
}
.new_youjiaoziyuan_title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_youjiaoziyuan_page_list{
    width: 100%;
}
.new_youjiaoziyuan_page_list li{
    font-family: 微软雅黑;
    font-size: 14px;
    color: #353535;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.new_youjiaoziyuan_page_list li:last-child{
    font-size: 12px;
    border-bottom: 0;
    padding-bottom: 10px;
}

.youjiaoziyuan_tab-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.youjiaoziyuan_tab-header {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.youjiaoziyuan_tab-btn {
    padding: 10px 25px;
    background: #ecece6;
    color: #444444;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 5px;
    font-size: 16px;
}
.youjiaoziyuan_tab-btn.active {
    background: #7fbb40;
    color: white;
}
.youjiaoziyuan_tab-content {
    padding: 20px;
    border-top: 1px solid #cccccc;
    border-top: none;
    display: none;
}
.youjiaoziyuan_tab-content.active {
    display: block;
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.new_youjiaoziyuan_top_list li.active p{
    color: #7fbb40;
}