body {
  background: #f2f2f2;
  padding-bottom: 50px;
}
/*common*/
.section {
  width: 1200px;
  margin: 40px auto 0;
  background: #fff;
  line-height: 1;
  font-size: 0;
}
.section,
.section * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.section a {
  color: inherit;
}
.section .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.section .btn,
.section .yuyue {
  display: block;
  text-align: center;
  cursor: pointer;
  background: #ef2555;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.section .box-inline {
  text-align: center;
}
.section .box-inline .btn {
  display: inline-block;
  vertical-align: top;
}
.section .s_fl {
  float: left;
}

.section .headline {
  height: 70px;
  border: 1px solid #f2f2f2;
  padding: 0 25px 0 20px;
}
.section .headline p {
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
  float: left;
  width: 235px;
}
.section .container {
  margin-top: 25px;
}
.section .headline .right_more {
  float: right;
  width: 60px;
  height: 30px;
  line-height: 28px;
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: #666;
  border: 1px solid #e5e5e5;
}
.section .headline .right_more:hover {
  border-color: #ef2555;
  background: #ef2555;
  color: #fff;
}
.section .headline2 {
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.section1 {
  /* height: 300px; */
  padding-bottom: 20px;
}

.section .headline ul {
  float: left;
  margin: 10px 0 0;
  height: 60px;
}
.section .headline li {
  padding: 12px 0 0;
  font-size: 16px;
  cursor: pointer;
  float: left;
  height: 100%;
  border: 1px solid #fff;
  border-top-width: 4px;
  text-align: center;
  width: 80px;
}
.section .headline li.tab-max {
  width: 130px;
}
.section .headline li.active {
  font-size: 20px;
  font-weight: bold;
  border-color: #00c2cc #e6e6e6 #fff;
  color: #00c2cc;
  background: #fff;
}
.section .panel {
  display: none;
  margin: 0 25px;
}
.section .panel.active {
  display: block;
}

.section .content_left {
  width: 250px;
  float: left;
}
.section .content_left img {
  width: 230px;
  height: 370px;
}

.section .content_center {
  width: 640px;
  float: left;
}
.section .content_center li {
  font-size: 14px;
  line-height: 25px;
}
.section .content_list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #dbdbdb;
  margin: 0 12px 0 0;
}
.activityItem .activityLesson,
.learning_box .content_center li,
.liuxue_box .content_center li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activityItem .activityLesson:hover,
.learning_box .content_center li:hover,
.liuxue_box .content_center li:hover {
  color: #e81b3d;
}

.section .content_right {
  float: right;
  width: 260px;
  border-left: 1px solid #f2f2f2;
  padding-left: 20px;
  box-sizing: border-box;
}
.section.learning_box .tools ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section.learning_box .tools li {
  /* width: 80px; */
  height: 70px;
  text-align: center;
  background: #595350;
  color: #ccc;
  margin: 0 5px 5px 0;
  cursor: pointer;
  flex-grow: 1;
}
.section.learning_box .tools li .icon {
  height: 30px;
  width: 30px;
  margin: 9px auto;
  background: url(../../images2020/service_01.png) no-repeat;
  background-position: 0 0;
}
.section.learning_box .tools li:hover {
  color: #fff;
  background: #02b3bc;
}
.section.learning_box .tools li:hover .icon {
  background-image: url(../../images2020/service_02.png);
}
.section.learning_box .tools li p {
  line-height: 14px;
}
.section.learning_box .tools li .icon2 {
  background-position-x: -75px;
}
.section.learning_box .tools li .icon3 {
  background-position-x: -150px;
}
.section.learning_box .tools li .icon4 {
  background-position-y: -75px;
}
.section.learning_box .tools li .icon5 {
  background-position: -75px -75px;
}
.section.learning_box .tools li .icon6 {
  background-position: -150px -75px;
}
.section.learning_box .tools li .icon7 {
  background-position-y: -150px;
}
.section.learning_box .tools li .icon8 {
  background-position: -75px -150px;
}
.section.learning_box .tools li .icon9 {
  background-position: -150px -150px;
}
.section.learning_box .img {
  margin: 0 0 0 19px;
}
.section .content_right img {
  width: 240px;
  height: 140px;
}
.section .content_right ul {
  /* height: 180px; */
  overflow: hidden;
}
.hotclass-dy {
  display: block !important;
}
.section .content_right li,
.smallLang_box .hotItem {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.section .content_title {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  background: url(../../images2020/icon_02.png) no-repeat;
  padding: 0 0 0 15px;
}

/*test_box*/
.test_box {
  width: 240px;
  padding: 15px 0 0 20px;
}
.test_box ul {
  width: 225px;
}
.test_box li {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #595350;
  color: #ccc;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.test_box li .icon {
  height: 30px;
  width: 30px;
  margin: 9px auto;
  background: url(../../images2020/service_01.png) no-repeat;
  background-position: 0 0;
}
.test_box li .icon2 {
  background-position-x: -75px;
}
.test_box li .icon3 {
  background-position-x: -150px;
}
.test_box li .icon4 {
  background-position-y: -75px;
}
.test_box li .icon5 {
  background-position: -75px -75px;
}
.test_box li .icon6 {
  background-position: -150px -75px;
}
.test_box li .icon7 {
  background-position-y: -150px;
}
.test_box li .icon8 {
  background-position: -75px -150px;
}
.test_box li .icon9 {
  background-position: -150px -150px;
}
.test_box li p {
  font-size: 12px;
}
.test_box li:hover {
  color: #fff;
  background: #02b3bc;
}
.test_box li:hover .icon {
  background-image: url(../../images2020/service_02.png);
}
/*hotActivity_box*/
.hotActivity_box {
  width: 100%;
  /* padding:0  25px 0; */
}
.hotActivity_box .headline2 {
  color: #000000;
  line-height: 70px;
  height: 70px;
}
.hotActivity_box .todayCon {
  height: 120px;
  background: #f2f2f2;
  padding: 15px 0 0 15px;
  margin: 0 0 18px;
}
.hotActivity_box .todayCon .leftImg {
  float: left;
}
.hotActivity_box .todayCon .leftImg img {
  width: 120px;
  height: 90px;
}
.hotActivity_box .todayCon .rightCon {
  float: left;
  width: 450px;
  margin-left: 24px;
}
.hotActivity_box .rightCon .activity {
  font-size: 18px;
  margin: 12px 0;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hotActivity_box .rightCon .activityCon {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hotActivity_box .activityOrder {
  width: 680px;
}
.hotActivity_box .activityOrder .activityItem {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 295px;
  margin: 0 40px 11px 0;
}
.activityItem .activityLesson {
  float: left;
  display: block;
  width: 240px;
  height: 100%;
  line-height: 15px;
  font-size: 14px;
}

.activityItem .yuyue {
  float: right;
  width: 50px;
  height: 20px;
  border-radius: 10px;
}
/*testNotice_box*/
.testNotice_box {
  width: 250px;
  height: 300px;
  margin: 0 0 0 0;
  background: #00c2cc;
}
.testNotice_box .noticeTitle {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 15px 0 20px;
  text-align: center;
}
.testNotice_box .lessonList {
  width: 230px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  margin: 0 auto 8px;
  font-weight: bold;
}
.testNotice_box .lessonList .noticeImg {
  float: left;
  width: 37px;
  text-align: center;
}
.testNotice_box .lessonList img {
  vertical-align: middle;
  width: 15px !important;
  height: 15px !important;
}
.testNotice_box .lessonList .noticeName {
  float: left;
  width: 75px;
  font-size: 13px;
  font-weight: bold;
  color: #e81b3d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.testNotice_box .lessonList .noticeTime {
  float: left;
  font-size: 13px;
}
.testNotice_box .fourItem {
  width: 260px;
  height: 14px;
  font-size: 14px;
  color: #fff;
  margin: 12px auto 9px;
}
.testNotice_box .fourItem .tests {
  display: block;
  float: left;
  color: #fff;
}
.testNotice_box .fourItem .dash {
  float: left;
  margin: 0 4px;
}
.testNotice_box .fourItem .tests:hover {
  color: #1c2627;
}
.testNotice_box .telc {
  width: 230px;
  background: #10c7c8;
  border: 1px solid #fff;
  margin: auto;
  display: block;
}
.testNotice_box .telc img {
  width: 100%;
  height: auto !important;
}
/*hotLesson_box*/
.hotLesson_box {
  height: 150px;
  padding: 10px 0;
}
.hotLesson_box .hotList {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 20px;
  background: #f2f2f2;
  border-radius: 50%;
}
.hotLesson_box .hotList p {
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #262626;
}
.hotLesson_box .hotItem {
  float: left;
  height: 131px;
  width: 175px;
  margin-right: 2px;
}
/*smallLang_box*/
.smallLang_box .panel,
.yuke_box .panel {
  height: 395px;
}

.smallLang_box .content_center li {
  width: 200px;
  height: 190px;
  float: left;
  margin: 0 10px 0 0;
  font-size: 0;
  line-height: 1;
  background: no-repeat;
  background-size: 200px 140px;
}
.smallLang_box .panel-japan .content_center li {
  background-image: url(../../images2020/smallLang-japan.jpg);
}
.smallLang_box .panel-ge .content_center li {
  background-image: url(../../images2020/smallLang-ge.jpg);
}
.smallLang_box .panel-fr .content_center li {
  background-image: url(../../images2020/smallLang-fr.jpg);
}
.smallLang_box .panel-kr .content_center li {
  background-image: url(../../images2020/smallLang-kr.jpg);
}
.smallLang_box .panel-sp .content_center li {
  background-image: url(../../images2020/smallLang-sp.jpg);
}
.smallLang_box .panel-it .content_center li {
  background-image: url(../../images2020/smallLang-it.jpg);
}
.smallLang_box .panel-other .content_center li {
  background-image: url(../../images2020/smallLang-other.jpg);
}

.smallLang_box .content_center .name {
  width: 200px;
  height: 140px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 44px 0 0;
}
.smallLang_box .content_center .name p {
  margin: 17px 0 0;
}
.smallLang_box .content_center .btn {
  width: 95px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-top: 5px;
}
.smallLang_box .content_center .j_showLeyu {
  float: right;
  background: #e6e6e6;
  color: #000;
}

.smallLang_box .hotLeft {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: #d9d9d9;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-family: "arial";
}
.smallLang_box .top3 {
  background: #02b3bc;
}
.smallLang_box .hotRight {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
}
.smallLang_box .hotRight > a {
  line-height: 17px;
}
/*yuke_box*/
.yuke_box .headline .tab-box li {
  margin: 0 20px 0 0;
  width: 140px;
}
.yuke_box .headline .tab-box li.active {
  font-size: 18px;
}
.yuke_box .content_center .item {
  width: 620px;
  margin: 0 0 20px;
}
.yuke_box .content_center .item1 {
  background: #f2f2f2;
}
.yuke_box .content_center .info {
  padding: 15px 0 0 15px;
  color: #808080;
}
.yuke_box .content_center .item1 .info {
  height: 120px;
}
.yuke_box .content_center .item1 img {
  display: inline-block;
  vertical-align: middle;
}
.yuke_box .content_center .item1 .text {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  margin: 0 0 0 20px;
}
.yuke_box .content_center .item1 p {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.yuke_box .content_right .content_list {
  padding-left: 26px;
}
/*teacher_box*/
.teacher_box .panel {
  height: 225px;
  width: 1142px;
  margin: 0 auto;
}
.teacher_box .panel .slide {
  float: left;
  width: 224px;
  height: 200px;
  overflow: hidden;
  margin: 0 2px;
  position: relative;
}
.teacher_box .panel .slide .t_img {
  display: block;
  background: #535353 url("../../images2020/t_bg.jpg") no-repeat top center;
}
.teacher_box .panel .slide .pic {
  display: block;
  width: 100%;
}
.teacher_box .panel .slide .info {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px 20px 0;
  line-height: 22px;
  color: #fff;
  background: #000 url(../../images2020/sign.png) no-repeat 150px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 200px;
  transition: all 0.3s;
}
.teacher_box .panel .slide:hover .info {
  top: 0;
}
.teacher_box .slide .name {
  font-size: 16px;
}
.teacher_box .slide .city {
  padding: 6px 0;
  font-size: 12px;
}
.teacher_box .slide .txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.teacher_box .slide .btn {
  display: inline-block;
  width: 64px;
  height: 24px;
  line-height: 24px;
  margin: 10px 6px 0 0;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
}
.teacher_box .slide .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/*student_box*/
.student_box .panel-box {
  height: 225px;
}
.student_box .content_center {
  width: 920px;
  padding: 0 25px;
}
.student_box .table_header {
  border-bottom: 1px solid #e6e6e6;
  width: 870px;
}
.student_box .table_header th {
  font-size: 14px;
  color: #383838;
  padding-bottom: 8px;
}
.student_box .content_right {
  width: 240px;
  margin-right: 25px;
}
.student_box .panel {
  width: 100%;
  height: 175px;
  overflow: hidden;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.student_box .panel .table_body {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.student_box .panel .table_body tr.even {
  background-color: #f2f2f2;
}
.student_box .panel .table_body tr:hover a {
  color: #ff123f;
}
.student_box .panel .table_body td {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  border: 2px solid #fff;
}
.student_box .panel .table_body a {
  color: #666;
}
.student_box .panel .table_body .btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  background-color: #ff123f;
  border-radius: 25px;
}
.student_box .panel .table_body .btn:hover {
  background-color: #c61133;
}

.student_box .right_form {
  width: 240px;
  float: right;
  margin-right: 25px;
  height: 200px;
  padding: 22px 0 0;
  background: url("../../images2020/student_form_bg.png") no-repeat center 5px;
}
.student_box .right_form .name {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.student_box .right_form .top_form {
  width: 200px;
  margin: 8px auto 0;
}
.student_box .right_form .top_form .form_item {
  position: relative;
  margin-bottom: 5px;
}
.student_box .right_form .top_form .label {
  float: left;
  width: 57px;
  padding-right: 5px;
  line-height: 20px;
  text-align: right;
  color: #fff;
  font-size: 13px;
}
.student_box .right_form .top_form .user-txt {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  background-color: #fff;
  outline: none;
  border: 0;
}
.student_box .right_form .top_form .btn {
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #000;
  text-align: center;
  background-color: #f9e14c;
  background: -webkit-linear-gradient(-90deg, #f9e14c, #ffd200);
  border-radius: 25px;
}
.student_box .right_form .top_form .arrow {
  position: absolute;
  right: 10px;
  top: 12px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #5a8cff transparent transparent transparent;
}
.student_box .right_form .top_form .list {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 200px;
  background-color: #fff;
  z-index: 2;
  overflow-y: auto;
  font-size: 14px;
  color: #404040;
}
.student_box .right_form .top_form .list li {
  padding-left: 10px;
  line-height: 22px;
  cursor: pointer;
}
.student_box .right_form .top_form .list li:hover {
  background-color: #eee;
}
/*learning_box*/

.learning_box .panel,
.liuxue_box .panel {
  height: 325px;
}
.learning_box .content_left img,
.liuxue_box .content_left img {
  height: 310px;
}
.learning_box .content_center {
  padding-right: 20px;
}
.learning_box .content_center .item1 {
  height: 140px;
  background: #f2f2f2;
  padding: 23px 0 0 15px;
  margin: 0 0 8px;
}
.learning_box .content_center .title {
  font-size: 18px;
  font-weight: bold;
}
.learning_box .content_center .conBoxLeftDetail {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin: 15px 0 0 5px;
  width: 550px;
}
.learning_box .content_center li {
  color: #404040;
  width: 290px;
  line-height: 30px;
  margin: 0 0 0 15px;
  float: left;
}
.learning_box .content_right .info {
  margin: 15px 0 0 0;
}
.learning_box .content_right .title_r {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.learning_box .content_right .info a {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}
/*liuxue_box*/
.liuxue_box .content_left img {
  height: 332px;
}
.liuxue_box .panel {
  height: 347px;
}
.liuxue_box .content_right {
  height: 332px;
}
.liuxue_box .content_center {
  padding-right: 20px;
}
.liuxue_box .content_center .content_list {
  float: left;
  width: 310px;
  height: 165px;
  padding: 0 10px 0 18px;
}
.liuxue_box .content_center .content_list:nth-child(3),
.liuxue_box .content_center .content_list:nth-child(4) {
  border-top: 1px dashed #dbdbdb;
  padding-top: 15px;
}
.liuxue_box .content_center .content_list:nth-child(1),
.liuxue_box .content_center .content_list:nth-child(3) {
  border-left: 1px dashed #dbdbdb;
  border-right: 1px dashed #dbdbdb;
}
.liuxue_box .content_center .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 13px;
}
.liuxue_box .content_center li {
  line-height: 30px;
  color: #404040;
}
.liuxue_box .content_list li:before {
  margin-right: 8px;
}
.smallLang_box .hotCourse  ul{
  margin-bottom: 20px;
}
.liuxue_box .country {
  /* margin: 10px 0 0 20px; */
  width: 242px;
  overflow: hidden;
  margin-top: 10px;
}
.liuxue_box .country a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.country .countryLeft {
  width: 165px;
  height: 100%;
  float: left;
  margin: 0 5px 0 0;
}
.countryLeft .counLeftTop {
  height: 95px;
}
.counLeftTop .thridLeft {
  width: 70px;
  height: 75px;
  float: left;
  margin-right: 5px;
}
.counLeftTop .thridLeft .count1 {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #ff9966;
}
.counLeftTop .thridLeft .count2 {
  margin-top: 5px;
  background: #990033;
}
.counLeftTop .thridRight {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #2bb46c;
}
.countryLeft .counLeftBottom {
  height: 85px;
  line-height: 85px;
  background: #ff0066;
}

.country .countryRight {
  width: 70px;
  height: 100%;
  float: left;
}
.country .countryRight .counTop {
  height: 70px;
  line-height: 70px;
  background: #9900ff;
  margin-bottom: 5px;
}
.country .countryRight .counBottom {
  height: 105px;
  line-height: 105px;
  margin-top: 2px;
  background: #0000ff;
}

.section1 .new_act {
  width: 100%;
  /* height: 298px; */
  display: flex;
  padding: 20px 25px 0;
}
.section1 .new_act > div {
  width: 270px;
  height: 298px;
  background: #ffffff url(../img//li_bg.png) no-repeat;
  background-position: -10px 117px;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  margin-right: 23px;
  display: block;
  /* border-radius: 10px; */
  /* top: 0; */
  border: solid 1px #f0f0f0;
  transition: all 0.2s;
}

.section1 .new_act > div:hover {
  /* top: -7px; */
  transition: all 0.2s;
  box-shadow: 0px 0px 17px 0px rgb(12 4 7 / 12%);
}
.section1 .new_act > div:nth-child(4n) {
  margin-right: 0;
}
.section1 .new_act > div .label {
  overflow: hidden;
  padding: 0 10px;
}

.section1 .new_act > div a {
  width: 100%;
  height: 100%;
  color: #333333;
  display: block;
  padding: 0 0 20px 0;
}
.section1 .new_act > div .left {
  width: 100%;
  /* height: 140px; */
  flex-shrink: 0;
  display: block;
}

.section1 .new_act > div .img {
  width: 100%;
  height: 162px;
  background-color: #808080;
  /* margin-right: 24px; */
  /* border-radius: 10px 10px 0 0; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section1 .new_act > div .img img {
  /* height: 100%; */
  width: 100%;
}

.section1 .new_act > div .mid {
  width: 100%;
  height: 100%;
  position: relative;
}

.section1 .new_act > div .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  /* margin-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* é?‘????”‘é??????¨‰??€è?°??‰?????é??????? */
  -webkit-line-clamp: 2;
  font-weight: 400;
  line-height: 23px;
  height: 46px;
  margin: 12px 0 18px;
  padding: 0 10px;
}

.section1 .new_act > div .label {
  color: #898888;
  width: 181px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(https://www.igo.cn/study/live/img/tags.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
.section1 .new_act > div .label img {
  width: 15px;
  margin-right: 10px;
}
.section1 .new_act > div .date {
  font-size: 13px;
  color: #898888;
  height: 15px;
  padding: 0 10px;
  line-height: 15px;
  background: url(https://www.igo.cn/study/live/img/date.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
.section1 .new_act > div .date img {
  width: 15px;
  margin-right: 10px;
}
.section1 .new_act > div .btn_box {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

.section1 .new_act > div .btn {
  width: 94px;
  height: 35px;
  font-size: 16px;
  /* font-weight: 700; */
  border-radius: 19px;
  border: 1px solid #ff123f;
  transition: all 0.3s;
  color: #ffffff;
  background: #ff123f;
  font-family: "AlibabaPuHuiTiBold";
  text-align: center;
  line-height: 35px;
}
.section1 .new_act > div .btn.end {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.section1 .new_act > div .btn:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.section1 .new_act > div .btn.end:hover {
  background: #ffffff;
  color: #9b9b9b;
}
.section1 .new_act > div.end .btn {
  color: #ffffff;
  background: #afafaf;
  border: 1px solid #afafaf;
}
.section1 .new_act > div.end .btn {
  background: #afafaf;
  border: 1px solid #afafaf;
}