body {
	background: rgb(241 241 241);

}

/* Webkit浏览器 */
::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* 其他浏览器 */
* {
	scrollbar-width: none;
}

.channles_banner {
	margin: 70px 0px 0px 0px;
}

.channles_container {
	width: 1500px;
	margin: 10px auto;
	min-height: 820px;
	background: white;
}

.channles_banner img {
	width: 100%;
}

.channles_tit {
	padding: 10px;
	font-size: 17px;
	color: #607D8B;
	font-weight: bold;
	border-bottom: 1px solid #cbcbcb;
}

.navigation {
	float: right;
	font-size: 15px;
	color: #858585;
}

.navigation b {
	position: relative;
	top: -7px;
	font-weight: 100;
}

.channles_color {
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: 30px;
	background: #607D8B;
	display: flex;
	border-radius: 5px;
}

.channles_color span {
	font-size: 15px;
	display: block;
	line-height: 30px;
	color: white;
	text-align: left;
}

.channles_color span:nth-of-type(1) {
	width: 90%;
	padding-left: 10px;
}

.channles_color span:nth-of-type(2) {
	width: 10%;
}

.channles_color span:nth-of-type(n+3) {
	width: 10%;
}

.channles_content_items ul a {
	color: black;
}

.channles_content_items ul a:hover {
	color: #607D8B;
	transition: 0.2s all;
}

.channles_content_items ul li {
	display: flex;
	width: 99%;
	padding: 10px 0px 0px 15px;
	border-bottom: 1px dashed #c9c9c9;
}

.channles_content_items ul li::before {
	line-height: 30px;
	content: '\25C6';
	margin-right: 10px;
}

.channles_content_items ul span {
	display: block;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
}

.channles_content_items ul li span:nth-of-type(1) {
	width: 90%;
}

.channles_content_items ul li span:nth-of-type(2) {
	width: 10%;
	padding: 0px 0px 0px 10px;
}

.channles_content_items ul li span:nth-of-type(n+3) {
	width: 10%;
	text-align: center;
}

.Page-info {
	font-size: 17px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.Page-info a {
	color: black;
}

.Page-info span {
	margin-left: 30px;
}

.footer {
	position: relative;
}

.special_container {
	width: 1500px;
	margin: 10px auto;
	height: 820px;
	display: flex;
	justify-content: space-between;
	/* background: white; */
}

.container_left
 {
	width: 320px;
	height: 100%;
	background: white;
	
	margin:0 auto;
}
.container_right{
	background: white;
	width:1150px;
	margin:0 auto;
}
.container_left_tit {
	text-align: center;
	font-size: 20px;
	height: 70px;
	color: white;
	font-weight: bold;
	line-height: 70px;
	background: #607D8B;
}

.container_left_list {
	width: 100%;
}

.container_left_list a {
	color: black;
	display: block;

	width: 100%;
}

.container_left_list a:nth-of-type(1) {
	margin: 5px 0px 0px 0px;
}

.container_left_list li {
	height: 30px;
	padding: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	border-bottom: 1px solid #cbcbcb;
}

.container_left_list a:hover {
	background-color: #607D8B;
	color: white;
}

#car {
	background-color: #607D8B;
	color: white;
}

.container_right_info {
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
}

.container_right_info a {
	display: block;
	width: 24%;
	margin: 20px 0px 10px 10px;
}

.container_right_info a:nth-of-type(1) {
	margin-left: 0px;
}

.container_right_info a:nth-of-type(4n+1) {
	margin-left: 0px;
}

.container_right_items {
	width: 100%;
	margin: 10px 0px 0px 10px;
	border-radius: 10px;
}

.items_img {
	width: 100%;
	overflow: hidden;
	height: 170px;
}

.container_right_items img {
	width: 100%;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}

.container_right_items img:hover {
	transform: scale(1.08);
}

.right_items_tit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: black;
	margin-top: 10px;
}

.article_list {
	display: flex;
}

.article_list span {
	padding-top:10px;
	color: black;
}

.article_list span:nth-of-type(1) {
	font-size: 17px;
	width: 90%;
	white-space: nowrap;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.article_list span:nth-of-type(1)::before {
	content: '\25C6';
	color: #607D8B;
}

.article_list span:hover {
	color: #607D8B;
}

.Books_container {
	width: 1500px;
	margin: 10px auto;
	height: 820px;
	background: white;
}

.channles_Book_info {
	display: flex;

	flex-wrap: wrap;
}

.channles_Book_info a {
	text-align: center;
	width: 10%;
	margin: 10px 0px 10px 33px;
	color: black;
	display: block;
}

.Books_items {
	width: 100%;
	
}

.Books_items img {
	width: 100%;
	overflow: hidden;
	height: 200px;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
}
.Books_items img:hover {
	border-radius: 5px;
}
.Book_tit{
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.channles_activity_items{
	min-height: 700px;
}

.channles_activity_items ul {
	margin-top: 20px;
}
.channles_activity_items ul a{
	position: relative;
	margin-top: 20px;
	display: block;

}
.channles_activity_items ul li {
	display: flex;
	height: 150px;
}
.channles_article_list{
	font-weight: 500;
	font-size: 17px;
}
.channles_article_list a{
	color:black;
	
}
.activity_border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease-in-out 0s;
}
.channles_activity_items ul a:hover
.activity_border::before {
    background-color: #9b2323;
    border-bottom: 1px solid #9b2323;
}
.channles_activity_items ul a:hover
.activity_tit
{
	color: #9b2323;
}
.channles_activity_items ul a:hover
.activity_brief{
	color: #9b2323;
}
.activity_left {
	transition: all 0.2s ease-in-out 0.2s;
	background: url(../img/point2.svg) no-repeat 100% 80% / 80% 50%;
	width: 160px;
	border-top: 2px solid #94070a;
}
.channles_activity_items ul a:hover
.activity_left{
	background: url(../img/point1.svg) no-repeat 100% 80% / 80% 50%;
}




.activity_left span {
	padding-top: 30px;
	display: block;
	text-align: right;
	font-size: 14px;
	color: #8c8c8c;
	padding-bottom: 2px;
}

.activity_left span:nth-of-type(2) {
	color: #94070a;
	font-size: 30px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}

.activity_img {
	margin-left: 20px;
	width: 280px;
	height: 150px;
}

.activity_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.activity_list-info {
	margin-left: 20px;
	font-size: 20px;
	width: 1000px;
	letter-spacing: 5px;
	padding: 10px;
}

.activity_list-info span {
	display: block;
}

.activity_tit {
	transition: all 0.2s ease-in-out 0.2s;
	color: black;
}

.activity_brief {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* 定义文本的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out 0.2s;
	color: rgb(165 165 165);
	font-size: 17px;
	color: #828282;
	margin: 20px 0px 0px 0px;
}


/* content */
.Content_container{
	width: 1500px;
	margin: 10px auto;
	min-height: 820px;
	text-align: center;
	background: white;
}
	
.Cont_tit{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}
.cont_info{
	text-align: center;
	padding: 10px;
	font-size: 17px;
}
.cont_info span:nth-of-type(2){
	margin-left: 20px;
}
.Content_container p{
	font-size: 16px;
	padding: 5px 10px 0px 10px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2rem;
}

.Content_container span{
	font-size: 16px;
	padding: 5px 10px 0px 10px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2rem;
}

.Content_container img{
	text-align: center;
}


.channles_resources{
	min-height: 800px;
}
.channles_resources table {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border-collapse: collapse;
	height: 30px;
}

.channles_resources table tr:nth-of-type(1) td {
	background: rgba(79 91 96 / 50%);
	font-size: 17px;
	line-height: 50px;
	color: white;
	/* border: 0px; */
	margin: 0px;
	padding: 0px;
}

.channles_resources table tr:nth-of-type(1) td:nth-of-type(2) {
	text-align: center !important;
}

.channles_resources table tr td {
	border: 1px solid #858585;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

.channles_resources table tr td:nth-of-type(1) {
	width: 300px;
}

.channles_resources table tr td:nth-of-type(2) {
	width: 700px;
	padding: 10px;
	text-align: justify;
	height: 30px;

}
.channles_resources table tr td:nth-of-type(2) span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 定义文本的行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.channles_resources table tr td:nth-of-type(3) {
	width: 200px;
}

.channles_resources table tr td:nth-of-type(3) button {
	border-radius: 2px;
	background: #607D8B;
	border: 0px;
	color: white;
	height: 30px;
	cursor: pointer;
}
