@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

.gov_top {
    width: 100%;
    height: 560px;
    position: relative
}

.gov_top img {
    width: 100%;
    height: 100%
}

.gov_top .gov_banner {
    position: absolute;
    left: 320px;
    bottom: 60px
}

.gov_top .gov_banner .gov_title {
    font-weight: 600;
    font-size: 65px;
    color: #ffffff;
    margin-bottom: 30px
}

.gov_top .gov_banner .gov_nav {
    font-weight: 300;
    font-size: 24px;
    color: #ffffff
}

.gov_top .gov_banner .gov_nav a {
    color: #ffffff;
    margin-right: 16px;
    margin-left: 16px
}

.gov_middle {
    width: 1280px;
    margin: 0 auto
}

.gov_middle .gov_middle_title {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
    padding-bottom: 15px;
    position: relative;
    font-weight: bold;
    font-size: 36px;
    color: #000000
}

.gov_middle .gov_middle_title::before {
    content: "";
    height: 4px;
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #376be0
}

.gov_middle .gov_leader li {
    list-style: none
}

.gov_middle .gov_leader li a {
    color: #000000
}

.gov_middle .gov_leader li .li_name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
	font-weight: bold;
}

.gov_middle .gov_leader li .li_channel {
    text-align: center;
    font-size: 14px
}

.gov_middle .gov_leader .firstleader {
    height: 350px;
    background: #e8f5ff;
    display: flex;
    justify-content: center;
    align-items: center
}
.gov_middle .gov_leader .firstleader img {
    width: 200px;
}
.gov_middle .gov_leader .secondleader {
    height: 370px;
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.gov_middle .gov_leader .thirdleader {
    height: 320px;
    background: #e8f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gov_middle .gov_leader .gov_Departments {
    margin-bottom: 30px
}

.gov_middle .gov_leader .gov_Departments .departitle {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #000000
}

.gov_middle .gov_leader .gov_Departments li {
    margin-bottom: 60px
}

.w1280 {
    width: 1280px;
    margin: 0 auto
}
