body {
  background: #eee;
}
.container {
  width: 750px;
  margin: 0 auto;
  background: #fff;
}
.lead {
  margin: 30px 20px 60px 20px;
  padding: 30px 30px 50px 40px;
  background: rgba(216, 216, 216, 0.25);
  border-left: 6px solid #6575c2;
}
.lead-title {
  font-size: 38px;
  color: #333333;
  text-align: center;
  line-height: 57px;
}
.lead-desc {
  font-size: 26px;
  color: #666666;
  text-align: justify;
  line-height: 42px;
  margin-top: 10px;
}
.head {
  text-align: center;
}

.head .sline {
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  margin-top: 10px;
}
.head .sline span {
  position: relative;
  height: 45px;
  line-height: 45px;
  display: inline-block;
}
.head .sline span:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -100px;
  width: 80px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.head .sline span:after {
  content: "";
  position: absolute;
  top: 22px;
  right: -100px;
  width: 80px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.live-item {
  margin-top: 60px;
}
.time {
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border-radius: 100px;
  background: rgba(101, 117, 194, 1);
  font-size: 36px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.live-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.live-title .title-img img {
  width: 60px;
  height: 70px;
}
.live-title .title-word {
  padding: 0 25px;
}
.title-word{
	/*max-width: 550px;*/
}
.live-title .title-word p {
  font-size: 38px;
  color: #333333;
  text-align: center;
  line-height: 55px;
}
.live-nr {
  padding: 0 45px;
  margin-top: 40px;
}
.live-img {
  width: 660px;
  height: 400px;
  position: relative;
}
.live-img img {
  width: 660px;
  height: 400px;
}
.live-img .name {
  position: absolute;
  bottom: 85px;
  right: -15px;
  padding: 0px 10px;
  background: #6575c2;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
}
.live-img .school {
  position: absolute;
  bottom: 30px;
  right: 0px;
  line-height: 40px;
  padding: 0px 15px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  color: #666666;
}
.live-words {
  margin-top: 40px;
}
.news .live-words {
  max-height: 320px;
  overflow: hidden;
}
.live-words p {
  font-size: 28px;
  color: #666666;
  line-height: 45px;
  margin-bottom: 15px;
  text-align: justify;
}
.live-words p a{
	color: rgba(101, 117, 194, 1);
}
.live-discuss {
  margin-top: 30px;
  max-height: 290px;
  overflow: hidden;
}
.live-discuss p {
  font-size: 28px;
  color: #666666;
  line-height: 45px;
  margin-bottom: 15px;
  text-align: justify;
}
.live-more {
  width: 660px;
  height: 50px;
  margin: 10px auto 0;
  background: rgba(216, 216, 216, 0.31);
  text-align: center;
  font-size: 22px;
  color: #666666;
  line-height: 50px;
}
.forum-title {
  margin-top: 30px;
  text-align: center;
  font-size: 38px;
  color: #333333;
  text-align: center;
  line-height: 55px;
}
.forum-title1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forumpng {
  width: 120px;
  margin-right: 20px;
}
.live-teacher {
  margin-top: 12px;
}
.teacher {
  /*height: 75px;*/
 padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.teacher + .teacher {
  border-top: 1px dashed #dbd8d8;
}
.line {
  width: 6px;
  height: 20px;
  background: rgba(101, 117, 194, 1);
}
.teacher-name {
  font-size: 30px;
  color: #333333;
  margin: 0 20px;


}
.job {
  font-size: 24px;
  color: #666666;
}
.job p{
	line-height: 38px;
}
.shot-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.shot-title img {
  width: 60px;
  height: 50px;
}
.shot-title span {
  font-size: 38px;
  color: #333333;
  line-height: 40px;
  margin-left: 20px;
}
.photo {
  width: 680px;
  margin: 30px auto 0;
  position: relative;
}
.photo li {
  width: 330px;
  padding: 0 5px;
  height: auto;
  position: absolute;
}
.photo img {
  width: 330px;
}
.back {
  text-align: center;
  margin: 30px auto 0;
}
.back img {
  width: 30px;
}
.back p {
  font-size: 24px;
  color: #ccc;
}
.copyright {
  width: 100%;
  height: 100px;
  background: #f4f4f4;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .logo {
  width: 218px;
  height: 43px;
  margin-right: 30px;
}
.copyright .live2 {
  width: 110px;
  height: 30px;
}
.footer {
  width: 100%;
  height: 300px;
  padding-top: 40px;
  background: #6575c2;
  text-align: center;
}
.footer p{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-top: 0px;
}
.fc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.fc img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.eolwx {
  width: 100%;
  height: 128px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.shadow {
  width: 850px;
  height: 128px;
  background: rgba(216, 216, 216, 0.25);
  /* box-shadow:0px 0px 7px 0px #eee; */
  box-shadow: inset 0px 0px 5px 4px #eee;
  position: absolute;
  top: 0;
  right: -50px;
  left: -50px;
}
.eolwx-left {
  width: 500px;
  height: 128px;
  float: left;
  margin-left: 50px;
}
.eollogo {
  width: 88px;
  height: 88px;
  float: left;
  margin: 20px 22px 20px 46px;
}
.eollogo img {
  width: 88px;
  height: 88px;
}
.eoltitle {
  font-size: 28px;
  /* font-weight: bold; */
  color: #000;
  line-height: 128px;
  float: left;
}
.guanzu {
  width: 120px;
  height: 44px;
  border: #a0a0a0 1px solid;
  border-radius: 10px;
  float: right;
  text-align: center;
  line-height: 44px;
  margin: 41px 90px 41px 0;
  font-size: 22px;
}
/* .guanzu a {
  color: #000000;
  font-size: 22px;
} */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.abox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 350px;
  height: 350px;
}
.imgbox {
  width: 100%;
}
.imgbox img {
  width: 100%;
}
.live-video{
	width: 680px;
	margin: 0 auto;
}
.question-title{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.question-title img {
    width: 66px;
    height: 56px;
}
.question-title span {
    color: #333333;
    font-size: 38px;
	line-height: 40px;
	margin-left: 20px;
}
.questionbox{
	width: 670px;
	margin-left: 50px;
	margin-top: 30px;
}
.question-li{
	position: relative;
	padding-left: 35px;
	padding-bottom: 45px;
	border-left: 1px solid #DFDFDF;;
}
.question-li:last-child{
	padding-bottom: 0;
}
.quebq{
	position: absolute;
	left: -18px;
	top: 5px;
}
.quebq img{
	width: 36px;
	height: 36px;
}
.que{
	font-size: 32px;
	color: #333333;
	line-height: 45px;
}
.queimg{
	text-align: center;
	margin-top: 18px;
}
.queimg img{
	max-width: 100%;
}
.queimg p{
	font-size: 26px;
	color: #666;
	margin-top: 10px;
}
.ans{
	max-height: 240px;
	overflow: hidden;
	font-size: 28px;
	color: #666666;
	line-height: 40px;
	margin-top: 18px;
	text-align: justify;
}
.ans p+p{
	margin-top: 18px;
}
.ansmore{
	width: 100%;
    height: 45px;
    margin: 22px auto 0;
    background: rgba(216, 216, 216, 0.31);
    text-align: center;
    font-size: 22px;
    color: #666666;
    line-height: 45px;
}
.zixun{
	margin-top: 50px;
	padding: 0 40px;
}
.zixun-title{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.zixun-title img{
	width: 26px;
	height: 35px;
}
.zixun-title span{
	font-size: 30px;
	color: #333333;
	margin-left: 15px;
}
.zixun-li{
	height: 70px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #EDECEC;
}
.zixun-li .cirl{
	width: 6px;
	height: 6px;
	opacity: 0.75;
	background: #E2E2E2;
}
.zixun-li .words{
	font-size: 28px;
	color: #666666;
	margin-left: 15px;
}
.zixun-li .words a{
	color: #666666;
}
