@charset "utf-8";

.content-wrapper:before,
.content-wrapper:after,
.region-front-news:before,
.region-front-news:after,
.region-front-v-events:before,
.region-front-v-events:after,
.region-front-vip:before,
.region-front-vip:after,
.region-front-links:before,
.region-front-links:after {
   content: "";
   display: table;
}

.content-wrapper:after,
.region-front-news:after,
.region-front-v-events:after,
.region-front-vip:after,
.region-front-links:after {
    clear: both;
}

/* 重置系统自带主题 classy 中的一些样式问题 */
.item-list ul,
.item-list li {
    margin: 0 !important;
}

.main {
    width: 100%;
    height: auto;
    float: left;
}

#block-oval-breadcrumbs {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 12px auto;
    background-color: #fff;
    padding: 10px 16px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.breadcrumb {
    padding-bottom: 0;
}

#block-oval-breadcrumbs a {
    color: #b92b2b;
}

.content-wrapper {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding: 0 16px;
    box-sizing: border-box;
}

.path-frontpage .content-wrapper {
    margin-bottom: 0;
}

.section-content {
    width: 100%;
    height: auto;
}

.path-frontpage .section-content {
    margin-top: 0;
    margin-bottom: 0;
}

/* 有侧边栏页面的样式 */
.sidebar-first .content-wrapper {
    display: flex;
    gap: 20px;
}

.sidebar-first .section-sidebar,
.sidebar-first .section-content {
    float: none;
    display: block;
}

.sidebar-first .section-sidebar {
    width: 220px;
    height: auto;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.sidebar-first #block-zhudaohang-2-menu {
    font-size: 24px;
    color: #1dbaad;
    padding: 16px;
    border-bottom: 2px solid #b92b2b;
}

.sidebar-first .section-sidebar ul.menu {
    margin: 0;
    padding: 0;
}

.sidebar-first .section-sidebar ul.menu .menu-item {
    padding: 0;
}

.sidebar-first .section-sidebar ul.menu .menu-item a {
    width: 100%;
    height: auto;
    display: block;
    color: #333;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-first .section-sidebar ul.menu .menu-item:last-child a {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar-first .section-sidebar ul.menu .menu-item a.is-active,
.sidebar-first .section-sidebar ul.menu .menu-item.menu-item--active-trail a {
    color: #fff;
    background-color: #1dbaad;
}

.sidebar-first .section-content {
    width: calc(100% - 240px);
    height: auto;
    background-color: #fff;
    border-radius: 4px;
}

#block-oval-page-title .page-title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 32px;
}

.contnet-wrapper .view {
    width: 100%;
    height: auto;
    float: left;
}

.contnet-wrapper .pager {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
    text-align: center;
}

.contnet-wrapper .pager .pager__item a {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    color: #333;
}

.contnet-wrapper .pager .pager__item.is-active a {
    color: #fff;
    font-weight: 700;
    border: 1px solid #b92b2b;
    background-color: #b92b2b;
}




@media all and (max-width: 767px) {
    .content-wrapper {
        width: 100%;
        padding: 0 8px;
    }
    
    #block-oval-breadcrumbs {
        width: 100%;
        margin: 8px auto;
        padding: 8px 12px 0;
    }
    
    .sidebar-first .content-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    
    .sidebar-first .section-sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    .sidebar-first .section-content {
        width: 100%;
    }
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 820px) and (orientation: portrait) {
 
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {

    
}



