.l-top-header .l-links a:hover{
  text-decoration: none;
}
body{
  background-color: #f7f7f7;
}
.container{
  margin : 20px auto;
  width: 1200px;
  display: flex;
}
.container .con-left{
  margin-right: 20px;
  width: 792px;
  background-color: #fff;
}
.container h3{
  font-size: 20px;
  width: 582px;
  color: #3B4355;
  font-weight: bold;
}
#con_list li{
  padding: 20px 0;
  width: 752px;
  margin: 0 20px;
  border-bottom: 1px solid #F0F2F6;
  display: flex;
  justify-content: space-between;
}
#con_list li .img-left{
  height: 100px;
  width: 150px;
  overflow: hidden;
}
#con_list li .img-left img{
  width: 150px;
  min-height: 100px;
}
#con_list li .txt-right{
  width: 582px;
}
#con_list li .txt-right:hover h3{
  color: #E22E35;
}

li .txt-right{
  font-size: 14px;
  color: #90969F;
  line-height: 20px;
}
li .txt-right h3{
  text-overflow : ellipsis;
  overflow: hidden;
  white-space: nowrap ;
}
li .txt-right p{
  margin: 14px 0 8px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.txt-right .info-wrap span{
  margin-right: 16px;
}
.txt-right .info-wrap .txt-name{
  color: #3B4355;
}
#page{
  text-align: center;
}
.layui-laypage a:hover {
  color: #e64f4c;
}

.teacher-wrap{
  background-color: #fff;
  margin: 18px 0 20px;
  width: 388px;
}
.teacher-wrap li{
  display: flex;
  width: 356px;
  padding: 0 16px;
  height: 100px;
  box-shadow: 0 1px 0 0 #F0F2F6;
  align-items: center;
  justify-content: space-between;
}
.teacher-wrap li img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.teacher-wrap li .intro{
  width: 211px;
  font-size: 14px;
  color: #90969F;
  text-overflow : ellipsis;
  overflow: hidden;
  white-space: nowrap ;
}
.teacher-wrap li .txt-name{
  font-size: 18px;
  color: #3B4355;
  display: inline-block;
  margin-bottom: 8px;
}
.teacher-wrap li .qes-btn{
  width: 60px;
  height: 28px;
  line-height: 28px;
  background: #508DEE;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.teacher-wrap li .qes-btn:hover{
  background: #406BAF;
}
.teacher-wrap li .avatar-wrap{
  position: relative;
}
.teacher-wrap li .icon-v{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
/* 经典策略 */
.strategy-wrap{
  margin-top: 18px;
  width: 388px;
  background: #fff;
}
.strategy-wrap li{
  padding: 16px;
  box-shadow: 0 1px 0 0 #F0F2F6;
}
.strategy-wrap li a.link{
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strategy-wrap li a.link:hover .strategy-title {
  color: #E22E35;
}
.strategy-wrap .strategy-title{
  font-family: MicrosoftYaHeiUI;
  font-size: 18px;
  color: #3B4355;
  line-height: 24px;
}
.strategy-wrap .intro{
  font-size: 14px;
  color: #508DEE;
}
.strategy-wrap .txt-name{
  font-size: 14px;
  color: #90969F;
  margin-right: 10px;
}





.pop_content_body {
  background: #fff;
  border-radius: 10px;
}
/* footer */
.footer{ background-color: #fafafa; margin-top: 35px; padding: 20px 0; border-top: 1px solid #ccc; text-align: center; font-size: 12px; line-height: 28px; color: #333; padding-bottom: 50px;}
.footer a{ color: #656565;}