@charset "utf-8";

.inNews-a .picItem {
	padding: 0;
	margin-bottom: 0.1rem;
	margin-top: 0;
	background: #f8f8f8;
}

.inNews-a .picItem:hover {
	background: #e9f4ff;
}

.inNews-a .picItem a {
	display: flex;
	justify-content: space-between;
}

.inNews-a .picItem a:hover .txt h4 {
	font-weight: bold;
}

.inNews-a .picItem a .txt p {
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 0.4rem;
}

.inNews-a .picItem .imgBox {
	width: 35%;
}

.inNews-a .picItem .imgBox .img {
	padding-bottom: 68.4%;
}

.inNews-a .picItem .txt {
	width: calc(68% - .2rem);
	padding: .2rem;
}

.inNews-a .picItem .txt h4 {
	font-weight: normal;
	margin-bottom: .1rem;
	height: .23rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.inNews-a .picItem .txt span {
	color: #666;
	background: url(../images/ico_time.png) left center no-repeat;
	padding-left: 0.2rem;
	font-size: 0.14rem;
	margin-top: 0.1rem;
	display: block;
}

.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: 6px;
	height: 6px;
	background: #355e92;
	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: 0.15rem;
	right: 0;
	z-index: 5;
	color: #0a4c94;
}

.mores a {
	display: block;
	position: relative;
	font-size: .14rem;
	color: #0a4c94;
	border: #0a4c94 1px solid;
	line-height: 0.28rem;
	padding: 0 0.3rem;
	border-radius: 20px;
	background: url(../images/more_ico.png) right center no-repeat;
}
.mores a.noshow{
   display:none;
}
.mores a:hover {
	background-color: #eef6ff;
}

.ititle {
	background: url(../images/title_bg.png) left center no-repeat;
	line-height: 0.6rem;
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 0.3rem;
	height: auto;
	overflow: hidden;
	position: relative;
	background-size: auto 100%;
}
.inNews-tit{background:none;}

.inNews-tit.ititle h2 {
  cursor: pointer;
  background: url(../images/title_bg.png) left center no-repeat;
  background-size: auto 100%;
}
.ititlef {
	background: url(../images/title_bg2.png) left center no-repeat !important;
}

.ititle h2 {
	font-weight: normal;
	font-size: .25rem;
	position: relative;
	color: #ffffff;
	padding-left: 0.2rem;
	float: left;
	font-family: 'sySong';
	width: 2.2rem;
}
.ititle h2.noClass{
    color:#333;
    background:none;
}
.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_tt.png) left top no-repeat;
	padding: 0.2rem 0;
	margin: 0.4rem auto 0.4rem auto;
	transition: all 0.3s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	border: #e5e5e5 1px solid;
}

.topNews:hover {
	transition: all 0.3s;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.topNews .item h2 {
	font-size: .3rem;
	text-align: center;
	font-weight: bold;
	line-height: 0.6rem;
}

.topNews .item h2 a {
	padding: 0 5%;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	color: #333333;
}
.item h2 a:hover {
	color: #0a4c94;
}

.topNews .item p {
	margin-top: 0;
	font-size: .16rem;
	color: #999;
	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: 0;
}

.inNews .inNews-a {
	margin-bottom: 0.5rem;
}

.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: 61.809%;
}

.inNews .inNews-a .slideNews .swiper-tool {
	position: absolute;
	right: .1rem;
	height: .6rem;
	line-height: .6rem;
	bottom: 0;
	z-index: 5
}
.swipersp {
    width: 600px;
    height: 300px;
}  
.inNews .inNews-a .slideNews .swiper-tool a {
	color: #fff;
	font-size: .2rem;
	display: none;
}

.inNews .inNews-a .slideNews .swiper-dots {
	color: #fff;
	position: static;
	width: auto;
	margin: 0 .1rem
}

.inNews .inNews-a .slideNews .swiper-dots span {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
	margin: 0 6px !important;
}

.inNews .inNews-a .slideNews .swiper-dots span.active {
	background: #ffffff;
	border-color: #ffffff;
}

.inNews .inNews-a .slideNews .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 0.6rem;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 0 1.6rem 0 20px;
	font-weight: normal;
}

.inNews .inNews-a .slideNews .aniLine {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	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);
	border: #eeeeee 1px solid;
	padding: 0.25rem;
}

.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 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 .inNews-box{
   display:none;
}
.inNews .inNews-a .tabNews .inNews-box.show{
   display:block;
}
.inNews .inNews-a .tabNews .inList li {
	padding: .12rem 1rem .12rem .15rem;
	border-bottom: #eeeeee 1px dashed;
}

.inNews .inNews-a .tabNews .inList li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.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.19rem;
}

.inNews .inNews-a .tabNews .inList li a:hover {
	color: #355e92;
	font-weight: bold;
}

.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 {
	margin: 0 auto;
	padding: 0 0 0.5rem 0;
	height: auto;
	overflow: hidden;
}

.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: 0;
}



.inNews-b .inGsgg ul li {
	padding: .16rem 0 0.16rem 0.4rem;
	position: relative;
	border-bottom: #eeeeee 1px solid;
}

.inNews-b .inGsgg ul li a {
	font-size: 0.19rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: block;
}

.inNews-b .inGsgg li:hover a {
	font-weight: bold;
}

/* .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
} */
.qtbox {
	width: calc(50% - 0.3rem);
}

.list3 li {
	padding: 0 0;
	display: flex;
	justify-content: space-between;
}

.list3 li .time {
	text-align: right;
	color: #999;
	font-size: 0.14rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	width: 0.7rem;
}

.list3 li .time span {
	font-size: .24rem;
	color: #999999;
	display: block;
	font-weight: bold;
	position: relative;
	line-height: 0.5rem;
}

.list3 li .time span::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.07rem;
	width: 0.3rem;
	height: 1px;
	background: #0a4c94;
}

.list3 li .tit {
	width: calc(100% - 1.3rem);
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-weight: normal;
	font-size: .16rem;
	height: .9rem;
	line-height: 0.24rem;
	border-bottom: #eeeeee 1px solid;
	position: relative;
}

.list3 li .tit::before {
	content: "";
	position: absolute;
	left: -0.3rem;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
}

.list3 li .tit::after {
	content: "";
	position: absolute;
	left: -0.34rem;
	top: 45%;
	width: 8px;
	height: 8px;
	background: #e5e5e5;
	border-radius: 50%;
}

.list3 li .tit a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: block;
	height: .46rem;
}

.list3 li:hover a {
	color: #0a4c94;
	font-weight: bold;
}

.list3 li:hover .time span {
	color: #0a4c94;
}

.list3 li:hover .tit::after {
	background: #0a4c94;
}

.list3 li:hover .tit::before {
	background: #0a4c94;
}

.zwfwbox .liFirst {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #ddd;
	margin-bottom: .11rem;
	margin-top: 0.25rem;
}

.zwfwbox .liFirst .time {
	background: #0a4c94;
	width: .8rem;
	height: .8rem;
	text-align: center;
	font-family: 'Arial';
	font-size: .14rem;
	color: #fff;
	padding-top: 0;
	line-height: 0.27rem;
}

.zwfwbox .liFirst .time span {
	font-size: .36rem;
	color: #0a4c94;
	display: block;
	line-height: 0.52rem;
	font-weight: bold;
	background: #f4f4f8;
}

.zwfwbox .liFirst .txt {
	width: calc(100% - 1rem);
}

.zwfwbox .liFirst .txt h4 {
	font-size: .2rem;
	margin-bottom: .1rem
}

.zwfwbox .liFirst .txt p {
	font-size: .14rem;
	line-height: 1.6em;
	color: #888;
	height: .44rem
}

.inNews-b .zcfgbox li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/ico_book.png) center no-repeat;
	left: 0.08rem;
	top: 50%;
	margin-top: -10px;
}

.inNews-b .zwfwbox li:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 20px;
	background: url(../images/ico_tz.png) center no-repeat;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.inNews-b .zwfwbox li:hover:before {

	background: url(../images/ico_tz2.png) center no-repeat;
}

.inNews-b .zwfwbox li:hover a {
	font-weight: bold;
}

.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: 20px;
	line-height: .28rem;
	padding: 0 0.25rem;
	transform: translateY(-50%);
	color: #bbbbbb;
	border: #ccc 1px solid;
	font-size: 0.14rem;
}

.inNews-b .inGsgg .newst:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 20px;
	background: url(../images/ico_news.png) center no-repeat;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background-size: auto;
}


.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.25rem;
	border-bottom: 1px dashed #ddd;
	margin-bottom: .15rem;
	margin-top: 0.25rem;
}

.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;
}

.itabqh {
	margin-bottom: 0.5rem;
}

.itabqh .mores .more {
	display: none;
	position: relative;
}

.itabqh .suTab .hd {
	margin-bottom: .3rem
}

.suTab .hd {
	border-bottom: 1px solid #e5e5e5;

}

.suTab .hd ul li {
	height: .6rem;
	line-height: .6rem;
	position: relative;
	display: inline-block;
	font-size: .25rem;
	cursor: pointer;
	color: #333;
	vertical-align: middle;
}

.suTab .hd ul li span {
	background: #0a4c94;
	display: block;
	padding: 0 .35rem 0 .35rem;
	position: relative;
	z-index: 2;
	font-family: 'sySong';
	color: #fff;
}

.suTab .hd ul li.on span {
	/* background: url(../images/title_bg2.png) left center no-repeat; */
	/* color: #fff; */
	/* padding: 0 0.8rem 0 0.3rem !important; */
}

.list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list2 li {
	width: calc(50% - .3rem);
	position: relative;
	padding-right: .5rem;
	line-height: .6rem;
	padding-left: .15rem;
	font-size: 0.16rem;
	border-bottom: #eeeeee 1px solid;
}

.list2 li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888
}

.list2 li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list2 li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 16px;
	background: #0a4c94;
	left: 0;
	top: 37%;
	border-radius: 0;
}

.itabqh .ipiczy {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}

.itabqh .ipiczy a {
	width: 31%;
}

.itabqh .ipiczy a:hover .picnr {
	border: #ccc 1px solid;
}

.itabqh .ipiczy a:hover .picnr .title {
	color: #0a4c94;
	font-weight: bold;
}

.itabqh .ipiczy a:hover .picnr .txtp {
	color: #333;
}

.itabqh .ipiczy a:hover .pic img {
	transform: scale(1.05);
}

.itabqh .ipiczy .pic {
	position: relative;
	padding-bottom: 65%;
	transition: .5s;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
}



.itabqh .ipiczy .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.itabqh .ipiczy .picnr {
	padding: 0.1rem 0.3rem;
	border: #eeeeee 1px solid;
}

.itabqh .ipiczy .title {
	font-size: 0.18rem;
	color: #333;
	line-height: 0.24rem;
	font-weight: normal;
	height: 0.5rem;
	overflow: hidden;
	margin: 0.1rem auto;
}

.itabqh .ipiczy .txtp {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.2rem;
	height: 0.4rem;
	overflow: hidden;
}

.itabqh .ipiczy .time {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.4rem;
	background: url(../images/ico_time.png) left center no-repeat;
	padding-left: 0.2rem;
}



@media (max-width: 1024px) {
	.suTab .hd ul li{
		width:19.6%;'
	}
	.suTab .hd ul li span {
		height: 54px;
		line-height: 0.24rem;
		font-size: .18rem;
		padding: 0.1rem !important;
		text-align: center;
	}

	.suTab .hd ul li.on span {
		background: #0a4c94;
		padding: 0.1rem !important;

	}

	.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
	}

	.qtbox {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

@media (max-width: 900px) {
	.suTab .hd .mores {
		top: 0.05rem
	}

	.header .hdb {
		padding: 1rem 0;
	}

	.inNews-b .inGsgg ul li a {
		width: 80%;
	}

	.mores a {
		padding: 0 0.2rem;
		background: none;
	}

	.suTab .hd ul li {
		width: 19%;
		height: auto;
	}

	

	.itabqh .ipiczy .picnr {
		padding: 0.1rem 0.1rem;
	}

	.ititle h2 {
		font-size: .24rem;
padding-left: 0.1rem;
	}

	.ititle {
		background-size: 30% 100% !important;
	}

	.ititlef {
		background-size: 50% 100% !important;
	}

.inNews-tit.ititle h2{
    width:1.4rem;

   background-size: 100% 100% !important; 
}
.ititle h2.noClass{
  width:auto;
font-size:0.2rem;
}
	.topNews {
		background-size: 10%;
	}

	.topNews .item h2 {
		font-size: .26rem;
		line-height: 0.3rem;
		padding: 0 0.2rem;
	}

	.topNews .item p {
		padding: 0 0;
	}

	.fastlink ul li {
		width: calc(25% - 0.1rem);
	}

	.fastlink ul li p {
		padding: 0 0.1rem;
	}

	.list2 li {
		width: 100%;
	}

	.list2 li a {
		width: 80%;
	}

	.itabqh .ipiczy a {
		width: 100%;
		margin-bottom: 0.1rem;
	}

	.itabqh .ipiczy {
		margin-bottom: 0.1rem;
	}

	.footer .ftLink .tit {
		background: none;
		padding-left: 0;
		width: 1rem;
	}

	.footer .ftInfo .ftTxt {
		text-align: center;
	}
}

@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: 74%;
		display: block;
	}
}

@media (max-width: 540px) {
	.suTab .hd ul li span {
    height: 72px;
	}
	.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) {}




/*  2023年4月26日14:35:19  首页新增板块 */
.incover a {
    display: block;
}

.incover a img {
    display: block;
    width: 100%;
}

.inadd {
    font-family: 'sySong';
    margin-bottom: .7rem;
}

.inadd1 {
    margin-top: 0.45rem;
}

.inadd1 ul {
    display: flex;
    justify-content: space-between;
}

.inadd1 ul li {
    width: 49%;
}

.inadd2 {
    padding-top: .05rem;
}

.inadd2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inadd2 ul li {
    width: 31%;
    margin-top: .35rem;
    background-color: #3d7fca;
}

.inadd2 ul li a {
    display: block;
    min-height: .85rem;
    font-size: .21rem;
    color: #ffffff;
    text-align: center;
    padding: 0 .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inadd2 ul li a p {
    line-height: .3rem;
}

.inadd3 {
    padding: 8px 5px 7px;
    margin-top: .7rem;
    background-color: #f3f9ff;
    display: block;
}

.inadd3-tit {
    width: 1.7rem;
    height: 2.6rem;
    background: url(../images/inpic-bj.png) no-repeat;
    background-position: top right;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inadd3-tit div img {
    display: block;
}

.inadd3-tit p {
    font-size: .3rem;
    line-height: .36rem;
    color: #ffffff;
    margin-top: .25rem;
}

.inadd3 ul {
    min-width: 0;
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.inadd3 ul li {
    padding: 0 7px;
}
.tempWrap {
    width: 1300px !important;
}
.inadd3 ul li a {
    display: block;
}

.inadd3 ul li a .pics {
    position: relative;
    padding-top: 55%;
    max-width: 100%;
}

.inadd3 ul li a .pics img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.inadd3 ul li a:hover .pics img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.inadd3 ul li a p {
    text-align: center;
    font-size: .18rem;
    line-height: 0.4rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .15rem;
}

.inadd3 ul li a:hover p {
    color: #0a4c94;
}



@media (max-width: 1024px) {
    .inadd2 ul li {
        width: 32%;
    }

    .inadd2 ul li a {
        font-size: .18rem;
    }

    .inadd3-tit p {
        font-size: .2rem;
        line-height: .3rem;
    }

    .inadd3-tit {
        width: 1.8rem;
        height: 2.4rem;
    }

    .inadd3 ul li a p {
        font-size: .16rem;

    }

    .inadd3-tit div img {
        height: .34rem;
    }
}

@media (max-width: 750px) {
    .inadd2 ul li a {
        font-size: .16rem;
    }

    .inadd2 ul li a p {
        line-height: .24rem;
    }
    .inadd1{
        margin-top: .2rem;
    }
    .inadd3 {
        overflow-x: hidden;
        display: block;
        margin-top: .3rem;
    }
    .inadd1 ul{
        display: block;
    }
    .inadd1 ul li{
        width: auto;
        margin-top: .15rem;
    }

    .inadd3-tit {
        width: auto;
        height: auto;
        padding: .1rem;
        flex-direction: row;
        align-content:  center;
        justify-content: start;
    }
    .inadd3-tit p{
        margin-top: 0;
        margin-left: .1rem;
    }
    .inadd3 ul{
        padding: .1rem;
    }
    .inadd3 ul li{
        width: 32%;
    }
    .inadd3 ul li a p{
        padding: 0;
    }
    .inadd {
        margin-bottom: .3rem;
    }
}

@media (max-width: 480px) {
    .inadd3 ul{
        display: block;
    }
    .inadd3 ul li{
        width: auto;
        margin-top: .1rem;
    }
}