﻿/* 重置样式 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    padding: 0;
    margin: 0;
}

body {
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

ul,
li,
ol {
    list-style: none;
}

img {
    border: 0;
}

button {
    outline: 0;
}

/* 头部背景 */
.bg {
    background: url(https://www.jiaxian.gov.cn/upload/images/2025/8/1f7e0c716da8f7c2fac2fef51892f543.png) no-repeat center center;
    background-size: cover;
    height: 325px;
}

.bg a {
    display: block;
    width: 380px;
    height: 100px;
    margin-left: 30px;
}

.bg img {
    width: 350px;
    height: 85px;
}

/* 标题 */
.title {
    background: url(../images/lm.jpg) no-repeat center center;
    width: 100%;
    height: 80px;
    margin: 50px auto;
    text-align: center;
}

.title span {
    font-size: 22px;
    line-height: 70px;
    font-weight: bold;
    color: #305893;
}

/* 内容区域 */
.content {
    width: 1200px;
    height: auto;
    margin: 35px auto;
}

.main-xzzf-tit {
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #333;
}

.main-xzzf-tit a {
    margin: 0 10px;
    font-size: 20px;
    color: #333;
}

.main-xzzf-tit a.active {
    font-weight: bold;
    position: relative;
    color: #3456af;
}

.main-xzzf-tit a.active:after {
    content: "";
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #3456af;
}

.main-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main-list a {
    padding: 0 23px;
    font-size: 16px;
    width: 32.3%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    background-color: #3456af;
    color: #fff;
}

.main-wrap {
    display: flex;
    justify-content: space-between;
}

.main-list1 {
    padding: 0;
    width: 32.3%;
    border-bottom: 1px solid #bbb;
}

.main-list1 ul {
    min-height: 270px;
}

.main-list1 li {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    width: 100%;
    transition: all .25s ease;
    list-style-type: none;
}

.main-list1 li:hover {
    background-color: #f5f7fa;
    transition: all .25s ease;
    padding: 0 5px;
}

.main-list1 li a {
    margin-right: 10px;
    display: inline-block;
    max-width: 288px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-list1 li span {
    color: rgb(153, 153, 153);
    display: inline-block;
    float: right;
    font-size: 14px;
}

.main-list1-more {
    padding: 20px 0;
}

.main-list1-more a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: rgb(231, 231, 231);
    font-size: 14px;
}


.bottom {
    width: 100%;
    height: 140px;
    background: #FFF url(../images/bot.jpg) repeat-x top;
    font-size: 13px;
    clear: both;
}

.bot {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    line-height: 30px;
    padding: 10px;
}

.bott {
    margin: 25px 60px 0px 200px;
    float: left;
}

.botcon {
    width: 480px;
    margin: 20px 0px 0px 0px;
    float: left;
}

.botb {
    width: 110px;
    height: 55px;
    background: #F5181C;
    margin: 45px 0px 0px 0px;
    float: left;
}

#foottb {
    margin: 0 auto;
    width: 92%;
    height: 40px;
    font-size: 13px;
    text-align: left;
}

#foottb td {
    width: 16.6%;
}

#foottb td:nth-child(1) {
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.menu {
    width: 90%;
    color: #333333;
    text-align: center;
}

#bqsm {
    width: 100%;
    height: 140px;
    line-height: 20px;
    margin: 0 auto;
    background-color: #f7f7f7;
}

#foot1 {
    margin: 0 auto;
    width: 650px;
    text-align: left;
    color: grey;
    position: relative;
    top: 35px;
    font-size: 13px;
}

/* 公共页面样式 */
.container-public {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-public {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 4px solid #1890ff;
}

.title-public {
    font-size: 24px;
    font-weight: 600;
    color: #1890ff;
    margin: 0;
}

.grid-public {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.item-public {
    width: 200px;
    padding: 15px 20px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.item-public:hover {
    background-color: #e6f7ff;
    border-color: #1890ff;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.15);
}

.item-text-public {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.item-public:hover .item-text-public {
    color: #1890ff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .grid-public {
        gap: 15px;
    }

    .container-public {
        padding: 20px 15px;
    }

    .title-public {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .grid-public {
        grid-template-columns: 1fr;
    }
}