.logo {
    width: 1536px;
    height: 150px;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: 0% 40%;
    position: relative;
    display: flex;
    align-items: center;
}

.wrapper {
    width: 1520px;
    margin: 0 auto;
}

.logo-name {
    width: 746px;
    height: 100px;
    margin-right: 250px;
    margin-left: 100px;
}

.search {
    border: 1px solid #333;
    height: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.search .divider {
    width: 3px;
    height: 30px;
    background-color: #2A814A;
}

.line {
    position: absolute;
    width: 100%;
    background-color: #529D76;
    bottom: 0;
    height: 10px;
}

.english {
    position: absolute;
    right: 50px;
    top: 10px;
}

nav {
    width: 1536px;
    height: 70px;
    line-height: 70px;
    display: flex;
    font-family: KaiTi, KaiTi;
    font-size: larger;
}

nav .item {
    width: 171px;
    height: 56px;
    line-height: 56px;
    background-color: #2A814A;
    position: relative;
}

.item:hover {
    background-color: #66A179;
}

.item a {
    font-size: 22px;
    color: #fff;
}

.active {
    background-color: #66A179 !important;
}

.toast {
    position: absolute;
    width: 169px;
    top: 56px;
    display: none;
}

.toast li {
    width: 169px;
    height: 43px;
    line-height: 43px;
    background-color: #F8F8F8;
}

.item:hover .toast {
    display: block;
    z-index: 1;
}

.toast a {
    color: #4F4F4F;
    font-size: 17px;
    font-weight: normal;
}

/* 
最新动态&通知公告区域
*/
.news {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 10px 0;
}

.new-left {
    width: 550px;
}

.news-image {
    width: 550px;
    height: 350px;
}

.title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #2A814A;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 20px;
}

.title .word span {
    padding: 5px;
    cursor: pointer;
}

.clicked {
    border-bottom: 2px solid #2A814A;
}

.new-right .list {
    display: none;
    margin: 0 20px;
    padding: 10px 0;
    list-style: none;
}

.new-right .flag {
    display: block;
}

.more {
    font-family: KaiTi, KaiTi;
    font-weight: 400;
    font-size: 20px;
    color: #199933;
}

.news .list {
    width: 750px;
}

.list {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.list li {
    height: 30px;
    margin: 5px 0;
}

.news .list li a {
    font-size: 20px;
}

.list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: KaiTi, KaiTi;
    font-weight: 400;
    color: #000;
}

.news .list li a:hover {
    color: #006315;
    font-size: 21px;
    transition: all .1s;
}

.list .front {
    display: flex;
    align-items: center;
}

.news .list .time {
    font-size: 20px;
    margin: 0 15px;
}

.list .time {
    color: #748C79;

}

/* 
快速导航区域
*/
.link {
    height: 300px;
    display: flex;
    justify-content: center;
}

.link-container {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(5, 250px);
    grid-template-rows: 1fr 1fr;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 0;
}

.link-icon {
    width: 100px;
    height: 100px;
}

.link-item {
    width: 80px;
    margin: 0 auto;
    color: #199933;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 
党建工作&专项建设
资产调剂&资产处置
*/
.container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    padding: 30px 0;
}

.box {
    margin: 0 auto;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 10px;
}

.box-word {
    display: flex;
    align-items: center;
}

.box-title {
    font-family: KaiTi, KaiTi;
    font-weight: bold;
    font-size: 24px;
    color: #2A814A;
    line-height: 27px;
    text-align: left;
}

.leaf-icon {
    width: 30px;
    height: 30px;
}

.container .list {
    width: 650px;
}

.container .list li a {
    font-size: 18px;
}

.container .list .time {
    font-size: 18px;
}

.container .list li a:hover {
    color: #006315;
    font-size: 19px;
    transition: all .1s;
}

/* 底部链接 */
.bottom {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.bottom-item {
    display: flex;
    flex-direction: column;
    color: #199933;
    font-size: 20px;
}

.bottom-item .bottom-icon {
    width: 120px;
    height: 120px;
}

.bottom-item span {
    margin: 10px;
}

/* 底部版权 */
footer {
    height: 300px;
    background-color: #2A814A;
}

.footer-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.card {
    width: 330px;
    height: 180px;
    font-family: KaiTi, KaiTi;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #18552E;
    line-height: 20px;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card .phone,
.card .email {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.divider {
    width: 0px;
    height: 150px;
    border: 1px solid #FFFFFF;
}