@charset "utf-8";

body,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
a,
p,
h4,
h3,
h2,
h1,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑", "宋体";
}
body{
	min-width:1200px;
	background: url(bg.png) top center no-repeat;
}

a {
    outline-style: none;
    color: #000;
    text-decoration: none;
}

.banner {
    width: 100%;
    background: url(banner.png)no-repeat;
    background-size: 100% 106%;
    margin: auto;
    height: 600px;
}


.banner_top {
    display: flex;
    align-items: center;
    height: 40px;
    margin: auto;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner_top_left {
    font-size: 14px;
    color: #fff;
	margin-left: 5%;
}

.banner_top_right {
    width: 130px;
    display: flex;
    justify-content: space-around;
margin-right: 5%;
	margin-top: 5px;
}

.banner_zx {
    display: flex;
    justify-content: center;
	width: 440px;
	margin: 80px auto 60px auto ;
}
.banner_zx img{
    
	width: 100%;
}

.banner_search {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.banner_search input {
    outline: none;
    width: 340px;
}

.banner_search button {
    font-size: 14px;
    color: #fff;
    background-color: #1969c4;
    outline: none;
    border-style: none;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80px;
}
.search_box {
	background-color: #fff;
	width: 560px;
	border-radius: 5px;
	border: 1px solid #0a5f9e;
	margin: auto;
	position: relative;
	margin-top: 5px;
	
	
}

.srk {
	background-color: rgba(225, 225, 225, 0);
    width: 71%;
    height: 57px;
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: #0a5f9e;
   
}
.seach_fdj {
       background: url(js.png) 100px center no-repeat;
    background-size: 29px 29px;
    height: 61px;
    width: 23%;
    float: right;
    background-color: #0a5f9e;
    font-size: 26px;
    color: #fff;
    margin-top: -1px;
    border-radius: 0px 5px 5px 0px;
}


/* banner结束 */

/* nav开始 */
.nav {
    width: 100%;
    background: #275fab;
}

.nav_bar {
    width: 1200px;
    height: 200px;
    margin: auto;
}

.nav_bar_list {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: #275fab;
}


.nav_bar_list li {
    width: 14.3%;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.nav_bar_list li:hover {
    color: #275fab;
    background: #fff;
    font-weight: 700;
    background-size: 100%;
}

.nav_bar_list li:hover a {
    color: #1969c4;
    font-weight: 700;

}

.nav_bar_list li a {
    font-size: 22px;
    color: #fff;
}

.nav_bar_list .index {
    color: #1969c4;
    background: #fff;
    background-size: 100%;
    font-weight: 700;
}

.nav_bar_list .index a {
    color: #1969c4;
    font-weight: 700;
}


/* nav结束 */

/* 热点标题开始 */
.nav_tt {
    width: 1200px;
    margin: auto;
    height: 100px;
    background: #fff;
    /* margin-top: -140px; */
    position: sticky;
    /* z-index: 1000; */
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;

}

.clearflx {
    clear: both;
}

.nav_tt_bt {
    width: 950px;
    color: #1969c4;
    text-align: center;
    flex: 1;
}

.nav_tt img {
    width: 50px;
    margin: 24px;
}

.nav_tt_bt a {
    margin-top: -10px;
    color: #1969c4;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
}

.nav_tt_bt p {
    font-size: 13px;
}

/* 热点标题结束 */

/* 新闻信息开始 */
.xwxx {
    display: flex;
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    justify-content: space-between
}

.xwxx_xxyw_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.xwxx_xxyw_list li {
    width: 110px;
    height: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 40px;
}

.xwxx_xxyw_list li a {
    color: #005293;
    font-weight: 700;
}

.xwxx_xxyw_list .first {
    background: #005293;

}

.xwxx_xxyw_list .first a {
    color: #fff;
    font-weight: 700;
}

.xwxx_xxyw_listbox {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    width: 580px;
    height: 230px;
}

.xwxx_xxyw_listbox>ul>li:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    height: 60px;
    align-items: center;
}

.xwxx_xxyw_listbox>ul>li>a>p:nth-child(1) {
    /* color: #005293; */
    /* font-size: 16px; */
    /* font-weight: 700; */
}

.xwxx_xxyw_listbox>ul>li>a>p:nth-child(2) {
    color: #999;
    font-size: 15px;
    font-weight: 700;
}

.xwxx_xxyw_listbox>ul>li:first-child span {
    width: 60px;
    height: 60px;
    background: #eaf3ff;
    color: #005293;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.xwxx_xxyw_listbox>ul>li:first-child span span {
    font-size: 22px;
    font-weight: 700;
    border-bottom: #005293 1px solid;
}




.gansuul li {
	background-color: #fff;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	width: 100%;
	list-style: disc;
	 line-height:40px;
}

.gansuul li a {
	overflow: hidden;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    width: 70%;
    line-height: 33px;
    text-align: left;
    height: 34px;

}

.gansuul li span {
	float: right;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    width: 20%;
    line-height: 40px;
    display: block;
    overflow: hidden;
    height: 34px;
}

.govpushinfo150203 li {
	background-color: #fff;
	float: left;
	height: 34px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 26px;
	width: 100%;
	list-style: disc;
}

.govpushinfo150203 li a {
	height: 33px;
	line-height: 33px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	width: 70%;
	text-align: left;
	overflow: hidden;
}

.govpushinfo150203 li span {
	float: right;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	width: 20%;
	height: 33px;
	line-height: 33px;
}

.gsxw {
	position: relative;
}

.gsxw .gd {
	position: absolute;
	right: 5px;
	top: -30px;
	color: #666;
	font: 12px/20px "SimSun", "宋体", "Arial Narrow", HELVETICA;
}


.gsxwtitle {
	height: 38px;
	width: 100%;
	background-color: #fff;
	float: left;
	border-bottom: 2px solid #015293;
}
.list_title{
	display: block;
	float: right;
	margin-right: 10px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.gsxwtitle ul li {
	width: 120px;
	float: left;
}

.gsxwtitle ul li a {
	text-decoration: none;
	color: #000;
	width: 120px;
	padding: 5px 0 0 0;
	height: 30px;
	float: left;
	text-align: center;
}

.gsxwtitle ul li.first1 a {
	color: #fff;
	font-weight: bold;
	height: 33px;
	background-color: #015293;
	line-height: 30px;
}

.gsxwtitle li a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
.gansuul  li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0558b0;
	float: left;
	margin-right: 10px;
	margin-top: 14px;
}
.gsxw li:before {
	content: '';
    width: 6px;
    height: 6px;
    background: #0558b0;
	float: left;
	margin-right: 10px;
	margin-top: 14px;
}


/* 新闻信息结束 */
.zttf {
    width: 1200px;
    margin: auto;
    margin-top: 10px;
}

.zttf img {
    width: 100%;
}

/* 政务服务开始 */
.zwfw {
    width: 1200px;
    margin: auto;
    margin-top: 10px;
}

.zwfw>img {
    width: 100%;
    
}

.slide {
    position: relative;
    width: 908px;
    height: 462px;
    overflow: hidden;
}

.slide .swiper-container {
    width: 100%;
    height: 100%;
}

.slide:hover .arrow-left,
.slide:hover .arrow-right {
    opacity: 1;
}

.slide .arrow-left,
.slide .arrow-right {
    position: absolute;
    width: 40px;
    height: 63px;
    background-image: url(i102.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -40px;
    z-index: 22;
    opacity: 0;
}

.slide .arrow-left {
    background-position: 0 0;
    left: 0;
}

.slide .arrow-right {
    background-position: right 0;
    right: 0;
}

.slide .swiper-slide {
    position: relative;
    height: 462px;
}

.slide .swiper-slide a {
    display: block;
}

.slide .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 45px;
    line-height: 45px;
    padding-left: 2%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.slide .pagination {
    position: absolute;
    bottom: 13px;
    right: 0;
    z-index: 29;
    width:
        /*180px*/
        190px;
    left: auto;
    text-align: right;
    padding-right: 8px;
}

.slide .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.slide .pagination .swiper-active-switch {
    background-color: #0a5f9e;
}

.slide {
    width: 723px;
    height: 407px;
}

.slide .swiper-slide {
    height: 407px;
}

.slide .swiper-slide img {
    width: 100%;
    height: auto;
}

.survey-box {
    width: 100%;
    height: 410px;
    overflow: hidden;
    position: relative;
	margin: 20px auto;
	
}

.survey {
    width: 300%;
}

.survey dl {
    float: left;
    overflow: hidden;
}

.survey dd {
    height: 400px;
    width: 635px;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
    opacity: 0;
}

.survey dd .content {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    height: 100%;
    position: relative;
}

.survey dd .content a.more {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -20px;
    width: 16px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #669bc5;
}

.survey dt {
    width: 120px;
    height: 400px;
    position: relative;
}

.survey dt:hover {
    cursor: pointer;
}

.survey dt a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 25px;
    box-sizing: border-box;
    transition: width 0.3s;
}

.survey dt a b {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
}

.survey dt a i {
    font-size: 16px;
    font-style: normal;
    padding-right: 20px;
    background: url(i120.png) no-repeat right;
    display: none;
   
    margin-top: 5px;
}

.survey .active {
    background-color: #e8f0fc;
}

.survey .active dd {
    display: block;
    opacity: 1;
}

.survey .active dt a {
    z-index: 11;
}

.survey .active dt a i {
    display: inline-block;
}

.survey .s-1 dt a {
    background-image: url(frfw.png);

    background-size: 100% 100%;
}

.survey .s-2 dt a {
    background-image: url(gxbcyjs.png);
    background-size: 100% 100%;
}

.survey .s-0 dt a {
    background-image: url(grfw.png);
    background-size: 100% 100%;
}

.survey dd,
.survey dt {
    float: left;
}

.survey .s-2,
.survey .s-0,
.survey .s-1 {
    position: absolute;
    top: 0;
}

.survey .s-0 dd {
    background-color: #fff9f3;
}

.survey .s-1 dd {
    background: #f3f8ff;
}

.survey .s-2 dd {
    background: #fff3f3;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.survey .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.survey .s-0 .content ul li,
.survey .s-1 .content ul li,
.survey .s-2 .content ul li {
    width: 31%;
    width: 49% \9;
    margin: 5px 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}

@media screen {

    .survey .content ul,
    .survey .s-0 .content ul li,
    .survey .s-1 .content ul li,
    .survey .s-2 .content ul li {
        display: flex;
        text-align: justify;
        line-height: 0;
        height: 170px;
		margin-top: 5px;
    }

    .survey .content ul>li,
    .survey .content ul>div,
    .survey .content ul>a,
    .survey .content ul>span,
    .survey .s-0 .content ul li>li,
    .survey .s-1 .content ul li>li,
    .survey .s-2 .content ul li>li,
    .survey .s-0 .content ul li>div,
    .survey .s-1 .content ul li>div,
    .survey .s-2 .content ul li>div,
    .survey .s-0 .content ul li>a,
    .survey .s-1 .content ul li>a,
    .survey .s-2 .content ul li>a,
    .survey .s-0 .content ul li>span,
    .survey .s-1 .content ul li>span,
    .survey .s-2 .content ul li>span {
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
		margin: auto;
    }

    .survey .s-0 .content ul li .text p a,
    .survey .s-1 .content ul li .text p a,
    .survey .s-2 .content ul li .text p a {
        font-size: 16px;
        padding-left: 10px;
		line-height: 30px;
    }

    .survey .s-0 .content ul li .text b,
    .survey .s-1 .content ul li .text b,
    .survey .s-2 .content ul li .text b {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 10px;
    }

    .survey .content ul:after,
    .survey .s-0 .content ul li:after,
    .survey .s-1 .content ul li:after,
    .survey .s-2 .content ul li:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

}



.survey .s-0 .content ul li .icon img,
.survey .s-1 .content ul li .icon img,
.survey .s-2 .content ul li .icon img {
    width: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.survey .s-0 .content ul li .text,
.survey .s-1 .content ul li .text,
.survey .s-2 .content ul li .text {
    width: calc(100% - 44px);
    width: calc(100% - 50px) \9;
}

.survey .s-0 .content ul li b,
.survey .s-1 .content ul li b,
.survey .s-2 .content ul li b {
    font-size: 18px;
    display: block;
}

.survey .s-0 .content ul li p,
.survey .s-1 .content ul li p,
.survey .s-2 .content ul li p {
    color: ccc#ccc;
    text-align: left;
}

.survey .s-0 .content ul li p a,
.survey .s-1 .content ul li p a,
.survey .s-2 .content ul li p a {
    color: ccc#ccc;
    display: inline-block;
}

.survey .s-0 .content ul li p a:hover,
.survey .s-1 .content ul li p a:hover,
.survey .s-2 .content ul li p a:hover {
    color: #0a5f9e;
}

.survey dd .content li .text p a {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/* 政务服务结束 */

/* 政务公开开始 */
.zwgk {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    background: url(zwgk_banner.png);
    background-size: 100% 100%;
}

.zwgk_img {
    width: 1200px;
    margin: auto;
}

.zwgk_img>img {
    width: 100%;
    padding-bottom: 20px;

}

.zwgk_top {
    width: 1200px;
    margin: auto;
}

.zwgk_top {
    display: flex;
    justify-content: space-between;
}


.zwgk_xxyw_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zwgk_xxyw_list li {
    width: 190px;
    height: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 40px;
    background: #f2f8ff;
}

.zwgk_xxyw_list li a {
    color: #005293;
    font-weight: 700;
}

.zwgk_xxyw_list .first {
    background: #005293;

}

.zwgk_xxyw_box {
    background: #f2f8ff;
}

.zwgk_xxyw_list .first a {
    color: #fff;
    font-weight: 700;
}

.zwgk_xxyw_listbox {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    width: 580px;
    height: 230px;
    margin-top: 15px;
}

.zwgk_xxyw_listbox>ul>li:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    height: 60px;
    align-items: center;
    padding-top: 10px;
}

/* .zwgk_xxyw_listbox>ul>li>a>p:nth-child(1) {
    color: #005293;
    font-size: 16px;
    font-weight: 700;
} */
#sgvddd_1 li a:hover {
    color: #005293;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 700;
}

#sgvddd_2 li a:hover {
    color: #005293;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 700;
}

#sgvddd_3 li a:hover {
    color: #005293;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 700;
}

.zwgk_xxyw_listbox>ul>li>a>p:nth-child(2) {
    color: #999;
    font-size: 15px;
    font-weight: 700;
}

.zwgk_xxyw_listbox>ul>li:first-child span {
    width: 60px;
    height: 60px;
    background: #eaf3ff;
    color: #005293;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.zwgk_xxyw_listbox>ul>li:first-child span span {
    font-size: 24px;
    font-weight: 700;
    border-bottom: #005293 1px solid;
}

.zwgk_wjk {
    width: 580px;
    height: 285px;
    background: #f3f8ff;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.zwgk_wjk_bt {
    width: 580px;
    display: flex;
    justify-content: center;

}

.zwgk_wjk_bt>img {
    width: 95%;
    padding-top: 20px;
}

.zwgk_wjk_ipt {
    background: #dcf2ff;
    height: 190px;
    width: 540px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.zwgk_wjk_ipt img {
    position: absolute;
    right: 50px;
    top: 30px;
}

.zwgk_wjk_ipt input {
    width: 300px;
    /* width: 100%; */
    line-height: 52px;
    height: 54px;
    border: 1px solid #91c2e8;
    border-radius: 5px;
    padding: 0 30px 0 30px;
    font-size: 18px;

}

.hotwords {
    font-size: 18px;
    line-height: 38px;
    /* margin-top: 25px; */
    display: flex;
}

.hotwords span {
    color: #275fab;
}

.zwgk_bom {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.zwgk_bom>ul {
    display: flex;
    justify-content: space-between;
}

.zwgk_bom>ul>li {
    width: 210px;
    height: 210px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.zwgk_bom>ul .zwgk_bom1::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    background: url(zwgk_zn.png)no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}

.zwgk_bom>ul .zwgk_bom2::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    background: url(zwgk_zd.png)no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}

.zwgk_bom>ul .zwgk_bom3::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    background: url(zwgk_nr.png)no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}

.zwgk_bom>ul .zwgk_bom4::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    background: url(zwgk_nb.png)no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}

.zwgk_bom>ul .zwgk_bom5::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 175px;
    background: url(zwgk_gk.png)no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}

.zwgk_bom>ul>li:nth-child(5) a {
    width: 110px;
}

.zwgk_bom>ul>li>a {
    font-size: 24px;
    display: inline-block;
    width: 115px;
}

.zwgk_bom>ul>li:hover {
    background: #dcf2ff;
    background-color: rgba(220, 242, 255, 0.5);
}

/* 政务服务结束 */

/* 政民互动开始 */
.zmhd {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.zmhd>img {
    width: 100%;
    padding-bottom: 20px;
}

.zmhd_list {
    display: flex;
    justify-content: space-between;
}

.zmhd_list .zmhd_list_left ul li {
    display: flex;
    align-items: center;

}

.zmhd_list .zmhd_list_left ul li>span {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #ccc;
    margin-right: 5px;
}

.zmhd_list .zmhd_list_left ul li a {
    font-size: 16px;
    display: flex;
    width: 700px;
    justify-content: space-between;
    line-height: 45px;
}

.zmhd_list .zmhd_list_left ul li a:hover {
    color: #005293;
    font-weight: 600;
}

.zmhd_list_right {
    width: 460px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

/* 政民互动结束 */

/* 专题专栏开始 */
.ztzl1 {
    width: 1200px;
    margin:20px auto;
   
}
.ztzl{
	width:1200px;
	background-color: #fff;
	padding:20px 0;
}
.ztzl1>img {
    width: 100%;
    padding-bottom: 10px;
}

.ztzl_img {
    width: 1200px;
}

.ztzl_img>img {
    width: 100%;
    margin-top: -50px;
}

/* 专题专栏结束 */

/* 在线调查开始 */
.zxdc {
    width: 1200px;
    border-bottom: 2px solid #bed6e9;
    position: relative;
    margin: auto;
}

.zxdc_bt {
    width: 1200px;
    border-bottom: 2px solid #bed6e9;
    position: relative;
    color: #005293;
}

.zxdc_bt a {
    color: #005293;
    font-weight: 700;
    line-height: 35px;
}

.zxdc_bt>img {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 65px;
}

.zxdc_list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.zxdc_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxdc_list ul li {
    display: flex;
    align-items: center;
    width: 380px;

}

.zxdc_list ul li>span {
    display: inline-block;
    width: 5px;
    height: 3px;
    border-radius: 5px;
    background: #ccc;
    margin-right: 5px;
}

.zxdc_list ul li a {
    font-size: 14px;
    display: flex;
    width: 530px;
    justify-content: space-between;
    line-height: 36px;
}

.zxdc_list ul li a:hover {
    color: #005293;
    font-weight: 600;
}

/* 在线调查结束 */

.ldjs {
    width: 1200px;
    margin: auto;
    position: relative;
}

.ldjs>img {
    width: 100%;
    margin: auto;
    margin-top: -90px;
}

.ldjs_box {
    width: 1200px;
    height: 800px;
    position: absolute;
    left: 0px;
    top: -40px;
    display: flex;
    justify-content: space-around;
}

.ldjs_box_left,
.ldjs_box_right {
    width: 500px;
}

.ldjs_box_left>img,
.ldjs_box_right>img {
    width: 500px;
}

.ldjs_box_right>img {
    padding-top: 3px;
}

.shuji,
.shizhang {
    display: flex;
    align-items: center;
}

.shuji>a,
.shizhang>a {
    margin-right: 95px;
    color: #1969c4;
    font-size: 22px;
    font-weight: 600;
    margin-left: 35px;
}

.shuji_box,
.shizhang_box {
    text-align: center;
}

.fushuji,
.fushizhang {
    display: flex;
    align-items: center;
    margin-top: 80px;

}

.fushuji>a,
.fushizhang>a {
    color: #1969c4;
    font-size: 22px;
    font-weight: 600;
    padding-left: 35px;
    padding-right: 50px;
}

.fushuji_list,
.fushizhang_list {
    width: 340px;
}

.fushuji_list>a,
.fushizhang_list>a {
    margin-right: 32px;
    line-height: 34px;
}

/* 领导介绍结束 */

/* 政民互动开始 */

.top {
    width: 1200px;
    margin: auto;
    margin-top: -100px;
    position: sticky;
}

.top_button {
    display: flex;
    justify-content: space-between;
}

.top_button img {
    width: 360px;
}

.szxx {
    width: 1200px;
    margin: auto;
}

.szxx_left {
    width: 800px;
    border-bottom: 2px solid #bed6e9;
    position: relative;
    color: #005293;
}

.szxx_left_bt {
    width: 1200px;
    border-bottom: 4px solid #bed6e9;
    position: relative;
    color: #005293;
}


.szxx_left_bt a {
    color: #005293;
    font-weight: 700;
    line-height: 44px;
    font-size: 22px;

}

.szxx_left_bt>img {
    position: absolute;
    left: 0px;
    top: 44px;
    width: 85px;
}


/* 兰州概况开始 */

.lzgk {
    width: 1200px;
    margin: auto;
    margin-top: -110px;
    position: sticky;
}

.lzgk_tp {
    display: flex;
    justify-content: space-between;
}

.lzgk_tp img:nth-child(1) {
    width: 200px;
}

.lzgk_tp img:nth-child(2) {
    width: 900px;
}

.lzgk_nav {
    margin-top: 20px;
}

.lzgk_nav p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
}

.lzgk_nav p span a {
    color: #1868c2;
}

.lzgk_but ul {
    display: flex;
    justify-content: space-around
}

.lzgk_but ul li {
    width: 210px;
    height: 50px;
    background: #e0ebf7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lzgk_but ul li a {
    color: #1c4a86;
}

.lzgk_but ul li img {
    margin-right: 10px;
}

/* 兰州概况结束 */

/* 文化兰州开始 */

.whlz {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.whlz>img {
    width: 100%;
    padding-bottom: 20px;
}

.whlz_list ul {
    display: flex;
    justify-content: space-between
}

.whlz_list ul li:nth-child(1),
.whlz_list ul li:nth-child(3),
.whlz_list ul li:nth-child(5) {
    margin-top: 100px;
}


.whlz_list ul li a img {
    width: 240px;
}

.whlz_list2 {
    width: 100%;
    height: 300px;
    background: #f5f5f5;
}

.whlz_list2 ul {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.whlz_list2 ul li {
    position: relative;
}

.whlz_list2 ul li img {
    width: 280px;
    margin-top: 40px;
}

.whlz_list2 ul li a {
    display: inline-block;
    width: 280px;
    height: 120px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    border: 3px solid #fff;
    border-radius: 5px;
}

.whlz_list2 ul li a p {
    font-size: 14px;
    color: #000;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 500;
    text-align: left;
    line-height: 25px;
}

.whlz_list2 ul li:nth-child(1) a {
    background: #fff7f0;
    color: #e1771a;
    position: absolute;
    left: 75px;
    bottom: 5px;

}

.whlz_list2 ul li:nth-child(2) img {
    margin-top: 100px;
}

.whlz_list2 ul li:nth-child(2) a {
    background: #f1f9ff;
    color: #067fd4;
    position: absolute;
    left: 75px;
    bottom: 135px;
}

.whlz_list2 ul li:nth-child(3) a {
    background: #f9fff3;
    color: #4e990b;
    position: absolute;
    left: 75px;
    bottom: 5px;
}

/* 文化兰州结束 */


/* 影像兰州开始 */

.yxlz {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.yxlz>img {
    width: 100%;
    padding-bottom: 20px;
}

.yxlz_list {
    display: flex;
}

.yxlz_list_left img {
    width: 540px;
}

.yxlz_list_right ul {
    height: 415px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.yxlz_list_left {
    width: 540px;
    position: relative;
}

.yxlz_list_left a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    line-height: 25px;
    left: 0px;
    bottom: 40px;
}

.yxlz_list_right img {
    width: 290px;
}

.yxlz_list_right ul li {
    position: relative;
}

.yxlz_list_right ul li a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    line-height: 25px;
    left: 0px;
    bottom: 40px;
}

/* 影像兰州结束 */


/* 领导详情页开始 */
.dqwz {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.dawz_nav {
    background: rgba(213, 225, 239, 0.7);
    width: 100%;
    height: 50px;
    margin-top: -140px;
    position: sticky;
    line-height: 50px;
    color: #666;
    font-weight: 700;
}

.dawz_nav span {
    padding-left: 20px;

}

.dawz_nav a {
    font-weight: 700;
    color: #666;

}

.ldxx {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.ldxx_nav {
    background: linear-gradient(to bottom, rgba(232, 238, 245, 0.3), rgba(0, 0, 0, 0));
    width: 100%;
    padding: 20px;
}

.ldxx_mz {
    color: #175cad;
    width: 1100px;
    margin: auto;
    border-bottom: #175cad 1px solid;
    padding: 20px;
}

.ldxx_nav_top {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    border: #e9eef4 solid 25px;
}

.ldxx_nav_but {
    background: #e9eef4;
    height: 245px;
}

.ldxx_nav_top_img img {
    width: 165px;
}

.ldxx_nav_top_js {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #e9eef4;
}

.ldxx_nav_top_jstop {
    margin-left: 50px;
    color: #f84c08;

}

.ldxx_nav_top_jsbut {
    margin-left: 50px;
    font-size: 14px;
}

.ldxx_nav_top_jsbut img {
    margin-bottom: 10px;
}

.ldxx_nav_but_img img {
    margin-left: 30px;
    margin-top: 60px;
}

.ldxx_nav_but_fg {
    margin-left: 30px;
    line-height: 50px;
}

/* footer开始 */

.footer {
    width: 100%;
    background: #005293;
    height: 200px;
}

.yqlj {
    width: 1200px;
    margin: auto;
}

.yqlj .yqlj_bg {
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
}

.yqlj .yqlj_bg li {
    box-sizing: border-box;
    color: #005293;
}

.yqlj .yqlj_bg select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.yqlj .yqlj_bg li label select:nth-child(1) {
    color: #005293;
    outline: none;
}

.footer_nav {
    width: 800px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-around;
}

.footer_nav .footer_nav_center a {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.footer_nav .footer_nav_center p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

/* footer结束 */