body,
html {
  width: 100%;
  height: 100%;
  min-width: 15rem;
  background-color: #f1f2f6;
  margin: 0;
  padding: 0;
}

.part1 {
  width: 100%;
  height: 3.3rem;
  position: relative;
  background-image: url('/bwc/newmuban/images/backbg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.28rem;
}
.top {
  position: absolute;
  top: 0;
  font-size: 0.18rem;
  width: 100%;
  height: 1.3 rem;
  display: flex;
  justify-content: center;
}
.top-out {
  width: 15rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.top1 {
  display: flex;
  width: 7rem;
}
.top1-1 {
  padding-right: 0.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top1-2 {
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top1-3 {
  min-width: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.top1-3-item {
  width: 1rem;
  color: #fff;
  font-size: 0.2rem;
}
.scarch {
  position: relative;
}
.college-main-page {
  font-size: 14px;
  position: absolute;
  left: -65px;
  top: 18.5px;
  color: #ffffff; /* 白色字体颜色 */
  font-weight: lighter;

  font-weight: bold;
}
.bottom {
  position: absolute;
  bottom: -1.3rem;

  width: 100%;
  display: flex;
  justify-content: center;
}
.middle-element-3 {
  width: 15rem;
  display: flex;
  justify-content: center;
}
.middle-element-3-item {
  flex: 1;
  max-width: 3.07rem;
  min-height: 2.6rem;
  text-align: center;
  margin: 0.15rem;
  background: url(/bwc/newmuban/images/list_box_01_bg.png) center bottom no-repeat;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0px 1px 13.6px 3.4px rgba(157, 172, 182, 0.1);
  position: relative;
  cursor: pointer;
}
.middle-element-3-item::before {
  content: '';
  left: 1px;
  right: 1px;
  height: 4px;
  border-radius: 0 0 2px 2px;
  background: #ee9640;
  position: absolute;
  top: 0;
}
.middle-element-3-item:hover {
  background-image: none; /* 鼠标停留时清除背景图片 */
  background-color: #1f499e;
  color: white;
  transform: scale(1.1); /* 进行放大 */
  z-index: 10; /* 将元素置于最上层 */
}
/* 查看详情字体颜色 */
.middle-element-3-item:hover .middle-element-3-item-btn {
  background-color: #fff;
  color: #1f499e;
}
/* 内容 */
.middle-element-3-item:hover .middle-element-3-item-content {
  color: white;
}
/* 替换背景图片 */
.middle-element-3-item:hover .middle-element-3-item-iconUrl-1 {
  background-image: url(/bwc/newmuban/images/jubaotai1.svg);
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-2 {
  background-image: url('/bwc/newmuban/images/jiaotongfuwu1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-3 {
  background-image: url('/bwc/newmuban/images/churuzhengbanli1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-4 {
  background-image: url('/bwc/newmuban/images/cheliangbaobei1.svg');
}
.middle-element-3-item:hover .middle-element-3-item-iconUrl-5 {
  background-image: url('/bwc/newmuban/images/qiuzhudianhua1.svg');
}
.middle-element-3-item-icon {
  display: inline-block;
  width: 0.42rem; /* 根据需要调整图标的宽度 */
  height: 0.42rem; /* 根据需要调整图标的高度 */
  background-size: cover;
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.middle-element-3-item-title {
  margin-top: 1rem;
  padding-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.middle-element-3-item-content {
  font-size: 0.1rem;
  color: grey;
}
.middle-element-3-item-btn {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.12rem;
  color: white;

  width: 90px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #ee9640;
}
.middle-element-3-item-iconUrl-1 {
  background-image: url('/bwc/newmuban/images/jubaotai.svg');
}
.middle-element-3-item-iconUrl-2 {
  background-image: url('/bwc/newmuban/images/jiaotongfuwu.svg');
}
.middle-element-3-item-iconUrl-3 {
  background-image: url('/bwc/newmuban/images/churuzhengbanli.svg');
}
.middle-element-3-item-iconUrl-4 {
  background-image: url('/bwc/newmuban/images/cheliangbaobei.svg');
}
.middle-element-3-item-iconUrl-5 {
  background-image: url('/bwc/newmuban/images/qiuzhudianhua.svg');
}

.part2 {
  display: flex;
  width: 15rem;
  height: 4.3rem;
  font-size: 0.32rem;
  overflow: hidden;
  background-color: #f1f2f6;
}
.tongzhi-f {
  width: 100%;
  height: 85%;
  margin-top: -1%;
  position: relative;
}
.tongzhi-bg {
  width: 100%;
  height: 99%;

  position: absolute;
  bottom: 20px;
  top: 0;
  left: 0;

  background: url(/bwc/newmuban/images/list_box_05_bg.png) center bottom no-repeat;
}
.tongzhi {
  width: 93%;
  margin: 0;
  height: 3rem;
  background-color: #dce1f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.2rem;
  box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
}

.tongzhi1-f {
  width: 100%;
  height: 85%;
  margin-top: -1%;
  position: relative;
}
.tongzhi1 {
  width: 93%;
  margin: 0;
  height: 3rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0.2rem;
  box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
}

.tzbottom {
  z-index: 1;
  margin-left: 0.15rem;
  margin-top: -0.35rem;
  float: left;
  height: 0.15rem;
  width: 88%;
  background-color: #fff;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  padding: 0.05rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.xinwen1 {
  flex: 1;
  height: 4rem;
  width: 97%;
  margin-top: 8px;

  display: flex;
  justify-content: space-between;

  margin-left: 1%;
}

.xinwenpic1 {
  width: 50%;
  height: 100%;
  padding-left: 0.1rem;
  float: left;
  padding-top: 15px;
  position: relative;
}
.xinwenpic1 a:hover {
  color: #1f499e;
}
/* 修改轮播组件内部样式 */
.imagechangenews_pnode {
  bottom: 25px !important;
}
.imagechangenews_fnode {
  bottom: 25px !important;
}

.xinwentitle1 {
  float: right;
  width: 7rem;
  height: 3.5rem;
}
.xinwentitle1 ul {
  padding-left: 0;
}
.xinwentitle1 ul li {
  border-bottom: #c6c6c6 1px dashed;
  height: 45px;
  line-height: 45px;
  width: 700px;
  padding-top: 3px;
}
.xinwentitlet1 ul li a {
  word-break: break-word;
  line-height: 45px;
}
.xinwentitle1 .date {
  width: 45px;
  text-align: left;
  padding: 0px 10px 0px 0px;
  line-height: 45px;
}
.xinwentitle1 .getday {
  color: #1f499e;
}
.xinwentitle1 .getyear {
  color: #1f499e;
  font-size: 14px;
}

.xinwen {
  flex: 1;
  height: 3.35rem;
  width: 97%;
  margin-top: 15px;

  display: flex;
  justify-content: space-between;

  /* background-color: #dce1f3; */
  background-color: white;
  border: #dce1f3 solid 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 10像素模糊的黑色阴影 */

  border-radius: 0.25rem;
  margin-left: 1%;
}

.xinwenpic {
  width: 40%;
  height: 100%;
  padding-left: 0.1rem;
  float: left;
  padding-top: 20px;
  position: relative;
}
.xinwenpic a:hover {
  color: #1f499e;
}
/* 修改轮播组件内部样式 */
.imagechangenews_pnode {
  bottom: 25px !important;
}
.imagechangenews_fnode {
  bottom: 25px !important;
}

.xinwentitle {
  float: right;
  width: 3.8rem;
  height: 3.1rem;
}
.xinwentitle ul li {
  border-bottom: #c6c6c6 1px dashed;
  height: 40px;
  line-height: 40px;
  width: 320px;
  padding-top: 5px;
}
.xinwentitlet ul li a {
  word-break: break-word;
  line-height: 40px;
}
.xinwentitle .date {
  width: 45px;
  text-align: left;
  padding: 0px 10px 0px 0px;
  line-height: 40px;
}
.xinwentitle .getday {
  color: #1f499e;
}
.xinwentitle .getyear {
  color: #1f499e;
  font-size: 14px;
}

.jingshianli {
  min-height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jingshianli-left {
  width: 56%;
  height: 100%;

  border-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 3px;
}
.jingshianli-right {
  width: 38%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kuaisutongdao {
  height: 2.5rem;
  width: 94%;
  margin-left: 2.5%;
}
.dxszb {
  background-image: url('/bwc/newmuban/images/bg-zb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* 将背景图片定位在 div 的中心 */
}
.kuaisutongdao-r {
  width: 100%;
  height: 30%;
}
.kuaisutongdao-c {
  float: left;
  width: 49.5%;
  height: 100%;
  box-sizing: border-box; /* 防止边框和内边距影响宽度 */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kstd-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kstd-bg {
  width: 26px;
  height: 26px;
  margin: 5px 0;
  transition: transform 10s linear; /* 使用过渡效果 */
  transform-style: preserve-3d; /* 保持3D效果 */
}
.kstd-item:hover .kstd-bg {
  transform: rotateY(3600deg);
}
.kutd-label {
  height: 18px;
  line-height: 18px;
  margin: 5px 0;
  color: white;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.wordTrend {
  flex: 1;
}
.wordTrendContent {
  margin: 0 0.15rem;
  height: 3.65rem;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.28rem;
}
.wordTrendItem {
  font-size: 0.2rem;
  flex: 1;
}
.notification {
  flex: 1;
}
.tzcontent {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  margin: 0 0.15rem;
  height: 3.2rem;
}
.shipingsucai {
  width: 98%;
  margin-left: 1%;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  height: 2.8rem;
}
.part3 {
  display: flex;
  margin-top: 0.3rem;
  width: 15rem;
}
.middle-element-2-item {
  flex: 1;
  font-size: 0.28rem;
  height: 3.3rem;
  background-color: #fff;
}
/* 内容样式 */

/* 内容1、2 title样式 */
.title {
  display: flex;
  align-items: center; /* 垂直居中 */
  color: #1f499e;
  font-size: 0.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0.1rem 0.15rem;

  border-bottom: 0.03rem solid #dbdbdb; /* 下划线样式 */
  position: relative;
}
.titleName {
  position: relative;
}
.titleIcon {
  display: inline-block;
  width: 0.22rem; /* 根据需要调整图标的宽度 */
  height: 0.22rem; /* 根据需要调整图标的高度 */
  margin-right: 0.1rem; /* 可根据需要调整图标与标题的间距 */
  background-size: cover;
}
.titleName::before {
  content: '';
  position: absolute;
  left: -0.38rem;
  bottom: -0.02rem;
  width: 1.5rem;
  height: 0.03rem;
  background-color: #1f499e;
}
.moreContent {
  display: inline-block;
  background-image: url('/bwc/newmuban/images/gengduo.png');
  width: 0.28rem; /* 根据需要调整图标的宽度 */
  height: 0.28rem; /* 根据需要调整图标的高度 */
  background-size: cover;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.iconUrl-1 {
  background-image: url('/bwc/newmuban/images/gongzuodongtai.svg');
}
.iconUrl-2 {
  background-image: url('/bwc/newmuban/images/tongzhigonggao.svg');
}
.iconUrl-3 {
  background-image: url('/bwc/newmuban/images/banshizhinan.svg');
}
.iconUrl-4 {
  background-image: url('/bwc/newmuban/images/xiazaizhuanqu.svg');
}
.iconUrl-5 {
  background-image: url('/bwc/newmuban/images/puguangtai.svg');
}
.iconUrl-6 {
  background-image: url('/bwc/newmuban/images/jsal.svg');
}
.iconUrl-7 {
  background-image: url('/bwc/newmuban/images/aqzz.svg');
}
.iconUrl-8 {
  background-image: url('/bwc/newmuban/images/spsc.svg');
}
.iconUrl-9 {
  background-image: url('/bwc/newmuban/images/jcmz.svg');
}

.part4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.1rem 0;
  background-color: #1f499d;
}
.part4-top-out {
  width: 13rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.top4-left {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top4-middle {
  width: 3.5rem;
  color: white;
  font-size: 0.16rem;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
}
.top4-right {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top4-right img {
  border: #fff 0.05rem solid;
  border-radius: 0.05rem; /* 设置圆角边框 */
}

#Banner {
  width: 100%;
  /*height:694px;*/
  height: 5.94rem;
  background-color: #f5f5f5;
}

#FirPic {
  margin: 0 auto;
  height: 1.02rem;
  width: 12.94rem;
}
#FirPic ul {
  float: left;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  text-align: center;
}
#FirPic .tpmore {
  float: left;
  list-style-type: none;
  width: 2.46rem;
  height: 1.02rem;
  margin-right: 0.16rem;
  overflow: hidden;
  display: inline-block;
}

#FirPic .tpmore:last-child {
  margin-right: 0px;
}

.navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.16rem;
  display: block;
  padding: 0.002rem;
  color: #ffffff;
  line-height: 0.46rem;
  text-align: center;
}
.navbar_nav li.dropdown .dropdown_menu a:first-child {
  /*border-top:#CDA274 0.0.2rem solid*/
}
.navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #153f8a;
  color: #ffffff;
}

.ulsy {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0.1rem;
  display: inline-block;
  justify-content: center; /* 水平居中对齐 */
}

.lisy {
  width: 98%;
  vertical-align: middle;
  position: relative;
  font-size: 0.16rem;
  font-family: 'Microsoft YaHei', sans-serif;
  padding-left: 0rem; /* 为图标留出空间 */
  color: #504a4a;
  height: 0.42rem;
}
.lisy a {
  color: #504a4a;
  text-decoration: none;
}
.lisy a:hover {
  color: #1f499e;
}

.lisy::before {
  content: ''; /* 设置图标内容为 ">" */
  color: #1f499e; /* 设置图标颜色为蓝色 */
  position: absolute; /* 设置伪元素为绝对定位 */
  left: 0; /* 将伪元素定位在 li 元素的左侧 */
  top: 0; /* 将伪元素定位在 li 元素的顶部 */
  font-size: 0.2rem; /* 设置图标的字体大小 */
  line-height: 1; /* 设置图标的行高为 1，与文本垂直居中对齐 */
}
.f1-icon {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url('/bwc/newmuban/images/listHeader2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  margin-right: 0.05rem;
  margin-bottom: 0.03rem; /* 向下偏移图标 */
}
.getday,
fl {
  font-size: 0.16rem;
}

.safe {
  width: 100%;
  height: 0.1rem;
  margin: 0.48rem 0 0.25rem 0;

  font-size: 0.4rem;
  font-weight: 400;
  color: #323232;
  font-family: FZFW ZhuZi MinchoS;
}
.safe-name {
  padding: 10px 50px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.safe-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  border: #dcdcdc 2px solid;
  z-index: -1;
}

.safe-name::after {
  content: '';
  position: absolute;
  top: 0.33rem;
  left: 15px;
  right: 15px;
  height: 5px;
  background: #f1f2f6;
  z-index: -1;
}

.date {
  width: 40px;
  text-align: left;
  padding: 0px 10px 0px 0px;
  line-height: 36px;
}
.getday {
  color: #1f499e;
}
.main .news-detail-right ul li {
  border-bottom: #c6c6c6 1px solid;
  height: 38px;
  line-height: 28px;
  width: 390px;
  padding-top: 5px;
}
.main .news-detail-right ul li a {
  word-break: break-word;
  line-height: 36px;
}
.main .news-detail-right .date {
  width: 40px;
  text-align: left;
  padding: 0px 10px 0px 0px;
  line-height: 36px;
}
.main .news-detail-right .getday {
  color: #1f499e;
}
.main .news-detail-right .getyear {
  color: #1f499e;
  font-size: 14px;
}

.ulsy {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0.1rem 0rem;
  display: inline-block;
  justify-content: center; /* 水平居中对齐 */
}
.f1-icon {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url('/bwc/newmuban/images/listHeader2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  margin-right: 0.05rem;
  margin-bottom: 0.03rem; /* 向下偏移图标 */
}
.getday,
f1 {
  font-size: 0.15rem;
}

.kszn-label {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: bold;
}
.kszn-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.kszn-content li {
  margin: 0;
  padding: 38px 0;
  border-bottom: #4e1fcd 1px solid;
  /* background-image: url(/bwc/newmuban/images/list_box_09_bg.png); */
  background-size: cover; /* 图片拉伸展开，不被裁剪 */
  background-repeat: no-repeat; /* 防止背景图片重复 */
}
.kszn-item-label {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.kszn-item-name {
  display: inline-block;
  color: #666666;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 120px;
  padding-left: 20px;
  margin-left: 20px;
  background-color: white;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.kszn-item-phone {
  display: inline-block;
  color: #666666;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 110px;
  padding-left: 20px;
  margin-left: 20px;
  background-color: white;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.kszn-item-address {
  display: inline-block;
  color: #666666;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 160px;
  padding-left: 20px;
  margin-left: 20px;
  background-color: white;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.kszn-item-content {
  font-size: 18px;
  line-height: 34px;
}