* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.today-recommend {
  overflow: hidden;
}
.today-recommend .py-container {
  width: 1200px;
  background-color: #f5f5f5;
  margin: 28px auto;
}
.today-recommend .py-container .gkkb {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 65px;
  line-height: 45px;
  background-color: #fff;
  border-radius: 10px;
}
.today-recommend .py-container .gkkb .text {
  width: 100px;
}
.today-recommend .py-container .gkkb .single {
  color: #fff;
  padding: 2px 7px;
  background-color: #fff1f0;
  color: #e85b5d;
  font-size: 12px;
  margin-right: 10px;
  border: 1px solid #ffccc7;
  border-radius: 5px;
}
.today-recommend .py-container .gkkb .more {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}
.today-recommend .py-container .gkkb .item:link:hover {
  color: #666 !important;
}
.today-recommend .py-container .gkkb .item {
  cursor: pointer;
  color: #333;
}
.today-recommend .py-container .gkkb .wzdt {
  display: flex;
}
.today-recommend .py-container .gkkb .wzdt div {
  padding-left: 20px;
  max-width: 50%;
  margin-right: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.today-recommend .py-container .gkkb .wzdt div .dot {
  position: absolute;
  top: 19px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #2878e9;
  border-radius: 50%;
}
.today-recommend .py-container .tjFunctions {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.today-recommend .py-container .bigvideo {
  display: flex;
  flex-wrap: wrap;
}
.today-recommend .py-container .bigvideo > div {
  border-radius: 5px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.today-recommend .py-container .bigvideo > div:last-child {
  padding-right: 0;
}
.today-recommend .py-container .bigvideo > div .smallVideo {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(1, 18, 30, 0.07);
  width: 285px;
}
.today-recommend .py-container .bigvideo > div .smallVideo .leftTop {
  position: absolute;
  top: 6px;
  right: 6px;
}
.today-recommend .py-container .bigvideo > div .smallVideo .leftTop span {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  background-color: #e63535;
}
.today-recommend .py-container .bigvideo > div .smallVideo .leftTop img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: sub;
}
.today-recommend .py-container .bigvideo > div .smallVideo .leftTop1 {
  margin-left: 5px;
}
.today-recommend .py-container .bigvideo > div .imgTitle {
  position: absolute;
  top: 60px;
  left: 25px;
  color: #ffffff;
  font-size: 14px;
  width: 59%;
}
.today-recommend .py-container .bigvideo > div .bgVideo {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 160px;
  border-radius: 10px 10px 0 0;
}
.today-recommend .py-container .bigvideo > div .videoInfor {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 15px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.today-recommend .py-container .bigvideo > div .videoInfor p {
  height: 38px;
  font-size: 14px;
  color: #333333;
  margin: 12px 0;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.today-recommend .py-container .bigvideo > div .videoInfor .status {
  position: absolute;
  bottom: 17px;
  right: 10px;
  background: #2878e9;
  width: 72px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.today-recommend .py-container .bigvideo > div .videoInfor div {
  color: #999999;
}
.today-recommend .py-container .bigvideo > div .videoInfor .time,
.today-recommend .py-container .bigvideo > div .videoInfor .views {
  color: #999999;
  margin-bottom: 4px;
}
.today-recommend .py-container .bigvideo > div .videoInfor .time img,
.today-recommend .py-container .bigvideo > div .videoInfor .views img {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.today-recommend .py-container .bigvideo > div .videoInfor .time {
  margin-top: 17px;
  font-size: 12px;
}
.today-recommend .gkkb .text {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  background-color: #fff;
}
.today-recommend .tjFunctions .text {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  background-color: #fff;
}
.today-recommend .tjFunctions .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.today-recommend .tjFunctions .title .more {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 4px;
}
.today-recommend .hotCourse .courseContent {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  font-size: 14px;
}
.today-recommend .hotCourse .courseContent a,
.today-recommend .hotCourse .courseContent a:link,
.today-recommend .hotCourse .courseContent a:active,
.today-recommend .hotCourse .courseContent a:hover,
.today-recommend .hotCourse .courseContent a:visited {
  color: #333;
}
.today-recommend .hotCourse .courseContent img {
  display: block;
  width: 224px;
  height: 125px;
}
.today-recommend .hotCourse .courseContent p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 12px;
  white-space: nowrap;
}
.today-recommend .hotCourse .courseContent > div {
  width: 224px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 19px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(1, 18, 30, 0.07);
  background-color: #fff;
}
.today-recommend .hotCourse .courseContent > div:nth-child(5n) {
  margin-right: 0;
}
.today-recommend .gkzx {
  box-sizing: border-box;
  border-radius: 8px;
}
.today-recommend .gkzx .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
}
.today-recommend .gkzx .title .optTabs {
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  font-weight: 400;
}
.today-recommend .gkzx .title .optTabs span {
  position: relative;
  margin-right: 37px;
  padding-bottom: 7px;
  cursor: pointer;
}
.today-recommend .gkzx .title .optTabs span:last-child {
  padding-right: 4px;
}
.today-recommend .gkzx .title .optTabs span i {
  position: absolute;
  top: -6px;
  right: -25px;
  width: 28px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  background-image: url("../../../assets/image/news.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
}
.today-recommend .gkzx .title .optTabs .active {
  position: relative;
  color: #333333;
}
.today-recommend .gkzx .title .optTabs .active::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background-color: #2878e9;
}
.today-recommend .gkzx .title .more {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 4px;
}
.today-recommend .gkzx .zxContent {
  padding: 20px;
  padding-bottom: 0;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px rgba(1, 18, 30, 0.07);
  border-radius: 10px;
}
.today-recommend .gkzx .zxContent ul {
  overflow: hidden;
  list-style-type: none;
}
.today-recommend .gkzx .zxContent li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 18px;
}
.today-recommend .gkzx .zxContent li:nth-child(3n) {
  padding-right: 0 !important;
}
.today-recommend .gkzx .zxContent img {
  border-radius: 5px;
}
.today-recommend .gkzx li {
  position: relative;
  margin-bottom: 23px;
  cursor: pointer;
}
.today-recommend .gkzx img {
  display: block;
  float: left;
  width: 120px;
  height: 90px;
}
.today-recommend .gkzx .zxRight {
  position: relative;
  color: #999;
  font-size: 14px;
  padding: 2px 0 0 135px;
  height: 90px;
  box-sizing: border-box;
}
.today-recommend .gkzx .zxRight .mid {
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.today-recommend .gkzx .zxRight .btm {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
}
.today-recommend .gkzx .top {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.today-recommend .gkzx .top .zding {
  color: #fff;
  padding: 2px 7px;
  background-color: #fff1f0;
  color: #e85b5d;
  font-size: 12px;
  margin-right: 5px;
  border: 1px solid #ffccc7;
  border-radius: 5px;
}
.fixRight {
  position: fixed;
  right: 40px;
  bottom: 160px;
  width: 54px;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(1, 18, 30, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
}
.fixRight a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 16px;
}
.fixRight a img {
  width: 24px;
  height: 24px;
}