@charset "utf-8";
/* 轮播与右侧逻辑 */
.top_news {
  padding: 60px 0 45px;
}
.top_news h1 {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top_news .icon_img {
  margin-right: 14px;
}
.top_news .more {
  color: #0045a0;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top_news .h1 {
  margin-bottom: 16px;
}
.top_news .list .news,
.top_news .list a {
  color: #121212;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  flex: 1;
}
.top_news .list .date {
  color: #999999;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  width: 50px;
  margin-left: 46px;
  flex-grow: 0;
  flex-shrink: 0;
}
.top_news .list .line {
  border: 1px dashed rgba(0, 0, 0, 0.4);
  margin: 12px 0;
}
.top_news .tongzhigonggao {
  width: 577px;
}
.top_news .guanneixinwen {
  width: 577px;
}
.top_news .main_right {
  width: 563px;
}
.top_news .main_right .main_right_top {
  height: 40px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 8px;
}
.top_news .main_right .main_right_top p {
  font-size: 24px;
  color: #b6b6b6;
  font-weight: 400;
  position: relative;
  height: 40px;
  margin-left: 42px;
  cursor: pointer;
}
.top_news .main_right .main_right_top p:first-child {
  margin-left: 0;
}
.top_news .main_right .main_right_top p span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2270bb;
  height: 2px;
  display: none;
}
.top_news .main_right .main_right_top p.active {
  color: #2270bb;
  font-weight: 600;
}
.top_news .main_right .main_right_top p.active span {
  display: block;
}
.top_news .main_right ul li {
  height: 68px;
  border-bottom: 1px solid #dedede;
}
.top_news .main_right ul li h1 {
  font-size: 18px;
  color: #333;
  line-height: 64px;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.top_news .main_right ul li h1:hover {
  font-weight: 600;
  color: #2270bb;
}
.top_news .main_right ul li h1 .li_dian {
  position: absolute;
  left: 0;
  top: 29px;
}
.top_news .main_right ul li p {
  font-size: 14px;
  color: #b9b9b9;
}
/* center_banner */
.center_banner {
  margin-bottom: 54px;
}

/* 委托业务 */
.shuziziyuan {
  background: url(https://www.humc.edu.cn/uploads/tsg_new/img/zy_bg.png)
    no-repeat center center;
  padding-top: 39px;
  padding-bottom: 65px;
  background-size: cover;
}
.shuziziyuan .h1 {
  margin-bottom: 44px;
}
.shuziziyuan .h1 h1 {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shuziziyuan .h1 .icon_img {
  margin-right: 14px;
}
.shuziziyuan .h1 .more {
  color: #0045a0;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shuziziyuan .sz_wrap {
  flex-wrap: wrap;
  gap: 36px 20px;
}
.shuziziyuan .sz_wrap .sz_msg {
  width: 224px;
}
.shuziziyuan .sz_wrap .sz_msg:hover .zy_wrap::after {
  background: #0045a0;
}
.shuziziyuan .sz_wrap .zy_wrap {
  width: 224px;
  height: 75px;
  margin-bottom: 10px;
  position: relative;
}
.shuziziyuan .sz_wrap .zy_wrap::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
}
.shuziziyuan .sz_wrap img {
  width: 100%;
  height: 100%;
}
.shuziziyuan .sz_wrap p {
  color: #121212;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* 光影图书馆 */
.guangyin {
  background: #fff;
  padding-top: 42px;
  padding-bottom: 90px;
}
.guangyin .h1 {
  margin-bottom: 44px;
}
.guangyin .h1 h1 {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.guangyin .h1 .icon_img {
  margin-right: 14px;
}
.guangyin .h1 .more {
  color: #0045a0;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.guangyin .lunbo {
  width: 1300px;
  height: 194px;
  margin-left: -50px;
  position: relative;
}
.guangyin .lunbo .bai_bg_left {
  width: 50px;
  background: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.guangyin .lunbo .bai_bg_right {
  width: 50px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.guangyin .lunbo .top_swiper {
  width: 100%;
  padding: 0 50px;
  height: 100%;
}
.guangyin .lunbo .top_swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.guangyin .lunbo .top_swiper .swiper-wrapper .swiper-slide {
  width: 390px;
  height: 194px;
}
.guangyin .lunbo .top_swiper .swiper-wrapper .swiper-slide .sub_title {
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  padding: 0 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.guangyin .lunbo .top_swiper .top_pagination {
  text-align: right;
  bottom: 4px;
}
.guangyin .lunbo .top_swiper .top_pagination .swiper-pagination-bullet {
  width: 46px;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  opacity: 1;
}
.guangyin .lunbo .top_swiper .top_pagination .swiper-pagination-bullet-active {
  background: #db262d;
}
.guangyin .lunbo .top_swiper .top_prev {
  background: url(https://www.humc.edu.cn/uploads/tsg_new/img/left.png)
    no-repeat center;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 999;
}
.guangyin .lunbo .top_swiper .top_next {
  background: url(https://www.humc.edu.cn/uploads/tsg_new/img/right.png)
    no-repeat center center;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 999;
}
