body {
	background: #f5f7f9
}

.newslist-box {
	padding: 0 0 40px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.newslist-box .moudle-title {
	padding: 40px 0 30px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 2px solid #eee
}

.newslist-box .moudle-title span {
	color: #e17a27
}

.newslist-box ul {
	padding: 0 30px;
	overflow: hidden
}

.newslist-box ul li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #eff0f1;
	z-index: 1
}

.newslist-box ul li:hover {
	border-color: #f5f5f5
}

.newslist-box ul li:hover::before {
	position: absolute;
	display: block;
	content: '';
	width: 200%;
	height: 100%;
	padding: 0 30px;
	top: 0;
	left: -30px;
	background-color: #f5f5f5;
	z-index: -1
}

.newslist-box ul li .newslist-img {
	margin-right: 2%;
	width: 24%;
	max-width: 210px
}

.newslist-box ul li p {
	font-size: 14px
}

.newslist-box ul li .newslist-description {
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #999;
	margin-bottom: 15px
}

.newslist-box ul li .newslist-title {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.newslist-box ul li .newslist-title:hover {
	color: #e17a27
}

.newslist-box ul li .newslist-time {
	color: #c9ccd0
}

@media only screen and (max-width:1024px) {
	.newslist-box ul li .newslist-img {
		width: 30%
	}

	.newslist-box {
		padding-bottom: 5%;
		margin-bottom: 5%
	}

	.newslist-box .moudle-title {
		padding: 4% 0
	}
}

@media only screen and (max-width:767px) {
	.newslist-box .moudle-title {
		font-size: 22px
	}

	.newslist-box ul {
		padding: 0 10px
	}

	.newslist-box ul li:hover::before {
		padding: 0 10px
	}

	.newslist-box ul li .newslist-description,.newslist-box ul li .newslist-title {
		margin-bottom: 2%
	}

	.newslist-box ul li .newslist-title {
		font-size: 16px
	}

	.newslist-box ul li p {
		font-size: 12px
	}
}

@media only screen and (max-width:680px) {
	.newslist-wrapper {
		width: 100%
	}

	.newslist-box ul li {
		padding: 2% 0
	}
}

@media only screen and (max-width:500px) {
	.newslist-box ul li .newslist-title {
		font-size: 14px;
		line-height: 20px
	}

	.newslist-box ul li .newslist-description {
		height: 32px;
		line-height: 16px;
		margin-bottom: 0
	}
}

.main-inside-form .form-main textarea.form-control {
	width: 90%;
	height: 64px
}

.jump-btn {
	padding: 6px 0;
	margin: 0 30px;
	text-align: center;
	background-color: #fdf4f3;
	border: 1px solid #2269a5
}

.jump-btn a {
	color: #2269a5
}

.jump-btn a b {
	font-size: 24px
}

.share-box {
	width: 250px;
	margin: 0 auto
}

.news-flex-box .share-box {
	width: auto
}

.bdshare-button-style0-24 a {
	border-radius: 3px;
	overflow: hidden
}

.bdshare-button-style0-24 .bds_title {
	font-size: 16px;
	background: 0 0
}

.bdshare-button-style0-24 .bds_sqq {
	background: url(../images/news/bds-qq.png) no-repeat center!important
}

.bdshare-button-style0-24 .bds_qzone {
	background: url(../images/news/bds-qzone.png) no-repeat center!important
}

.bdshare-button-style0-24 .bds_tsina {
	background: url(../images/news/bds-sina.png) no-repeat center!important
}

.bdshare-button-style0-24 .bds_weixin {
	background: url(../images/news/bds-weixin.png) no-repeat center!important
}

.bdshare-button-style0-24 .bds_more {
	background: url(../images/news/bds-more.png) no-repeat center!important
}

.news-main {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.news-tit {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	top: -20px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.photolist .moudle-title {
	padding: 40px 0 30px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #0e2644;
	border-bottom: 2px solid #eee
}

.photolist .moudle-title span {
	color: #2269a5
}

.news-tit.on-top {
	position: fixed;
	width: 100%;
	height: 60px;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 99;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news-tit h1,.news-tit h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 15px
}

.news-tit.on-top h1 {
	float: left;
	width: 40%;
	margin-right: 2%;
	font-size: 18px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 2% 0 0
}

.news-tit.on-top .info {
	float: left;
	width: 38%;
	margin: 0 auto;
	line-height: 60px
}

.news-tit.on-top .share-box {
	float: right;
	width: 20%;
	margin: 0 auto
}

.news-tit.on-top h1 .original-icon,.news-tit.on-top h2 .original-icon {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px
}

.news-tit.on-top .share-box {
	margin-top: 10px
}

.news-tit h1 span,.news-tit h2 span {
	position: relative;
	font-weight: 900
}

.news-tit h1 .original-icon,.news-tit h2 .original-icon {
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	background: url(../images/news/original-icon.png) no-repeat center;
	background-size: contain;
	right: 20px;
	top: 5px
}

.news-tit.double-border {
	border-color: #0d5088;
	margin: 0 60px 20px
}

.news-tit-box {
	padding-bottom: 20px
}

.news-tit-box h1 span {
	color: #e17a27
}

.double-border h1,.double-border h2 {
	font-size: 40px;
	text-align: center;
	color: #0d5088
}

.news-tit.double-border .news-tit-box {
	margin-bottom: 2px;
	border-bottom: 2px solid #0d5088;
	padding-bottom: 0
}

.news-tit.double-border .info label {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-right: 5%
}

.news-tit.double-border .info span {
	color: #666
}
.news-tit.double-border .info span em{
	color: #e17a27;
	font-weight: bold
}

.info {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px
}

.info span {
	margin-right: 10px
}

.news-cnt p {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 10px
}

.news-cnt table,.news-cnt td {
	border: 1px #999 solid;
	table-layout: auto
}

.news-cnt table h3 {
	border: 0;
	padding-left: 0;
	margin-bottom: 0
}

.news-cnt table p {
	margin-bottom: 0
}

.news-cnt td {
	font-size: 14px
}

.news-flex-box .news-cnt {
	margin-bottom: 20px
}

.news-flex-box,.news-recommend {
	padding: 0 60px
}

.news-flex-box .praise {
	margin-top: 30px
}

.news-flex-box .praise .end-title {
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/news/praise-bg.jpg) repeat-x center center
}

.news-flex-box .end-title span {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	padding: 0 15px
}

.rules-flow-box {
	background-color: #f4f5f7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	margin-top: 30px
}

.rules-flow-box .rules-flow-title {
	float: left;
	width: 50px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	padding: 12px 17px;
	background: url(../images/news/rules-flow-title-bg.jpg) no-repeat center center;
	background-size: cover
}

.rules-flow-main {
	margin-left: 70px;
	font-weight: 700;
	color: #0b254a;
	font-size: 16px;
	padding-top: 12px
}

.rules-flow-main>div {
	height: 36px;
	line-height: 36px
}

.rules-flow-main b {
	max-width: 100px;
	text-align: right;
	padding: 0
}

.rules-flow-main span {
	display: inline-block;
	position: relative;
	padding-right: 60px
}

.rules-flow-main span:last-child {
	padding: 0
}

.rules-flow-main span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 14px;
	width: 42px;
	height: 36px;
	background: url(../images/news/flow-r.png) no-repeat center center
}

.rules-flow-main span:last-child::after {
	display: none
}

.flow-icon {
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #fff;
	padding: 0 9px;
	background: url(../images/news/flow-icon.png) no-repeat center center
}

.news-flex-box .news-cnt {
	margin-bottom: 20px
}

.news-flex-box,.news-recommend {
	padding: 0 60px
}

.news-flex-box .praise {
	margin-top: 30px
}

.news-flex-box .praise .end-title {
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/news/praise-bg.jpg) repeat-x center center
}

.news-flex-box .end-title span {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	padding: 0 15px
}

.news-flex-box .state {
	margin-bottom: 20px
}

.news-flex-box .state p {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0
}

.main-inside-form .rules-form {
	border: 1px solid #e3e5e7;
	background-color: #fff!important;
	margin-left: 0;
	margin-right: 0
}

.follow-wxbox {
	margin-bottom: 20px
}

.follow-title {
	border-top: 1px dashed #eaeaea;
	padding-top: 30px;
	font-size: 26px;
	color: #0e2644;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px
}

.follow-wx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.follow-wx dl {
	text-align: center;
	float: left;
	width: 30%;
	margin-left: 20%;
	padding: 0 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	border: 1px solid #eaeaea
}

.follow-wx dl:nth-child(2) {
	margin-left: 5%;
	margin-right: 15%
}

.follow-wx dl dt {
	float: left;
	margin-right: 10px;
	padding: 10px 0
}

.follow-wx dl dd {
	float: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	margin-left: 40px;
	line-height: 38px
}

.follow-wx dl dd p {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0
}

.follow-wx dl dd span {
	font-size: 16px;
	color: #182d75;
	line-height: 1
}

.news-recommend {
	margin-bottom: 20px
}

.news-recommend li {
	float: left;
	width: 48%;
	margin: 0 1%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}

.news-recommend li b {
	font-weight: 400
}

.news-recommend li:last-child {
	text-align: right
}

.news-recommend li a {
	color: #333
}

.news-recommend li:hover,.news-recommend li:hover a {
	color: #e17a27
}

.recommend-main,.recommend-rules-main {
	padding: 20px 0 0;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-bottom: 30px
}

.recommend-main .moudle-title,.recommend-rules-main .moudle-title {
	padding: 30px 0;
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
	color: #0e2644;
	border-bottom: 2px solid #eee
}

.recommend-main ul {
	padding: 0;
	margin: 0 auto
}

.recommend-main ul li {
	float: left;
	width: 46%;
	margin: 0 2% 1%;
	padding: 0 0 1%;
	border-bottom: 0
}

.recommend-main ul li:hover::before {
	display: none
}

.recommend-main ul li .newslist-img {
	margin-right: 2%;
	width: 24%;
	max-width: 110px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	overflow: hidden
}

.recommend-main ul li p {
	font-size: 14px
}

.recommend-main ul li .newslist-description {
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #999;
	margin-bottom: 0!important
}

.recommend-main ul li .newslist-title {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	height: 20px;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.recommend-main ul li .newslist-title:hover,.recommend-main ul li a:hover {
	color: #2269a5
}

.main-title {
	padding-left: 20px;
	border-left: 3px solid #0d5088;
	margin-bottom: 20px
}

.main-title span {
	font-size: 24px;
	line-height: 24px
}

.recommend-main dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 47%;
	margin: 0 3% 20px 0
}

.recommend-main dl dt {
	float: left;
	width: 72px!important;
	color: #bbb;
	font-weight: 400;
	padding-right: 20px;
	border-right: 1px solid #ddd;
	margin-right: 20px;
	text-align: center
}

.recommend-main dl dt .t-day {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0
}

.recommend-main dl dt .t-time {
	font-size: 16px;
	margin: 0 auto
}

.recommend-main dl dd {
	width: 80%;
	width: calc(100% - 92px);
	float: left
}

.recommend-main dl dd a {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 900;
	color: #333;
	margin-bottom: 8px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.recommend-main dl dd a:hover {
	color: #e17a27
}

.recommend-main dl dd p {
	font-size: 14px;
	color: #999;
	margin: 0 auto;
	height: 44px;
	line-height: 22px;
	overflow: hidden
}

.recommend-main dl.rules-list-cnt {
	padding: 0;
	margin: 0 25px 20px;
	width: 45%
}

.recommend-main dl dt.rules-logo {
	width: 219px!important;
	padding: 0;
	border: none
}

.recommend-main dl dd.rules-cnt {
	width: 60%;
	padding: 0;
	margin: 0 auto;
	border: none
}

.recommend-main dl dd.rules-cnt .rules-type-list {
	display: block;
	width: 55%
}

.recommend-main dl dd.rules-cnt .rules-type-list:first-child+.rules-type-list+.rules-type-list {
	width: 100%
}

.recommend-main dl dd.rules-cnt .rules-type-list:first-child+.rules-type-list {
	max-width: 105px
}

.recommend-main dl dd.rules-cnt .rules-price {
	width: 69%;
	margin: 0 auto
}

.recommend-main dl .detail-btn {
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #fff!important;
	background-color: #6973a7;
	margin: 4px 0 0;
	padding: 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.recommend-main dl .rules-price span,.recommend-main dl .rules-price span b {
	color: #e58730
}

.recommend-main dl .rules-price span b {
	font-weight: 700
}

.recommend-rules-main{
	padding-top: 30px
}
.recommend-rules-main .main-title{
	padding-left: 30px
}
.recommend-rules-main .ruleslist{
	padding: 0 20px;
}
.recommend-rules-main .ruleslist dl {
	border: 1px solid #ebebeb;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	padding-left: 20px;
	padding-bottom: 15px
	/* padding-bottom: 20px */

}
.recommend-rules-main .ruleslist .address-icon {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666
}

.recommend-rules-main .ruleslist .address-icon {
	padding: 0 7px;
	background: url(../images/icon.png) no-repeat -96px -46px;
	margin-right: 5px
}

.recommend-rules-main .ruleslist .rules-logo .poject-name {
	font-size: 16px;
	color: #fff
}

.recommend-rules-main .ruleslist .rules-logo {
	background-size: cover!important
}

.recommend-rules-main .ruleslist .rules-logo1 {
	background: #7c8dbf url(../images/poject-bg.png) no-repeat center center
}

.recommend-rules-main .ruleslist .rules-logo2 {
	background: #6ea4c8 url(../images/poject-bg.png) no-repeat center center
}

.recommend-rules-main .ruleslist .rules-logo3 {
	background: #b4859b url(../images/poject-bg.png) no-repeat center center
}

.recommend-rules-main .ruleslist .rules-logo4 {
	background: #79aca1 url(../images/poject-bg.png) no-repeat center center
}

.recommend-rules-main .ruleslist .rules-logo5 {
	background: #5f90c5 url(../images/poject-bg.png) no-repeat center center
}

.recommend-rules-main .ruleslist .zs-icon {
	float: left;
	height: 24px;
	padding: 0 16px;
	background: url(../images/zs-img.png) no-repeat center center;
	margin-right: 6px
}

.recommend-rules-main .ruleslist .poject-name {
	font-size: 20px;
	font-weight: 700
}

.ruleslist-item {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	padding: 10px 20px 10px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden
}

.recommend-rules-main .ruleslist-item .rules-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	justify-content: space-between
}

.recommend-rules-main .ruleslist .rules-logo,.recommend-rules-main .ruleslist .rules-type {
	float: left
}

.recommend-rules-main .ruleslist .rules-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 70px;
	margin-right: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden
}

.recommend-rules-main .ruleslist .rules-type {
	width: 70%;
	width: calc(100% - 100px)
}

.recommend-rules-main .rules-tit {
	width: 100%;
	margin-bottom: 6px
	/* margin-bottom: 10px */
}

.recommend-rules-main .ruleslist .rules-tit h2 {
	float: left;
	width: 89%;
	width: calc(100% - 55px);
	margin-right: 5px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.recommend-rules-main .ruleslist .rules-tit a {
	color: #333
}

.recommend-rules-main .ruleslist .rules-tit a:hover {
	color: #e17a27
}

.recommend-rules-main .ruleslist .rules-tit p {
	float: right;
	width: 50px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
}

.recommend-rules-main .ruleslist .rules-type-list {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	color: #666
}

.recommend-rules-main .ruleslist .rules-type-list-all {
	width: 100%!important
}

.recommend-rules-main .ruleslist .rules-type-list b {
	font-weight: 400;
	color: #333
}

.recommend-rules-main .ruleslist .rules-type-list span em {
	font-size: 16px;
	font-weight: 700;
	color: #e57575
}

.recommend-rules-main .ruleslist .detail-btn {
	float: right;
	font-size: 12px;
	width: 88px;
	text-align: center;
	line-height: 26px;
	padding: 0 15px;
	color: #fff;
	background: #2269a5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.recommend-rules-main .ruleslist .detail-btn:hover {
	background: #e17a27
}

.main-inside-form .form-box {
	margin-left: 0;
	margin-right: 0;
	background-color: #f2f2f2
}

.main-inside-form .form-box .moudle-title {
	color: #333;
	line-height: 1.2
}

.main-inside-form .form-box h2 span,.main-inside-form .form-box .moudle-title span {
	color: #e17a27
}

.main-inside-form .form-main .submit-group input {
	font-size: 16px;
	line-height: 30px;
	background: #2269a5;
	border-color: #2269a5
}

.page {
	width: 100%;
	text-align: center;
	padding: 40px 0 0
}

.page>ul>li {
	float: left
}

.page .pagezong:hover {
	background-color: #fff;
	color: #000
}

.page>a,.page>b {
	width: 10%;
	background-color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	padding: 6px 20px;
	margin-right: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.page>a:hover,.page>b,.page>ul>li>.active {
	background-color: #2269a5;
	border: 1px solid #2269a5;
	color: #fff
}

.fst-page a,.last-page a {
	padding-left: 5px;
	padding-right: 5px
}

.main-inside-form .form-group.submit-group{
    /* float: left;
    width: 100%; */
    margin-top: 15px;
    margin-bottom: 0 !important
}

@media only screen and (max-width:1200px) {
	.container {
		width: 98%
	}

	.news-tit.double-border {
		margin: 0 5% 20px
	}

	.news-flex-box {
		padding: 0 5%
	}

	.follow-wx dl {
		width: 48%;
		margin-left: 2%
	}

	.follow-wx dl:nth-child(2) {
		margin-left: 5%;
		margin-right: 2%
	}

	.main-inside-form .form-main textarea.form-control {
		width: 83%
	}

	.recommend-main dl {
		width: 48%;
		margin: 0 1% 20px;
		margin-bottom: 20px;
		padding: 0
	}

	.recommend-main dl .detail-btn {
		padding: 0 4%
	}

	.rules-flow-box .rules-flow-title {
		float: none;
		width: auto
	}

	.rules-flow-main {
		margin: 0 5%;
		padding: 17px 0
	}

	.recommend-rules-main .ruleslist .rules-type-list:first-child+.rules-type-list+.rules-type-list {
		width: 100%!important
	}
}

@media only screen and (max-width:1024px) {
	.recommend-main dl,.recommend-main dl.rules-list-cnt {
		width: 98%
	}

	.recommend-main dl.rules-list-cnt {
		margin: 0 1% 3%
	}

	.recommend-main dl dd.rules-cnt {
		width: calc(100% - 239px)
	}

	.recommend-main ul li {
		width: 98%;
		margin: 0 1% 1%
	}

	.recommend-main ul li .newslist-img {
		width: 30%
	}

	.recommend-main .moudle-title {
		padding: 4% 0
	}

	.news-recommend {
		padding: 0
	}

	.recommend-rules-main .ruleslist .rules-tit a {
		width: 80%
	}

	.recommend-rules-main .ruleslist .ruleslist-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.recommend-rules-main .ruleslist dd {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.page {
		padding-top: 5%
	}

	.page [title],.page>.pagezong {
		display: none
	}

	.page a,.page>b {
		max-width: 120px;
		width: 22%;
		margin-right: 1%;
		padding: 0;
		display: inline-block
	}

	.page a,.page>b {
		display: none
	}

	.page a.fst-page,.page a.last-page,.page a.next,.page a.pre {
		display: inline-block
	}
}

@media only screen and (max-width:767px) {
	.info,.news-tit.double-border .info label {
		font-size: 14px
	}

	.follow-wx dl {
		width: 70%;
		min-width: 290px;
		margin: 0 15% 15px!important
	}

	.follow-wx {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap
	}

	.follow-wx dl dd {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}

	.news-cnt p {
	margin-bottom: 2%;
	}

	.news-main {
		padding-top: 2%
	}

	.news-recommend {
		margin-bottom: 0
	}

	.double-border h1,.double-border h2 {
		margin-bottom: 2%;
		padding-top: 2%
	}

	.news-main,.recommend-main {
		margin-bottom: 3%
	}

	.news-tit h1,.news-tit h2,.news-tit-box .moudle-title,.recommend-main .moudle-title {
		font-size: 22px;
		line-height: 30px
	}

	.recommend-main ul {
		padding: 0 10px
	}

	.recommend-main ul li .newslist-title {
		margin-bottom: 2%
	}

	.recommend-main dl dd a,.recommend-main ul li .newslist-title {
		font-size: 16px
	}

	.recommend-main ul li p {
		font-size: 12px
	}

	.recommend-main dl {
		margin-bottom: 3%;
		padding: 0
	}

	.recommend-main dl dt .t-day {
		font-size: 30px;
		line-height: 30px
	}

	.news-recommend li {
		width: 98%
	}

	.news-recommend li:last-child {
		text-align: left
	}

	.recommend-main dl dd.rules-cnt .rules-type-list {
		width: 100%
	}

	.recommend-main dl .detail-btn {
		display: none
	}

	.rules-flow-main {
		font-size: 14px;
		line-height: 30px
	}

	/* .form-group>label,.input-group-span {
		padding-right: 10px!important
	} */

	.main-inside-form .form-box {
		margin-bottom: 3%
	}

	.recommend-rules-main .ruleslist .ruleslist-item {
		width: 98%;
		padding: 10px;
		border: 1px solid #ebebeb
	}

	.recommend-rules-main .ruleslist .rules-logo {
		display: none
	}

	.recommend-rules-main .ruleslist .rules-type {
		width: 100%
	}

	.recommend-rules-main .ruleslist .rules-tit a {
		width: 100%;
		font-size: 18px
	}

	.recommend-rules-main .ruleslist .rules-tit h2 {
		max-width: none
	}
}

@media only screen and (max-width:680px) {
	.follow-wx dl dd {
		margin-left: 2%
	}

	.news-tit.double-border {
		margin: 0 0 2%
	}

	.news-main {
		padding-top: 5%
	}

	.news-tit-box {
		padding-bottom: 2%
	}

	.recommend-main {
		margin-bottom: 3%
	}

	.recommend-main ul li .newslist-img {
		display: block;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%
	}

	.recommend-main ul li .newslist-title {
		height: auto;
		max-height: 56px;
		white-space: normal;
		line-height: 28px
	}

	.recommend-main ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.recommend-main ul li .newslist-description {
		display: none
	}

	.newslist-wrapper {
		width: 100%
	}

	.recommend-main ul li {
		padding: 2% 0
	}

	.recommend-main dl dt {
		margin-right: 2%;
		padding-right: 2%
	}

	.recommend-main dl dd {
		width: calc(96% - 72px)
	}

	.recommend-main dl dt.rules-logo {
		width: 40%!important;
		max-width: 219px;
		margin-right: 2%
	}

	.recommend-main dl dd.rules-cnt {
		width: 58%
	}
}

@media only screen and (max-width:600px) {
	.news-tit.double-border .info label,.news-tit.double-border .info label+label+label {
		float: left;
		width: 60%;
		text-align: left;
        padding-left: 2%;
        margin-right:0;
	}

	.news-tit.double-border .info label+label,.news-tit.double-border .info label+label+label+label {
		width: 35%;
		text-align: left;
        padding-left: 2%;
        margin-right:0;
	}
}