	/*导航*/
	body .wrap {
		max-width: 1434px;
	}
	
	.topbox {
		max-width: 1200px;
		padding: 0px 65px;
		background: url(/material/images/interest/increase-nav.png) no-repeat;
	}
	.top1,
	.top2 {
		background: none;
	}
	
	.title2 {
		color: #FFFFFF;
	}
	
	.main2 {
		width: 1200px;
		margin: auto;
		min-height: auto;
	}
	
	* {
		margin: 0;
		padding: 0;
	}
	
	[v-cloak] {
		display: none;
	}
	
	.mainwrap h1 {
		margin: 20px auto 30px auto;
	}
	
	.mainwrap h1 img {
		width: 100%;
	}
	
	.tab-line-nav {
		border-bottom: none;
		padding-bottom: 25px;
	}
	
	.tab-line-nav .cur {
		border-bottom: none;
	}
	
	.tab-line-nav li {
		font-size: 28px;
		color: #585757;
	}
	
	.tab-line-nav li.cur {
		color: #d10e0b;
		font-weight: bold;
	}
	
	.tab-line-nav li {
		position: relative;
		padding: 0px 17px 6px;
	}
	
	.tab-line-nav li::before {
		content: '';
		display: block;
		width: 2px;
		height: 26px;
		background: #585757;
		position: absolute;
		top: 5px;
		left: 0;
		transform: rotate(19deg);
	}
	
	.tab-line-nav li:nth-child(1)::before {
		display: none;
	}
	
	.tab-more a.cur {
		width: 70px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #FFFFFF;
		border-radius: 30px;
		font-size: 16px;
		background:#dc312e;
	}
	
	.seewrap .txt-list li {
		/*width: 45%;*/
		/*float: left;*/
		background: none;
		padding-left: 0px;
		line-height: 46px;
	}
	
	.seewrap .txt-list li:nth-child(2n) {
		/*float: right;*/
		background: linear-gradient(to right,#fff9f5,#ffffff);
	}
	
	.seewrap .txt-list li:hover a {
		color: #cc493f;
	}
	
	#tabGovCon li a,
	#tabPostCon li a {
		font-size: 18px;
	}
	
	.mainwrap .minlist {
		width: 100%;
		overflow: hidden;
		background: #fff9f5;
		padding: 20px 23px 20px 25px;
	}
	
	.mainwrap .minlist .txt-list {
		width: 100%;
		overflow: hidden;
	}
	
	.mainwrap .minlist li {
		width: 368px;
		height: 55px;
		line-height: 55px;
		margin-bottom: 20px;
		border: 1px solid #fde8df;
		box-shadow: -1px 0px 0px 2px #fef1ea;
		background: url(/material/images/interest/icon-li-dian.png) no-repeat 10px 50%;
		float: left;
		margin-right: 20px;
	}
	
	.mainwrap .minlist li:nth-child(3n) {
		margin-right: 0px;
	}
	
	.mainwrap .minlist li a {
		margin-left: 30px;
		font-size: 18px;
		color: #333333;
	}
	
	.mainwrap .minlist li span {
		margin-right: 12px;
	}
	
	.mainwrap .minlist li:hover {
		border: 1px solid #e62c15;
	}
	
	.mainwrap .minlist .moreBtn {
		width: 70px;
		height: 28px;
		border-radius: 30px;
		color: #FFFFFF;
		background: #dc312e;
		text-align: center;
		line-height: 28px;
		display: block;
		margin: auto;
	}
	/*打开的弹窗*/
	
	.popbox-wrap {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background: url(/material/images/interest/popbox-bg.png);
	}
	
	.popbox {
		padding-bottom: 30px;
	}
	
	.poptitle {
		padding-top: 40px;
		margin: 0px;
	}
	
	.popItem {
		margin: 0px 0px;
	}
	
	.popItem div {
		margin: 0px 0px;
		padding: 0px 22px;
		font-weight: bold;
		background: none;
		border-bottom: none;
		cursor: pointer;
	}
	.popItem div.cur{background: #d61618;border-radius:25px;color: #ffffff;}
	
	.popItem-subclass {
		width: 100%;
		overflow: hidden;
		padding-top: 28px;
	}
	
	.popItem-subclass div,.popItemChecked div {
		padding: 4px 30px;
		background: #fbf1ea;
		float: left;
		margin-right: 28px;
		border-radius: 10px;
		cursor: pointer;
	}
	
	.popItemChecked div {margin-bottom: 10px;}
	
	.popboxdialog {
		width: 100%;
		height: 100%;
		background:url(/material/images/interest/popboxdialog.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		margin: auto;
		display: none;
	}
	.popItemChecked{width: 100%;overflow: hidden;padding: 28px 0px;}
	
.check span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-image: url(/material/images/zcdy/check.png);
}
.done {
    position: relative;
    background-color: #ffeadf !important;
    color: #fb8873 !important;
}
.done span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-image: url(http://mzt.gxzf.gov.cn/material/images/zcdy/close.png);
    cursor: pointer;
}
.close{position: absolute;top: 7px;right: 20px;font-size: 34px;cursor: pointer;display: none;}
.dowrap,.usewrap,.askwrap,.seewrap{display: none;}
.goback{width: 100%;overflow: hidden;}
.goback span{padding: 5px 20px;color: #ffffff;border-radius:10px ;background: #e9493c;cursor: pointer;float: right;}
.top1 ul li{width: 288px;}
.top1 ul li:nth-child(1){width: 255px;}
.leixing{height: 60px;overflow-y: auto;}
.leixing::-webkit-scrollbar{width: 5px;background-color:#ffffff;}
.leixing::-webkit-scrollbar-thumb {background-color:#ff5c43; border-radius:10px ; /* 滚动条滑块颜色 */border-radius:10px;}
/*.zwdtlist,.zcfglist,.zmhdlist,.zsklist{display: none;}*/

.tip{text-align: center;margin-bottom: 15px;}
