@charset "utf-8";

body {
    font-family: "Microsoft Yahei";
    color: #5a5a5a;
    padding-top: 100px;
}

/* navbar */
#g-topbar {
    padding: 20px 20px;
    transition: all 0.5s ease 0s;
}

#g-topbar .container {
    /* padding-right: 190px; */
    /* padding: 0; */
    width: 100%;

}

#g-topbar.navbar-default {
    /* background-color: rgba(248,248,248,0); */
    background-color: #FFBA00;

    border-color: rgba(231, 231, 231, 0);
}

#g-topbar .navbar-brand {
    display: block;
    width: 150px;
    height: 60px;
    object-fit: contain;
}

#g-topbar .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #AC1F24 !important;
    background-color: transparent;
    font-weight: 600;
}

#g-topbar .navbar-toggle {
    border-radius: 0;
}

#g-topbar .navbar-toggle:hover,
#topbar .navbar-toggle:focus {
    background-color: #FCAC45;
}

#g-topbar .navbar-toggle:hover>.icon-bar {
    background-color: #fff;
}

.on {
    background-color: #222 !important;
    color: #fff;
    padding: 0 !important;
}


.classify-box {
    display: flex;
    align-items: center;
    height: 4.1667rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.classify-box .nav-item {
    /* margin-right: 40px; */
    margin-right: 1.0417rem;
}

.classify-box .nav-item a {
    font-family: "Microsoft jhengHei";
    font-weight: 900;
    font-size: .9375rem;
    color: #999999;
}

.classify-box .nav-item a.active {
    font-family: "Microsoft jhengHei";
    font-weight: 900;
    font-size: 1.25rem;
    color: #333333;
}

.list_x {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;

    margin-left: -1.6667rem;
    margin-top: 3.125rem;
}

.list_x li {
    width: 23.4375rem;
    margin-left: 1.5625rem;
    margin-bottom: 1.0417rem;
    overflow: hidden;

}
.list_x li a{
    width: 100%;
    padding: 0;

}

.list_x li img {
    display: block;
    width: 23.4375rem;
    height: 15.1042rem;
    object-fit: cover;
}

.list_x li .text {
    padding: .5208rem 1.0417rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: .2604rem ;
}

.list_x li .text .title {
    font-family: "Microsoft jhengHei";
    font-weight: bold;
    font-size: .9375rem;
    color: #333333;
}

.list_x li .text .desc {
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .8333rem;
    color: #666666;
    margin-top: .5208rem;
}

.list_x li .text .time {
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .7292rem;
    color: #999999;
    margin-top: .2083rem;
}



.list_y .nav-item {
    display: flex;
    align-items: center;
    margin-top: 3.125rem;
}

.list_y .nav-item .time-box {
    margin-right: 1.7188rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.list_y .nav-item .time-box p:nth-child(1) {
    font-family: "Microsoft jhengHei";
    font-weight: bold;
    font-size: 2.5rem;
    color: #333333;
    margin-bottom: .2604rem;
}

.list_y .nav-item .time-box p:nth-child(2) {
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .7292rem;
    color: #333333;
}


.list_y .nav-item .img-box {
    display: block;
    width: 18.75rem;
    height: 12.0833rem;
}

.list_y .nav-item .text {
    width: 48.4375rem;
    margin-left: 1.5625rem;
}

.list_y .nav-item .text .title {
    font-family: "Microsoft jhengHei";
    font-weight: bold;
    font-size: .9375rem;
    color: #333333;
}

.list_y .nav-item .text .desc {
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .8333rem;
    color: #666666;
    margin-top: 1.0417rem;
}

.list_y .nav-item .viewDetails {
    display: flex;
    align-items: center;
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .9375rem;
    color: #333333;
    margin-top: .5208rem;
}

.list_y .nav-item .viewDetails .right-icon {
    display: block;
    width: 2.1875rem;
    height: 1.4583rem;
}

.banner_box {
    width: 100%;
}

.banner_box img {
    display: block;
    width: 100%;
    object-fit: contain;

}

.paging_box {
    width: 100%;
    display: flex;
}

.paging_box .pagination {
    margin: 3.125rem auto;
}
.paging_box .pagination .page-item.active .page-link{
    background-color: #333333 !important;
    color: #fff ;
}
.paging_box .pagination .page-item .page-link {
    font-family: "Microsoft jhengHei";
    font-weight: 400;
    font-size: .7292rem;
    color: #333333;
}