﻿* {
    margin: 0;
    padding: 0;
}
li,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #333;
}
body {
    counter-reset: list-counter;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
    min-width: 1200px;
}

.header,
.content {
    width: 1200px;
    margin: 0 auto;
}
.content{
    position: relative;
    margin-bottom: 40px;
    border-top:2px solid #1582ea;
    margin-top: 20px;
}
.navyjs{
    position: fixed;
    left: 40px;
    top: 200px;
    background: url(/material/images/hydj/navbg.png) no-repeat center right;
    background-position-x: 110px;
    z-index: 9;
}
.navyjs li{
    font-size: 18px;
    line-height: 37px;
    margin-bottom: 18px;
    padding: 0 30px;
    cursor: pointer;
}
.navyjs li:nth-last-of-type(1){
    margin-bottom: 0;
}
.navyjs li.cur,.navyjs li:hover{
    background: url('http://www.gxzf.gov.cn/material/images/jyfw/dian-nav.png') no-repeat;
    color: #f23a54;
}
.header {
    height: 505px;
    background: none;
}

.logo {
    width: 385px;
    margin-top: 30px;
    padding-top: 0 !important;
}

.main1,.main3,.main2,.main4 {
    background-color: #fff;
    position: relative;
    padding: 20px 90px 20px 60px;
}
.main1 h3,.main3 h3,.main4 h3{
    background: url(/material/images/ggfsq/title-bg.png) no-repeat;
    width: auto;
    height: 54px;
    line-height: 54px;
	padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    /*margin: 20px auto 15px auto;*/
}
.content>.blqdWrap{border-top:none ;}
.content>.blqdWrap h3{
	width: 351px;
	background-image: url(/material/images/qykb/titlebg1.png);
    background-repeat: no-repeat;
    position: absolute;
	top: -30px;
	left: 410px;
}
.content>.blqdWrap .main2TC{padding-top: 65px;}
.main1Con,.main3Con{
    /*padding: 20px 60px 70px;*/
   margin-top: 20px;
    font-size: 18px;
    color: #b40019;
}
.main3Con p,.main3Con span{
    color: #333;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow";
}
.main1Con li {
    line-height: 55px;
    list-style-type: disc;
}
.main1Con li a{
    font-size:18px;
    color:#b40019;
}
.main2{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 35px;
    padding-bottom: 25px;
}
.main2Tab{
    background: url(/material/images/hydj/tabbg.png) no-repeat;
    height: 70px;
    padding: 0 25px;
    margin-bottom: 50px;
    overflow: hidden;
}
.main2Text p {
    line-height: 42px !important;
    font-size: 18px;
    color: #333;
}
.main2Tab li{
    text-align: center;
    line-height: 70px;
    width: 357px;
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    float: left;
    position: relative;
}
.main2Tab li:not(:nth-of-type(1)){
    margin-left: 39px;
}
.main2Tab li:not(:nth-of-type(1))::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    top: 6px;
    left: -20px;
    background-color: #fff;
}
.main2Tab li.cur{
    background: url(/material/images/hydj/tabChoose.png) no-repeat;
    color: #e0003f;
    background-size: 100% 100%;
}
.main2Con{
    margin: 0 25px;
    background-color: #fff5f6;
    margin-bottom: 35px;
}
.main2Con:nth-last-of-type(1){
    margin-bottom: 0;
}
.main2Title{
    background: url(/material/images/hydj/tabli.png) no-repeat;
    line-height: 57px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.main2Text{
    padding: 35px 60px;
    font-size: 18px;
    color: #333;
}
.textTab{
    width: 818px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.textTab::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ff7589;
    top: 60px;
    z-index: 0;
}
.textTab li{
    background: #fff5f6 url(/material/images/hydj/cs.png) no-repeat top;
    width: 122px;
    height: 50px;
    position: relative;
    z-index: 1;
    padding-top: 132px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #df112e;
}

.textTab li:nth-of-type(2){
    background-image:  url(/material/images/hydj/sl1.png);
}
.textTab li:nth-of-type(3){
    background-image:  url(/material/images/hydj/sl.png);
}
.textTab li:nth-of-type(4){
    background-image: url(/material/images/hydj/dj.png) ;
}
.textTab li::before{
    content: counter(list-counter);
    counter-increment: list-counter;
    position: absolute;
    font-size: 18px;
    color: #df112e;
    top: 0;
    left: 0;
}
.textTab li.cur{
    font-weight: bold;
}
.textTab li.cur::after{
    position: absolute;
    content: "";
    background: url(/material/images/hydj/sjx.png) no-repeat;
    bottom: 0;
    width: 22px;
    height: 19px;
    left: 50px;
}

.main2TC{
    /*background-color: #ffe1e3;
    border-radius: 10px;*/
    padding: 25px 20px;
    /*border: 1px dashed #ff7589;*/
    font-size: 18px;
    color: #333;
}


.main2TC .title-wrap{width: 314px;height:59px;text-align: center;line-height: 59px;background: url(/material/images/dlhy/title-bg2.png) no-repeat;color: #ffffff;font-size: 24px;margin-bottom: 27px;}
.date{
    margin-top: 35px;
}
/*.main3,.main4{
    margin-top: 65px;
    
}*/
.main4 h3{
	width: 314px;
    background-image: url(/material/images/dlhy/title-bg3.png);
    margin: 0px auto auto auto;
}
.main4Con{
    padding: 33px 25px 5px;
    overflow: hidden;
}
.main4Con li{
    width: 550px;
    float: left;
}
.main4Con li:nth-of-type(2n+2){
    margin-left: 50px;
}
.question{
    padding-left: 40px;
    background: url(/material/images/qykb/wen-blue.png) no-repeat left;
    font-size: 18px;
    line-height: 40px;
}
.anwser{
    color: #015db4;
    font-size: 18px;
    background-color: #d5f1ff;
    border-radius: 10px;
    padding: 30px 15px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-site{
    background: #1665e8;
}
.footer-site p, .footer-site a, .footer-site span {
    color: #ffffff;
}


body {
	background: #eef8ff;
}
.header {
	width: 100%;
    height: auto;
    background: none;
    position: relative;
}
.header>.banner{width: 100%;height: auto;}
.logo {
    width: 385px;
    margin-top: 30px;
    padding-top: 0 !important;
    position: absolute;
    left: 130px;
    
}

/*å¯¼èˆª*/

.navyjs {
	width: 162px;
	background: none;
	background-position-x: 0;
	position: fixed;
	left: 7px;
}

.navyjs li {
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 18px;
	padding: 0 30px;
	cursor: pointer;
	color: #333333;
	background: url('http://www.gxzf.gov.cn/material/images/jyfw/dian-nav.png') no-repeat right center;
	position: relative;
	padding: 0px 0px;
	text-align: center;
}

.navyjs li::before {
	content: '';
	width: 1px;
	height: 36px;
	background: #c0e7ff;
	position: absolute;
	top: 30px;
	right: 7px;
}

.navyjs li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.navyjs li:last-child::before {
	background: none;
}

.navyjs li.cur,
.navyjs li:hover {
	background: url('http://www.gxzf.gov.cn/material/images/jyfw/dian-nav.png') no-repeat right center;
	background-color: #d7efff;
	font-weight: bold;
	color: #0073e1;
	border-radius: 30px;
}

#tabGovCon .strongTitle {
	display: inline-block;
	padding: 0px 26px 0px 55px;
	line-height: 36px;
	height: 36px;
	border-radius: 30px;
	background: #d7efff;
	color: #1582ea;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	margin-bottom: 22px;
}

#tabGovCon .strongTitle a {
	color: #1582ea;
	font-weight: bold;
	font-size: 20px;
}

#tabGovCon .strongTitle img {
	position: absolute;
	left: -15px;
	top: -9px;
}

.main2Text.textTntroduce {
	margin-bottom: 43px;
}


/*åŠžç†æ¸ é“*/

.blqd-tabNav {
	display: flex;
	justify-content: center;
}

.blqd-tabNav li {
	width: 550px;
	height: 84px;
	float: left;
	background: #eef8ff;
	border: 1px dashed #bbe8ff;
	text-align: center;
	line-height: 84px;
	font-size: 18px;
}

.blqd-tabNav li.cur {
	background: #248ff4;
	border: 1px solid #248ff4;
	color: #FFFFFF;
	font-weight: bold;
}


/*ç›¸å…³é—®é¢˜*/

.anwser {
	height: 140px;
	display: block;
}
body #tabGovCon .main2ConList{padding-left: 40px;}
body #tabGovCon .main2ConList li a {
	font-size: 18px;
	color: #418bf2;
	text-decoration: underline !important;
}

.mainWrap .main3Con{overflow: hidden;}
.mainWrap .main3Con img{max-width: 100%;}
.mainWrap .main3Con ul li{line-height: 50px;background: url(/material/images/ggfsq/li-bg.png) no-repeat 0px 50%;padding-left: 82px;}
.mainWrap .main3Con ul li a{font-size: 18px;color: #237de1;text-decoration: underline !important;}
