.box {
	font-size: 16px;
	color: #333;
	background-color: #fff;
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	padding: 12px 5% 12px 5%;
	color: #fff;
	background: rgba(69,98,179,0.12);
}

.banner {
	position: relative;
	height: 650px;
}

.banner img {
	width: 100%;
	height: 100%;
}

/* 搜索框 */
.search-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 45%;
	max-height: 80%;
	overflow: auto;
	/* line-height: 72px; */
	margin: -290px auto 0;
	padding: 22px 34px 0.1px;
	/* border-radius: 67px; */
	border-radius: 12px;
	border: 1px solid rgba(235, 235, 235, 1);
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 0 15px 0 rgba(120, 184, 244, 0.2);
}

.search {
	padding: 0 0 23px;
	/* border-bottom: 1px solid #EBEBEB; */
}

.search input {
	width: 100%;
	margin-left: 12px;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search-box .search-show {
	display: none;
	padding: 22px 0 11px;
}

.search-box .search-show li {
	line-height: 28px;
}

.search-box .search-show li a {
	margin-right: 15px;
	font-size: 14px;
	color: #999;
}

/* 导语 */
.illustrate {
	position: relative;
	margin: -220px auto 0;
	padding: 64px 0 0;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

/* 主体内容 */
.container {
    position: relative;
	width: 90%;
	margin: -150px auto 28px;
}

/* 服务旧样式 --start*/
.service {
	/* width: max-content; */
	width: 90%;
	margin: 94px auto 0;
}

.service .item {
	position: relative;
	/* width: 467px; */
	width: 33%;
	/* height: 159px; */
	margin: 0 20px 0 0;
	padding: 25px;
	border-radius: 12px;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0, 0, 0, 0.025);
}

.service .item .title {
	font-weight: 700;
	font-size: 20px;
}

.service .item .text {
	margin: 16px 0 0;
	font-size: 18px;
	color: #999999;
	line-height: 32px;
}

.service .item img {
	position: absolute;
	top: 0;
	right: 0;
}

.service .item:first-of-type img {
	width: 74px;
	height: 84px;
}

.service .item:nth-of-type(2) img {
	width: 73px;
	height: 72px;
}

.service .item:last-of-type img {
	width: 71px;
	height: 71px;
}

.service .item:hover {
	/* margin-top: 25px; */
	transform: translateY(25px);
	background: rgba(11, 111, 249, 0.1);
}

/* 服务旧样式 --end*/

/* 服务新样式 */
.content-left {
	width: 70%;
}

.list-box {
	margin-bottom: 30px;
}

.type-btns {
	margin: 28px 0 0;
	/* padding: 0 0 20px; */
	border-bottom: 1px solid #efefef;
}

.type-btns ul li {
    margin-bottom: 20px;
	margin-right: 16px;
	padding: 9px 12px;
	border-radius: 6px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
	background-color: #f8f8f8;
}

.type-btns .active {
	color: #2d7eed;
	background-color: rgba(45, 126, 237, 0.1);
}

.toggle-btn {
	min-width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	border-radius: 6px;
	cursor: pointer;
    background-color: #f8f8f8;
}

.toggle-btn img {
	width: 14px;
	height: 8px;
}

.hot-zt {
    margin-top: 20px;
    /* font-size: 18px; */
    color: #2D7EED;
}

.hot-zt .title {
    min-width: fit-content;
    margin-right: 13px;
    font-weight: 600;
}

.hot-zt a,.con-zt a {
	display: inline-block;
    margin-right: 36px;
	margin-bottom: 9px;
}

.con-zt {
    margin-top: 11px;
}

/* 右侧资讯 */
.content-right {
	width: 30%;
}

.info-box {
	/* width: max-content; */
	/* width: 80%;
	margin: 135px auto 0; */
}

.info-box .subhead {
	font-size: 20px;
}

.info-box .subhead .head-img {
	width: 24px;
	height: 24px;
	margin: 0 12px 0 0;
}

/* .info-box .head-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -35px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.info-box .head-top img {
	width: 70px;
	height: 70px;
	margin-bottom: 4px;
} */

.info-box ul {
	width: 100%;
	margin: 0 0 26px 34px;
	padding: 25px 30px;
	border-radius: 12px;
	box-sizing: border-box;
}

.info-box ul .info-con {
	margin-top: 20px;
	/* font-size: 18px; */
}

.info-box ul .info-con .item {
	display: block;
	margin-bottom: 12px;
}

.info-box ul .info-con .item:nth-of-type(5) {
	margin-bottom: 0;
}

.info-box .info-con .item::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 7px 4px 0;
	border-radius: 50%;
	background-color: #0b6ff9;
}
/* 热点资讯 */
.info-box .info-con .dot02::before {
	background-color: #FEBE5B;
}
/* 旅游资讯 */
.info-box .info-con .dot03::before {
	background-color: #51D9D1;
}
/* 交通资讯 */
.info-box .info-con .dot04::before {
	background-color: #FF9269;
}
/* 教育资讯 */
.info-box .info-con .dot05::before {
	background-color: #9574E4;
}

.view-more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999;
}

.view-more img {
	width: 6px;
	height: 10px;
	margin-left: 7px;
}

/* 二维码 */
.QRcode-box {
	position: absolute;
	top: 55px;
    right: 147px;
    z-index: 99;
	padding: 21px 0;
	border-radius: 12px;
	background-color: #FFFFFF;
}

.QRcode-box ul {
	display: inline-block;
	padding: 0 40px;
	text-align: center;
}

.QRcode-box .right {
	border-left: 1px solid #efefef;
}

.QRcode-box .title {
	font-size: 18px;
	font-weight: 700;
}

.QRcode-box .desc {
	margin-top: 4px;
	color: #666;
}

.QRcode-box .erweima {
	width: 118px;
	height: 118px;
	margin: 15px auto 0;
	background-image: url(/news/huiminzhengce/resource/images/border.png);
	background-size: 100% 100%;
}

.QRcode-box .erweima img {
	width: 99px;
	height: 99px;
	margin: 9px;
}

.QRcode-box .download-more {
	display: block;
	margin-top: 15px;
	color: #999;
	text-align: center;
}

.QRcode-box .decorate01-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53px;
	height: 53px;
}

.QRcode-box .decorate02-img {
	position: absolute;
	top: 4px;
	left: 2px;
	width: 43px;
	height: 43px;
}

/* 对话框 */
.dialog {
	display: none;
	position: absolute;
	top: 15px;
	left: 300px;
	width: 270px;
	height: 167px;
	padding: 0 20px 0 30px;
	text-align: justify;
	line-height: 28px;
	color: #666;
	background-image: url(/news/huiminzhengce/resource/images/dialog.png);
	background-size: 100% 100%;
}

.dialog a {
	display: inline-block;
	margin-top: 15px;
	color: #2D7EED;
	text-decoration: underline;
}

/* 首页主体内容样式迭代 */
.con-panel {
	position: relative;
	margin-bottom: 30px;
}

.con-panel .con-head {
	display: inline-block;
	padding-bottom: 18px;
	font-size: 20px;
	border-bottom: 5px solid #0B6FF9;
}

.con-panel ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px 0 0;
	border-top: 1px solid rgba(11, 111, 249, 0.3);
}

.con-panel ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 28px 32px;
	border-radius: 12px;
	box-sizing: border-box;
	background-color: #F8F8F8;
}

.con-panel ul .subhead {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000;
}

/* .con-panel ul li:not(:nth-last-child(-n+2)) {
	margin-bottom: 0;
} */

.con-panel ul li img {
	margin-right: 10px;
}

.con-panel:nth-of-type(1) ul li:nth-of-type(1) img {
	width: 28px;
	height: 12px;
}

.con-panel:nth-of-type(1) ul li:nth-of-type(2) img {
	width: 22px;
	height: 20px;
}

.con-panel:nth-of-type(2) ul li:nth-of-type(1) img {
	width: 21px;
	height: 24px;
}

.con-panel:nth-of-type(2) ul li:nth-of-type(2) img {
	width: 22px;
	height: 18px;
}

.con-panel:nth-of-type(3) ul li:nth-of-type(1) img {
	width: 22px;
	height: 26px;
}

.con-panel:nth-of-type(3) ul li:nth-of-type(2) img {
	width: 24px;
	height: 21px;
}

.con-panel:nth-of-type(3) ul li:nth-of-type(3) img {
	width: 24px;
	height: 24px;
}

.con-panel:nth-of-type(3) ul li:nth-of-type(4) img {
	width: 24px;
	height: 22px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(1) img {
	width: 22px;
	height: 24px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(2) img {
	width: 24px;
	height: 24px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(3) img {
	width: 26px;
	height: 27px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(4) img {
	width: 26px;
	height: 26px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(5) img {
	width: 20px;
	height: 23px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(6) img {
	width: 23px;
	height: 24px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(7) img {
	width: 22px;
	height: 23px;
}

.con-panel:nth-of-type(5) ul li:nth-of-type(8) img {
	width: 27px;
	height: 27px;
}

.con-zhuanti {
	margin-top: 12px;
}

.con-zhuanti a {
	display: inline-block;
	margin-top: 10px;
	margin-right: 29px;
	font-size: 16px;
	box-sizing: content-box;
}

.con-zhuanti a:last-of-type {
	margin-right: 0;
}

.quan-img {
	position: absolute;
	top: 24px;
	right: 39px;
	width: 100px;
	height: 98px;
	background-color: #fff;
}

.bindhover .con-zhuanti {
	display: none;
}