.news  .left a{
   display:block;
width:100%;
position:relative
}
.news .left a .play{
  position: absolute;
width:54px;
height:59px;
background:url(../images/play.png) no-repeat;
background-size:cover;
left:50%;
top:50%;
transform: translate(-50%,-50%);
z-index:999
}
.news{
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.news h2{
  color: #333;
  font-size: 20px;
  padding: 15px;
  position: relative;
}
.news h2 a{
  float: right;
  font-size:14px;
  color: #555;
  margin-top: 5px
}
.news h2 a img{
  width: 18px;
  position: relative;
  top:3px;
}
.news h2:after{
  position: absolute;
  width: 4px;
  height: 22px;
  background: #e62129;
  content: '';
  left: 0;
  top: 18px;
  border-radius: 4px
}
.news .left{
  float: left;
  background-color: #fff;
  width: 45%;

}
.news .left a{
  display: block;
  height: 300px
}
.news .left img{
  display: block;
  width: 100%;
  display: none
}
.news ul{
  float: left;
  background-color: #fff;
  width: 55%;
  height: 301px;
}
.news ul li{
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  padding: 0 15px;
  border-bottom: solid 1px #f0f0f0;
}
.news ul li:last-child{
  border-bottom: none;
}
.news ul li a{
}
.news ul li span{
  float: left;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 78%;
}
.news ul li font{
  float: right;
  color: #333;
  font-size: 16px;
}
/*教师培训开始*/
.commonList{
  width:100%;
  height:auto;
  margin-top: 30px;
}
.commonList .content{
  width:1200px;
  /*height:588px;*/
  margin: 0px auto;
  background-color: #fff;
  padding-bottom: 30px
}
.commonList .content .left{
  float: left;
  width: 840px;
  margin-left: 20px
}
.commonList .content h2{
  background-color: #15499a;
  color:#fff;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin-top: 15px;
  position: relative;
  padding-left: 25px
}
.commonList .content h2 span{
  font-size: 14px;
  padding-left: 25px
}
.commonList .content h2 a{
float:right;  
color:#fff;
font-size: 14px;
margin-right:10px;
}
.commonList .content .right h2{
  /*text-align: center;*/
  padding: 0;
padding-left:16px
}
.commonList .content .right h2:after{
  background: #15499a;
}
.commonList .content h2:after{
  position: absolute;
  width: 4px;
  height: 22px;
  background: #e62129;
  content: '';
  left: 10px;
  top: 13px;
  border-radius: 4px
}
.commonList .content .left ul{
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonList .content .left ul li{
  width: 32%;
  margin:10px 0;
  padding-bottom: 15px
}
.commonList .content .left ul li:hover{
  box-shadow: 0px 10px 15px 15px #f0f0f0;
}
.commonList .content ul li a img{
  display: block;
  width: 100%;
}
.commonList .content .left ul li a .title{
  font-size: 18px;
  color: #333;font-weight:bold;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.commonList .content .left ul li a .title:after{
  position: absolute;
  content: '';
  width: 25%;
  height: 2px;
  background: #00a0e9;
  left: 5px;
  bottom: 0
}
#join1 .content a .title::after{
  background: #00c100;
}
#join2 .content a .title::after{
  background: #ffc000;
}
#join3 .content a .title::after{
  background: #00b0dc;
}
#join4 .content a .title::after{
  background: #00fcff;
}
#join5 .content a .title::after{
  background: #ff8400;
}
#join6 .content a .title::after{
  background: #0054ff;
}
#join7 .content a .title::after{
  background: #0054ff;
}
.commonList .content .left ul li a p{
  color: #333;
  font-size: 14px;
  padding: 15px 5px 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px
}
.content .right{
  float: left;
  width: 300px;
  margin-left: 20px
}
.content .right ul{
  margin-top: 10px;
  background: #f0f0f0;
  width: 100%;
  padding-bottom: 20px;
  /*min-height: 600px*/
}
.content .right ul li{
  display: block;
  padding: 10px;
  position: relative;
}
.content .right ul li:after{
  position: absolute;
  bottom: 0;
  content: '';
  background: #ccc;
  width: 94%;
  left: 3%;
  height: 1px;
}
.content .right ul li:last-child:after{
  background: #f0f0f0
}
.content .right ul li a{
  color: #333;
  font-size: 15px;
}
.content .right ul li:hover{
  background: #fff;
  color: #00a0e9
}
.content .right ul li:hover a{
  color: #00a0e9
}
.commonList .content dl{
  width: 70%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonList .content dl dd{
  width: 33%;
  margin:10px 0;
  padding-bottom: 15px;
  font-size: 17px;
  color: #333
}
.commonList .content dl dd img{
  position: relative; 
  top: 6px;
  margin-right: 10px
}


.commonList .content .fengcai{
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonList .content .fcList{
  width: 23.5%;
  margin:10px 0;
  padding-bottom: 15px
}
.commonList .content .fcList img{
  display: block;
  width: 100%;
  height:160px
}
.commonList .content .fcList p{
  display: block;
  width: 86%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding-top: 15px
}
.pick {
    content: ' ';
    width: 32%;
    overflow: hidden;
}
