body {
	min-width: 1300px;
}

#content {
	margin: 0 auto;
}

.top-img {
	width: 100%;
	height: 300px;
	background: url("../../img/top-img-5.png") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.top-img div {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}

.top-img img {
	position: absolute;
	left: 50px;
	top: 140px;
}

.top {
	background-color: #FFFFFF;
}

.top .top-div {
	padding: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.top .top-div .iconfont {
	font-size: 35px;
	color: #3166C8;
	float: left;
}

.top .top-title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 38px;
}

.top .top-div .search-area {
	flex: 1;
	text-align: right;
	padding-right: 10px;
}

.top .top-div .search-area .search-input {
	border: 1px solid #3166C8;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.top .top-div .search-area .search-input input {
	width: 300px;
	height: 35px;
	font-size: 14px;
	border: none;
}

.top .top-div .search-area .search-btn {
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	margin-left: -10px;
	background-color: #3166C8;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

}

.top .top-div .search-area .search-btn i {
	font-size: 20px !important;
}

.notice-list {
	background-color: #FFFFFF;
	padding: 0 20px;
}

.notice-list .notice {
	padding: 20px 0;
	border-bottom: 1px dashed #E5E5E5;
	line-height: 25px;
	cursor: pointer;
}

.notice-list .notice:hover .notice-title span {
	color: #3166C8;
	border-bottom: 1px solid #3166C8;
}

.notice-list .notice .status {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: bold;
}

.notice-list .notice .notice-title {
	flex: 1;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

.notice-list .notice .notice-content {
	padding: 10px 0 0 10px;
	font-size: 14px;
	color: #919191;
}

.course-content {
	float: none;
	box-shadow: none;
	padding: 20px;
}

.notice-list .notice .notice-dept {
	width: 50%;
	/* padding-left: 10px; */
	color: #919191;
	font-size: 12px;
	float: left;
	line-height: 25px;
}

/* .notice-list .notice .notice-dept span {
	padding: 3px 10px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
} */

.notice-list .notice .notice-guanzhu {
	width: 25%;
	text-align: right;
	color: #919191;
	float: left;
	line-height: 25px;
}

.notice-list .notice .notice-guanzhu .icon {
	margin-right: 5px;
	font-size: 14px;
}

.notice-list .notice .notice-time {
	width: 50%;
	/* padding-right: 10px; */
	text-align: right;
	color: #919191;
	float: left;
	line-height: 25px;
}

.notice-list .notice .notice-time .icon {
	margin-right: 5px;
	font-size: 14px;
}


.course-content {
	float: none;
	box-shadow: none
}

.course-nav-row {
	height: 55px;
}

.course-nav-box {
	padding: 5px;
	position: relative;
}

.course-nav-box .hd {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	line-height: 30px;
	font-weight: 700;
	font-size: 14px;
}

.course-nav-box .bd {
	position: relative;
	z-index: 5;
	margin-left: 90px
}

.course-skills-box .bd {
	overflow: hidden;
	max-height: 40px;
}

.course-skills-box:hover {
	background: #fff;
	border: 1px solid rgba(28, 31, 33, .1);
	box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .2);
	border-radius: 8px;
	z-index: 999;
}

.course-skills-box:hover .bd {
	max-height: none;
	overflow: visible;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: skillIn;
	animation-name: skillIn;
}

.course-nav-item {
	display: inline-block;
	margin: 0 4px
}

.course-nav-item a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}

.course-nav-item.on a {
	padding: 5px 10px;
	background: #3166C8;
	border-radius: 5px;
	color: #FFFFFF;
}

.align-center {
	display: flex;
	align-items: center;
	font-size: 14px;
}

#pagination {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #FFFFFF;
}

.empty {
	text-align: center;
}

.hide-in-line {
	line-height: 24px;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}


#pcont {
	background-color: #fff;
}

.readpolicy {
	width: 300px;
	height: 250px;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	padding: 15px;
}

.hoverimg:hover {
	-webkit-box-shadow: 0 10px 16px 0 rgba(28, 31, 33, .2);
	-moz-box-shadow: 0 10px 16px 0 rgba(28, 31, 33, .2);
	box-shadow: 0 10px 100px 0 rgba(28, 31, 33, .2);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.course-card-content {
	padding: 8px;
}

.course-card-name {
	font-size: 16px;
	color: #07111b;
	line-height: 23px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
	font-weight: 700;
	height: 23px;
	margin-bottom: 8px;
}

.infoTime {
	color: #969696 !important;
	font-size: 14px;
	color: #9199a1;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
