.pb_sys_common .p_t{
margin-right:10px !important;
margin-left:10px !important;
color:#666 !important;
font-size:14px !important
}
.pb_sys_common,.pb_sys_common a{
color:#666 !important;
font-size:14px !important;
white-space:nowrap !important;
font-family:Microsoft YaHei !important
}

/* 去除a标签的下划线 */
a{text-decoration:none}
/* 去除输入框点击后的黑框 */
input,select,option,textarea  {
  outline:none;
}
/* 共通的样式 */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
  height: 41px;

  line-height: 41px; /* 设置垂直居中 */
  padding-right: 0.2rem !important;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem !important;
}

.breadcrumb {
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
  background: transparent !important;
}
.breadcrumb .active {
  color: black !important;
}

.imgText {
  position: absolute;
  bottom: 0;
  color: white;
  left: 20.63rem;
  width: 13.25rem;
  line-height: 3.75rem;
  background: rgba(0, 0, 0, 0.45);
  font-size: 1.13rem;
  text-align: center;
}
a {
  color: #333 ;
  text-decoration: unset !important;
}

.menuOne {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px !important;
  width: 18.75rem;
  height: 7.5rem;
  background: #ebf1fa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
}
.menu2{
  width: 250px;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
  color: #666;
  font-size: 16px;
  text-decoration: unset !important;
  margin-bottom: 5px;
 font-family:Microsoft YaHei;
}
.menubottom{
  width: 250px;
height: 282px;
background: #FFFFFF;
border-radius: 0px 0px 12px 12px;
}
.menu2:hover{
  background: url('../image/list/smallbackground21x.png');
  color:  #07819D !important;
  width: 248px;
  border-right: 2px #0D88A4 solid;
}

.menu2:focus{
  background: url('../image/list/smallbackground21x.png');
  color:  #07819D !important;
  width: 248px;
  border-right: 2px #0D88A4 solid;
}
.menuactive{
  background: url('../image/list/smallbackground21x.png');
  color:  #07819D !important;
  width: 248px;
  border-right: 2px #0D88A4 solid;
}
.oneA {
  display: flex;
  align-items: center;
}
.menuOne img {
  margin-left: 1.06rem;
  width: 0.44rem;
  height: 0.81rem;
}
.menuOne {
  /* color: #374e71 !important; */
  text-decoration: unset !important;
  background: url('../image/list/listpic1x.png');
  color: white !important;
}
/* .menuOne:hover {
  background: #374e71 !important;
  color: white !important;
} */
.menuOne:nth-child(1) {
  /* background: #EBF1FA; */
}
.menuOneActive {
  background: url('../image/list/listpic1x.png');
 
  color: white !important;
}

.menuTwo {
  width: 18.75rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  text-decoration: unset !important;
}

.menuTwo:hover,
.menuTwoActive {
  color: #9A362D !important;
  background: #FFE4E2;
}

.gap {
  margin: 0 auto;
  /* padding: 0 16.25rem; */
}
.crumbs {

  /* padding: 10px 20.63rem; */
  font-size: 0.75rem;
  color: #666666;
  /* background: #f1f5fe; */
  width: 100%;
  align-items: center;
  border-bottom: 2px solid #9A362D;
}
.crumbs a {
  height: 41px;

  line-height: 41px; /* 设置垂直居中 */
  width: auto;
  display: block;

  color: #666666 !important;
}
.crumbs div {
  align-items: center;
}
.crumbs > div:nth-child(2) {
  margin-left: 10px;
}
.crumbs img {
  width: 11px;
  height: 13px;
  margin-right: 5px;
}
.mainImg {
  width: 100%;
  height: 300px;
  position: relative;
}

.mainArea {
  min-height: 500px;


}

/* 移动端搜索框的盒子 */
.searchboxp{

  width: 100%;
height: 64px;
background: #108EAB;
justify-content: space-between;align-items: center;display: flex;
}
/* 移动搜索框 */
.searchInputp{

  margin-left: 15px;
  width: 70%;
  border: white 0 solid;

background: #FFFFFF;
/* border-radius: 40px; */
}
/* 搜索框 */
.searchInput {
margin-left: 10px;
  width: 212px;
  height: 31px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  border: 0px solid #E8E8E8;
  padding: 0 !important;
}
.searchbot:hover {
  background: #FFC78B;
}

.searchbot {
  width: 68px;
  height: 32px;
  background: #07819D;
  border-radius: 0px 4px 4px 0px;

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*当屏幕尺寸大于1200px时，应用下面的CSS样式*/
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {
  .navMenuAreaSmallAvtive:hover {
    color: white !important;
  }
  .navMenuAreaSmallAvtive {
    background: #374e71;
    color: white !important;
  }
  .navMenuAreaSmall a{
    margin-top: 10px;
  }
  .text2Area {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 35px;
    line-height: 35px;
    align-items: center;
    flex: 1;
  }
  .mainArea {
    flex-direction: column;
    margin-top: 0;
  }
  .gap {
    padding: 0 12.5px;
  }
  .navMenuAreaSmall {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navMenuAreaSmall:after{
    content: '';
    width: 100px;
    border:1px solid transparent;
  }
  .navMenuAreaSmall a {
    width: 100px;
    height: 36px;
    border: 1px solid #aeb5c1;
    border-radius: 4px;
    font-size: 15px;
    color: #374e71;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .crumbs {
    padding: 24px 12.5px 28px 12.5px;
    color: #374e71;
    background: white;
  }
  .crumbs a {
    color: #374e71 !important;
  }
  .crumbs .active {
    color: #374e71 !important;
  }

  .sjx {
    transform: rotate(180deg);
    margin-left: 10px;
  }
  .mainImgNavSmall {
    background: white;
    height: 50px;
    align-items: center;
    color: #666666;
    padding: 0 13px;
    border: 1px #EBEBEB solid;
  }
  .mainImgNavSmall .text1 {
    /* width: 152px; */
/* height: 13px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 13px;
color: #666666; */
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  .mainImgNavSmall .text2 {
    font-size: 15px;
    margin-left: calc(33px / 2);
    line-height: normal;
    white-space: nowrap;
  }
  .mainImgNavSmall .text3 {
    font-size: 15px;
    margin-left: 13px;
  }
  .mainImgNavSmall .vLine {
    width: 1px;
    height: 13px;
    background: #ced3dc;
    margin-left: 10px;
  }
  .mainImg {
    height: 100%;
    width: 100%;
    object-fit: cover;

  }
  .mainimgbox{
    width: 100%;height: 180px;
  }
  .loactionimgbox{
    width: 12px;
    height: 14px;
    background: url('../image/comm/plocation2x.png');
    background-size: 100% 100%;
    margin-right: 5px;

  }
  html {
    font-size: 12px;
  }
}
/*当屏幕尺寸大于1400px时，应用下面的CSS样式*/
@media screen and (min-width: 1400px) {
  .areamargin{
    width: 1400px;
    margin: 0 auto;

  }
  .mainArea {
    /* margin-top: 3.75rem; */
    /*  margin-bottom: 6rem; */
    /* display: flex; */
    width: 87.5rem;
  }
}
/* 1200-1400 */
@media screen and (min-width:1200px) and (max-width:1400px) {
  .areamargin{
    width: 1200px;
    margin: 0 auto;

  }
  .mainArea {
    /* margin-top: 3.75rem; */
  /*  margin-bottom: 6rem; */
    /* display: flex; */
    width: 1200px;
  }
}