
a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
}
.crumbs{
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
}
.crumbs a{
    color: white;
    text-decoration: none;
}
.banner > img {
    width: 1920px;
}

.notice-info-box {
    min-height: 350px;
    background-color: #f5f7fa;
    padding: 20px 0;
}

/* Tabs */
.policy-tabs {
    display: flex;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.policy-tabs a {
    padding: 15px 30px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
}

.policy-tabs a.active {
    color: #3B83F2;
}

.policy-tabs a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3B83F2;
}

/* 搜索框样式 */
.policy-tabs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.policy-search {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.policy-search .search-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.policy-search input[type="text"],
.policy-search input[type="date"] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    height: 36px;
    box-sizing: border-box;
    width: 180px;
}

.policy-search .layui-input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    height: 36px;
    box-sizing: border-box;
    width: 180px;
}

.policy-search input[type="text"]:focus,
.policy-search input[type="date"]:focus {
    border-color: #3B83F2;
    box-shadow: 0 0 0 2px rgba(59, 131, 242, 0.2);
}

.policy-search .btn-search,
.policy-search .btn-reset {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    transition: all 0.3s;
}

.policy-search .btn-search {
    background-color: #3B83F2;
    color: white;
}

.policy-search .btn-search:hover {
    background-color: #2a6fd8;
}

.policy-search .btn-reset {
    background-color: #ffffff;
    color: #3B83F2;
    border: 1px solid #3B83F2;
}

.policy-search .btn-reset:hover {
    background-color: #f0f7ff;
}

.policy-search label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.notice-info-div {
    background-color: white;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.notice-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.notice-info:hover {
    background-color: #fafafa;
}

.notice-title {
    font-size: 16px;
    color: #333;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.notice-title:before {
    content: "•";
    color: #3B83F2;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.notice-title:hover {
    text-decoration: underline;
    color: #3B83F2;
}

.notice-meta {
    display: flex;
    align-items: center;
}

.notice-date {
    color: #999;
    margin-right: 20px;
}

.download-icon img {
    vertical-align: middle;
    cursor: pointer;
}

/*详情页*/
.detail-title{
    color: #111111;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
.detail-public-time{
    color: #97979C;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 14px;

}
#newsContent img{
    max-width: 100%;
}
#newsContent p,#newsContent span{
    font-size: 18px!important;
    line-height: 36px!important;
}
