body {
	background-color: #f2f3f5 !important;
}

/*.headmenu {
	background-color: #204066;
}*/
.topH {
	width: 100%;
	height: 100px;
	position: relative;
}
/*.container.minw {
	min-width: 997px;
}*/

/* 新闻资讯列表 开始 */
#newslist {
	width: 100%;
	padding: 0 0 40px 0;
}
#newslist .listbox .group {
	width: 100%;
	height: 192px;
	padding: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: #fff;
}
#newslist .listbox .group .left {
	height: 162px;
}
#newslist .listbox .group .left .imgbox {
	width: 230px;
	height: 162px;
	overflow: hidden;
	margin-right: 20px;
}
#newslist .listbox .group .left .imgbox .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}
#newslist .listbox .group .left .info {
	height: 162px;
}
#newslist .listbox .group .left .info .title {
	width: 100%;
	height: 58px;
	font-size: 18px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Bold; */
	font-weight: 700;
	color: #204066;
	line-height: 28px;
}
#newslist .listbox .group .left .info .small {
	font-size: 13px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #999;
	line-height: 24px;
}
#newslist .listbox .group .right {
	width: 120px;
	height: 162px;
}
#newslist .listbox .group .right .dates {
	width: 120px;
	font-size: 28px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #204066;
	position: relative;
	top: 16px;
	left: 24px;
}
#newslist .listbox .group .right .btns {
	width: 120px;
	height: 35px;
	line-height: 35px;
	background-color: #204066;
	border-radius: 17px 0 0 17px;
	text-align: center;
	font-size: 14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #fff;
	position: relative;
	right: -15px;
}
#newslist .form_con {
	padding: 0;
	position: relative;
}
#newslist .formbox {
	width: 100%;
	border-radius: 4px;
	/*background-color: #204066;*/
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px 10px;
	/* position: sticky;
	top: 110px; */
	z-index: 1;
	position: absolute;
	top: 0px;
}
#newslist .formbox .top {
	width: 100%;
}
#newslist .formbox .top .text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Bold; */
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}
#newslist .formbox .top .text .green {
	color: #10b58d;
}
#newslist .formbox .top .small {
	width: 100%;
	font-size: 12px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 18px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#newslist .formbox .form {
	width: 100%;
	margin: 0 auto;
}
#newslist .formbox .form .item {
	width: 100%;
	margin-bottom: 15px;
}
#newslist .formbox .form .item .inp {
	flex: 1;
	height: 30px;
	border-radius: 20px;
	box-shadow: 0 2px 8px 0 rgba(131,131,131,0.46);
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
#newslist .formbox .form .item .inp .left {
	width: 100%;
	height: 100%;
	font-size: 13px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #999;
	line-height: 20px;
}
#newslist .formbox .form .item .inp .left .green {
	color: #10B58D;
}
#newslist .formbox .form .item .inp .iconbox {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); 	/* Opera */
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#newslist .formbox .form .item .inp.open .iconbox {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#newslist .formbox .form .item .inp .icon {
	font-size: 30px;
}
#newslist .formbox .form .item .inp img {
	width: 46px;
	height: 24px;
}
#newslist .formbox .form .item .inp .select_list{
	width: 70%;
	height: 220px;
	position: absolute;
	background: #10b58d;
	right: 0px;
	top: 30px;
	padding: 10px 5px;
	border-radius: 10px;
	display: none;
	z-index: 2;
}
#newslist .formbox .form .item .inp .select_list ul{ 
	overflow-y: auto;
	height:100%;
}
#newslist .formbox .form .item .inp .select_list ul::-webkit-scrollbar{
	background: #10b58d;
	width: 2px;
	border-radius: 2px;
	position: absolute; 
}
#newslist .formbox .form .item .inp .select_list ul::-webkit-scrollbar-track{}
#newslist .formbox .form .item .inp .select_list ul::-webkit-scrollbar-thumb{
	background: #10b58d;
	border-radius: 2px; 
}
#newslist .formbox .form .item .inp .select_list li{
	height: auto;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	transition: 300ms;
	text-align: center;
}
#newslist .formbox .form .item .inp .select_list li:hover, 
#newslist .formbox .form .item .inp .select_list li.cu {
	color: #fff100;
}
#newslist .formbox .form .item .inp input {
	width: 100%;
	height: 90%;
	font-size: 13px;
}
#newslist .formbox .form .item .hr {
	width: 30px;
}
#newslist .formbox .form .btns {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	box-shadow: 0 2px 8px 0 rgba(131,131,131,0.46);
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #3f3f3f;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	right: 0;
}
#newslist .formbox .form .btns:hover {
	background-color: #10b58d;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
/* 新闻资讯列表 结束 */

/* 新闻资讯详情 开始 */
#newsdateil {
	width: 100%;
	padding: 0 0 40px 0;
}
#newsdateil .contentBox {
	width: 100%;
}
#newsdateil .contentBox .topbox {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
#newsdateil .contentBox .topbox .nav {
	margin-bottom: 10px;
}
#newsdateil .contentBox .topbox .nav, #newsdateil .contentBox .topbox .nav a {
	font-size: 14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #999;
	line-height: 16px;
}
#newsdateil .contentBox .topbox .title {
	font-size: 24px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Bold; */
	font-weight: 700;
	text-align: left;
	color: #204066;
	line-height: 28px;
	margin-bottom: 10px;
}
#newsdateil .contentBox .topbox .down {
	font-size: 14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #999;
	line-height: 18px;
}

#newsdateil .contentBox .context {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	border-radius: 10px;
	background-color: #fff;
}
#newsdateil .contentBox .context .tit {
	width: 100%;
	font-size: 20px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Bold; */
	font-weight: 700;
	text-align: center;
	color: #204066;
	line-height: 26px;
}
#newsdateil .contentBox .context .text {
	font-size: 16px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	text-align: center;
	color: #999;
	line-height: 26px;
}
#newsdateil .contentBox .context img {
	max-width: 100%;
	margin: 10px auto;
    display: block;
}
#newsdateil .contentBox .context span {
	white-space: normal !important;
}

#newsdateil .more_con {
	width: 100%;
}
#newsdateil .more_con .qrcodebox {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 10px;
	margin-bottom: 20px;
}
#newsdateil .more_con .qrcodebox .imgbox {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
#newsdateil .more_con .qrcodebox .imgbox img {
	width: 100%;
	height: auto;
}
#newsdateil .more_con .qrcodebox .info {
	flex: 1;
}
#newsdateil .more_con .qrcodebox .info p {
	margin: 0;
}
#newsdateil .more_con .qrcodebox .info .text {
	font-size: 18px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #000;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#newsdateil .more_con .qrcodebox .info .small {
	font-size: 12px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Light; */
	font-weight: 300;
	color: #999999;
	line-height: 18px;
	letter-spacing: 1px;
}
#newsdateil .more_con .otherlist {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 10px;
}
#newsdateil .more_con .otherlist .titbox {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#newsdateil .more_con .otherlist .titbox img {
	max-width: 200px;
	height: auto;
	position: relative;
}
#newsdateil .more_con .otherlist .titbox span {
	position: absolute;
	left: 6px;
	top: 3px;
	font-size: 12px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #fff;
	line-height: 23px;
	letter-spacing: 1px;
}
#newsdateil .more_con .otherlist .listbox {
	width: 100%;
	padding: 12px 10px;
}
#newsdateil .more_con .otherlist .listbox .group {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}
#newsdateil .more_con .otherlist .listbox .group:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
#newsdateil .more_con .otherlist .listbox .group .imgbox {
	width: 100%;
}
#newsdateil .more_con .otherlist .listbox .group .imgbox .ibox {
	width: 100%;
	height: 120px;
	background-position: 50%;
	background-size: cover;
}
#newsdateil .more_con .otherlist .listbox .group .dates {
	width: 100%;
	text-align: right;
	font-size: 12px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #3f3f3f;
	line-height: 20px;
	letter-spacing: 0px;
}
#newsdateil .more_con .otherlist .listbox .group .text {
	font-size: 14px;
	/* font-family: Microsoft YaHei, Microsoft YaHei-Regular; */
	font-weight: 400;
	color: #3f3f3f;
	line-height: 19px;
	letter-spacing: 0px;
}
/* 新闻资讯详情 结束 */

#pagebox {
	width: 100%;
}


@media screen and (max-width: 766px) {
	.fixedbox.formbox {
		position: relative !important;
		top: 0 !important;
	}
}




/*兼容移动端样式*/
#newslist.m-mobile .listbox {
	padding: 0;
}
#newslist.m-mobile .listbox .group {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#newslist.m-mobile .listbox .group .left {
	width: 100%;
	height: auto;
}
#newslist.m-mobile .listbox .group .left .imgbox {
	width: 3.2rem;
	height: 2.4rem;
}
#newslist.m-mobile .listbox .group .left .info {
	height: 2.4rem;
}
#newslist.m-mobile .listbox .group .left .info .title {
	font-size: .36rem;
	line-height: .48rem;
	height: 1rem;
}
#newslist.m-mobile .listbox .group .left .info .small {
	font-size: .32rem;
	line-height: .42rem;
}
#newslist.m-mobile .listbox .group .right {
	width: 100%;
	flex-direction: row;
	height: auto;
}
#newslist.m-mobile .listbox .group .right .dates {
	left: 0;
	top: 0;
	font-size: .48rem;
	line-height: .8rem;
}
#newslist.m-mobile .listbox .group .right .btns {
    width: 3.2rem;
    height: .8rem;
	line-height: .8rem;
	font-size: .48rem;
}
#newslist.m-mobile .formbox .form .item .inp .left {
	font-size: .36rem;
    line-height: .42rem;
}
#newslist.m-mobile .formbox .form .item .inp .select_list li {
	font-size: .36rem;
    line-height: .42rem;
}
#newslist.m-mobile .formbox .form .item .inp input {
	font-size: .36rem;
}
#newslist.m-mobile .formbox .form .btns {
	height: .8rem;
	line-height: .8rem;
    font-size: .36rem;
}



#newsdateil.m-mobile .contentBox {
	padding: 0;
}
#newsdateil.m-mobile .contentBox .topbox {
    padding: .2rem;
    margin-bottom: .2rem;
}
#newsdateil.m-mobile .contentBox .topbox .nav, 
#newsdateil.m-mobile .contentBox .topbox .nav a {
    font-size: .36rem;
    line-height: .48rem;
}
#newsdateil.m-mobile .contentBox .topbox .title {
	font-size: .48rem;
	line-height: .56rem;
}
#newsdateil.m-mobile .contentBox .topbox .down {
	font-size: .36rem;
    line-height: .48rem;
}
#newsdateil.m-mobile .contentBox .context {
	margin-bottom: .4rem;
}
#newsdateil.m-mobile .contentBox .context p {
	font-size: .373333rem;
	margin-bottom: 0;
}
#newsdateil.m-mobile .more_con {
	padding: 0;
}
#newsdateil.m-mobile .more_con .otherlist .titbox span {
	font-size: .32rem;
	left: .16rem;
    top: .24rem;
}
#newsdateil.m-mobile .more_con .otherlist .listbox .group .imgbox .ibox {
	height: 3.2rem;
}
#newsdateil.m-mobile .more_con .otherlist .listbox .group .dates {
	font-size: .36rem;
}
#newsdateil.m-mobile .more_con .otherlist .listbox .group .text {
	font-size: .4rem;
}






