.bannerbox {
	width: 100%;
}
.bannerbox .banner {
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.bannerbox .banner .imgbox {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	line-height: 0;
	font-size: 0;
}
.bannerbox .banner .imgbox img {
	width: 100%;
	height: 158px;
}
.bannerbox .banner .searchbox {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 50px;
}
.bannerbox .banner .searchbox .search {
	width: 350px;
	height: 40px;
	padding-left: 20px;
	border-radius: 20px;
	background-color: #fff;
	margin: 0 auto;
}
.bannerbox .banner .searchbox .search .inp {
	width: 300px;
	height: 100%;
}
.bannerbox .banner .searchbox .search .inp input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.bannerbox .banner .searchbox .search .iconbox {
	width: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 0 20px 20px 0;
	text-align: center;
}
.bannerbox .banner .searchbox .search .iconbox .icon {
	font-size: 18px;
	color: #999;
}

/* 政策列表 开始 */
.itembox1 {
	width: 100%;
	padding: 50px 0;
}
.itembox1 .itemcon {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.itembox1 .itemcon .tabbox {
	width: 100%;
	margin-bottom: 30px;
}
.itembox1 .itemcon .tabbox .tit {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-right: 20px;
}
.itembox1 .itemcon .tabbox .tab {
	display: inline-block;
	line-height: 40px;
	padding: 0 17px;
	background-color: transparent;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.itembox1 .itemcon .tabbox .tab.on, .itembox1 .itemcon .tabbox .tab:hover {
	background-color: #0468bc;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.itembox1 .itemcon .lists {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.itembox1 .itemcon .lists .group {
	width: 100%;
	margin-bottom: 30px;
}
.itembox1 .itemcon .lists .group .imgbox {
	width: 164px;
	height: 113px;
	margin-right: 27px;
	line-height: 0;
	font-size: 0;
}
.itembox1 .itemcon .lists .group .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itembox1 .itemcon .lists .group .info {
	height: 113px;
}
.itembox1 .itemcon .lists .group .info .tit {
	width: 100%;
	padding-top: 4px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.itembox1 .itemcon .lists .group .info .date {
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.itembox1 .itemcon .lists .group .info .date .icon {
	font-size: 12px;
}
/* 政策列表 结束 */


/* 面包屑导航 开始 */
.breadbox {
	width: 100%;
	padding: 16px 0;
}
.breadbox .breadcon {
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
.breadbox .breadcon span, .breadbox .breadcon a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.breadbox .breadcon span.blue {
	color: #0468BC;
}
/* 面包屑导航 开始 */

/* 政策详情 开始 */
.policy-detail {
	width: 100%;
	padding: 0 10px;
}
.policy-detail .contentbox {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #fff;
}
.policy-detail .contentbox .tit {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
.policy-detail .contentbox .date {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin-bottom: 15px;
}
.policy-detail .contentbox .hr {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin-bottom: 50px;
}
.policy-detail .contentbox .context {
	width: 100%;
}
.policy-detail .contentbox .context img {
	max-width: 100%;
}
/* 政策详情 结束 */



/* 移动端兼容性样式 */
.wrapper.m-mobile{
	background:#fff;
}
.bannerbox.m-mobile .banner {
	width: 10rem;
	height:1.44rem;
	min-width: auto;
	padding: 0;
}
.bannerbox.m-mobile .banner .searchbox {
	bottom: .2rem;
}
.bannerbox.m-mobile .banner .searchbox .search {
	width: auto;
	height: .8rem;
	margin:0 .4rem;
	padding-left: .4rem;
    border-radius: .4rem;
	background:#F5F5F5;
}
.bannerbox.m-mobile .banner .searchbox .search .inp {
	width: 80%;
	height: .8rem;
}
.bannerbox.m-mobile .banner .searchbox .search .inp input {
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	-webkit-box-shadow:none;
}
.bannerbox.m-mobile .banner .searchbox .search .iconbox {
	width: 1rem;
	line-height: .8rem;
	margin-left:auto;
}
.itembox1.m-mobile {
	padding: .2rem 0 .8rem;
}
.itembox1.m-mobile .itemcon {
	width: 9.2rem;
	padding: 0 .4rem;
}
.itembox1.m-mobile .itemcon .tabbox {
	width: 9.2rem;
	overflow-x: auto;
	margin-bottom: .4rem;
}
.itembox1.m-mobile .itemcon .tabbox .tit {
	display: none;
}
.itembox1.m-mobile .itemcon .tabbox .tab {
	white-space: nowrap;
	line-height: .8rem;
    padding: 0 .24rem;
    border-radius: .2rem;
    margin-right: .2rem;
    font-size: .36rem;
}
.itembox1.m-mobile .itemcon .lists{
	padding:0;
}
.itembox1.m-mobile .itemcon .lists .group {
	margin-bottom: .4rem;
}
.itembox1.m-mobile .itemcon .lists .group .imgbox {
	width: 2.86rem;
    height: 1.6rem;
    font-size: 0;
    line-height: 0;
    margin-right: .4rem;
	overflow: hidden;
	border-radius:0.16rem;
}
.itembox1.m-mobile .itemcon .lists .group .info {
	height: 1.6rem;
}
.itembox1.m-mobile .itemcon .lists .group .info .tit {
	padding-top: .0533rem;
    font-size: .36rem;
	color:#333;
}
.itembox1.m-mobile .itemcon .lists .group .info .date {
	font-size: .2rem;
	text-align:left;
}
.itembox1.m-mobile .itemcon .lists .group .info .date .icon{
	font-size:0;
}

/* 政策详情 */
.breadbox.m-mobile {
	padding: .2rem 0;
}
.breadbox.m-mobile .breadcon {
	width: 9.2rem;
	padding: 0 .4rem;
	line-height: .48rem;
}
.breadbox.m-mobile .breadcon span, .breadbox.m-mobile .breadcon a {
	font-size: .36rem;
	line-height: .4rem;
}
.policy-detail.m-mobile {
	padding: 0 .4rem;
}
.policy-detail.m-mobile .contentbox {
	width: 9.2rem;
	padding: .5333rem .4rem;
}
.policy-detail.m-mobile .contentbox .tit {
	font-size: .48rem;
    margin-bottom: .2rem;
}
.policy-detail.m-mobile .contentbox .date {
    font-size: .32rem;
    margin-bottom: .2rem;
}
.policy-detail.m-mobile .contentbox .hr {
	margin-bottom: .8rem;
}







