.Lecture_Content {
	margin: 20px auto;
	border: 1px solid #ddd;
	background-color: #fff;
}
.Lecture_Content > h1 {
	font-weight: bold;
    background-color: #ff0000;
    padding: 10px;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 1px;
    border-radius: 4px;
    text-align: center;
    -webkit-border-radius: 4px;
    box-shadow: 0 4px 0 #000;
    -webkit-box-shadow: 0 4px 0 #000;
}
.Lecture_Content ul {
	padding: 0.5em 1em;
} 
.Lecture_Content ul > li {
	margin-bottom: 10px;
	line-height: 24px;
	text-align: justify;
}
.ImageWrap {
	position:relative;
}
.ImageWrap:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.IW {
	text-align: center;	
}
.IW > img {
	width:100%;
	height: auto;
}
.ImageLink {
	position:relative;
}
.IL {
	text-align: center;	
}
.IL > a {
	display:block;
	overflow:hidden;
	width:100%;
	height: auto;
}
.IL > a > img {
	width:100%;
	height: auto;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.IL > a:hover > img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.HD,.JL {
	margin:15px auto;
}
.HD {
	position:relative;
}
.ShowLecture{
	background:url(../images/lecture-slide-20181113.jpg) no-repeat center center;
	background-size:cover;
}
.ShowLecture {
	height:480px;
}
.tips > .well > p {
	text-align: justify;
}
.yuyue {
    padding-left: 10px;
    border-left-width: 10px;
    border-left-style: solid;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}
.menpiao {
	border-color:#03A9F4;
}
.jiachang {
	border-color:#FF9800;
}
.baoming{
	border-color:#5CB85C;
}
.xueba {
	font-weight: 600;
    color: #3a0e8a;
    letter-spacing: 1px;
    line-height: 1.35em;
}
.xueba > .caret {
	transform: rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	border-width: 10px;
    margin-left: 0;
}
#yuyueBaoming input.btn {
}
#yuyueBaoming .input-group-addon {
	background-color: #f9f9f9;
}
#yuyueBaoming .form-control {

}
.yuyueSubmit.form-control{
	height: auto;
}
table.tbjc > tbody > tr > td,table.tbjc > tbody > tr > th {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #9e9e9e;
}
.tbjc {
	width: 100%;
}
.tbjc th {
	background-color: #FF9800;
}
.tbjc td {
	background-color: #FFF9BE;
}
.tbjc td > time,.tbjc td > address {
	font-size: 12px;
	color:#009688;
}
.tbjc td > address {
	margin-bottom: 0;
}
span.smsyuyue {
    color: #03A9F4;
}
span.smsjiachang {
    color: #ff4000;
}
.shikuang {
	font-weight: 600;
    font-size: 16px;
}
.shikuang .iconfont{
	font-size: 18px;
    color: #673AB7;
    font-weight: normal;
}
/* responsive stylesheet */
@media screen and (max-width: 979px) {
	.ShowLecture {
		height:380px;
	}
}
@media screen and (max-width: 767px) {
	.ShowLecture {
		height:280px;
	}
}

@media screen and (max-width: 640px) {
	.ShowLecture {
		height:240px;
	}
}

@media screen and (max-width: 600px) {
	.ShowLecture {
		height:200px;
	}
}
@media screen and (max-width: 480px) {
	.ShowLecture {
		height:180px;
	}
}
@media screen and (max-width: 320px) {
	.ShowLecture {
		height:150px;
	}
}