/* ****************头部内容 *************************/


/* 单行文本控制 */
.textControl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block {
  display: block;
}

body {
  min-width: 1200px;
  padding-top: 100px;
}

/* 多行文本控制 */
.textControls {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notBottomLine {
  border-bottom: none;
}

html {
  overflow-x: auto;
}

body {
  position: relative;
}


i {
  display: inline-block;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* 多行文本控制 */
.textControls {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.transColor {
  transition: color 0.2s;
}

li {
  list-style: none;
}
.header_content{  
    height: auto; 
    overflow: hidden; 
}

.tool {
  /* position: fixed;
  top: 0;
  left: 0;  */
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(245, 245, 245, 1);
  border-bottom: 1px solid rgba(220, 223, 230, 1);
  z-index: 2060;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0 40px;
  letter-spacing: 1px;
  background-color: black;
  color: white;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 5px;
  z-index: 99999;
  cursor: default;
}

.tool a {
  display: inline;
}

.transColor:hover {
  color: rgba(26, 140, 254, 1);
}

.tool .center {
  position: relative;
  text-align: left;
}

.tool .appBox {
  display: none;
  position: absolute;
  left: -20px;
  top: 40px;
  width: 315px;
  height: 178px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .radius {
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

.tool .appBox .ewm .radius {
  transform: rotate(-45deg);
  left: -1px;
  top: 20px;
}

.tool .appBox .ewm {
  display: none;
  position: absolute;
  right: -125px;
  top: 0px;
  width: 110px;
  height: 110px;
  text-align: center;
  padding-top: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .ewm {
  display: none;
  position: absolute;
  right: -125px;
  top: 0px;
  width: 110px;
  height: 110px;
  text-align: center;
  padding-top: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  box-shadow: 0px 6px 12px rgba(99, 110, 155, 0.1);
  border-radius: 5px;
}

.tool .appBox .ewm .ewmImg {
  width: 69px;
  height: 69px;
}

.tool .appBox .ewm .xz {
  font-size: 12px;
  color: #333444;
  line-height: 15px;
}

.tool .studyApp .point {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  transition: transform .4s;
}

.tool .studyApp .rotate {
  transform: rotate(180deg);
}

img {
  border: none;
}

.tool .tip {
  height: 100%;
  color: rgba(144, 147, 153, 1);
  font-size: 12px;
}

.tool .appBox .app:nth-child(odd) {
  width: 115px;
}

.tool .appBox .app:nth-child(even) {
  margin-right: 10px;
}

.tool .appBox .app {
  margin-bottom: 10px;
  width: 145px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}

.tool .appBox .app .name {
  margin-top: 1px;
  font-size: 14px;
  transition: color .2s;
  cursor: pointer;
}

.tool .appBox .app:hover .name {
  color: rgba(26, 140, 254, 1);
}

.tool .appBox .app .appImg {
  margin-right: 8px;
}

.tool .appBox .radius {
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

/* 导航栏 */
.nav {
  width: 100%;
  height: auto;
  z-index: 2050;
  padding-top: 26px;
  line-height: normal;
  box-shadow: none;
  background: #fff; 
  overflow: hidden;
}
.tagBox{
  width: 908px;
  overflow: hidden;
}

.tagBox a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
  transition: color 0.2s;
}

.nav .user {
  width: 280px;
  height: 100%;
}

.nav .user .notice img {
  vertical-align: middle;
}

.nav .user .hasNotice::before {
  position: absolute;
  /* top: 20px; */
  top: 0px;
  right: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(26, 140, 254, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.nav .user .notLogin {
  font-size: 16px;
  font-weight: 400;
  color: #303133;
}


.nav .user .notLogin span {
  color: rgba(48, 49, 51, 1);
  transition: color 0.2s;
  cursor: pointer;
}

.nav .user .notLogin .login {
  margin-right: 10px;
}

.nav .user .notLogin .register {
  margin-left: 10px;
}

.nav .user .notice {
  position: relative;
  margin-left: 24px;
  margin-right: 16px;
  cursor: pointer;
  display: inline-block;

}


.nav .user .userImg {
  position: relative;
  display: inline-block;
  height: 100%;
}

.nav .user .upRank {
  margin-left: 10px;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 145, 13, 1);
  box-shadow: 0px 6px 16px rgba(255, 145, 13, 0.5);
  cursor: pointer;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


/* 消息盒子 */
.noticeBox {
  display: none;
  width: 320px;
  min-height: 355px;
  position: absolute;
  left: -152px;
  top: 60px;
  line-height: 12px;
  background: #ffffff;
  border: 1px solid #e5e8ed;
  border-radius: 6px;
  box-shadow: 0px 12px 24px 0px rgba(99, 110, 155, 0.2);
}

.noticeBox-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.noticeBox-wrap .radius {
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  transform: rotate(45deg);
  background: #FFFFFF;
}

.noticeBox h5 {
  height: 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #303133;
  border-bottom: 1px solid #ebeef5;
  margin-top: 12px;
  padding-bottom: 12px;
}

.noticeBox .notice-part,
.noticeBox .notice-part2,
.noticeBox .notice-part1,
.noticeBox .notice-part3 {
  padding: 14px 30px;
  border-bottom: 1px dashed #ebeef5;
}

.noticeBox .notice-part2 {
  border-bottom: 1px solid #ebeef5;
}

.noticeBox .notice-part3 {
  border: none;
}

.noticeBox .p1 {
  height: 20px;
  line-height: 20px;
}

.noticeBox .notive-title {
  font-size: 12px;
  font-weight: 400;
  color: #303133;
}

.noticeBox .notice-liveTime {
  font-size: 12px;
  color: #c0c4cc;
}

.noticeBox .notice-part1,
.noticeBox .notice-part2 {
  position: relative;
}

.noticeBox .p1 i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fa5555;
  position: absolute;
  top: 21%;
  left: 5%;
}

.noticeBox .remindText {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #909399;
  line-height: 20px;
}

.noticeBox .lookMore {
  display: block;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #606266;
}

.noticeBox .lookMore:hover {
  color: rgba(26, 140, 254, 1);
}

.notice:hover .noticeBox {
  display: block;
  z-index: 2000;
}



.nav .user .userImg {
  position: relative;
  display: inline-block;
  height: 100%;
}

.nav .user .upRank {
  margin-left: 10px;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 145, 13, 1);
  box-shadow: 0px 6px 16px rgba(255, 145, 13, 0.5);
  cursor: pointer;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}

.nav .user .userImg .userHead {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

/* 大搜索框 */
.inputBox .searchInput {
  width: 525px;
  height: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #515151;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 6px 0px 0px 6px;
  outline: none;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
}

.inputBox .searchInput:focus {
  border: 1px solid #1A8CFE;
}

.inputBox .searchButton {
  width: 108px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(26, 140, 254, 1);
  border-radius: 0px 6px 6px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}

.searchButton span {
  font-size: 14px;
}

.searchButton span img {
  width: 14px;
  position: relative;
  top: 0px;
  margin-right: 12px;
}

.btnColor {
  transition: background-color .2s;
}

.inputBox .tagBox {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.inputBox .tagBox a:hover {
  color: rgba(26, 140, 254, 1);
}

.inputBox .tagBox a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
  transition: color 0.2s;
}

.inputBox .hotBox {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.tagBox a:hover {
  color: rgba(26, 140, 254, 1);
}









/* ********************section***********************/

/* nav-left */
.nav-left {
  width: 750px;
  min-height: 300px;
}

.nav_warp {
  border-bottom: 1px solid #e4e7ed;
}

.nav_warp li {
  width: 80px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  cursor: pointer;
  z-index: 2000;
  transition: all .3s;
}

.appBox {
  z-index: 20020;
}

.nav_warp li i {
  width: 80px;
  height: 4px;
  background: #1a8cfe;
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

.nav_warp .active {
  font-weight: 700;
  text-align: center;
  color: #1a8cfe;
}

.search_data_content {
  min-height: 400px;
}

.search_data {
  min-height: 400px;
}


.nav_warp .active i {
  display: block;
}

.right-part {
  width: 320px;
  min-height: 300px;
}

.search-item {
  border-bottom: 1px solid#eeefff;
  padding: 30px 0px;
}

.highlight {
  color: red;
}

.search-item-tit .highlight {
  font-weight: 700;
  font-size: 18px;
}

.item_left {
  width: 175px;
  height: 106px;
  border-radius: 6px;
}

.item_left img {
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.lesson_text:hover .lesson_text_left>a>img {
  transform: scale(1.1);
}

.item_right {
  width: 560px;
  height: 106px;
}

.item_right .p1 a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  color: #333444;
}

.art-tit .highlight {
  font-weight: 700;
}

.item_right .p1 a .highlight {
  font-weight: 700;
}

.item_right .p2 {
  height: 20px;
  margin-top: 5px;
}

.item_right .p2 a {
  display: block;
  float: left;
  font-size: 12px;
  color: #999aaa;
  margin-right: 10px;
}

.item_right .p2 .a1 {
  margin-right: 15px;
}

.item_right .p2 .a2 img {
  width: 12px;
  height: 10px;
  margin-right: 4px;
}

.item_right .p2 .a3 img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}

.item_right .p2 .a4 img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}

.item_right .p3 {
  height: 40px;
  margin-top: 7px;
}

.art-intro .highlight {
  font-size: 14px;
}

.item_right .p3 a {
  font-size: 14px;
  color: #777888;
}

.item_right .p3 .highlight {
  font-size: 14px;
}

/* 软件下载 */
.uploadBox {
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid#eeefff;
}

.uploadBox .subject {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.subject dt {
  float: left;
  margin-right: 20px;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  border: 1px solid rgba(229, 232, 237, 1);
  border-radius: 6px;
}

.subject dt img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  transition: transform .2s;
}

.subject dd {
  float: left;
  width: 610px;
}

.subject .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(96, 98, 102, 1);
  transition: color .3s;
}

.subject .name a:first-of-type {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subject .name .time {
  float: right;
  color: rgba(96, 98, 102, 1);
  font-size: 14px;
}

.inline-block {
  display: inline-block;
}

.subject .introduce {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  height: 38px;
  color: rgba(144, 147, 153, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.subject .introduce * {
  font-size: 14px;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
}

.subject .introduce .highlight {
  font-size: 14px;
}

.subject .upload {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(96, 98, 102, 1);
}

.subject .upload a {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
  transition: background-color 0.2s;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(26, 140, 254, 1);
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
}

/* 软件下载 */

/* 全部搜索 */
.search_data_content .video {
  margin-bottom: 30px;
}

.search_data_content .allContent {
  border-bottom: none;
}

.search_data_content>.search-item-tit {
  margin-bottom: 0px;
}

.search-item-tit {
  display: block;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #333444;
  margin-bottom: 20px;
}

.allContent .item_right {
  position: relative;
}

.allContent .describe a {
  font-size: 14px;
  color: #777888;
  line-height: 22px;
}

.allContent .describe * {
  font-size: 14px;
}

.allContent .describe a:hover {
  color: #1890FF;
}

.allContent .describe .highlight {
  font-size: 14px;
}

.allContent .searchType {
  font-size: 12px;
  color: #999aaa;
  position: absolute;
  bottom: 5px;
}

.allContent .info {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.allContent .info a {
  display: block;
  float: left;
  font-size: 12px;
  color: #999aaa;
  margin-right: 10px;
}

.allContent .info a:hover {
  color: #1890FF;
}

.allContent .icon-font img {
  width: 12px;
  height: 10px;
  margin-right: 4px;
}

.mr15 {
  margin-right: 15px;
}

.allContent .ziliao {
  text-align: center;
  line-height: 106px;
  border: 1px solid rgba(229, 232, 237, 1);
  border-radius: 6px;
}

.allContent .ziliao img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  transition: transform .2s;
}

.search-item:hover .item_left img {
  transform: scale(1.1);
}

.allContent .timeLength a {
  font-size: 14px;
  color: #777888;
}

.allContent .timeLength a:hover {
  color: #1890FF;
}

.describe .intro {
  min-height: 45px;
  margin-bottom: 10px;
}
 
/* 全部搜索 */

.nav-left .show_not_data {
  width: 100%;
  height: 150px;
  display: none;
}

.show_not_data .p1 {
  height: 20px;
  font-size: 14px;
  color: #c0c4cc;
}

.show_not_data .p1 span {
  width: 150px;
  height: 1px;
  display: inline-block;
  display: inline-block;
  background: #e4e7ed;
  position: relative;
  top: -4px;
}

.show_not_data .p1 span:nth-of-type(1) {
  margin-right: 15px;
}

.show_not_data .p2 span:nth-of-type(2) {
  margin-left: 15px;
}

.show_not_data .p2 {
  font-size: 14px;
  color: #c0c4cc;
}

.bottom_search .inputBox .searchInput {
  width: 86%;
}

.bottom_search .inputBox .searchButton {
  width: 14%;
}

.min_title {
  color: #303133 !important;
}

/* ******right-part*******/
.search-record h5 {
  height: 42px;
  border-bottom: 1px solid#e4e7ed;
}

.search-record h5 a:nth-of-type(1) {
  color: #303133;
}

.search-record h5 a:nth-of-type(2) {
  height: 20px;
  font-size: 14px;
  color: #c0c4cc;
}

.search-list {
  min-height: 60px;
}

.search-list p {
  padding: 10px 0px;
}

.search-list p span {
  height: 20px;
}

.search-list p a {
  font-size: 14px;
  color: #303133;
  font-weight: 400;
}

.search-list p a:first-of-type {
  width: 160px;
  display: inline-block;
}

.search-list p span {
  font-size: 14px;
  color: #c0c4cc;
}

.part-content-box {
  min-height: 600px;
}


.right-part .hot_course {
  display: inline-block;
  padding: 14px 0px;
  color: #303133;
}



.wrap_img_left .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  opacity: 0;
  transition: all .4s;
}

.wrap_img_left .mask>img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: scale(1.3);
  transition: all .4s;
  opacity: 0;
}



.wrap_text_right .a1 {
  height: 36px;
  font-size: 14px;
  color: #000000;
}

.wrap_text_right .a2 {
  height: 17px;
  font-size: 12px;
  color: #909399;
}

.part-content:hover .mask {
  opacity: 1;
}

.part-content:hover .wrap_img_left img {
  transform: scale(1.1);
}

.part-content:hover .mask>img {
  opacity: 1;
  transform: none;

}

.hot_article .title {
  width: 300px;
  border-bottom: 1px solid #e4e7ed;
}

.hot_article_list {
  min-height: 180px;
}

.hot_article_list li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #dcdfe6;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.hot_article_list .hot_style {
  background: #1a8cfe;
}

.hot_article_list li {
  height: 40px;
}

.hot_article_list li a {
  display: inline-block;
  margin-left: 13px;
  width: 280px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

/* ***********empty **********/
.empty {
  display: none;
}

.search-list .empty {
  text-align: center;
  font-size: 14px;
  color: #999aaa;
  line-height: 60px;
}

.not_lesson_content div:nth-of-type(1) img {
  width: 261px;
  height: 198px;
  margin: 50px auto;
  display: block;
}

.not_lesson_content div:nth-of-type(2) {
  text-align: center;
  height: 33px;
}

.not_lesson_content div:nth-of-type(2) span {

  font-size: 24px;
  color: #c0c4cc;
}

.not_lesson_content div:nth-of-type(2) a {
  font-size: 24px;
  color: #1a8cfe;
}

.search_lesson div {
  padding: 50px 0px;
}

.search_lesson div a {
  margin: 0px 20px 20px 0px;
}

.card-title {
  width: 100%;
  display: block;
  height: 40px;
  font-size: 14px;
  color: #303133;
}

.aEle {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #909399;
  margin-top: 8px;
  margin-bottom: 8px;
}

.card-body>p {
  width: 100%;
  overflow: hidden;
}

.card-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.card {
  border: 1px solid #f3f3f3;
}

.howStudy {
  display: inline-block;
  height: 17px;
  max-width: 143px;
  font-size: 12px;
  color: #909399;
}

.card-text {
  height: 20px;
}

.look_hot_lesson .free_look {
  width: 52px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  background: #ffaa2e;
  color: #ffffff;
  font-size: 12px;
}

.look_more {
  font-size: 14px;
  margin-top: 6px;
}

/* *************footer************* */
.search_footer {
  padding: 32px 0px;
  height: 105px;
  background: #ffffff;
  border-top: 1px solid #ebeef5;
  text-align: center;
}

.search_footer a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #909399;
  line-height: 24px;
}

/* 分页 */
.loadingPage .jc-pagination li:nth-of-type(1) {
  display: none;
}

.loadingPage .jc-paging {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.loadingPage .jc-pagination {
  height: auto;
  display: inline-block;
}


li.search-tips {
  float: left;
  width: 350px;
  margin-left: 25px;
}

.search-tips>div {
  color: #444;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-tips>div span {
  color: red;
  font-size: 13px;

}

.search-tips>div a {
  font-size: 13px;
  color: #1a8cfe;

}

.Copy_year {
  font-size: 12px;
}

/* 搜索直播 start */
.search_data_content .live_item {
  width: 220px;
  display: inline-block;
  margin-right: 30px;
  border: 1px solid #F3F3F3;
  margin-top: 30px;
  padding: 0px 0px 0px;
}

.search_data_content>.live_item:nth-child(3n),
.video>.live_item:nth-child(3n) {
  margin-right: 0px;
}

.live_item .overflow-hide {
  width: 100%;
  height: 121px;
}

.live_item .overflow-hide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.live_item .overflow-hide img {
  width: 100%;
}

.live_item .live_info {
  padding: 14px 10px;
}

.live_item .live_name {
  font-size: 14px;
  height: 40px;
}

.live_item .live_name .highlight {
  font-size: 14px;
}

.tipTaps_item {
  font-size: 12px;
  background-color: #F2F6FC;
  padding: 2px 6px;
  margin-right: 5px;
}

.teacher_name {
  font-size: 14px;
  color: #606266;
}

/* 搜索直播 end */