@charset "utf-8";

.ihead {
	/* height: 100px; */
	width: 100%;
	/* position: fixed; */
	/* left: 0;
	top: 40px; */
	z-index: 99;
}


.ihd1box {
	height: 140px;
}
.ihd1box img{
	width: 100%;
}
.ihd1box,
.ihd2box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.i_navicon {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #ffab1c;
	color: #fff;
	font-size: 20px;
}

.ihead .ihd2 {
	background: #004d9d;
	height: 66px;
}

.ihead .ihd1 {
	display: block;
	background-color: #fff;
}

.ihead_active .ihd2 {
	display: block;
}

.ihead_active .ihd1 {
	display: none;
}

.ihd2rbox {
	margin-left: 5%;
	
}
.ihd2 ul{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.nav li {
	position: relative;
	padding: 0 20px;
	border-right: 1px solid #3371b1;
	box-sizing: border-box;
}

.nav li:nth-child(n+8) {
	border-right: 0;
}

.nav li:nth-child(1) {
	padding: 0 45px;
}
.nav li:last-child{
	float: right;
}
.nava {
	display: block;
	line-height: 66px;
	color: #fff;
	font-size: 21px;
	position: relative;
	z-index: 10;

}

.nav li.active,
.nav li:hover {
	background: #ca1515;
}

.nav li.active .nava,
.nav li:hover .nava {
	color: #fff;
}
.nav li:last-child.active,
.nav li:last-child:hover {
	background: none;
}

/* 分页 */
.page{
	margin: 30px 0 0 0;
}
.page a{
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #828282;
	font-size: 14px;
	margin: 0 5px;
}
.page a:last-child,.page a:first-child{
	width: auto;
	padding: 0 20px;
}
.page a:hover,.page a.active{
	background: #1954A4;
	border: 1px solid #1954A4;
	color: #fff;
}

.textcenter{
	text-align: center;
}


.nav li:last-child::after {
	content: '';
	display: block;
	width: 129%;
	height: 120%;
	background: url(../images/nav-r.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -18px;
	bottom: 0;
	z-index: 1;
}

.nav li:last-child .nava {
	color: #ffea00;
	font-family: "sh_b";
}

.ihd2rbox span {
	display: block;
	line-height: 100px;
	padding: 0 15px;
	color: #666;
	cursor: pointer;
}
.wnavbox{
	/* display: none; */
}

.sec-d1 {
	width: 100%;
	height: 150px;
	margin: 30px 0 35px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.sec-d1 > img {
	width: 100%;
}

.sec-d1 .l {
	font-size: 45px;
	line-height: 150px;
	color: #00408F;
	text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
}

.sec-d1 .r {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 40px;
	background: #ca1515;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 55px;
}

.sec-d2 {
	width: 100%;
	height: 267px;
	background: #edf6ff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 75px;
	box-sizing: border-box;
	margin: 25px auto;
}

.contentj {
	width: 100%;
	margin: auto;
	padding-bottom: 60px;
	background-image: url(../images/backgroundorgdetail.png);
	background-size: contain;
}
.contentj h3 {
	width: 500px;
	margin: auto;
	color: #333;
	font-family: "PingFang SC";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 100% */
	padding-top: 60px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 3px solid #c30000;
}
.contentj .wrap_1200 {
	text-align: center;
}
.contentj span {
	display: block;
	text-indent: 2rem;
    text-align: start;
	color: #666;
	font-family: "PingFang SC";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
	margin-top: 15px;
}

.sec-d3 {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.s3l {
	width: 58%;
}

.s3l .l_img {
	padding-bottom: 66.8%;
}
.s3l .l_img img{
    width: 100%;
}
.s3l p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 19px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 140px 0 30px;
	z-index: 10;
	box-sizing: border-box;
}

.s3l .pagination-i3 {
	width: 130px;
	left: auto;
	right: 0;
	height: 7px;
	bottom: 32px;
}

.s3l .pagination-i3 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #bbbbbb;
	opacity: 1;
}

.s3l .pagination-i3 .swiper-pagination-bullet-active {
	background: #ffea00;
}

.s3r {
	width: 40%;
}

.s3r dt {
	border-bottom: 1px solid #dedede;
	height: 36px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.s3r dt span {
	float: left;
	position: relative;
	width: 150px;
	font-size: 25px;
	line-height: 25px;
	color: #c30000;

}

.s3r dt span::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #c30000;
	position: absolute;
	left: 0;
	bottom: -12px;
}

.s3r dt a {
	float: right;
	float: right;
	font-size: 16px;
	color: #666666;
}

.s3r dd {
	font-size: 19px;
	color: #333333;
	line-height: 38px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.badge-new {
	position: relative;
}
.badge-new::after {
	cursor: pointer;
	content: '';
	position: absolute;
	height: 15px;
	width: 30px;
	background: url('../images/badge-new.png') no-repeat center;
}

.s3r dl:nth-child(2) {
	margin-top: 48px;
}

.s3r dd:hover {
	font-weight: bold;
}

.s3r dl:nth-child(1) dd:hover a {
	font-weight: bold;
	color: #ca1515;
}
 .s3r dl:nth-child(1) dd:nth-child(2){
     font-size: 20px;
 }
 /* .s3r dl:nth-child(1) dd:nth-child(2) a {
	color: #ca1515;
	font-family: "sh_b";
}  */

.s3r dl:nth-child(2) dd:hover a {
	font-family: "sh_b";
	/* color: #004d9d; */
}

.s3r dl:nth-child(2) dt span {
	color: #004d9d;
}

.s3r dl:nth-child(2) dt span::after {
	background: #004d9d;
}
 .s3r dl:nth-child(2) dd:nth-child(2){
     font-size: 20px;
 }
 /* .s3r dl:nth-child(2) dd:nth-child(2) a {
	color: #333;
	font-family: "sh_b";
}  */

.sec-d4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 65px;
}

.s4a:nth-child(1) {
	width: 58%;
	border-right: 1px solid #e8e8e8;
	padding-right: 38px;
	box-sizing: border-box;
}

.s4a:nth-child(2) {
	width: 40%;
}

.s4at {
	color: #CA1515;
	font-size: 26px;
	box-sizing: border-box;
	margin-bottom: 27px;
	border-bottom: 1px solid #dedede;
}

.s4at span {
	padding-bottom: 8px;
	padding-right: 10px;
	border-bottom: 3px solid #CA1515;
	box-sizing: border-box;
	margin-bottom: -1px;
}

.s4at.blue {
	color: #004D9D;
}

.s4at span.blue {
	border-bottom: 3px solid #004D9D;
}

.s4ab ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}

.s4ab li {
	width: 104px;
	height: 104px;
	background: #F1F4F7;
	padding-top: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.s4ab li .d1 {
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s4ab li .d1 img {
	max-width: 100%;
	max-height: 100%;
}

.s4ab li .d2 {
	text-align: center;
	font-size: 18px;
}

.month-newspaper {
	margin-top: 10px;
	margin-bottom: 40px;
	height: 110px;
	width: 100%;
	/* background: url(../images/month-newspaper.png) no-repeat center;
	background-size: cover; */
}

.month-newspaper img {
	width: 100%;
}

.month-newspaper .titleh2 {
	color: #00408F;
	text-align: center;
	height: 110px;
	line-height: 110px;
	text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
}

.s4ab2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.s4ab2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #daecfb;
	border-radius: 5px;
	width: calc(50% - 10px);
}

.s4ab2 a .img {
	height: 95px;
	margin-right: 10px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s4ab2 a .text {
	float: right;
	height: 95px;
	font-size: 20px;
	line-height: 27px;
	color: #333;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s4ab .top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s4ab .top .statictis-item {
	width: calc(100% / 3 - 6px);
	background: #F1F4F7;
	padding: 20px;
	box-sizing: border-box;
}

.s4ab .bottom {
	cursor: pointer;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s4ab .bottom input {
	width: 66%;
	height: 52px;
	border: 1px solid #ccc;
	padding: 12px;
}
.s4ab .bottom .btn {
	cursor: pointer;
	width: 30%;
	min-width: 110px;
	height: 52px;
	background: #00408F;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}

.s4ab .top .title {
	color: #00408F;
	font-size: 18px;
}
.s4ab .top .num {
	color: #999;
	font-size: 12px;
}
.s4ab .top .num b {
	color: #00408F;
	font-size: 30px;
}
.s4ab .top .num span {
	font-size: 18px;
	color: #333;
}

.sec-d5 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

.s5a {
	width: 45%;
}

.s5at {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}

.s5at span {
	color: #CA1515;
	font-size: 26px;
	box-sizing: border-box;
	padding-bottom: 8px;
	padding-right: 10px;
	margin-bottom: -1px;
	border-bottom: 3px solid #CA1515;;
}
.red-flag-left,
.red-flag {
	position: relative !important;
}


.red-flag::after {
	content: '';
	width: 24px;
	height: 20px;
	position: absolute;
	right: -24px;
	top: 10px;
	background: url(../../images/red-flag.png) no-repeat center;
}

.red-flag-left {
	padding-left: 48px;
}
.red-flag-left::before {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../images/index-arrow.png) no-repeat center;
	background-size: cover;
}

.red-flag-left.cooperation::before {
	background: url(../../images/cooperation.png) no-repeat center;
}

.head-container {
	height: 36px;
	line-height: 36px;
}

.body-container {
	padding: 6px 0;
}

.body-container span:nth-child(2) {
	text-align: left;
}


.head-container, .body-container {
	display: flex;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.body-container span:nth-child(1),
.head-container span:nth-child(1) {
	width: 15%;
}
.body-container span:nth-child(2),
.head-container span:nth-child(2) {
	width: 40%;
}
.body-container span:nth-child(3),
.head-container span:nth-child(3) {
	width: 15%;
}
.body-container span:nth-child(4),
.head-container span:nth-child(4) {
	width: 15%;
}
.body-container span:nth-child(5),
.head-container span:nth-child(5) {
	width: 15%;
}

.body-container span:nth-child(5) {
	color:#00408F;
	cursor: pointer;
}

.s5a.mining {
	width: 66%;
}

.s5a.index-arrow {
	width: 30%;
}

.s5at a {
	float: right;
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}

.s5ab a {
	display: block;
	font-size: 18px;
	line-height: 37px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.s5ab a:hover {
	font-family: "sh_b";
	font-weight: bold;
}

.sec-d6 {
	width: 100%;
	height: 150px;
	/* background: url(../images/s6.jpg) center no-repeat; */
	/* background-size: auto 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.sec-d6 a {
	width: 100%;
	color: #00408F;
	text-shadow: 4px 4px 4px rgba(255, 255, 255, 1);
}

.sec-d6 a > img {
	width: 100%;
}

.sec-d7 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 75px;
	text-align: center;
	font-size: 30px;
	line-height: 150px;
}

.s7a {
	color: #fff;
	width: 49.2%;
	height: 150px;
	background: url(../images/s7-1.png) center no-repeat;
	background-size: cover;
}

.s7a:nth-child(2) {
	background: url(../images/s7-2.png) center no-repeat;
	background-size: cover;
}

.sec-d8 {
	margin-bottom: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.s8a {
	width: calc(100% / 3 - 5px);
	/* background: #004d9d; */
	border-radius: 5px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.s8a .text {
	font-size: 21px;
}

.s8a .text > img {
	width: 100%;
}

.sec-d9 {
	margin-bottom: 35px;
}

.s9ab .l_img {
	padding-bottom: 75%;
	margin-bottom: 5px;
}

.s9ab p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 18px;
}

.s9ab .swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.sec-d10 {
	margin-bottom: 60px;
}

.s10b {
	overflow: hidden;
}

.s10b a {
	float: left;
	width: 24%;
	background: #ededed;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: calc(4% / 3);
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 0 10px;
	box-sizing: border-box;
}

.s10b a:nth-child(4n) {
	margin-right: 0;
}

.footer {
	background: #004d9d;
	padding-top: 40px;
}

.fd1 {
	height: 20px;
	line-height: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 65px;
}

.fd1 a {
	display: block;
	font-size: 21px;
	color: #fff;

}

.fd1 a:nth-child(15) {
	color: #fff000;
	font-family: 'sh_b';
}

.fd1 span {
	display: block;
	width: 1px;
	height: 20px;

	background: #fff;
}

.fd1 span:last-child {
	display: none;
}

.fd2d1{
	padding-top: 28px;
	max-width: 31%;
}

.fd2d1 img{
	max-width: 90%;
}
.fd2d2{
	padding-top: 30px;
}
.fd2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-bottom: 35px;
}

.fd2d3 {
	width: 20.6%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.fd2d3 .ma{
	max-width: 46%;
}
.fd2d3 .ma img{
	max-width: 100%;
}
.fd3{
	background: #025fcd;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.fd3 a{
	color: #fff;
}
.s9ab p {
    font-size: 14px;
}

 
@media only screen and (max-width:1220px) {
	.ihd1box {
		height: 120px;
	}
	.ihead .ihd2 {
		height: 45px;
	}
	.nav li {
		padding: 0 20px; 
	}
	.nava {
		line-height: 45px;
		font-size: 18px;
	}
	.sec-d1 .l {
		font-size: 36px;
		line-height: 150px;
	}
	.nav li:last-child {
		float: right;
		padding: 0 0px;
		text-align: center;
	}
	.nav li:last-child::after {
		right: -5px;
	}
	.s3r dt {
		height: 30px;
		margin-bottom: 10px;
	}
	.s3r dt span {
		width: 120px;
		font-size: 20px;
		line-height: 20px;
	}
	.s3r dt a {
		font-size: 14px;
	}
	.s3r dd {
		font-size: 16px;
		line-height: 32px;
	}
   .s3r dl:nth-child(1) dd:nth-child(2){
		font-size: 17px; 
	}
	  .s3r dl:nth-child(2) dd:nth-child(2){
		font-size: 17px; 
	}
	.s4ab2 a .text {
		font-size: 18px;
	}
	.s4ab .top {
		flex-wrap: wrap;
	}
	.s4ab .top .statictis-item {
		margin-bottom: 10px;
		width: calc(100% / 2 - 6px)
	}

	.s4ab .bottom .btn {
		min-width: 70px;
		height: 52px;
		font-size: 14px;
	}


	.s5at {
		margin-bottom: 10px;
	}
	.s5at span {
		font-size: 22px;
	}

	.s5a.mining {
		width: 100%;
	}
	
	.s5a.index-arrow {
		width: 100%;
	}

	.red-flag::after {
		top: 0px;
	}

	.red-flag-left {
		padding-left: 30px;
	}

	.red-flag-left::before {
		width: 20px;
		height: 20px;
		bottom: 10px;
	}

	.footer {
		padding-top: 20px;
	}
	.fd1 {
		height: 16px;
		line-height: 16px;
		margin-bottom: 30px;
	}
	.fd1 a {
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.fd3 {
		font-size: 12px;
	}

	.s8a .text {
		font-size: 16px;
	}

	.s8a .img {
		margin-right: 6px;
		/* height: 20px; */
	}
	.s5ab a {
		font-size: 16px;
		line-height: 30px;
	}
	.s5at {
		/* height: 30px; */
		margin-bottom: 10px;
	}
	.s5at a {
		font-size: 14px;
		margin-top: 0px;
	}
	.s5at span {
		/* height: 18px; */
		line-height: 18px;
		font-size: 18px;
	}
	.sec-d1 {
		height: 120px;
		padding: 0 20px;
	}
	.sec-d1 .l {
		font-size: 30px;
		line-height: 120px;
	}
	.sec-d1 .r {
		width: 150px;
		height: 40px;
		border-radius: 40px;
		margin-top: 40px;
	}
}
@media only screen and (max-width:1120px) {
	.nava {
		font-size: 16px;
	}
}
@media only screen and (max-width:1020px) {
	.ihd2{
		display: none;
	}
	.s3r dl:nth-child(2) {
		margin-top: 20px;
	}
}

@media only screen and (max-width:950px) {
	.s4ab2 a .img {
		/* width: 46%; */
		height: 95px;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.s4ab2 a .text {
		/* width: 54%; */
		float: right;
		height: 95px;
		font-size: 24px;
		line-height: 27px;
		color: #000000;
		font-family: 'sh_b';
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width:768px) {
	.sec-d1 {
		height: 48px;
		padding: 0 10px;
		display: block;
	}
	.sec-d1 .l {
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		padding-top: 25px;
	}
	.sec-d1 .r {
		width: 100px;
		height: 24px;
		border-radius: 24px;
		margin: 15px auto 0;
		font-size: 12px;
	}
	.sec-d2 {
		height: auto;
		padding: 15px 10px;
	}
	.sec-d2 .d1 {
		font-size: 16px;
		text-align: center;
	}
	.sec-d2 .d2 {
		display: block;
		margin-top: 10px;
	}
	.sec-d2 .d2 a {
		width: 100%;
		display: block;
		font-size: 12px;
		line-height: 20px;
	}
	.sec-d3 {
		display: block;
	}
	.s3l {
		width: 100%;
		margin-bottom: 30px;
	}
	.s3r {
		width: 100%;
	}
	.s3l p {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		padding: 0px 100px 0 10px;
	}
	.s3l .pagination-i3 {
		width: 90px;
		left: auto;
		right: 0;
		height: 7px;
		bottom: 24px;
	}
	.s3r dt span {
		width: 100px;
		font-size: 16px;
		line-height: 16px;
	}
	.s3r dt span::after {
		width: 100%;
		height: 2px;
		bottom: -12px;
	}
	.s3r dt {
		height: 28px;
		margin-bottom: 5px;
	}
	.s3r dd {
		font-size: 14px;
		line-height: 26px;
	}
	.s3r dl:nth-child(1) dd:nth-child(2){
	    font-size: 15px;
	}
	.s3r dl:nth-child(2) dd:nth-child(2){
	    font-size: 15px;
	}
	.sec-d4 {
		display: block;
		margin-bottom: 45px;
	}
	.s4a:nth-child(1) {
		width: 100%;
		border-right: 0;
		padding-right: 0px;
		margin-bottom: 25px;
	}
	.s4a:nth-child(2) {
		width: 100%;
	}
	.s4at {
		height: 30px;
		line-height: 20px;
		font-size: 18px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.s4ab ul li{
		width: 20%;
	}

	.s4ab li .d1 {
		width: 36px;
		height: 36px;
		margin: 0 auto 10px;
	}
	.s4ab li .d2 {
		text-align: center;
		font-size: 12px;
	}
	.s4ab2 a .img {
		/* width: 40%; */
		height: 60px;
	}
	.s4ab2 a .img img{
		max-width: 60%;
		max-height: 60%;
	}
	.s4ab2 a .text {
		/* width: 55%; */
		float: right;
		height: 60px;
		font-size: 16px;
		line-height: 20px;
	}

	.sec-d5 {
		display: block;
		margin-bottom: 20px;
	}
	.s5a {
		width: 100%;
		margin-bottom: 30px;
	}
	.s5ab a {
		font-size: 14px;
		line-height: 26px;
	}
	.sec-d6 {
		width: 100%;
		height: 48px;
		margin-bottom: 30px;
	}
	.sec-d6 a{
		font-size: 16px;
	}
	.sec-d7 {
		display: block;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 75px;
	}
	.s7a {
		display: block;
		width: 100%;
		height: 80px;
		margin-bottom: 20px;
	}
	.sec-d8 {
		margin-bottom: 40px;
		display: block;
	}
	.s8a {
		display: block;
		width: 100%;
		border-radius: 5px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 60px;
		padding-left: 25px;
		box-sizing: border-box;
	}
	/* .s8a .img {
		margin-right: 8px;
		float: left;
		margin-top: 10px;
	}
	.s8a .img img{
		height: 30px;
	} */

	.s10b a {
		width: 48%;
		height: 34px;
		line-height: 34px;
		margin-bottom: 12px;
		padding: 0 5px;
		font-size: 14px;
	}
	.s10b a:nth-child(2n){
		float: right;
	}
	.sec-d10 {
		margin-bottom: 30px;
	}
	.fd1{
		display: block;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.fd1 a{
		float: left;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	.fd1 span{
		height: 14px;
		float: left;
		margin: 0 10px;
		margin-bottom: 15px;
	}
	.fd2d1 {
		padding-top: 10px;
		max-width: 100%;
	}
	.fd2d1 img{
		margin: 0 auto;
		display: block;
	}
	.fd2d2 {
		padding-top: 20px;
	}
	.fd2d3 {
		width: 60%;
		margin: 15px auto 0;
	}
	.fd3 {
		background: #025fcd;
		height: auto;
		line-height: 20px;
		font-size: 12px;
		padding: 5px 0;
	}

	.page {
		margin-top: 8px;
	}

	.page a{
		display: inline-block;
		width: 28px;
		height: 28px;
		text-align: center;
		line-height: 26px;
		border: 1px solid #828282;
		font-size: 12px;
		margin: 0 2px;
	}

}
