@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
	font-family: "Source Han Sans CN","Microsoft YaHei","宋体",Verdana, Geneva, sans-serif;
	text-align: left;
	color: #3a3a3a;
	line-height: 20px;
}

img {
	border: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #3a3a3a;
	cursor: pointer;
}

a:hover {
	color: #0268d0;
}

.container-fluid {
	background-color: #fff;
}

.fluid-header-box {
	/* 由上到下渐变，起始颜色为 #6e0101FF，结束颜色为 #960303FF */
	background: linear-gradient(to bottom, #6e0101FF, #960303FF);
}

.header-box {
	background-color: rgb(204, 162, 162, 0);
}

.header-row-box {
	height: 117px;
	padding-left: 30px;
}

.mob-header-row-box {
	display: none;
}

.logo-box {
	margin-left: 30px;
	/* height: 117px; */
}

.c_logo {
	width: 224px;
	height: 66px;
}





.btn-zztg {
	background-color: rgba(223, 170, 43, 1);
	border-radius: 5px;
	width: 161px;
	height: 44px;
	margin-left: 27px;
	border: none;
}

.btn-zztg img {
	width: 27px;
    height: 27px;
    /* margin: 9px 0 0 15px; */
}

.text_zztg {
	/* width: 86px;
	height: 20px; */
	overflow-wrap: break-word;
	color: rgba(254, 251, 251, 1);
	font-size: 20px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 36px;
	margin-left: 11px;
	vertical-align: middle;
}





.nav-box {
	color: #FFF;
	font-size: 20px;
}

.nav-link {
	overflow-wrap: break-word;
	color: rgba(251, 250, 250, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 18px;
	margin-top: 15px;
	vertical-align: middle;
}

.nav-item a:hover {
    color: rgba(253, 217, 130, 1);
}

.active a{
	color: rgba(253, 217, 130, 1);
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(253, 217, 130, 1);
}











/* 轮播图 */
.banner-box{
	margin-top: 4px;
	background-color: #fff;
}

.carousel-item {
	min-height: 366px;
}

.carousel-indicators {
    justify-content: center;
}

.carousel-indicators li {
	width: 63px;
	height: 4px;
	opacity: 1;
	margin-left: 50px;
}

.carousel-indicators .active {
	background-color: #AF1412;
}

/* 轮播图 */


.search-container-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.search-input {
	width: 100%;
	height: 52px;
	padding: 10px 40px 10px 15px;
	color: rgba(148, 147, 147, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 24px;
	border: 1px solid #ccc;      
	border-radius: 25px;     
	font-size: 16px;        
	outline: none;
}

.search-icon {
	position: absolute;
	margin-top: 10px;
	margin-left: -65px;
}

.search-icon img {
	width: 32px;
	height: 32px;
}



.qkzs-bg-box {
	background: url(../images/bg-qkzs.png) 100% 20% no-repeat;
	background-size: cover;
}

.qkzs-box {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 25px;
}

.qkzs-header-box {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.qkzs-1-box {
	display: table-cell;
	width: calc(50% - 75px);
	vertical-align: middle;
}

.qkzs-3-box {
	display: table-cell;
	width: calc(50% - 75px);
	vertical-align: middle;
}

.qkzs-line1-box {
	width: 100%;
}

.qkzs-line1-1-box {
	width: 90%;
	height: 2px;
	float: left;
	background-color: #DEDDDDFF;
	margin-top: 3px;
}

.qkzs-line1-2-box {
	width: 10%;
	height: 8px;
	float: right;
	background-color: #AF1412;
}

.qkzs-2-box {
	display: table-cell;
	width: 150px;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 26px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 24px;	
	padding: 0 20px 0 20px;
}

.qkzs-line2-box {
	width: 100%;
}

.qkzs-line2-1-box {
	width: 10%;
	height: 8px;
	float: left;
	background-color: #AF1412;
}

.qkzs-line2-2-box {
	width: 90%;
	height: 2px;
	float: right;
	background-color: #DEDDDDFF;
	margin-top: 3px;
}


.qkzs-list-box {
	margin-bottom: 0px;
}

.qk-swiper-box {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.qk-swiper-button-prev-box {
	width: 45px;
	display: table-cell;
	vertical-align: top;
	padding-top: 10%;
}

.qk-swiper-button-next-box {
	width: 45px;
	display: table-cell;
	vertical-align: top;
	padding-top: 10%;
}


.qk-swiper-main-box {
	width: calc(100% - 90px);
	display: table-cell;
}

.swiper-button-next,.swiper-button-prev {
	position: relative;
	color: #FFF;
	background-color: rgba(150, 3, 3, 1);
	height: 71px;
	width: 41px;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {	
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition-property:all;
	border: 5px solid #DEDDDDFF;
}

.swiper-slide img {
	/* max-width: 258px; */
	max-height: 339px;
	/* width: 258px; */
	/* height: 339px; */
}


.qkzs-more-box {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	/* background-color: #0268d0; */
}

.qkzs-more-box a {
	background-color: #FFF;
	overflow-wrap: break-word;
	color: rgba(150, 3, 3, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
	line-height: 24px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #960303FF;
}

.qkzs-more-box a:focus {
	background-color: #FFF;
	overflow-wrap: break-word;
	color: rgba(150, 3, 3, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
	line-height: 24px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #960303FF;
}

.footer {
	background-image: url(../images/bg-foot.png);
    background-size: cover;
	background: "";
	padding-top: 16px;
	padding-bottom: 16px;
}

.foot {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 14px;
	line-height: 32px;
	clear: both;
}

.foot a {
	color: #FFF;
}

.friendship-links-box {
	background-color: #960303FF;
	padding: 15px 0px 15px 0px;
}

.friendship-links-box span {
	overflow-wrap: break-word;
	color: rgba(251, 250, 250, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 16px;
}

.friendship-links-box a {
	overflow-wrap: break-word;
	color: rgba(251, 250, 250, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 16px;
	margin-left: 50px;
}




/* 面包屑 */

.r-breadcrumb {
	margin-bottom: 0px !important;
	padding-left: 0px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb {
    background-color: #f9f8f8FF !important;
    margin-bottom: 0rem !important;
    font-size: 14px !important;
	line-height: 36px !important;
	color: #272626FF !important;
}
.breadcrumb a {
    color: #272626FF !important;
}

.breadcrumb-item.active {
    color: #BA1414 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 面包屑 */

/* 其他页面-主内容展示区域 */
.yw-odd {
	background-color: #f9f8f8FF;
	padding-bottom: 40px;
}

.r-content-box {
	background-color: rgba(255, 255, 255, 1);
	/* min-height: 560px; */
	border: 1px solid rgba(222, 221, 221, 1);
	padding: 65px;
}

.r-content-title-box {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.r-content-title-line {
	width: calc(50% - 90px);
	display: table-cell;
}

.r-content-title-line1 {
	width: 100%;
	height: 8px;
	background-color: rgba(150, 3, 3, 1);
	margin-bottom: 6px;
}

.r-content-title-text-box {
	display: table-cell;
	width: 180px;
	height: 25px;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 26px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	line-height: 24px;
}

.r-content-list-box {
	display: flex;
    flex-wrap: wrap; /* 关键：允许子元素在空间不足时自动换行 */
    gap: 0px; /* 设置子元素之间的间距，替代 margin */
    width: 100%; /* 或指定的固定宽度，如 800px */

	/* width: 100%;
	display: table;
	table-layout: fixed; */

	margin-top: 40px;
}

.r-content-item-box {
	/* 关键：减去间距后平分剩余空间，保证每行刚好两个 */
     width: calc(20% - 0px); 
    box-sizing: border-box; /* 防止 padding 撑破宽度 */

	/* width: 20%;
	display: table-cell; */
	text-align: center;
}

.r-content-item-box:hover {
    cursor: pointer;
}

.r-content-item-img-box {
	background-color: rgba(255, 255, 255, 1);
}

.r-content-item-img-box img{
  width: 152px;
  height: 207px;
  padding: 5px;
  border: 1px solid rgba(202, 198, 198, 1);
}

.r-content-item-title-box {
	color: rgba(77, 77, 77, 1);
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	text-align: center;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	line-height: 24px;	
	margin-top: 10px;
}

.r-content-item-box:first-child {
	text-align: left;
}

.r-content-item-box:first-child .r-content-item-title-box {
	text-align: left;
	padding-left: 30px;
}


.r-content-item-box:last-child {
	text-align: right;
}

.r-content-item-box:last-child .r-content-item-title-box {
	padding-left: 30px;
}

.r-content-years-box {
	margin-top: 30px;
}

.r-content-years-box .nav-item2{
	background-color: rgba(227, 224, 224, 1);
	margin: 10px;
}

.nav-item2 .nav-link{
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 36px;
	margin-top: 0px;
}

.nav-item2 a:hover {
	color: rgb(247, 173, 3);
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgba(150, 3, 3, 1);
}


.r-content-year-data-box {
	margin-top: 20px;

	padding-left: 10px;
	padding-right: 10px;

	display: none;
}

.year-data-link-box {
	border-bottom: 1px dashed #DEDDDDFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.year-data-link-box a {
	overflow-wrap: break-word;
	color: rgba(74, 73, 73, 1);
	font-size: 18px;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	text-align: justifyLeft;
	white-space: nowrap;
	line-height: 36px;	
}
/* 其他页面-主内容展示区域 */