
.icon-rj {
	font-family: "iconRj" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sousuoxiao:before {
	content: "\e8d6";
}

.icon-jiantou_xiangyou:before {
	content: "\eb08";
}

.icon--fuwu:before {
	content: "\e8aa";
}

* {
	margin: 0;
	padding: 0
}

body {
	overflow: scroll;
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

input {
	outline: none
}

img {
	border-style: none
}

i:hover {
	cursor: pointer
}

.none {
	display: none
}

.top-img-box {
	height: 310px;
	min-width: 1079px;
	position: relative;
	/*top: 98px;*/
	margin-top: 98px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.channel1-container {
	padding: 40px 0;
}

.tab-container .title1 {
	font-size: 18px;
	padding: 25px 0;
}
.tab-container .text1 {
	font-size: 1.5rem;
	padding-bottom: 14px;
}
.tab-container .tab-child-box {
	margin-bottom: 20px;
	/*display: flex;*/
}
.tab-container .tab-child {
	margin-right: 6px;
	margin-bottom: 12px;
	display: inline-block;
	background-color: rgb(128,146,153);
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	position: relative;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	font-size: 16px;
}
.tab-container .tab-child:hover {
	background-color: rgb(0, 157, 236);
	color: #000;
}
.tab-container .tab-child.active {
	background-color: rgb(0, 157, 236);
	color: #000;
}

.container2 {
	/*width: 1440px;*/
	max-width: 1440px;
	margin: auto;
	/*min-width: 1266px;*/
}
.search-container {
	padding: 10px 0 20px;
}
#search-form {
	width: 340px;
	/*height: 53px;*/
	border-bottom: rgb(0, 157, 236) solid 1px;
	margin: auto;
	position: relative;
}
#searchInput {
	margin-left: 2%;
	width: 90%;
	border: none;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}
#search-form i {
	position: absolute;
	font-size: 28px;
	color: #0C0C0C;
}

.section1-box {
	/*width: 416px;*/
	width: 32%;
	padding: 0 8px 30px;
}
.section1-box .pic{
	width: 100%;
	height: 326px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.section1-box .title {
	padding: 14px 0;
	cursor: pointer;
}
.section1-box .title {
	padding: 14px 0;
	cursor: pointer;
}
.section1-box .title:hover {
	text-decoration:underline;
}
.section1-box .title span:first-child {
	margin-bottom: 10px;
	display: block;
	font-size: 2rem;
}
.section1-box .title span:last-child {
	font-size: 1.5rem;
}

#channel-accordion {
	/*border-top: #D9D9D9 1px solid;*/
	/*border-bottom: #D9D9D9 1px solid;*/
	padding: 12px 0 28px;
}
#channel-accordion .accordion-item {
	border-top: unset;
	border-left: unset;
	border-right: unset;
}

#channel-accordion .accordion-item .content-text {
	padding: 20px 10px;
}

#channel-accordion .accordion-item .accordion-button {
	border-radius: unset;
	padding-top: 14px;
	padding-bottom: 14px;
}

#channel-accordion .accordion-item .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}

#channel-accordion .accordion-item .accordion-button:not(.collapsed) {
	color: rgb(55, 77, 160);
	background-color: rgb(220, 224, 236);
	/*box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);*/
}
.loadMore {
	width: 140px;
	margin: 40px auto 60px auto;
	background: rgb(0, 157, 236);
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loadMore:hover {
	background: #3D51E4;
	color: white;
}
.noMore {
	/*width: 160px;*/
	margin: 40px auto 60px auto;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.noSearch {
	font-size: 18px;
	margin-bottom: 100px;
}
#channel-accordion .pdf-list-item {
	padding: 14px 20px;
	border-top: unset;
	border-left: unset;
	border-right: unset;
	border-bottom: 1px solid #dee2e8;
	cursor: pointer;
	font-size: 1rem;
	color: #f78989;
	display: block;
}

#channel-accordion .release-time {
	font-size: 14px;
	float: right;
	position: relative;
	right: 68px;
	top: 2px;
}