@charset "utf-8";

/*首页背景*/
.body_home{
background: url(/_upload/tpl/01/9b/411/template411/images/home_bg.png) no-repeat bottom 250px center;
}


/**轮播图**/
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel .slider {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel .slider li {
  flex: 0 0 100%;
}

.carousel .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.carousel .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.75;
  cursor: pointer;
}

.carousel .dot.active {
  opacity: 1;
  background: fff;
}

/* 样式 A：大图轮播 */
.carousel-a {
  /* width: 72%; */
  width: 100%; 
  height: 500px;
  aspect-ratio: 1400 / 435;
}

.carousel-a .dots,
.carousel-b .dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.carousel-a .picbase1-content {
  display: none;
}
.carousel-a .picbase1-slidenav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.carousel .picbase1-slidenav li {
  background: rgba(255, 255, 255, 0.75);
}
/* 样式 B：小图缩略轮播 */
.carousel-b {
  /* width: 447px; */
  width: 56%;
  height: 348px;
  background: #fff;
}
.carousel-b h3 { font-size: 16px; position: absolute; bottom: 0; height: 3.5em; line-height: 3.5em; background: linear-gradient(to top, #000000a6 0%, #00000003 100%); color: #fff; width: 100%;text-align: left;font-weight: normal; overflow: hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 95px 0 10px;box-sizing:border-box;}
.carousel-b .dots { bottom: 23px; right: 10px; left: initial;transform: initial; }

.carousel-b .bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.65));
}

.carousel-b .bottom-container .carousel-title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.carousel-b .bottom-container .dots {
  display: flex;
  gap: 6px;
  /* width: 74px; */
  flex-shrink: 0;
  white-space: nowrap;
}


/* **************************************** */
.carousel-a .picbase1-slidenav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel .picbase1-slidenav li {
  background: rgba(255, 255, 255, 0.75);
}

.picbase1 img {
  object-fit: cover;
}
/* **************************************** */

/* 工作动态 */
.panel1 {
  width: 72%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.panel1 .worklist {
  width: 72%;
  padding-right: 30px;
}

.panel1 .worklist .content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.panel1 .worklist .content .list {
  /* width: 476px; */
  width: 44%;
  padding-left: 24px;
}

.worklist .content .list .top .tit {
    height: 28px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(43, 96, 153, 1); 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.worklist .content .list .top .intro {
  margin: 8px 0 10px 0;
  font-size: 15px;
  color: rgba(102, 102, 102, 0.81);
  line-height: 26px;
  text-align: justify;
}

.worklist .content .list .top .date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 15px;
  color: rgba(128, 128, 128, 1);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  /* margin-bottom: 10px; */
}

/* 通知公告 */
.panel1 .notice {
  /* width: 408px; */
  width: 28%;
  /*  height: 420px;
  border-radius: 6.37px;
  background: #F2F5F7; */
}

/*.panel1 .notice .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  color: rgba(51, 51, 51, 1);
  background: url(/_upload/tpl/01/9b/411/template411/images/title-dot.png) no-repeat left center; 
  padding-left: 41px;
  margin-bottom: 21px;
  font-size: 32px;
} */

.panel1 .notice .list {
    padding: 20px 0px 20px 0px;
    margin-top: 24px;
    border-radius: 6px;
    background: rgba(242, 245, 247, 1);
}

.panel1 .notice .list .notice-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  margin-top: 12px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
}
.panel1 .notice .list .notice-item:first-child {
    margin-top: 0;
}
.panel1 .notice .list .notice-item .date {
  width: 60px;
  /* height: 56px; */
  border-radius: 6px;
  padding: 6px 4px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px rgba(89, 89, 89, 0.15);
  flex-shrink: 0;
}

.panel1 .notice .list .notice-item .date h1 {
  font-size: 22px;
  color: rgba(43, 96, 153, 1);
  margin-bottom: 4px;
}

.panel1 .notice .list .notice-item .date span {
  color: rgba(128, 128, 128, 1);
  line-height:15px;
  font-size: 15px;
}

.panel2 {
  width: 72%;
  height: 170px;
  margin: 25px 0 35px 0;
  display: flex;
}

.panel2 .title{
    display:block;
    padding: 18px 24px 10px 24px;
    writing-mode:vertical-rl;
    font-size: 28px;
    letter-spacing: 0.25em;
    color: rgba(233, 240, 247, 1);
    background: linear-gradient(180deg, rgba(25, 78, 135, 1) 0%, rgba(43, 96, 153, 1) 100%);
    border-radius: 12px 0px 0px 12px;
}

.panel2 .menu {
 display: flex;
  width: 95%;
  margin-left: 4px; 
  padding: 26px 0;
  background: url("/_upload/tpl/01/9b/411/template411/images/panel2-bg.png") no-repeat center center / cover;
}

.panel2 .menu .menu-item { position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 208px; */
  width: 16%;
  height: 115px;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 0.5px solid rgba(25, 78, 135, 0.75);
  /* background-color: #E9F0F7;
  background: url(/_upload/tpl/01/9b/411/template411/images/r2_1.png) no-repeat center center / cover; */
}

.panel2 .menu .menu-item a { position: absolute; width: 100%; height: 100%; color: transparent; }

.panel2 .menu .menu-item:last-child {
  margin-right: 0;
  padding-right:0;
  border-right: none;
}

.panel2 .menu .menu-item img {
  width: 80px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.panel2 .menu .menu-item div {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.28em;
  color: rgba(43, 96, 153, 1);
  padding: 0 20px;
}

.panel3 {
  width: 100vw;
  width: 100%;
  /*height: 386px;
  background: rgba(242, 245, 247, 1); */
  background: url(/_upload/tpl/01/9b/411/template411/images/panel3-bg.png) no-repeat center center / cover; 
}

.panel3 .wrap {
  width: 72%;
  display: flex;
  margin: 0 auto;
    padding: 0 30px;
    justify-content: space-around;
    box-sizing: border-box;
}

.panel3 .wrap .news-list1 {
  flex:1;
  margin-right: 30px;
  padding: 20px 0;
  overflow:hidden;
}

.panel3 .wrap .news-list1:last-child {
  margin-right: 0;
}

.panel3 .wrap .news-list1 .title {
  position: relative;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(166, 166, 166, 1);
  margin-bottom: 15px;
}

.panel3 .wrap .news-list1 .title .more {
  height: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  color: rgba(28, 103, 184, 1);
  text-align: left;
}

.panel3 .wrap .news-list1 .title .active-bar {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: rgba(43, 96, 153, 1);
}

.panel4 {
  width: 72%;
  margin-top: 35px;
}

.panel4 .scroll-container {
  width: 100%;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  height: 225px;
}

.panel4 .scroll-container .scroll-content {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* padding: 0 40px; */
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.panel4 .scroll-container .scroll-content::-webkit-scrollbar {
  display: none;
}

.panel4 .scroll-container .item {
  position: relative;
  border: 1px solid rgba(207, 207, 207, 1);
  width: 225px;
  height: 225px;
  flex-shrink: 0;
  margin-right: 10px;
  list-style: none;
}

.panel4 .scroll-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel4 .scroll-container .item .bottom-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 16px;
}