/* 党群工作页面样式 */

/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    min-height: 100vh;
}

/* 导航栏样式 */
.navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(51, 51, 51, 1);
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-nav .nav-item.active .nav-link {
    color: #007bff;
    font-weight: 500;
}

/* 下拉菜单样式 */
.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    margin-top: 0;
}

.navbar-nav .dropdown-item {
    padding: 0.5rem 1.5rem;
    /* transition: background-color 0.3s ease, color 0.3s ease; */
}

.navbar-nav .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.navbar-nav .dropdown-item:active {
    background-color: #e9ecef;
    color: #007bff;
}

/* 下拉菜单切换按钮样式 - 移除箭头 */
.navbar-nav .dropdown-toggle::after {
    display: none;
}

/* 导航项悬停效果 */
.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #007bff;
    transition: width 0.3s ease;
}

.navbar-nav .nav-item:hover::after,
.navbar-nav .nav-item.active::after {
    width: 100%;
}

/* 头部样式 */
header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 公司名称样式 */
header h1 {
    font-weight: 600;
}

/* 底部样式 */
footer {
    background-color: #343a40;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #adb5bd;
    text-decoration: none;
}





/* 搜索组件 */
.search-container {
    position: relative;
    display: inline-block;
}

.search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.search-wrapper.show {
    width: 280px;
    opacity: 1;
}

.search-input {
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 1rem;
    background: transparent;
    height: 100%;
    flex: 1;
}

.search-toggle {
    margin-left: 10px;
}

.search-icon {
    width: 20px;
    height: 20px;
}


/* 定义全局分页样式 */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-bg: #f8f9fa;
    --bs-pagination-border: 1px solid #dee2e6;
}

/* 激活页码颜色 */
.pagination .page-item.active .page-link {
    background-color: #1a86c8;
    border-color: #1a86c8;
}

.content-container {
    /*background: url(/image/other/bg.jpg);*/
    background-color: rgba(244, 249, 255, 1);
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 25px;
    min-height: calc(100vh - 285px);
}

.top-bg {
    height: 260px;
    width: 100%;
    /*background: url(/image/other/bg-t.png);*/
    background:url(/web/static/picture/acc2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.none-content{
    margin-top:2rem;
}

.article-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    display: flex;
    /*min-height: calc(100vh - 285px);*/
}

.article-left {
    width: 180px;
    margin-top: -30px;
}

.article-right {
    flex: 1;
    padding: 0 10px 0;
}

.article-title {
    background: #1a86c8;
    height: 80px;
    padding-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    text-align: center;

    font-size: 26px;
    color: #fff;
}

.article-title .english {
    font-size: 12px;
    color: #fff;
}

.title-list {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}



.title-list .title-item.active .title-text a {
    background: #dd0303;
    color: #fff;
}

.title-item {
    text-align: center;
    border-radius: 4px;
}

.title-text a {
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #1f1f1f;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e4e4;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}


.article-right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    line-height: 50px;
    border-bottom: 2px solid #0179c2;
    box-sizing: border-box;
}

.article-right-top-l {
    color: #dd0303;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #dd0303;
}

.article-right-top-r {

}

.article-right-top .article-right-top-r input {
    font-size: 14px;
    width: 130px;
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e2e2e2;
    border-right: none;
    float: left;
    box-sizing: border-box;

    outline: none;
}

.searchBtn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background: #0079c2;
    color: #fff;
    cursor: pointer;
}

.article-content-title {
   
    margin: 30px auto 40px;
    text-align: center;
}


.article-content-list {}

.article-content-item {
    padding: 30px 0;
    border-bottom: 1px dashed #ebebeb;
    display: flex;
    align-items: center;
    justify-content: start;
}

.a-item-l {
    width: 80px;
    height: 80px;
    background: #eeeff2;
    text-align: center;
}

.a-item-l-t {
    font-size: 36px;
    color: #404040;

}

.a-item-l-b {
    font-size: 14px;
    color: #404040;
}

.a-item-r {
    flex: 1;
    width: 0;
    display: block;
    text-decoration: none;
    padding: 0 5%;
}

.a-item-r-t {
    font-size: 18px;
    color: #535353;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 8px;
}

.a-item-r-b {
    font-size: 14px;
    color: #a6a6a6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-content-list-2 {
}

.article-content-list-2-text-1 {
    font-size: 18px;
    color: #2c2c2c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-content-list-2-text-2 {
    font-size: 14px;
    color: #a6a6a6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    height: 38px;
}

.article-content-list-2-text-3{
    color: #a6a6a6;
    margin-top: 5px;
    font-size: 14px;
}

/* 鼠标悬浮效果 */
.article-content-item:hover .a-item-l {
    background-color: #1a86c8;
}

.article-content-item:hover .a-item-l-t,
.article-content-item:hover .a-item-l-b {
    color: #fff;
}

.article-content-item:hover .a-item-r-t {
    color: #1a86c8;
}

/* 页面标题样式 */
.section-title {
    color: #0275d5;
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}