﻿/* 侧栏 */
.side-bar,
.side-bar .side-item {
  margin-bottom: 20px;
}
.side-item {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 2px #dedada;
  border-bottom: 1px solid #cfd8e8;
}
.side-bar a {
  color: #2489e2;
  text-decoration: none;
}
.side-qa {
  padding: 20px 46px 10px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #eee;
}
.side-qa p {
  margin-top: 10px;
  line-height: 30px;
  color: #424a6b;
}
.side-qa button {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background: #6799f3;
  color: #fff;
  letter-spacing: 2px;
}
.side-jpg img {
  max-width: 100%;
  margin-bottom: 20px;
}
.title-line a {
  font-size: 0.8em;
}
.live-list .live-item {
  height: 120px;
  margin-bottom: 30px;
}
.live-list p.time {
  line-height: 30px;
  color: #6799f3;
}
.live-item .live-img {
  float: left;
  margin-right: 12px;
}
.live-item h3 {
  font-size: 18px;
}
.live-item .view-count {
  float: right;
  color: #979797;
}
.live-item .title {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.live-item .title a {
  color: #333;
}
.live-item .title a:hover,
.live-teacher a:hover {
  text-decoration: underline;
}
/* 侧栏 */
.live-list p.time {
  line-height: 30px;
  color: #6799f3;
}
.live-list p.time:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 10px;
  border-color: #6799f3;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.live-list .live-img {
  float: left;
  margin-right: 12px;
}
.live-list  {
  width: 100%;
}

/*.title{*/
  /*width: 200px;*/
/*}*/
.live-list .title {
  height: 60px;
  overflow: hidden;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.live-list .title h3 {
  font-size: 14px;
  line-height: 20px;
}
.live-item .view-count {
  color: #979797;
  font-size: 12px;
}
.live-item .title a {
  color: #333;
}
.live-item .title a:hover,
.live-teacher a:hover {
  text-decoration: underline;
}
.side-tag .tags a {
  display: inline-block;
  margin: 0 10px 14px 0;
  padding: 6px;
  border: 1px solid #dadada;
  border-radius: 6px;
  letter-spacing: 2px;
  max-width: 206px;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.side-tag .tags a:hover, .tags a.active {
  color: #fff;
  background: #6799f3;
}
.user-list .list-group-item {
  border-color: transparent;
}
