* {
	padding: 0;
	margin: 0;
}
html,body{overflow-x:hidden;-webkit-overflow-scrolling: touch;}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #3C3C3C;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
}

.divWidth {
	max-width: 1200px;
	margin: 0 auto;
}

.top {
	background: #fff;
}

/* logo和搜索框  */

.div-logo {
	display: flex;
	justify-content: space-between;
	height: 178px;
	align-items: center;
	padding: 0 72px;
}

.logo {}

.search-box {

	border-radius: 10px;
	display: flex;
	align-items: center;
	height: 42px;
	border: 1px solid #bd1a2d;

}

.search-select {
	border: 0px;
	background: transparent;
	color: #7c7b7b;
	margin-left: 10px;

}

.search-input {
	border: 0px;
	background: transparent;
	padding: 0 10px;
	width: 157px;
	height: 90%;
}

.search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	background: #bd1a2d;
	width: 34px;
	height: 30px;
	border-radius: 6px;
	margin-right: 5px;
}

.search-btn .img {
	width: 20px;
	height: 20px;
}

/* logo和搜索框  */
/* 导航栏样式 */
.nav {
	height: 50px;
	width: 100%;
	background: #bd1a2d;
	position: relative;
	z-index: 998;
}



.nav_main li {
	float: left;
	/*border: 1px solid #bd1a2d;*/
	border-top: none;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav_main li.yiji_li:hover .nav_c {
	top: 50px;
	transition: 0.6s 0.1s top ease;
}

.nav_main li .wh_wbd {
	display: block;
	height: 50px;
	line-height: 50px;
	/*width: 98px;*/
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background: #bd1a2d;
	transition: 0.3s 0.1s background ease;
}

.nav_main li .wh_wbd:hover {
	background: #fff;
	transition: 0.3s 0.1s background ease;
	color: #bd1a2d;
}

.nav_c {
	margin: 0;
	position: absolute;
	bottom: 9999px;
	z-index: -66;
	/* display: none; */
	transition: 0.3s 0.1s top ease;
}

.nav_c li.erji_li {
	border-top: none;
	border-bottom: 1px solid #c54252;
	border-left: none;
	border-right: none;
	overflow: hidden;
	/* background: rgba(189, 26, 45, 0.8); */
	background: rgb(255 255 255 / 80%);
	float: none;
	/*opacity:0.8;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_c li.erji_li:hover {
	background: #bd1a2d;
	/* color: #fff !important; */
}

.nav_c li a:hover {
	color: #fff;
}

.nav_c li a {
	display: block;
	text-align: center;
	/* width: 131px; */
	height: 50px;
	line-height: 50px;
	/* color: #fff; */
	color: #bd1a2d;
	padding: 0 10px;
}

.nav_main {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

/* 导航栏样式 */

/* 轮播容器样式 */
.swiper-container {
	width: 100%;
	height: 500px;
	/* 可根据需求调整高度 */
	position: relative;
	overflow: hidden;
}

/* 轮播图片样式 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 保持图片比例并填充容器 */
}

/* 自定义箭头样式 */
.swiper-button-prev,
.swiper-button-next {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next {
	right: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 24px;
}

/* 自定义指示器样式 */
.swiper-pagination {
	bottom: 20px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: white;
	width: 30px;
	border-radius: 6px;
}

/* 轮播图 */

/* 今日关注 */

/* .hot {
	height: 115px;
} */

.tite {
	margin: 33px 0;
	display: flex;
	flex-direction: column;
}

.tit {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}

.bor {
	width: 100%;
	height: 4px;
	display: flex;
}

.bor-left {
	width: 50%;
	background: #a30a0a;
	height: 100%;
}

.bor-right {
	width: 50%;
	background: #004a8d;
	height: 100%;
}

.hot-bottom {
	display: flex;
	align-items: center;
	width: 1200px;
}

.hot .hot_gz {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	background: #ffeaec;
	width: 131px;
	height: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hot .hot_gz .fiz {
	font-size: 24px;
	font-family: 600;
}

.hot .hot_gz em {
	border: 1px solid #870015;
	margin: 6px 10px;
}

.hot .hot_gz span {
	display: block;
	color: #870015;
	font-size: 14px;
	font-weight: 600;
}

.hot .hot_news {
	overflow: hidden;
	padding-left: 15px;
}

.hot .hot_news .h_bt {
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}

.indexjz {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* 今日关注 */
/* --- */
.slideBox {
	position: relative;
	width: 578px;
	height: 332px;
	overflow: hidden;
}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.slideBox .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
}

.slideBox .bd li img {
	width: 100%;
	height: 332px;
	display: block;
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 35px;
	line-height: 35px;
	/* background: url(images/focusBg.png) repeat-x; */
	color: #fff;
	font-size: 18px;
	background: #2a2929c9;
}

/* --- */
.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 32px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 30px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 75px !important;
	height: 75px !important;
}

.swiper-pagination-bullet {
	background: #f5f5f5 !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #c4151c !important;
}

.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
}




.tabBox .hd {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #F5AB38;
	position: relative;
}

.tabBox .hd ul {
	position: absolute;
	height: 41px;
	top: 0;
	overflow: hidden;
}

.tabBox .hd ul li {
	float: left;
	padding: 0 10px;
	color: #666;
}

.tabBox .hd ul .on {
	border: 2px solid #F5AB38;
	border-bottom-color: #fff;
	background: #fff;
	color: #CF7F21;
}

.tabBox .hd ul .on a {
	display: block;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .bd ul {
	padding: 10px 0 10px 10px;
}

.tabBox .bd li {
	height: 33px;
	line-height: 33px;
}

.tabBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */


.tab-container {
	width: 100%;
	margin: 0 auto;
}

.tab-nav {
	display: flex;
	position: relative;
	background-color: #f0f0f0;
}

.tab-item {
	flex: 1;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	font-size: 16px;
	color: #333;
}

.tab-item.active {
	color: #fff;
	background-color: #c00;
}

.tab-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.33%;
	height: 3px;
	background-color: #c00;
	transition: left 0.3s ease;
}

.tab-content {
	margin-top: 10px;
}

.content-item {
	display: none;
}

.content-item.active {
	display: block;
}

.content-item ul {
	list-style: none;
	padding: 0;
}

.content-item ul li a{
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 20px;
	padding-left: 19px;
	background: url(../images/dd_11.jpg) no-repeat left center;
}

.content-item ul li span {
	color: #999;
}

.content-item ul li .text {
	width: 85%;
	word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c_ycxw {
	width: 50%;
	margin-left: 15px;
}

/* 基础样式重置 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
}

.container {
	width: 30.25%
}

/* 标题样式 */
.section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.title-text {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.title-text::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -11px;
	/* 对齐下划线 */
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #cc0000 50%, #0066cc 50%);
}

.more-link {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.more-link::after {
	content: '>';
	margin-left: 5px;
	font-size: 12px;
}

/* 列表样式 */
.news-list {
	list-style: disc;
}

.news-item {
	padding: 12px 0;
	border-bottom: 1px dashed #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url(../images/dd_11.jpg) no-repeat left center;
}

.news-item:last-child {
	border-bottom: none;
}

.news-link {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-link:hover {
	color: #0066cc;
	text-decoration: underline;
}

.news-date {
	color: #999;
	font-size: 14px;
}

.c_bka {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.div-top {
	height: 225px;
}

.div-top .img {
	width: 100%;
	height: 100%;
}

.div-bottom {
	background: #c4151c;
	height: 32px;
	margin-top: 10px;
}

.div-v-top {
	position: relative;
}

.div-a {
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(2, 0, 0, 0.5);
	width: 100%;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.lsjl {
	padding: 10px 0 0 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.lsjl li {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.c_kxkx .container {
	width: auto;
}

.c_kxkx .container .section-title {
	width: 30.25%;
}

.lsjl li a img {
	width: 100%;
	width: 100%;
	/* height: 100%; */
	border: 1px solid #F0F0F0;
}

.c_bke {
	margin-top: 40px;
}

/* 底部 */

.foot {
	/* width: 100%; */
	height: 100%;
	background: url("../images/5.jpg") no-repeat center;
	background-size: 100% 100%;
}

.ssnb {
	height: 90px;
	line-height: 50px;
	padding-top: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.dbdh li {
	float: left;
	padding-right: 40px;
}

.dbdh li a {
	color: #fff;
}

.egwm {
	/* height: 211px; */
	/* padding-left: 30px; */
	/* margin-top: 75px; */
	margin: 60px 0;
	
	display: flex;
	align-items: center;
}

.egwm .ewmtpw {
	float: left;
}

.egwm .lxfsa {
	float: left;
	padding-left: 40px;
}

.egwm .lxfsa .ytbts {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 30px;
	display: block;
}

.egwm .lxfsa .ytbta {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 23px;
	display: block;
}

.dbxx {
	font-size: 14px;
	color: #fff;
}

.dbxx a {
	color: #fff;
}

.dbdh {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 0px) and (max-width:768px) {
	.divWidth {
		max-width: 768px;
		margin: 0 auto;
	}

	.div-logo {
		display: flex;
		justify-content: space-between;
		height: 83px;
		align-items: center;
		padding: 0 5px;
		flex-direction: row;
	}

	.logo {
		width: 224px;
	}

	.logo img {
		width: 100%;
		height: 100%;
	}

	.search-select {
		font-size: 12px;
	}

	.search-input {
		font-size: 12px;
		width: 54px;
	}

	.search-btn {
		width: 23px;
		height: 23px;
	}

	.search-box {
		height: 33px;
	}

	.search-btn .img {
		width: 15px;
		height: 15px;
	}

	.nav {
		display: none;
	}

	.swiper-container {
		height: 157px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 19px !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
	}

	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.main {
		padding: 0 10px;
	}

	.tite {
		margin: 17px 0;
	}

	.tit {
		font-size: 20px;
	}

	.hot .hot_gz {
	 width: 25%;
	}

	.hot .hot_gz .fiz {
		font-size: 20px;
	}

	.hot .hot_news .h_bt {
		font-size: 18px;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
		white-space: nowrap;
		width: 37%;
	}
 
	.hot .hot_news .h_nr {
		width: 37%;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.c_bka {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.slideBox {
		width: 100%;
		height: 332px;
		margin-bottom: 15px;
	}

	.slideBox .bd li .tit {
		font-size: 14px;
	}

	.c_ycxw {
		margin: 0 auto;
		width: 100%;
	}

	.content-item ul li .text {
		width: 62%;
		white-space: nowrap;
		overflow: hidden;
	}

	.c_bka {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.c_kxkx .container .section-title {
		width: 100%;
	}

	.container {
		width: 100%;
		margin: 30px 0;
	}

	.foot {
		padding: 0 5px;
	}

	.ssnb {
		height: 100%;
		line-height: 26px;
		padding: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}

	.dbdh {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.dbdh li {
		padding: 0;
		white-space: nowrap;
	}

	.egwm {
		height: 100%;
		margin-top: 0;
		    align-items: flex-start;
		    flex-direction: column;
			margin:0}

	/* 	.egwm .ewmtpw{
		
	} */
	.dbxx {
		padding: 10px 0;
	}

	.egwm .lxfsa {
		padding-left: 19px;	
	}

	.lsjl li {
		margin: 0;
		width: 50%;
	}

	.lsjl {
		/* width: 177px; */
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.egwm .ewmtpw {
		float: none;
	}

	a {
		font-size: 14px;
	}
}