#content {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  width:100%;
}

.sidebar {
  border: solid 1px #f0f0f0;
  border-right: none;
  text-align: left;
}

.sidebar-channels__title {
  line-height: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 14px;
  border-right: 1px solid #f0f0f0;
  transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  padding: 0 10px 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3b3a3a;
  border-top: 1px solid #eee;
}

.sidebar-channels__title .el-icon-menu {
  color: #5e9bec;
}

.top {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-top: none;
  border-right: 1px solid #f0f0f0;
  padding-left: 10px;
  cursor: default;
}

.sidebar-channels__title:hover {
  background: rgb(220,235,254); 
  color: #5e9bec;
}

.sidebar-channels__title.active {
  background: rgb(220,235,254); 
  color: #5e9bec;
}

.expand-icon {
  display: inline-block;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border: 6px solid transparent;
  border-right-width: 0;
  border-left-color: #97a8be;
  border-left-width: 7px;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform .3s ease-in-out;
}

.expand-icon:hover {
  border-left-color: #999;
}

.expand-icon.expanded {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.sidebar-channels__lists {
  position: relative;
}

.sidebar-channels-item {
  cursor: pointer;
}

.current-title {
  padding-top: 6px;
  font-size: 20px;
}

.el-icon-ui-video {
  color: #5e9aea;
}

.sidebar-channels-title{
  text-decoration: none;
  color: #000;
  margin-left: 4px;
}

.sidebar-channels__title i{
  float: left; 
  line-height: 36px;
}

.sidebar-channels__title .vod-menu-img{
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar-channels__title-label {
  width: 130px; 
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.sidebar-channels__title.sub {
  border-top: none;
  background: #fff;
  color: #8e8e8e;
  padding: 0 4px 0 20px;
}

.sidebar-channels__title.sub:hover {
  background: #d9ecfa;
  color: #5f9aea;
}

.sidebar-channels__title.sub.active {
  color: #5f9aea;
  position: relative;
}

.sidebar-channels__title.sub.active:before {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  left: 0px;
  top: 10px;
  background: #5f9aea;
}

.sidebar-channels-title:hover {
  color: #FF7242;
}

.clean-search {
  margin-top: 7px;  
}

.main-block {
  transition: all, .2s;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
}

.search-bar {
  margin-bottom: 12px;
}

.search-input {
  margin-bottom: 15px;
}

.el-input__inner {
  border-radius: 0;
}

.search-button {
  border-radius: 0;
  width: 100%;
}

.stright {
  border-radius: 0;
}

.tag-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 5px;
}

.tag-list li {
  float: left;
  margin-right: 8px;
  color: #5e9aea;
  cursor: pointer;
  transition: all, .2s;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
}

.tag-list li:hover {
  color: #FF7242;
}

hr {
  background-color: #ddd;
  height: 1px;
  border: none;
}

.main-content {
  margin-top: 16px;
}


.content-item__title {
  font-size: 16px;
  margin-bottom: 20px;
}

.content-item__title > i {
  color: #5e9aea;
}

.content-item__title .more a{
  text-decoration: none;
  font-size: 16px;
  color: #4C4948;
}

.content-item__notice {
  /*height: 100px;*/
  cursor: pointer;
  overflow: hidden;
}
.empty-notice {
  padding: 12px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.empty-notice i {
  color: #5e9aea;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}
.content-item__notice:hover {
    background:#e9e9e9
}

.notice-img {
  width: 40%;
  /*height: 100px;*/
  display: inline-block;
}

.notice-img img {
  width: 100%;
  height: 100%;
}

.live-list-cover {
  width: 208px;
  height: 117px;
  display: inline-block;
}

.live-list-cover img {
  width: 100%;
  height: 100%;
}

.live-list-info {
  height: 100px;
}

@media screen and (min-width: 1500px) {
  .live-list-cover {
    width: 240px !important;
    height: 135px !important;
  }
  .live-list-info {
    #height: 135px !important;
  }
}

.live-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.live-host {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.notice-info {
  width: 58%;
  display: inline-block;
  padding-left: 12px;
}

.notice-text {
  margin: 19px 0;
}

.content-item__card {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.card-img img{
  width: 100%;
  height: 115px;
}

.card-img:hover .mask {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.mask {
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.tag-bar{
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  padding-top: 3px;
  position: absolute;
}

.thumbnail{
    float: right;
    background:rgba(0,0,0,0);
    color: white;
}

.el-tag{
    margin-right: 4px;
    background:rgba(0,0,0,0);
}

.mask img{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.el-col-55 {
  width: 220px; 
  float: left;
}

.el-col-56 {
  float: left;
  width: calc(100% - 220px);
}

.card-title {
  margin: 5px 0 0 0;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  color: #333333;
}

.card-info {
  color: #bfbfbf;
  font-size: 12px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 20px;
  line-height: 20px;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.card-info i {
  color: #5e9bec;
  cursor: pointer;
}

.card-info__text {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-info__text.pc {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.play-info {
  padding: 16px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #bfbfbf;
}

.play-info-title {
  font-size: 16px;
  color: #3b3a3a;
}


.play-content-other {
  margin-right: 16px;
  color: #bfbfbf;
}

.tag-content {
  margin-top:14px;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:10px;
  border-top:0.5px solid #e9e9e9;
}
.tag-row{
  border-bottom:0.5px solid #e9e9e9;
}
.tag-left{
  padding:10px 10px;
  background-color:#f7fdff;
  text-align:left;
  width:122px;
}
.tag-selected{
    padding-left:10px;
}
.tag-title{
    margin-bottom:10px;
    margin-top:10px;
    font-size:13px;
    color:#9e9e9e;
}
.tv-show-title {
  line-height: 39px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 4px;
}
.icon_live{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 25px;
    font-size:14px;
    padding: 0 6px;
    background: #54c373;
    color: #fff;
    border-bottom-left-radius: 4px;
}
@media screen and (min-width: 1500px) {
}


