.recommend-box::before,
.recommend-box::after {
  content: none;
}

/* 幻灯片 start */

.ck-slide {
  width: 700px;
  height: 424px;
  overflow: hidden;
  position: relative;
}

.ck-slide ul.ck-slide-wrapper {
  height: 320px;
}

.ck-slide-wrapper a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ck-slide-wrapper a img {
  width: 100%;
  height: 100%;
}

.ck-slide-wrapper span {
  width: 100%;
  height: 68px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.53) 58%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-left: 16px;
  box-sizing: border-box;
}

.ck-slide-wrapper span p {
  display: block;
}

.ck-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ck-slide ul.ck-slide-wrapper {
  width: 100%;
  height: 100%;
}

.ck-slide ul.ck-slide-wrapper li {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ck-slide .ck-prev,
.ck-slide .ck-next {
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  opacity: 0.6;
  background: red;
  margin-top: -35px;
  position: absolute;
  border-radius: 3px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity 0.2s linear 0s;
}

.ck-slide .ck-prev {
  left: 5px;
  background: url(../images/arrow-left.png) no-repeat center center;
}

.ck-slide .ck-next {
  right: 5px;
  background: url(../images/arrow-right.png) no-repeat center center;
}

.ck-slide .ck-prev:hover,
.ck-slide .ck-next:hover {
  opacity: 1;
}

.ck-slidebox {
  z-index: 30;
  position: absolute;
  bottom: 25px;
  left: 53%;
}

.ck-slidebox ul li {
  float: left;
  margin: 4px 4px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.ck-slidebox ul li em {
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
}

.ck-slidebox ul li.current em {
  background: #00abeb;
}

.ck-slidebox ul li em:hover {
  background: #00abeb;
}

/* 幻灯片 end */

/* 学术会议 start  */

.recommend-box {
  background: #fff;
}

.recommend-box .right-con {
  padding: 0 35px;
}

.recommend-box .right-con .list-box {
  display: flex;
  flex-direction: column;
}

.recommend-box .right-con .list-box .item {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 415px;
}

.recommend-box .right-con .list-box .item:hover {
  color: #00abeb;
  font-weight: bold;
}

.recommend-box .right-con .list-box .item p {
  display: flex;
  align-items: center;
}

.recommend-box .right-con .list-box .item p i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00abeb;
  margin-right: 10px;
  border-radius: 50%;
}

.recommend-box .right-con .list-box .item span {
  color: #6e6f70;
}

.tips-box {
  flex: 1;
  height: 70px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}

.tips-box .title {
  border-bottom: 1px solid #bfc0c3;
  width: 100%;
}

.tips-box .title img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.tips-box .title p {
  font-size: 24px;
  color: #2d3039;
  font-weight: bold;
}

.tips-box .title a {
  color: #00abeb;
}

.recommend-box .contont-right {
  flex: 1;
  border: 1px solid #f5faff;
  border-left: none;
}

/* 学术会议 end */

/* 通知公告 start */

.inform-warp .main-title {
  margin-bottom: 30px;
}

.inform-warp .main-title .title {
  padding-bottom: 9px;
  border-bottom: 1px solid #bfc0c3;
}

.inform-warp .main-title .title p {
  font-size: 24px;
  color: #343536;
  font-weight: bold;
}

.inform-warp .main-title .title a {
  color: #00abeb;
}

.inform-warp .contont-left img {
  width: 371px;
  height: 247px;
}

.inform-warp .right-con {
  padding-left: 35px;
}

.inform-warp .right-con .list-box {
  display: flex;
  flex-direction: column;
}

.inform-warp .right-con .list-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bfc0c3;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 785px;
}

.inform-warp .right-con .list-box .item:hover p {
  color: #00abeb;
  font-weight: bold;
}

.inform-warp .right-con .list-box .item p {
  display: flex;
  align-items: center;
}

.inform-warp .right-con .list-box .item p i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00abeb;
  margin-right: 10px;
  border-radius: 50%;
}

.inform-warp .right-con .list-box .item span {
  color: #6e6f70;
}

/* 通知公告 end */

/* 学术活动 start */

.active-warp .main-title {
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 1px solid #bfc0c3;
}

.active-warp .main-title p {
  font-size: 24px;
  color: #343536;
  font-weight: bold;
}

.active-warp .main-title a {
  color: #00abeb;
}

.active-warp .contont-left {
  margin-right: 80px;
}

.active-warp .list-box {
  display: flex;
  flex-direction: column;
}

.active-warp .list-box .item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.active-warp .list-box .item:hover p {
  color: #00abeb;
  font-weight: bold;
}

.active-warp .list-box .item p{
    display: flex;
    align-items: center;
}

.active-warp .list-box .item p i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #00abeb;
  margin-right: 10px;
  border-radius: 50%;
}

/* 学术活动 end */
