@charset "utf-8";

.inList li {
	padding: .1rem .5rem .1rem .15rem;
	position: relative;
}

.inList li a {}

.inList li span {
	position: absolute;
	top: .12rem;
	right: 0;
	color: #888;
}

.inList li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666;
	left: 0;
	top: .18rem;
	border-radius: 50%;
	margin-top: 0
}

.inList li:hover:before {
	background: #355e92;
}

.tabNav {
	position: relative;
	margin-bottom: .1rem;
}

.mores {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 5
}

.mores a {
	display: none;
	position: relative;
	font-size: .15rem;
	color: #888
}

.mores a:hover {
	color: #e14840;
}

.intit h4 {
	font-weight: normal;
	font-size: .24rem;
	position: relative;
}

.intit h4 i {
	display: block;
	font-size: 0.14rem;
	color: #cecdcd;
	position: relative;
	padding-left: 0.4rem;
	line-height: 0.3rem;
}

.intit h4 i:before {
	content: "";
	position: absolute;
	width: 28px;
	height: 4px;
	background: #355e92;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.intit {
	margin-bottom: .15rem;
}

.intit .more {
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 5
}

.intit .more a {
	position: relative;
	font-size: .15rem;
	color: #888
}

.intit .more a:hover {
	color: #e14840;
}

.intit .more a span i {
	width: 6px;
	height: 6px;
	background: #b1b1b1;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 50%;
	margin-top: -2px;
	transition: .3s;
}

.intit .more a span:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #b1b1b1;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 50%;
	margin-top: -2px;
	transition: .3s;
}

.intit .more a span:after {
	content: '';
	width: 6px;
	height: 6px;
	background: #b1b1b1;
	border-radius: 50%;
	position: absolute;
	right: 50%;
	margin-right: -15px;
	top: 50%;
	margin-top: -2px;
	transition: .3s;
}

.intit .more a span {
	display: block;
	width: 40px;
	height: 0.2rem;
	border-radius: 3px;
	position: relative;
	transition: .3s;
	margin: 0.2rem auto;
}

.intit .more a:hover span i {
	background: #355e92;
}

.intit .more a:hover span:before {
	background: #355e92;
}

.intit .more a:hover span:after {
	background: #355e92;
}



.sptxt {
	display: block;
	height: .86rem;
	font-size: .26rem;
	font-weight: bold;
	padding-top: .45rem;
	text-align: center;
}

.on .sptxt {
	background: url(../images/bigtabbg.png) no-repeat top center;
	background-size: auto 100%
}

.sptxt i {}

.sptxt i:before {
	content: '|';
	font-weight: normal;
	display: inline-block;
	margin: 0 .12rem;
	color: #e3645a;
	font-size: .22rem
}

.sptxt i:last-child:after {
	content: '|';
	font-weight: normal;
	display: inline-block;
	margin: 0 .12rem;
	color: #e3645a;
	font-size: .22rem
}

.mainIndex {}

.topNews {
	/*background: url(../images/new_ttnew.png) left top no-repeat;*/
	padding: .2rem 0;
	margin: .4rem auto 0.4rem auto;
	border: #c0cddd 1px solid;
	transition: all 0.3s;
}

.topNews:hover {
	border: #355e92 1px solid;
	background-color: #f5f7f9;
	transition: all 0.3s;
}

.topNews .item h2 {
	font-size: .3rem;
	text-align: center;
	font-weight: bold;
	line-height: 0.6rem;
}

.topNews .item h2 a {
	color: #355e92;
}

.topNews .item p {
	margin-top: .1rem;
	font-size: .15rem;
	color: #333333;
	line-height: 0.27rem;
	padding: 0 .5rem;
}

.topNews .swiper-dots {
	position: static;
	font-size: .14rem;
	margin-top: .1rem
}

.topNews .swiper-dots span {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: transparent;
	opacity: 1;
	border-bottom: 2px solid #ddd2d2;
	border-radius: 0;
	display: inline-block;
	vertical-align: top;
}

.topNews .swiper-dots span i {
	display: none
}

.topNews .swiper-dots span.active {
	color: #e14840;
	border-bottom-color: #e14840
}

.topNews .swiper-dots span.active i {
	display: block;
}

.inNews {
	padding-bottom: .2rem;
}

.inNews .inNews-a {
	margin-bottom: 0
}

.inNews .inNews-a .slideNews {
	width: 48.5%;
	margin: 0;
}

.inNews .inNews-a .slideNews .item {
	background: #ddd;
}

.inNews .inNews-a .slideNews .item a {
	display: block;
	position: relative;
}

.inNews .inNews-a .slideNews .imgBox .img {
	padding-bottom: 56.25%;
}

.inNews .inNews-a .slideNews .swiper-tool {
	position: absolute;
	right: .1rem;
	height: .6rem;
	line-height: .6rem;
	bottom: 0;
	z-index: 5
}

.inNews .inNews-a .slideNews .swiper-tool a {
	color: #fff;
	font-size: .2rem
}

.inNews .inNews-a .slideNews .swiper-dots {
	color: #fff;
	position: static;
	width: auto;
	margin: 0 .1rem
}

.inNews .inNews-a .slideNews .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: .6rem;
	background: url(../images/blackms.png) repeat-x bottom center;
	background-size: auto 100%;
	color: #fff;
	padding: .5rem 1.2rem 0 .2rem;
	font-weight: normal;
	font-size: .18rem;
	z-index: 2
}

.inNews .inNews-a .slideNews .aniLine {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	z-index: 3;
	background: rgba(255, 255, 255, .4);
	z-index: 3
}

.inNews .inNews-a .slideNews .aniLine span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #355e92
}

.inNews .inNews-a .tabNews {
	width: calc(48.5% - 0rem);
}

.inNews .inNews-a .tabNews .tabNav {}

.inNews .inNews-a .tabNews .tabNav li {
	line-height: .45rem;
	font-size: .20rem;
	margin-right: 0;
	background: #d3d3d3;
}

.inNews .inNews-a .tabNews .tabNav li:nth-child(1) {
	/*transform: skew(-30deg);*/

}

.inNews .inNews-a .tabNews .tabNav li:nth-child(1) a {
	/*transform: skew(30deg);*/
}

.inNews .inNews-a .tabNews .tabNav li:nth-child(2) {
	/*transform: skew(30deg);*/
}


.inNews .inNews-a .tabNews .tabNav li:nth-child(2) a {
	/*transform: skew(-30deg);*/
}
.inNews .inNews-a .tabNews .tabNav li:nth-child(3) {
	/*transform: skew(-30deg);*/
}


.inNews .inNews-a .tabNews .tabNav li:nth-child(3) a {
	/*transform: skew(30deg);*/
}

.inNews .inNews-a .tabNews .tabNav li a {
	display: block;
	padding: 0 .3rem
}

.inNews .inNews-a .tabNews .tabNav li.on {
	background: #355e92;
	position: relative;
	z-index: 9;
}

.inNews .inNews-a .tabNews .tabNav li.on a {
	color: #fff
}

.inNews .inNews-a .tabNews .tabNav .mores {
	right: .15rem;
	top: 50%;
	transform: translateY(-50%);
}

.inNews .inNews-a .tabNews .inList {
	padding-top: 0;
}

.inNews .inNews-a .tabNews .inList li {
	padding: .12rem 1rem .12rem .15rem;
}

.inNews .inNews-a .tabNews .inList li:before {
	top: 50%;
	transform: translateY(-50%);
}

.inNews .inNews-a .tabNews .inList li span {
	color: #888
}

.inNews .inNews-a .tabNews .inList li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
}

.inNews .inNews-a .tabNews .addLinks {
	border-bottom: 1px solid #ddd;
	padding: .15rem
}

.inNews .inNews-a .tabNews .addLinks a {
	color: #d91b11;
	line-height: .2rem;
}

.inNews .inNews-a .tabNews .addLinks a:before {
	content: '';
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url(../images/newsi.png) no-repeat center;
	vertical-align: -.04rem;
	margin-right: .05rem;
	background-size: .2rem .2rem
}

.inNews .inZtzl {
	width: 54%;
}

.inNews .inGsgg {
	width: calc(50% - .3rem);
}

.inNews-b {
	background: #f5f7f9;
	/* margin: 0.4rem auto; */
	padding: 0.4rem 0;
}

.inNews-b .inZtzl ul:after {
	content: '';
	display: inline-block;
	width: calc(33.33333% - .1rem)
}

.inNews-b .inZtzl ul li {
	width: calc(33.33333% - .15rem);
	margin-bottom: .25rem
}

.inNews-b .inZtzl ul li img {
	width: 100%
}

.inNews-b .inGsgg {}

.inNews-b .inGsgg ul {
	position: relative;
	padding-left: .4rem;
}



.inNews-b .inGsgg ul li {
	padding: .14rem 0 .15rem .1rem;
	position: relative;
}

.inNews-b .inGsgg ul li a {
	font-size: 0.16rem;
}

/* .inNews-b .inGsgg ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d1cfcf;
	left: calc(-.2rem - 6px);
	top: 50%;
	margin-top: -8px;
	border: 3px solid #fff
} */

.inNews-b .zcfgbox li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/xw_ico1.png) center no-repeat;
	left: calc(-.4rem - 0px);
	top: 50%;
	margin-top: -8px;
	margin-left: 9px;
}

.inNews-b .zwfwbox li:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 20px;
	background: url(../images/xw_ico2.png) center no-repeat;
	left: calc(-.4rem - 0px);
	top: 50%;
	margin-top: -10px;
}

.inNews-b .inGsgg .zcfbtop {
	border-bottom: #e3e3e3 2px solid;
	padding: 0 0 0.1rem 0;
	margin: 0.25rem 0 0.15rem -0.4rem;
}

.inNews-b .inGsgg .zcfbtop a {
	display: block;
	font-size: 0.18rem;
}

.inNews-b .inGsgg .zcfbtop span {
	display: block;
	line-height: 0.4rem;
	color: #9a9a9a;
}

.inNews-b .zwfwbox .newst:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 20px;
	background: url(../images/new_ico.png) center no-repeat;
	left: calc(-.4rem - 0px);
	top: 50%;
	margin-top: -10px;
	background-size: 100%;
}

.inNews-b .inGsgg ul li span {
	position: absolute;
	right: 0;
	top: 50%;
	border: 1px solid transparent;
	border-radius: 5px;
	line-height: .2rem;
	padding: 0;
	transform: translateY(-50%);
	color: #bbbbbb;
}



.inNews-b .inGsgg ul li:hover a {
	color: #355e92;
}

.inNews-b .inGsgg ul li:hover span {
	border-color: #355e92;
	color: #355e92;
}

.inList .liFirst {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.1rem;
	border-bottom: 1px dashed #ddd;
	margin-bottom: .1rem;
	margin-top: 0.1rem;
}

.inList .liFirst .time {
	width: .76rem;
	height: .76rem;
	/* border: 1px solid #ddd; */
	text-align: center;
	font-family: 'Arial';
	font-size: .14rem;
	color: #666;
	padding-top: 0;
}

.inList .liFirst .time span {
	font-size: .34rem;
	color: #355e92;
	display: block;
	line-height: 0.5rem;
}

.inList .liFirst .txt {
	width: calc(100% - .9rem)
}

.inList .liFirst .txt h4 {
	font-size: .2rem;
	margin-bottom: .1rem
}

.inList .liFirst .txt p {
	font-size: .14rem;
	line-height: 1.6em;
	color: #888;
	height: .44rem
}



.slideTab-b {
	overflow: visible;
}

.slideTab-b .item {
	background: #fff;
	padding: .2rem;
	border-top: 4px solid #e14840;
	min-height: 300px
}

.fastlink {
	margin-bottom: 0.3rem;
}

.fastlink ul li {
	width: calc(25% - .3rem);
	background: #f5f7f9;
	margin-bottom: .16rem;
	border-radius: 0;
	height: 1.36rem;
	text-align: center;
	transition: .3s;
	border-top: #355e92 3px solid;
}

.fastlink ul li:hover {
	background: #355e92;
}

.fastlink ul li:hover img {
	display: none;
}

.fastlink ul li:hover img:nth-child(2) {
	display: block;
}

.fastlink ul li:hover p {
	color: #fff;
}

.fastlink ul li a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}

.fastlink ul li img {
	height: .45rem;
	display: block;
	margin: 0 auto;
}

.fastlink ul li img:nth-child(2) {
	display: none;
}

.fastlink ul li p {
	color: #333;
	margin-top: .1rem;
	font-size: 0.18rem;
}


@media (max-width: 1024px) {
	.inNews .inNews-a .slideNews {
		width: 100%;
	}

	.inNews .inNews-a .tabNews {
		width: 100%;
		padding-top: .3rem;
	}

	.inNews .inZtzl {
		width: 100%;
		margin-bottom: .2rem
	}

	.inNews {
		padding-bottom: 0rem
	}

	.inNews .inGsgg {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.inNews-b {
		padding-bottom: 0;
	}

	.tabNav-b ul li.on a {
		background: transparent
	}

	.tabNav-b ul li a {
		padding-top: 0;
		height: auto
	}

	.tabNav-b ul li a i:before,
	.tabNav-b ul li a i:after {
		margin: 0 .05rem
	}

	.tabNav-b ul li a i:last-child:after {
		margin: 0 .05rem
	}
}

@media (max-width: 900px) {
	.topNews {
		background-size: 10%;

	}

	.topNews .item h2 {
		font-size: .26rem;
		line-height: 0.3rem;
		padding: 0 0.2rem;
	}

	.topNews .item p {
		padding: 0 0.2rem;
	}

	.fastlink ul li {
		width: calc(25% - 0.1rem);
	}

	.fastlink ul li p {
		padding: 0 0.1rem;
	}
}

@media (max-width: 640px) {

	.inNews .inNews-a .tabNews .addLinks a {
		margin-bottom: .1rem;
		font-size: .2rem
	}

	.inNews .inNews-a .tabNews .addLinks {
		padding: .2rem 0 .1rem
	}

	.inNews-b .inGsgg ul li a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 85%;
		display: block;
	}
	.topNews .item h2{
    padding: 0 .4rem;
}
}

@media (max-width: 540px) {
	.tabNav ul li {
		font-size: .2rem
	}

	.topNews {
		padding: .3rem .2rem
	}

	.topNews .item h2 {
		font-size: .22rem
	}



	.tabNav-b ul li a i:before,
	.tabNav-b ul li a i:after {
		display: none
	}

	.tabNav-b ul li a i:last-child:after {
		display: none
	}

	.inNews-b .inZtzl ul li {
		width: calc(50% - .1rem)
	}

	.inNews .inNews-a .tabNews .tabNav li {
		margin-right: 0;
		font-size: .2rem
	}

	.inNews .inNews-a .tabNews .tabNav li a {
		padding: 0 .15rem
	}


	.inNews .inNews-a .tabNews .addLinks a:before {
		display: none
	}

}



@media (max-width: 360px) {}