/*
作者：德材翌科技www.dcykjgw.com
dcykj_style.css
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Source Han Sans, Source Han Sans;
}
img{
    max-width: 100%;
}
@media (max-width: 768px) {
    body {
        background: #F6F6F6;
    }
    .container {
        margin: 0 auto;
        padding: 0 10px;
        
    }
    .sidebar-section {
        margin-bottom: 0px;
    }
    .navbar .navbar-logo img{
        max-width: 75%;
        max-height: 100%;
        padding-top: 12px;
    }
    .nav-links {
        display: none;
        list-style: none;
    }
    .auth-buttons .buttons-logreg{
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #00B8A9;
        text-align: center;
        padding: 3px 12px;
        margin-left: 38px;
    }
    .auth-buttons .buttons-logreg a {
        
        font-weight: 400;
        font-size: 14px;
        color: #00B8A9;
        line-height: 23px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
    }
    /*轮播区域*/
    .banner {
        min-height:unset;
    }    
    .banner .slide-img img{
        width: 100%;
    }
    .banner .slide-text{
        position: absolute;
        top: 0;
        left: 60px;
    }
    .banner .slide-text h1{
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        line-height: 58px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding-top: 0px;
    }
    .banner .slide-text p{
        font-weight: 350;
        font-size: 16px;
        color: #666666;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .banner .slide-text a{
        width: 130px;
        height: 42px;
        background: #00B8A9;
        border-radius: 6px 6px 6px 6px;
        
        font-style: normal;
        text-transform: none;
        margin-top: 60px;
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 42px;
        text-decoration: none;
        text-align: center;
    }
    /* 通知栏 */
    .notification {
        padding: 12px 2px;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
        font-size: 15px;
    }
    /* 搜索区域 */
.search-section {
    background-color: white;
    padding: 34px 0px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
}
.search-section-left{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 500;
    font-size: 30px;
    color: #00B8A9;
    margin: 35px 51px;
    display: none;
}
.search-section-right{
    padding: 0px 10px;
}
.search-section-right.c_gxss{
    padding: 20px 15px 6px 15px;
    background: #ffffff;
}
.search-section-right .search-box {
    display: flex;
    margin-bottom: 15px;
    padding: 12px 2%;
    font-size: 14px;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #00B8A9;
    position: relative;
}
.search-section-right .gx-search-box {
    display: flex;
    margin-bottom: 15px;
    padding: 12px 15px;
    font-size: 16px;
    width: 1000px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #00B8A9;
    position: relative;
}
.search-section-right .hot-search-tags a {
    padding: 4px 10px;
    margin-right: 8px;
    text-decoration: none;
    height: 27px;
    background: #EAFFFF;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #00B8A9;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}
/* 主体内容布局 */
.main-content {
    display: flex;
    margin-top: 10px;
    min-height: calc(100vh - 200px);
    flex-direction: column;
}
.sidebar {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 14px;        margin-bottom: 10px;
    padding: 10px;
}
/*课程列表*/
.course-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.course-card {
    border: 1px solid #eee;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    margin-bottom: 10px;
}
/*首页共学-start*/
.resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 30px;
    margin-top: 18px;
}
/*首页共学-end*/
/*共学-start*/
/* 资源卡片网格 */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 30px;
    margin-top: 18px;
}
.c_gx-rigcon .card-image {
    height: 137px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
.c_gx-rigcon .card-image img{
    width: 100%;height: 100%;
}
.page-title-text{
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #000000 !important;
    z-index: 9;
    position: absolute;
    left: 0;
    top: -7px;
    width: 164px;
    height: 38px;
}
/*共学-end*/
/*底部*/
.footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.footer-section {
    flex: 1;
    min-width: 168px;
    margin-bottom: 20px;
    font-size: 12px;
}
.footer-bottom {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 12px;
    color: #7F8591;
    line-height: 17px;
    text-align: right;
    padding-bottom: 42px;
}

}
@media (min-width: 768px){
    body {
        min-width: 1200px;
        background: #F6F6F6;
    }
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .sidebar-section {
        width: 150px;
        margin-bottom: 25px;
    }
    .navbar .navbar-logo img{
        max-width: 100%;
        max-height: 100%;
    }
    .nav-links {
        display: flex;
        list-style: none;
    }
    .mobile-menu-btn {
        display: none;
    }
    .auth-buttons .buttons-logreg{
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #00B8A9;
        text-align: center;
        padding: 3px 12px;
        margin-left: 38px;
    }
    .auth-buttons .buttons-logreg a {
        
        font-weight: 400;
        font-size: 16px;
        color: #00B8A9;
        line-height: 23px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
    }
    /*轮播区域*/
    .banner {
        min-height: 500px;
    }    
    .banner .slide-img img{
        width: 100%;min-height: 500px;
    }
    .banner .slide-text{
        position: absolute;
        bottom: 118px;
        left: 360px;
    }
    .banner .slide-text h1{
        font-weight: 500;
        font-size: 40px;
        color: #000000;
        line-height: 58px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding-top: 149px;
    }
    .banner .slide-text p{
        font-weight: 350;
        font-size: 24px;
        color: #666666;
        line-height: 35px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-top: 80px;
    }
    .banner .slide-text a{
        width: 130px;
        height: 42px;
        background: #00B8A9;
        border-radius: 6px 6px 6px 6px;
        
        font-style: normal;
        text-transform: none;
        margin-top: 60px;
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 42px;
        text-decoration: none;
        text-align: center;
    }
    /* 通知栏 */
    .notification {
        padding: 12px 15px;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
        font-weight: 500;
        font-size: 16px;
    }
    /* 搜索区域 */
.search-section {
    background-color: white;
    padding: 34px 0px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 157px;
    display: flex;justify-content: center;
}
.search-section-left{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    font-weight: 500;
    font-size: 30px;
    color: #00B8A9;
    margin: 35px 51px;
    display: none;
}
.search-section-right{
    width: 100%;
}
.search-section-right.c_gxss{
    padding: 20px 15px 6px 15px;
    background: #ffffff;
}
.search-section-right .search-box {
    display: flex;
    margin-bottom: 15px;
    padding: 12px 15px;
    font-size: 14px;
    width: 98%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #00B8A9;
    position: relative;
    margin-left: 1%;
}
.search-section-right .gx-search-box {
    display: flex;
    margin-bottom: 15px;
    padding: 12px 15px;
    font-size: 16px;
    width: 1000px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #00B8A9;
    position: relative;
}
.search-section-right .hot-search-tags a {
    padding: 4px 10px;
    margin-right: 8px;
    text-decoration: none;
    height: 27px;
    background: #EAFFFF;
    border-radius: 4px 4px 4px 4px;
    
    font-weight: 400;
    font-size: 16px;
    color: #00B8A9;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* 主体内容布局 */
.main-content {
    display: flex;
    margin-top: 20px;
    min-height: calc(100vh - 200px);
}
.sidebar {
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}
/*课程列表*/
.course-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.course-card {
    border: 1px solid #eee;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 285px;
    min-height: 324px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    margin-bottom: 10px;
}
/*首页共学-start*/
.resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 18px;
}
/*首页共学-end*/
/*共学-start*/
/* 资源卡片网格 */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 18px;
}
.c_gx-rigcon .card-image {
    height: 137px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
.c_gx-rigcon .card-image img{
    width: 100%;height: 100%;
}
.page-title-text{
    font-weight: 500 !important;
    font-size: 26px !important;
    color: #000000 !important;
    z-index: 9;
    position: absolute;
    left: 0;
    top: -7px;
    width: 164px;
    height: 38px;
}
/*共学-end*/
/*底部*/
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
    font-size: 12px;
}
.footer-bottom {
    display: flex;
    align-items: flex-end;
    width: 215px;
    font-weight: 400;
    font-size: 12px;
    color: #7F8591;
    line-height: 17px;
    text-align: right;
    padding-bottom: 42px;
}

}
/* 导航栏样式 */
header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    height: 60px;
}
.navbar .mobile-menu-btn {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>') no-repeat center;
    margin-right: 15px;
}
.navbar .navbar-logo{
    height: 60px;
}
.nav-links li {
    margin-right: 30px;
}
.nav-links .nav-links-action a {
    font-weight: 500;
    font-size: 16px;
    color: #00B8A9;
}
.nav-links li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links a:hover {
    font-weight: 500;
    font-size: 16px;
    color: #00B8A9;
}
.auth-buttons{
    display: flex;align-items: center;
}
.auth-buttons .buttons-search{
    width: 19px;
    height: 19px;
}
.auth-buttons .buttons-logreg a:first-child {
    margin-left: 0;
}

.auth-buttons .buttons-logreg a:hover {
    color: #1e88e5;
}
/* 移动菜单 */
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu li {
    border-bottom: 1px solid #eee;
}

.mobile-menu a {
    display: block;
    padding: 15px;
    font-size: 16px;
    text-decoration:none;
    color: #000000;
}
/* 横幅区域 */
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    position: relative;
}
.banner .slide-img{

}

.banner .banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .banner-text h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.banner .banner-text p {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}
.banner .banner-text .btn {
    display: inline-block;
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}
.banner .banner-text .btn:hover {
    background-color: #f57c00;
}

.notification ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 70px;
	overflow: hidden;
	width: 100%;
}

.notification li {
	height: 70px; /* 固定高度 */
	padding: 12px 15px;
	box-sizing: border-box;
}
.notification li a{
    display: flex;
	justify-content: space-between;
	align-items: center;
    text-decoration: none;
	width: 100%;
}
.notification .notification-content {
	color: #856404;
	display: flex;
	align-items: center;

}
.notification .notification-content>div:nth-child(1){

}
.notification .notification-content>div:nth-child(2){
	margin-left: 10px;
	color: #000000;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.notification .notification-content>div:nth-child(2) span{
	font-weight: bold;
	color: #FF7043;
}
.notification .notification-date {
	color: #666666;
}

/* 搜索区域 */
.search-section-right .gx-search-box form{
    width: 100%;
}
.search-section-right input {
    border: none;width: 90%;
}
.search-section-right input:focus {
    border-color: #ffffff;
    outline: none;
}
.search-section-right button {
    width: 75px;
    height: 44px;
    background: #00B8A9;
    border-radius: 6px 6px 6px 6px;
    
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    border: 1px solid #fff;
    position: absolute;
    right: 2px;
    bottom: 3px;
}

.search-section-right .hot-searches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    margin-left: 1%;
}

.search-section-right .hot-searches span {
    color: #666;
    margin-right: 20px;
}

.search-section-right .hot-search-tags {
    display: flex;
    flex-wrap: wrap;
}
.search-section-right .hot-search-tags a:hover {
    background-color: #e0e0e0;
}
.c_ind_gdkca{
    text-align: right;
}
.c_ind_gdkca a{
    text-decoration: none;
    color: #00B8A9;
}
/*共学列表*/
.resource-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.resource-card>a{
    text-decoration: none;
}
/* 资源卡片网格 */
.resource-card .card-content {
    padding: 15px;
}

.resource-card .card-title {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
/* 课程列表 */
.courses-section {
    margin-bottom: 40px;
}
.section-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.course-card>a{
    text-decoration: none;
}
.course-thumbnail {
    /* height:214px; */
    /* background-color: #e0e0e0; */
    position: relative;overflow: hidden;
}
.course-thumbnail img{
    width: 100%;
    height: 100%;
}
.course-thumbnail .course-type{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.course-status {
    width: 70px;
    height: 28px;
    background-image: url(../images/newico_jinxingzhong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
}
.course-status-end {
    width: 70px;
    height: 28px;
    background-image: url(../images/newico_yijieshu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
}
.course-status-jjkk{
    width: 70px;
    height: 28px;
    background-image: url(../images/newico_jijiangkaike.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
}
.course-info {
    padding: 15px;
}
.course-name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: left;
    height: 26px;overflow: hidden;
}

.course-school {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-school .course-school-ksxx{
    color: #757575;
}
.course-school .course-school-xxsc{
    color: #000000;
}
.course-info .course-info-jyzs{
    text-align: right;
}
.course-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #757575;
}

.course-progress {
    margin-top: 10px;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.course-card .course-xfinfo{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 10px 10px 10px 10px;
}
.course-card:hover .course-xfinfo{
    display: block;opacity: 1;
    transform: translateY(0);
}
.course-card .course-xfinfo{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.course-card .course-xfinfo .xfinfo-li:nth-child(1){
    margin-top: 20px;
}
.course-card .course-xfinfo .xfinfo-li{
    width: 242px;
    height: 86px;
    background: #00B8A9;
    border-radius: 8px 8px 8px 8px;
    
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
}
.course-card .course-xfinfo .xfinfo-li>div:nth-child(1){
    display: flex;
    align-items: center;
    margin: 0px 19px;
}
.course-card .course-xfinfo .xfinfo-li>div:nth-child(1) img{
    width: 32px;
    height: 32px;
}
.course-card .course-xfinfo .xfinfo-li>div:nth-child(2){
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.course-card .course-xfinfo .xfinfo-li>div:nth-child(2) .xfinfo-ksxx-ksxx{
    font-size: 14px;
}
.course-card .course-xfinfo .xfinfo-li>div:nth-child(2) .xfinfo-ksxx-xxsc{
    font-size: 16px;
}
/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

.pagination a.active {
    color: white;
    width: 40px;
    height: 40px;
    background: #222222;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

.pagination a:hover:not(.active) {
    background-color: #f5f5f5;
}

/* 帮助信息 */
.help-section {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.help-section .help-section-left{
    display: flex;
}
.help-section .help-section-left>div:nth-child(1){
    margin-right: 20px;
}
.help-section>div:nth-child(1) img{
    border: 1px dashed #9E9E9E;
}
.help-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.help-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.help-section-right{
    width: 105px;
    height: 42px;
    line-height: 42px;
    background: #00B8A9;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}
.help-section-right a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
/*共用-start*/
/* 主体内容布局 */
/* 左侧边栏 */
.sidebar.c_gxcon-sidebar {
    /* padding: 20px 0; */
}
.sidebar-links {
    list-style: none;
}

.sidebar-links li {
    padding: 11px 5px;
}
.sidebar-links-action{
    background: #A0E7E2;
    border-radius: 10px 10px 0px 0px;
    
}
.sidebar-links-action a{
    font-weight: 500 !important;
    font-size: 14px;
    color: #000000;
}
.sidebar-links a {
    text-decoration: none;
    transition: color 0.3s;font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center; /* 垂直居中 */
    
}
.sidebar-links a .c_gxcon-leico{
    display: flex;
    align-items: center;
    justify-content: center;margin-right: 8px;
}

.sidebar-links a:hover {
    color: #333;
}

/* 主内容区 */
.gy_content {
    flex: 1;
}
.c_gx-rigcon{
    background: #F0F0F0;
    border-radius: 10px 10px 10px 10px;
    padding: 35px 20px 20px 20px;
    margin-top: 10px;
}
.c_gxcon-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-title {
    position: relative;
    display: flex;
    align-items: center;
}
.page-title span{
    font-weight: 350;
    font-size: 16px;
    color: #666666;
}
.page-title-separator{
    transform: rotate(208deg);
    display: inline-block;
    margin: 0px 5px 0px 177px;
}
.gy_content .page-subtitle {
    margin-left: 112px;
}
.page-title-xfback{
    width: 19px;
    height: 19px;
    background: #F9BA48;
    position: absolute;
    left: -5px;
    top: 0px;
    border-radius: 50%;
}
.results-info {
    font-weight: 350;
    font-size: 16px;
    color: #666666;
}
.gy_content .results-info ul{
    display: flex;
}
.gy_content .results-info ul li{
    list-style: none;margin-left: 22px;
}
.gy_content .results-info ul li a{
    text-decoration: none;font-weight: 350;
    font-size: 16px;
    color: #666666;
}
.gy_content .results-info ul li a:hover{
    font-weight: 500;
    font-size: 16px;
    color: #00B8A9;
}
.gy_content .results-info ul li.results-info-action a{
    font-weight: 500;
    font-size: 16px;
    color: #00B8A9;
}
/* 资源卡片网格 */
.c_gongyongul-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 18px;
}
.c_gongyongul-card{
    padding: 16px 0px 19px 20px;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    height: 70px;
}
.c_gongyongul-card a{
    display: flex;
    text-decoration: none;
}
.c_gongyongul-card .c_gongyongul-card-image{
    width: 35px;height: 35px;margin-right: 4px;
    /* border: 1px dashed #9E9E9E; */
}
.c_gongyongul-card .c_gongyongul-card-content{
    
}
.c_gongyongul-card .c_gongyongul-card-content .card-content-title{
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
.c_gongyongul-card .c_gongyongul-card-content .card-content-desc{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}
.c_gy-paginate{
    /* display: flex; */
    justify-content: center;
    position: relative;
    display: none;
}
.c_gy-paginate a{
    /* border: 1px dashed #9E9E9E; */
}
.c_gy-paginate a:nth-child(1){
    margin-right: 13px;
}
.c_gy-paginate .c_gy-paginate-gd{
    position: absolute;
    right: 0;
}
.c_gy-paginate .c_gy-paginate-gd a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}
/*共用-end*/

/* 底部 */
footer {
    background-color: #263238;
    color: #fff;
    padding: 40px 0 20px;
}
.footer-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #cfd8dc;
}
.c_grxxclfz a{
    color: #fff !important;
    text-decoration: none;margin-bottom: 21px !important;
}
.footer-section a {
    display: block;
    color: #7F8591;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-section a:hover {
    color: #fff;
}
.footer-bottom a{
    color: #7F8591;text-decoration: none;
}