/*所有课程页面css样式表*/

/******公共用分页******/
.con_bottom {
	padding-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}

.con_bottom a {
	cursor: pointer;
	padding: 6px 10px;
	border: 1px solid #f3f3f3;
	color: #6e6e6e !important;
	background-color: #f3f3f3;
	border-radius: 0.3em;
	margin-left: 5px;
	text-decoration: none;
}

.con_bottom a:hover {
	color: white !important;
	border: 1px solid #1D66D2;
	background-color: #1D66D2;
	text-decoration: none;
}

.con_bottom a.xz {
	color: white !important;
	border: 1px solid #1D66D2;
	background-color: #1D66D2;
	text-decoration: none;
}

.con_bottom span {
	margin-left: 5px;
	color: #6e6e6e;
}

.con_bottom input {
	outline: none;
	margin-left: 30px;
	text-align: center;
	width: 65px;
	height: 32px;
	border: 1px solid #f3f3f3;
	border-radius: 0.3em;
	color: #1D66D2;
}

.con_bottom input:focus {
	border: 1px solid #1D66D2;
}

/******分页结束******/


.con_map {
	margin: auto;
	width: 1200px;
}

.header {
	position: inherit;
}


/******面包屑导航******/
.crumbs_map {
	color: #828081;
	height: 58px;
	line-height: 58px;
}

.crumbs_map span {
	color: #1D66D2;
}

.crumbs_map a:hover {
	color: #1D66D2;
}

.crumbs_map a:focus {
	color: #1D66D2;
	text-decoration: none;
}







.course_tab {
	margin: 20px 0px;
}

.course_tab button {
	cursor: pointer;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #666666;
	font-size: 16px;
}

.new_btn {
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hot_btn {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bg_color {
	background-color: #1D66D2 !important;
	color: white !important;
}


/*课程列表区域*/

.course_list_map {
	margin-top: 10px;
	overflow: hidden;
}

.course_list_map ul {
	width: 100%;
	padding-bottom: 20px;
}

.course_list_map ul li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	margin-top: 30px;
}

.list_left {
	cursor: pointer;
	float: left;
	width: 258px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.list_left img {
	width: 258px;
    height:144px;
}

.list_left img:hover {
-webkit-animation-name:pulse;
animation-name:pulse;
}


.list_right {
	margin-left: 300px;
	height: 145px;
}

.list_name {
	cursor: pointer;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
	/*控制多余一行显示省略号*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_name:hover{
	color: #1D66D2;	
}

.list_ico {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666666;
	border-bottom: 1px dashed #EFEFEF;
}

.list_ico img {
	margin-right: 8px;
}

.m_r_lg {
	margin-right: 64px;
}

.list_xinxi {
	color: #999999;
	/*文本超出2行就隐藏并且显示省略号*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 45px;
}

.list_last{
	overflow: hidden;
	font-size: 14px;
	padding-top: 12px;
}

.list_last span{
	float: left;
	margin-right:10px;
	padding: 2px 15px;
	border-radius: 4px;
}

.last_zhuanye{
	color: #1D66D2;
	background-color: #F0F9F5;
}
.last_quanwei{
	color: #F18000;
	background-color: #FEF5EB;
}
.last_youmo{
	color: #E5644F;
	background-color: #FDF3F1;
}
.yidong{
	color: #449AFB;
	background-color: #F0F7FF;
}
.yiwu{
	color: #fbc207;
    background-color: #fffaea;
}

/*******微实验列表*******/
.list_weike{
	float: left;
   border: 1px solid #FA9840;
   color: #FA9840;
   font-size: 14px;
   padding: 1px 8px;
   border-radius: 2px;
   margin-right: 8px;
}



/*******文章资讯*******/
.zixun_icon{
	border-bottom: none;
	margin-top: 28px;
	margin-bottom: 0;
}
.zixun_name{
	padding-top: 4px;
}

.zixun_icon img{
	margin-right: 2px;
}
