html,body{
    font-size: 16px;
    font-family: microsoft yahei;
    color: #333;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    min-width: 1200px;
}
*{
    box-sizing: border-box;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
img{
    display: block;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
    width: 1200px;
    margin: 0 auto;
}


/* 头部 */
.top_nav{
    height: 42px;
    background-color: #e2eff4;
}
.top_nav_in{
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.top_nav_left{
    display: flex;
    font-size: 12px;
    line-height: 14px;
height: 14px;
}
ul.top_nav_left li{
    margin: 0 12px 0 0;
}
ul.top_nav_left li+li{
    border-left: 1px solid #1b70b0;
    padding-left: 12px;
}
ul.top_nav_left a{
    color: #1b70b0;
}

.top_nav_right{
    display: flex;
    align-items: center;
}
.top_right_btn{
    width: 105px;
    height: 42px;
    background-color: #287ebf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.top_right_btn img{
    padding-left: 8px;
}

.top_bg{
    height: 428px;
    background: url(/zrzyt/xhtml/img/20241208-zrzyt-bg.jpg) top center no-repeat;
}
.logo_box{
    margin: 0 auto;
    padding-top: 53px;
}
.top_search{
    background-color: #fff;
    width: 526px;
    margin: 40px auto 0;
    height: 46px;
    display: flex;
}

.top_search button{
					width: 79px;
					height: 46px;
					background: url(/zrzyt/xhtml/img/20241129-search-btn.jpg) no-repeat;
					border: none;
					outline: none;
				}

.top_search input{
    height: 100%;
    border: 1px solid #d7d4d8;
    outline: none;
    font-size: 16px;
    color: #818181;
    padding: 0 30px;
    box-sizing: border-box;
    width: 447px;
 cursor: pointer;
}

ul.nav_box{
    width: 1200px;
    height: 58px;
    display: flex;
    margin: 60px auto 0;
    background-color: #297ebf;
    line-height: 58px;
    font-size: 17px;
}
ul.nav_box li{
    flex: 1;
    padding-left: 104px;
    box-sizing: border-box;
    border-right: 1px solid #1c67a8;
    border-left: 1px solid #2b86cd;
    cursor: pointer;
    background: url(/zrzyt/xhtml/img/20241129-nav_icon.png) no-repeat;
}
ul.nav_box li:nth-child(1){
    background-position: 60px 0;
}
ul.nav_box li:nth-child(2){
    background-position: 60px -58px;
}
ul.nav_box li:nth-child(3){
    background: url(/zrzyt/xhtml/img/20241129-tysc.png) no-repeat 60px center;
}
ul.nav_box li:nth-child(4){
    background-position: 60px -116px;
}
ul.nav_box li:nth-child(5){
    background-position: 60px -174px;
}
ul.nav_box a{
    color: #fff;
    display: block;
}
ul.nav_box li:hover{
    background-color: #00569d;
}
ul.nav_box li.active{
    background-color: #00569d;
}


/* 主体内容 */
.content_box{
    margin-top: -40px;
}
.add_img_box img{
    width: 1200px;
    height: 124px;
}
.headline_box{
    /*height: 108px;
    height: 165px;*/
    text-align: center;
    box-shadow: 0 0 15px #e5f3fb;
    margin-top: 20px;
    position: relative;
    padding-bottom: 30px;
}
.headline_icon{
    position: absolute;
    left: 0;
    top: 0;
}
.headline_box h1{
    font-size: 36px;
    font-weight: bold;
    color: #1c5597;
    padding-top: 10px;
    padding-left: 65px;

    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;*/

}
.headline_box p{
    color: #175295;
    text-align: center;
    padding: 24px 15px 0 15px;
}

.focus_row{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.focus_left{
    width: 598px;
    height: 319px;
    overflow: hidden;
    position: relative;
}
.focus_left .hd{
    height: 12px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 16px;
}
.focus_left .hd ul{
    zoom: 1;
    float: left;
}
.focus_left .hd ul li{
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    background: #afaca8;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.focus_left .hd ul li.on{
    width: 12px;
	height: 12px;
    background: #fff;
	margin-top: 0;
}
.focus_left .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_left .bd li{
    zoom: 1;
}
.focus_left .bd img{
    width: 598px;
    height: 319px;
}
.focus_left .bd h1{
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 30px;
    width: 500px;
    margin-left: 16px;
    z-index: 111;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_left .bd h1 a{
    color: #fff;
}
.focus_left .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
}

.focus_right{
    width: 573px;
    height: 320px;
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.focus_right_title{
    font-size: 22px;
    font-weight: bold;
}
.focus_right_title a:hover{
    color: #333;
}
ul.focus_right_text{
    font-size: 18px;
    padding-top: 8px;
}
ul.focus_right_text li{
    padding-top: 22px;
    display: flex;
    align-items: center;
}
ul.focus_right_text li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    flex: 1;
}
ul.focus_right_text li a:hover{
    color: #c00;
}
ul.focus_right_text li::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b0b0b0;
    border-radius: 50%;
    margin-right: 15px;
}

.box_t40{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news_w600{
    width: 600px;
}
.check_nav{
    display: flex;
    border-bottom: 2px solid #efefef;
    position: relative;
}
.check_nav span{
    font-size: 22px;
    margin-right: 60px;
}
.check_nav span.active{
    font-weight: bold;
    color: #2d69aa;
    border-bottom: 4px solid #2d69aa;
    padding-bottom: 8px;
}
.check_nav span.active a{
    color: #2d69aa;
}
.check_nav i{
    font-style: normal;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 16px;
    display: none;
}
.check_nav i a{
    color: #999;
}

.news_text1,.news_text2{
    display: none;
}
.news_top_text{
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.top_time_box{
    width: 58px;
    height: 58px;
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 18px;
}
.top_time_box h1{
    font-size: 19px;
    font-weight: bold;
    color: #676c6f;
}
.top_time_box p{
    font-size: 12px;
    color: #666;
}
.news_top_text h2{
    font-size: 18px;
    flex: 1;
    font-weight: bold;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_top_text h2:hover a{
    color: #c00;
}
ul.focus_right_text.news_ul{
    font-size: 17px;
}
ul.focus_right_text.news_ul li{
    padding-top: 16px;
}

.news_w570{
    width: 570px;
}

i.news_show,.news_show{
    display: block;
}

.ztzl_box{
    height: 200px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}
.ztzl_title{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #196eae;
    width: 54px;
    height: 150px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.ztzl_title a{
color: #fff;
}

.ztzl_nr{
    flex: 1;
    position: relative;
    float: left;
}
.ztzl_nr .hd .prev,
.ztzl_nr .hd .next{
    display: block;
    width: 24px;
    height: 39px;
    background-color: #000;
    cursor: pointer;
    position: absolute;
    top: 58px;
}
.ztzl_nr .hd .prev{
    background: url("/zrzyt/xhtml/img/20241129-ztzl-prev.png") no-repeat;
    left: 0px;
}
.ztzl_nr .hd .next{
    background: url("/zrzyt/xhtml/img/20241129-ztzl-next.png") no-repeat;
    right: 16px;
}
.ztzl_nr .bd{
    width: 1004px;
    float: left;
    overflow: hidden;
    margin: 0px 0 0 55px;
}
.ztzl_nr .bd ul{
    overflow: hidden;
    zoom: 1;
}
.ztzl_nr .bd ul li{
    width: 315px;
    height: 150px;
    margin: 0 17px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
}
.ztzl_nr .bd ul li img{
    width: 315px;
    height: 150px;
    display: block;
}

.zcfg_box{
    width: 417px;
    height: 524px;
    overflow: hidden;
    background-color: #f3faff;
    padding: 30px;
    box-sizing: border-box;
}
.zcfg_title{
    font-size: 24px;
    font-weight: bold;
}
.zcfg_title::before{
    content: " ";
    display: inline-block;
    width: 4px;
    height: 21px;
    background-color: #76aae1;
    margin: 6px 10px 0 0;
    float: left;
}

ul.zcfg_text{
    font-size: 18px;
    line-height: 32px;
    padding-top: 8px;
}
ul.zcfg_text li{
    padding-top: 22px;
}
ul.zcfg_text li a{
    max-height: 64px;
    overflow:hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.zcfg_text li a:hover{
    color: #c00;
}
ul.zcfg_text li::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b0b0b0;
    border-radius: 50%;
    margin: 14px 15px 0 0;
    float: left;
}

.zcfg_search{
    background-color: #fff;
    display: flex;
    padding: 15px 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.zcfg_search b{
    color: #034a98;
    padding-right: 4px;
}
.zcfg_search input{
    height: 43px;
    width: 196px;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    border-right: 0;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
}
.zcfg_search img{
    cursor: pointer;
}

.zcjd_box{
    width: 418px;
    height: 524px;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
}

.xxzl_box{
    width: 295px;
}
ul.xxzl_nr{
    font-size: 18px;
    line-height: 55px;
}
ul.xxzl_nr li{
    width: 295px;
    height: 55px;
    background: url("/zrzyt/xhtml/img/20241129-xxgkzl-bg.png") no-repeat;
    margin-top: 17px;
}
ul.xxzl_nr li a{
    display: block;
    padding-left: 52px;
}
ul.xxzl_nr li a:hover{
    color: #c00;
}

.gray_bg{
    background-color: #f4f6f8;
    margin-top: 0px;
    padding: 50px 0;
}
.bsfw_title{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    background: url("/zrzyt/xhtml/img/20241129-bsfw-title-bg.png") center no-repeat;
}
.bsfw_box{
    height: 206px;
    background: url("/zrzyt/xhtml/img/20241129-bsfw-bg.jpg") no-repeat;
    box-shadow: 0 0 18px #ebf1f5;
    margin-top: 30px;
}
.bsfw_box ul{
    height: 206px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.bsfw_box ul li{
    width: 236px;
    height: 113px;
    line-height: 113px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 100px;
}
.bsfw_box ul li a{
    display: block;
}
.bsfw_box ul li:nth-child(1){
    background: url(/zrzyt/xhtml/img/20241129-bsfw-icon1.png) no-repeat;
}
.bsfw_box ul li:nth-child(2){
    background: url(/zrzyt/xhtml/img/20241129-bsfw-icon2.png) no-repeat;
}
.bsfw_box ul li:nth-child(3){
    background: url(/zrzyt/xhtml/img/20241129-bsfw-icon3.png) no-repeat;
}
.bsfw_box ul li:nth-child(4){
    background: url(/zrzyt/xhtml/img/20241129-bsfw-icon4.png) no-repeat;
}
.bsfw_box ul li:nth-child(5){
    background: url(/zrzyt/xhtml/img/20241129-bsfw-icon5.png) no-repeat;
}

.tsfw_box{
    height: 200px;
    background: url(/zrzyt/xhtml/img/20241129-tefw-bg.jpg) repeat-x;
    margin-top: 35px;
    box-shadow: 0 0 18px #ebf1f5;
}
.tsfw_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #2c72bd;
    padding-top: 18px;
}
.tsfw_title img{
    margin-right: 10px;
}

.tsfw_nr{
    position: relative;
    padding-top: 16px;
}
.tsfw_nr .hd .prev,
.tsfw_nr .hd .next{
    display: block;
    width: 23px;
    height: 23px;
    background-color: #000;
    cursor: pointer;
    position: absolute;
    top: 58px;
}
.tsfw_nr .hd .prev{
    background: url("/zrzyt/xhtml/img/20241129-tsfw-prev.png") no-repeat;
    left: 16px;
}
.tsfw_nr .hd .next{
    background: url("/zrzyt/xhtml/img/20241129-tsfw-next.png") no-repeat;
    right: 16px;
}
.tsfw_nr .bd{
    width: 1116px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 40px;
}
.tsfw_nr .bd ul{
    overflow: hidden;
    zoom: 1;
}
.tsfw_nr .bd ul li{
    width: 278px;
    height: 114px;
    margin: 0 4px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    position: relative;
}
.tsfw_nr .bd ul li img{
    width: 278px;
    height: 114px;
    display: block;
}
.tsfw_nr .bd ul li b{
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.hdjl_title{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-top: 70px;
    background: url("/zrzyt/xhtml/img/20241129-hdjl-title-bg.png") center no-repeat;
}
.hdjl_box{
    box-shadow: 0 0 18px #e7effb;
    margin: 38px 0;
    display: flex;
    justify-content: space-between;
    padding: 38px 30px;
    box-sizing: border-box;
}
.hdjl_left{
    width: 550px;
}
.hdjl_left_top{
    height: 114px;
    background-color: #f3f8fe;
    border-radius: 10px;
    display: flex;
}
.tzxx_img1{
    width: 158px;
    height: 94px;
    margin: 14px 0 0 37px;
}
ul.tzxx_box{
    display: flex;
    padding: 30px 0 0 50px;
}
ul.tzxx_box li{
    margin-right: 32px;
    font-size: 16px;
    width: 70px;
}
ul.tzxx_box li a{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul.tzxx_box li a p{
    padding-top: 6px;
}
ul.tzxx_box li a:hover{
    color: #c00;
}

.hdjl_nav{
    display: flex;
    position: relative;
    padding-top: 26px;
    font-weight: bold;
}
.hdjl_nav span{
    font-size: 26px;
    margin-right: 40px;
    display: flex;
}
.hdjl_nav span::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 21px;
    background-color: #7baee5;
    margin: 8px 12px 0 0;
    opacity: 0;
}
.hdjl_nav span.active{
    color: #3c6fbb;
}
.hdjl_nav span.active a{
    color: #3c6fbb;
}
.hdjl_nav span.active::before{
    opacity: 1;
}

.hdjl_text{
    padding-top: 22px;
    display: none;
}
.hdjl_show{
    display: block;
}
.text_top{
    display: flex;
}
.text_top img{
    margin-right: 38px;
}
.text_top a{
    flex: 1;
    overflow: hidden;
}
.text_top a p{
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text_top a p:hover{
    color: #c00;
}
.text_top a div{
    font-size: 14px;
    padding-top: 30px;
}
.text_top a div span{
    color: #1657a0;
    border: 1px solid #1657a0;
    border-radius: 4px;
    padding: 0 2px;
}
.text_top a div i{
    font-style: normal;
    color: #666;
    padding-left: 16px;
}
ul.dczj_text{
    font-size: 16px;
    padding-top: 8px;
}
ul.dczj_text li{
    padding-top: 12px;
    display: flex;
    align-items: center;
}
ul.dczj_text li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    flex: 1;
}
ul.dczj_text li a:hover{
    color: #c00;
}
ul.dczj_text li::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b0b0b0;
    border-radius: 50%;
    margin-right: 15px;
}

.hdjl_right{
    width: 550px;
}
.hdjl_right_title{
    font-size: 26px;
    font-weight: bold;
}
.hdjl_right_title::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 21px;
    background-color: #7baee5;
    margin: 8px 12px 0 0;
    float: left;
}
.hdjl_right_top{
    padding-top: 25px;
}
.hdjl_right_top a{
    display: flex;
    justify-content: space-between;
}
.hdjl_right_top a img{
    width: 220px;
    height: 146px;
    margin-right: 12px;
}
.hdjl_right_top a div{
    flex: 1;
    overflow: hidden;
}
.hdjl_right_top a div p{
    font-size: 18px;
    line-height: 32px;
    max-height: 64px;
    overflow:hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hdjl_right_top a div span{
    display: block;
    font-size: 16px;
    padding-top: 20px;
}
.hdjl_right_top a div i{
    display: block;
    font-style: normal;
    text-align: right;
    color: #999;
    font-size: 16px;
    padding-top: 20px;
}
.hdjl_right_top a:hover p{
    color: #c00;
}

ul.tgtt_box{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
ul.tgtt_box img{
    width: 104px;
    height: 106px;
}

/* 通知公告--列表页 */
.list_bg {
	background: url(/zrzyt/xhtml/img/20241129-list-bg.jpg) bottom center no-repeat;
	padding-bottom: 36px;
}

.list_content {
	box-shadow: 0 0 15px #e8e6e6;
	background-color: #fff;
}

.list_nav {
	height: 64px;
	background-color: #f7f8fa;
	display: flex;
	align-items: center;
}

.list_nav img {
	padding: 0 6px 0 30px;
}

.list_nav a {
	padding: 0 10px;
}

.list_nav a:hover {
	color: #287ebf;
}

.list_box {
	padding: 50px 30px 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

ul.list_left_nav {
	width: 203px;
}

ul.list_left_nav li {
	height: 58px;
	line-height: 58px;
	background-color: #f5f5f5;
	margin-bottom: 3px;
	font-size: 18px;
	padding-left: 30px;
	box-sizing: border-box;
	cursor: pointer;
}

ul.list_left_nav li.active {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-left: 0;
	height: 79px;
	line-height: 79px;
	background: url(/zrzyt/xhtml/img/20241129-list-nav-bg.jpg) no-repeat;
}

.list_right {
	width: 886px;
}

.list_title {
	border-bottom: 2px solid #e3e3e3;
	font-size: 20px;
	font-weight: bold;
	color: #2071c4;
	padding-bottom: 14px;
}

.list_title span {
	border-bottom: 2px solid #2071c4;
	padding-bottom: 14px;
}

ul.list_text {
	font-size: 16px;
	padding-top: 8px;
}

ul.list_text li {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.list_text li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	flex: 1;
}

ul.list_text li span {
	margin-left: 20px;
	color: #666;
}

ul.list_text li a:hover {
	color: #287ebf;
}

ul.list_text li::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #b0b0b0;
	border-radius: 50%;
	margin-right: 15px;
}

/* 政务公开 */
.zwgk_bg{
    /*background: url(/zrzyt/xhtml/img/20241129_zwgk-bg.jpg) bottom center no-repeat;
    padding-bottom: 36px;*/
}

.second_bg {
    background: url(/zrzyt/xhtml/img/20241129_zwgk-bg.jpg) bottom center no-repeat;
    background-size: 100%;
}

.jgld_box{
    padding-top: 30px;
}
.jgld_title{
    font-size: 32px;
    color: #1b529c;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

.jgld_title a{ 
 color: #1b529c;
}

.jgld_in{
    display: flex;
    justify-content: space-between;
}
.jgld_left{
    width: 626px;
}
.jgld_left_top{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}
.jgld_left_top img{
    width: 127px;
    height: 180px;
}
.head_right{
    width: 486px;
}
.head_name_box{
    border-bottom: 1px solid #e5e5e5;
}
.head_name_box b{
    font-size: 20px;
}
.head_name_box p{
    font-size: 16px;
    padding: 28px 0 26px;
}
.job_duty{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-top: 20px;
}
ul.jgld_left_bottom{
    display: flex;
    padding-top: 28px;
}
ul.jgld_left_bottom li{
    font-size: 18px;
    font-weight: bold;
    background-color: #1a7cdd;
    margin-right: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
ul.jgld_left_bottom li a{
    color: #fff;
    display: block;
}

ul.jgld_name_box{
    background-color: #f8f8f8;
    width: 480px;
    min-height: 243px;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 27px 14px;
    padding: 30px 24px;
    box-sizing: border-box;
}
ul.jgld_name_box li{
    width: 97px;
    height: 43px;
    line-height: 43px;
    background-color: #f0f0f0;
    text-align: center;
}
ul.jgld_name_box li a{
    display: block;
}
ul.jgld_name_box li a:hover{
    color: #287ebf;
}

.zwgk_flex{
    display: flex;
    justify-content: space-between;
}
.zwgk_title_blue{
    font-size: 32px;
}
.zwgk_title_blue a{
    color: #1b529c;
}
.w640{
    width: 640px;
}
.zcss_box{
    width: 479px;
    height: 269px;
    background: url(/zrzyt/xhtml/img/20241129_zcss-bg.jpg) no-repeat;
    margin-top: 8px;
}
.zcss_box a{
  display:block;
width:100%;
height: 100%;
}
.zcss_search{
    width: 312px;
    height: 42px;
    border-radius: 22px;
    background-color: #e4f0fb;
    margin: 148px auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.zcss_search input{
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: transparent;
}
.zcss_search img{
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 0 14px 0 0;
    box-sizing: content-box;
}
.w540{
    width: 540px;
}

ul.zwgk_xxgk_nr{
    font-size: 18px;
    line-height: 51px;
}
ul.zwgk_xxgk_nr li{
    width: 396px;
    height: 51px;
    background: url(/zrzyt/xhtml/img/20241129_zwgk-xxgk-bg.png) no-repeat;
    margin-top: 13px;
}
ul.zwgk_xxgk_nr li a{
    display: block;
    padding-left: 70px;
}
ul.zwgk_xxgk_nr li a:hover{
    color: #287ebf;
}

.zwgk_icon_box{
    width: 715px;
    height: 460px;
    background: url(/zrzyt/xhtml/img/20241129_zwgk-icon-bg.png) no-repeat;
    background-size: cover;
}
.zwgk_icon_in{
    overflow: hidden;
    position: relative;
}
.zwgk_icon_in .bd{
    padding: 48px 50px 26px;
    overflow: hidden;
}
.zwgk_icon_in .bd ul{
    overflow: hidden;
    zoom: 1;
    width: 640px;
    float: left;
 }
.zwgk_icon_in .bd ul li{
    margin: 24px 20px 0 0;
    float: left;
    overflow: hidden;
}
.zwgk_icon_in .bd ul li img{
    width: 140px;
    height: 136px;
}
.zwgk_icon_in .hd{
    overflow: hidden;
    height: 11px;
}
.zwgk_icon_in .hd ul{ 
    display: flex;
    justify-content: center;
}
.zwgk_icon_in .hd ul li{
    width: 11px;
    height: 11px;
    margin: 0 6px;
    cursor: pointer;
    background-color: #dbdbdb;
    border-radius: 50%;
    font-size: 0;
}
.zwgk_icon_in .hd ul li.on{
    background-color: #64a5d5;
}

/**footer**/
.related-url {
display: none;
}
/*foot*/
.friend_link_box{height:60px;background:#f8f8f8;  border-top:1px solid #287ebf; margin-top:10px; width:100%; min-width:1200px;}
.friend_link{ width:1200px; height:60px; margin:0 auto; line-height:60px;}
.friend_link h2{float:left; width:110px; height:60px; line-height:60px; color:#333; font-size:16px; text-align:center;}
.friend_link_box .friend_link ul{margin-left:20px; float:left;}
.friend_link_box .friend_link ul li {float:left; margin-left:20px;}
.friend_link_box .friend_link ul li select{width:158px; padding:5px; margin:15px 0; color:#666;}
.friend_link .link{ float:left; color:#666; margin-right:8px;}
.friend_link .link:hover{ text-decoration:underline;}
.friend_link span.dropselect_box{ position:relative; width:185px; display:inline-block; border:none; float:left; height:33px; z-index:99; margin-left:9px; margin-top:7px; border:1px solid #e2e2e2;}
.dropselect_SimpleSelect1 { /*height:30px;*/ display:block; overflow:hidden; background:url(/zrzyt/xhtml/img/2016search_jt.png) no-repeat 90% 14px #fff; line-height:33px; text-indent: 20px; position: relative; left:0px; top:0px; padding:0;}
.dropselect_SimpleSelect1 li{ padding:0 5px; height:33px; line-height:33px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.dropselect_SimpleSelect1 li a{height:auto; width:100%; color:#535353;}
.dropselect_SimpleSelect1 li a:hover{ color:#0b6999;}
.dropselect_SimpleSelect1 li.hover a { color:#535353; width:100%; display:block;}
.dropselect_SimpleSelect1 li a:hover,#nav .menu .menulist .dropselect_SimpleSelect1 li a:focus,#nav .menu .menulist .dropselect_SimpleSelect1 li:hover,#nav .menu .menulist .dropselect_SimpleSelect1 li:focus{background:none;}
.hidden {display:none;}

.footer{ height:200px; background:#287ebf; width:100%; min-width:1200px;}
.footer_main{ width:1200px; height:160px; margin:0 auto;}
.footer_main .gov_icon{margin-right: 84px;float: left;padding: 27px 0 33px 330px; width: 54px;height: 100px}
.footer_main p{float: left; color: #fff; padding-left: 20px;padding-top: 14px;line-height: 29px; font-size: 12px;}
.footer_main p a:last-child {
 display: flex;
}
.footer_nav{height:40px;line-height:40px;width:100%;text-align:center; color:#fff;font-size:14px;}
.footer_nav a{ color:#fff;font-size:14px; padding:0 10px;}

#_span_jiucuo img{
  margin-top:-66px !important; 
  margin-left:85px !important;
}

.footer_main p {
    margin-left: 110px;
}

.top_nav_right {
  transform: translateX(-100px);
}

.login_area {
    height: 20px;
    margin-top: 22px;
    margin-right: 4rem;
    float:right;
}

.comm_topLink {
   display: none !important;
   top: 12px !important;
}

#topSystemBtn_id {
   width: 100px !important;
   background-color: #347ebe !important;
   left: calc((100% - 1200px) / 2 + 1200px) !important;
    top: 5px !important;
    transform: translateX(-100%);
}

@media (orientation:portrait) {
	#topSystemBtn_id {
		display: none !important;
	}
}

.qycontent p{
   font-family: "微软雅黑", "宋体", serif !important;
}

