@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

#content1 {
    margin: 113px 0;
}
.sub_image{
    display: none;
}
#side1 {
    display: none;
    width: 0px;
}
.tree_gray_v {
    display: none;
    width: 0;
}
#side2 {
    width: 100%;
}

.label_combobox_year {
    /* height: 30px; */
    margin: 20px 0;
    padding: 30px 40px;
    /* text-align: right; */
    background: #f6f6f6;
    border-left: 5px solid #595959;
}

/*-------------------------------------------------
 tabs_simple_blue
--------------------------------------------------*/
.tabs_simple_blue {
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 0px;
}
.tabs_simple_blue .tabs_box {
    overflow: hidden;
    /*width: 950px;*/
    width: 100%;
    margin: 0px 0 20px 0;
    border-bottom: 1px solid #ccc;
}
.tabs_simple_blue .tabs_box .pd_sn {
    /*position: absolute;*/
    float: left;
    width: 30%;
    /*font-size: 150%;*/
    font-size: 2.6rem;
    color: #999;
}
.tabs_simple_blue ul.tabs {
    overflow: hidden;
    /*float: right;*/
    width: 100%;
    margin: 8px 0;
    padding: 0px 0;
    text-align: right;
    list-style: none;
    border-bottom: 0px solid #ccc;
}
.tabs_simple_blue ul.tabs li {
    float: left;
    font-size: 1.6rem;
    text-indent: 0;
    padding: 0;
    margin: 0;
}
.tabs_simple_blue ul.tabs li.current a {
    color: #f00;
}
.tabs_simple_blue ul.tabs a {
    width: auto;
    margin: 0 14px;
    /*font-size: 100%;*/
    color: #333;
    /*line-height:30px;*/
}

.tabs_simple_blue .panes {
    width: calc(100% - 40px);
    margin: 0px 0 0 40px;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/

.search_tabs_all ol {
    padding: 0;
    margin: 0;
    /*display: block;*/
}

.search_tabs_all ol li {
    /*margin: 20px 0 0 0;*/
    /*min-height: 92px;*/
}

.search_tabs_all ol li a {
    color: #333;
    text-decoration: none;
    outline: none; /* for Firefox, Chrome */
}

.search_tabs_all .pd_box {
    height: 100px;
}

.search_tabs_all .pd_pic_s {
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 40px 0 0;
    border: 1px solid #ddd;
    object-fit: contain;
}

.search_tabs_all .menu_name {
    color: #595959;
}

.search_tabs_all .pd_sn {
    font-size: 1.4rem;
    color: #999;
}

.search_tabs_all .pd_name {
    min-height: 50px;
    margin: 6px 0 0 0;
    font-size: 1.8rem;
    color: #000;
}

.search_tabs_all .pg_name {
    color: #d90000;
}

.search_tabs_all .dw_name {
    /*font-size:110%;*/
    margin: 6px 0 0 0;
}
a.main_gray_btn {
    margin: 4px 6px 4px 20px;
}
.other_info {
    display: flex;
    justify-content: center; /* 居中分页导航 */
    align-items: center;
    padding: 10px;
    gap: 10px; /* 为链接之间添加间距 */
    font-family: Arial, sans-serif;
}

.other_info a {
    text-decoration: none; /* 移除链接的下划线 */
    color: #777; /* 设置链接颜色 */
    padding: 8px 12px;
    border: 1px solid #ddd; /* 给链接添加边框 */
    border-radius: 5px;
}

.other_info a:hover {
    background-color: #666; /* 悬停时更改背景色 */
    color: white; /* 悬停时文字变为白色 */
}
.other_info a:hover svg {
    fill: white; /* 悬停时将 SVG 图标的颜色改为白色 */
}
.other_info strong {
    padding: 8px 12px;
    background-color: #777; /* 当前页的背景色 */
    color: white; /* 当前页的文字颜色 */
    border: 1px solid #777;
    border-radius: 5px;
}

.other_info a:first-child,
.other_info a:last-child {
    font-weight: bold; /* 给第一页和最后一页设置较粗的字体 */
    color: #777;
}

.other_info a:first-child:hover,
.other_info a:last-child:hover {
    background-color: #666; /* 修改悬停时第一页和最后一页的颜色 */
    color: white;
}
.other_info a:first-child:hover svg,
.other_info a:last-child:hover svg {
    fill: white; /* 悬停时将 SVG 图标的颜色改为白色 */
}
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
}

/*iPhone*/
@media screen and (max-width: 767px) {
    .search_tabs_all .pd_box {
        height: auto;
    }

    .search_tabs_all .pd_pic_s {
        margin: 0 10px 0 0;
    }
}
