body {
	position: relative;

}

.subject_cont {
	position: absolute;
	top: 13px;
	left: 0;
	margin-top: 200px;
	width: 100%;

	background-image: url(../image/d-bg.jpg);
	background-size: 100% 100%;
	padding: 20px 0;
	padding-top: 0;

}
.subjectNav_title{
    width: 85px;
}

.subject_nav {
	display: flex;
	justify-content: center;
	height: 162px;
	border-radius: 10px;
	margin: 20px 0;
	margin-top: 0;

}

.subjectNav {
	display: flex;
	padding: 0 20px;
	padding-bottom: 6px;
	margin-top: 40px;
	margin-left: 20px;
	overflow: hidden;

}

.subjectNav_li {
	padding: 6px 14px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;

	color: #fff;
	margin-right: 30px;

}

.subjectNav_ul {
	display: flex;
	flex-wrap: wrap;
}

.subjectNav_title {
	font-weight: bold;
	margin-right: 20px;
	padding: 6px 14px;
	color: #fff;
	font-size: 16px;
}

.subject_nav>div {
	width: 1240px;
	/* padding: 25px 0; */
	background-image: url(../image/subject/tabBg.png);
	background-repeat: no-repeat;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;

}

.subjectList {

	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.subjectList>div {
	display: flex;
	width: 1200px;
}



.subjectcb {
	width: 220px;
	box-shadow: 6px 6px 6px 6px rgba(55, 99, 170, 0.1);
	height: 280px;
}

.subjectcb_li {
	text-align: center;
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
	color: #999;
	cursor: pointer;
}

.subjectcb_li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 3px solid #fff;
}

.subjectcb_li>img {
	margin-right: 20px;
}

.subjectcb_right {
	width: 950px;
	margin-left: 10px;

}

.subjectcbright_ul {
	display: flex;
	 flex-wrap: wrap;
}

.subjectcb_ul_li {
	width: 224px;
	height: 184px;
	background-color: #fff;
	margin-left: 13px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.subjectcb_ul_li>img {
	width: 224px;
	height: 120px;
}

.subjectNavSet {
	background-color: #fff;
	color: red;
}

.subjectcb_liatv {
	background-color: #fef6eb;
	color: #f28e16;
	border-left: 3px solid #f78500;
}

.subjectcb_ul_li>div {
	font-weight: bold;
	padding: 0px 10px;
}



.contianer-img {
	/* padding-top: 20px; */
	display: inline-grid;
	grid-template-columns: 325px 325px 325px;
}

.source-item {
	width: 300px;
	overflow: hidden;
	margin-right: 14px;
	position: relative;
	margin-bottom: 30px;
	margin-left: 14px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: all .3s;
	box-shadow: 0 5px 29px 0 rgba(233, 235, 235, .75);
}

.source-item>div {
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #323232;

}

.contianer-board__title {
	height: 34px;
	width: 198px;
	display: flex;
	align-items: center;
	background-color: #fff4e5;
	border-radius: 17px;
	color: #f28e16;
	margin: 10px auto;
}

.contianer-board__title div:first-child {
	background-image: url("..//image/subject/bgc.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100px;
	color: #fff;
}

.contianer-board__title div:first-child,
.contianer-board__title div:last-child {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contianer-board__city {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}

.contianer-board__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff3e3;
	padding: 15px;
	color: #f28e16;
	margin: 10px -10px;
}

.contianer-board__content>div {
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}

.contianer-board__content>div span:first-child {
	font-weight: 900;
}

.contianer-board>span {
	display: block;
	font-weight: bold;
	font-size: 15px;

	color: rgb(102, 102, 102);
	padding-left: 10px;
}


.down>p {
	padding-left: 1px;
	color: rgb(153, 153, 153);
}

.down>p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.down img {
	display: none;
}

.contianer-board__footer {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 10px;
}

.contianer-board__footer span {
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}