/*
 *@description:banner 
 *@author: liangtian 
 *@date: 2020-07-28 13:14:13
*/
.banner {
  height: 480px;
  width: 100%;
}
.banner #swiper {
  width: 100% !important;
  height: 100% !important;
}
.banner #swiper img {
  width: 100%;
  height: 100%;
}
.banner #swiper .layui-carousel-arrow {
  width: 34px;
  height: 42px;
  font-size: 24px;
  left: 0;
  border-radius: 0px 100% 100% 0px;
}
.banner #swiper .layui-carousel-arrow[lay-type="add"] {
  right: 0;
  border-radius: 100% 0px 0px 100%;
}
.banner #swiper .layui-carousel-ind ul {
  background: transparent;
}
.banner #swiper .layui-carousel-ind .layui-this {
  width: 26px;
  border-radius: 4px;
}
/*
   *@description:通知 
   *@author: liangtian 
   *@date: 2020-07-28 13:48:28
  */
.notice-wrap {
  height: 56px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  border-radius: 0 0 14px 14px;
}
.notice-wrap .notice {
  padding: 10px 0;
}
.notice-wrap .scroll_wrap {
  height: 36px;
}
.notice-wrap .scroll_wrap ul li {
  line-height: 36px;
}
/*
   *@description: 资源区域
   *@author: liangtian 
   *@date: 2020-07-28 15:23:27
  */
.content-ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-ul li:nth-of-type(4n) {
  margin-right: 0;
}
.jyhd-wrap .global-title .text {
  width: 143px;
  height: 24px;
  background: url("../images/jyhd-titlebg.png") no-repeat center / cover;
}
.gkk-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}
.gkk-wrap .text {
  width: 111px;
  height: 24px;
  background: url("../images/gkk-titlebg.png") no-repeat center / cover;
}
.gkk-wrap .content-ul .content-item {
  background: rgba(133, 189, 255, 0.05);
  -webkit-box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
}
.xkyk-wrap .text {
  width: 142px;
  height: 24px;
  background: url("../images/xkyk-titlebg.png") no-repeat center / cover;
}
.xkyk-wrap .content-item {
  -webkit-box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  border-radius: 8px;
}
