* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{
  min-width: 1600px;
}
.page-main {
  width: 100%;
  height: 100%;
}
.main-banner {
  width: 100%;
  height: 340px;
}
.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content {
  width: 1600px;
  margin: 0 auto;
}
.main-content .tags-view {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #cccccc;
  margin-top: 25px;
}
.main-content .tags-view .tag {
  color: #333333;
  font-size: 14px;
}
.main-content .tags-view .tag.active {
  color: #073ad1;
}
.main-content .con {
  display: flex;
  gap: 40px;
  margin: 24px 0px 40px;
}
.main-content .con .con-nav {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.main-content .con .con-nav .nav-col {
  width: 100%;
  min-height: 80px;
}
.main-content .con .con-nav .nav-item {
  height: 80px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
  transition: all 0.3s ease; /* 添加过渡效果 */
}
.main-content .con .con-nav .nav-item .text {
  font-weight: 700;
  font-size: 18px;
  color: #3c3c3c;
}
.main-content .con .con-nav .nav-item .desc {
  font-size: 13px;
  color: #3c3c3c;
}
.main-content .con .con-nav .nav-item.nav-active {
  background: url('../../img/list-detail/nav.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.main-content .con .con-nav .nav-item.nav-active::after {
  content: '';
  width: 12px;
  height: 80px;
  background: #073ad1;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .con .con-nav .nav-item.nav-active .text {
  color: #073ad1;
}
.main-content .con .con-nav .nav-item:hover {
  background: url('../../img/list-detail/nav.png') no-repeat;
  background-size: 100% 100%;
  transform: scale(1.02);
  position: relative;
}
.main-content .con .con-nav .nav-item:hover::after {
  content: '';
  width: 12px;
  height: 80px;
  background: #073ad1;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .con .con-nav .nav-item:hover .text {
  color: #073ad1;
}

.main-content .con .con-nav .child-list {
  width: 100%;
  padding-top: 6px;
  display: none;
}
.main-content .con .con-nav .child-list.show{
  display: block;
}
.main-content .con .con-nav .child-list .child-item {
  width: 100%;
  margin-bottom: 6px;
}
.main-content .con .con-nav .child-list .child-col {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 44px;
  background: #f8f8f8;
  padding: 0 35px;
  margin-bottom: 6px;
}
.main-content .con .con-nav .child-list .child-item i {
  width: 16px;
  height: 16px;
  background: #073ad133;
  display: block;
  margin-right: 11px;
}
.main-content .con .con-nav .child-list .child-item p {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 16px;
  color: #3c3c3c;
}
.main-content .con .con-nav .child-list .child-item p.small {
  font-size: 14px;
}
.main-content .con .con-nav .child-list .child-item:last-child {
  margin-bottom: 0;
}
.main-content .con .con-nav .child-list .child-item .last-list {
  width: 100%;
  /* padding-top: 6px; */
  display: none;
}
.main-content .con .con-nav .child-list .child-item .last-list.show{
  display: block;
}
.main-content .con .con-nav .child-list .child-item .last-list .last-item {
  width: 100%;
  min-height: 30px;
  background: #f8f8f8;
  font-family: MicrosoftYaHeiSemibold;
  font-size: 14px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  padding:0 20px 0 60px;
  margin-bottom: 6px;
}
.main-content .con .con-nav .child-list .child-item .last-list .last-item:last-child{
  margin-bottom: 0;
}
.main-content .con .con-nav .child-list .child-item .last-list .last-item.active{
  background: #EFF5FC;
}
.main-content .con .con-nav .child-list .child-item .last-list .last-item.active p{
  color: #073AD1;
}
.main-content .con .con-nav .child-list .child-item.active .child-col{
  background: #EFF5FC;
}
.main-content .con .con-nav .child-list .child-item.active .child-col i{
  background: #073AD1;
}
.main-content .con .con-nav .child-list .child-item.active .child-col p.big{
  color: #073AD1;
}

.main-content .con .content {
  flex: 1;
  background: #f8f8f8;
  padding: 60px;
  padding-bottom: 24px;
}
.main-content .con .content .content-title {
  font-size: 24px;
  color: #000000;
  text-align: center;
}
.main-content .con .content .content-desc {
  font-size: 14px;
  color: #5f5f5f;
  text-align: center;
}
.main-content .con .content .content-wz {
  font-size: 16px;
  color: #333333;
  margin-top: 24px;
}
.main-content .con .content .content-wz div {
  text-indent: 2em;
  line-height: 33px;
}
.ywbt-common-wrap {
  width: calc(100% - 340px);
}
.ywbt-common-wrap .search-wrap {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
.ywbt-common-wrap .search-wrap .search-box {
  width: 304px;
  display: flex;
}
.ywbt-common-wrap .search-wrap .search-box input {
  width: 230px;
  height: 40px;
  outline: none;
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0 10px;
  font-size: 18px;
  color: #333333;
}
.ywbt-common-wrap .search-wrap .search-box input::placeholder {
  color: #d9d9d9;
}

.ywbt-common-wrap .search-wrap .search-box input:-moz-placeholder {
  color: #d9d9d9;
}

.ywbt-common-wrap .search-wrap .search-box input:-ms-input-placeholder {
  color: #d9d9d9;
}

.ywbt-common-wrap .search-wrap .search-box input::-webkit-input-placeholder {
  color: #d9d9d9;
}

.ywbt-common-wrap .search-wrap .search-box .search-btn {
  width: 74px;
  height: 40px;
  background: #073ad1;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.ywbt-common-wrap .search-wrap .search-box .search-btn p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
}

.ywbt-common-wrap .banner-info {
  width: 100%;
  min-height: 114px;
  background: #eef3fb;
  /* border: 2px dashed #073ad1; */ 
  border-radius: 2px;
  padding: 10px 24px 10px 26px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.ywbt-common-wrap .banner-info p {
  font-size: 20px;
  color: #333333;
  line-height: 33px;
}

.pagination-box {
  width: 100%;
}
.pagination-box .page-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination-box .page-box .layui-laypage {
  display: flex;
  margin: 0;
}
.pagination-box .page-box .layui-laypage a {
  min-width: 40px;
  height: 30px;
  border: 1px solid #cccccc;
  margin: 0 8px 0 0;
  color: #444444;
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 28px;
}
.pagination-box .page-box .layui-laypage .layui-laypage-curr {
  min-width: 40px;
  height: 30px;
  margin: 0 8px 0 0;
  color: #444444;
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 28px;
  background: #073ad1;
  overflow: hidden;
}
.pagination-box .page-box .layui-laypage .layui-laypage-curr em {
  background: #073ad1;
  border-radius: 0;
}
.pagination-box .page-box .layui-laypage .layui-laypage-spr {
  margin: 0 8px 0 0;
  width: 40px;
  height: 30px;
  padding: 0;
  line-height: 25px;
  box-sizing: border-box;
  text-align: center;
}

/***图文列表公共样式   start***/
.group-box {
  width: calc(100% - 340px);
  height: 922px;
  background: #F8F8F8;
  padding: 32px 30px 30px;
}
.group-box .group-list {
  width: 100%;
}
.group-box .group-list .group-item {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  background: #fff;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.group-box .group-list .group-item .img-box {
  width: 178px;
  height: 100px;
  overflow: hidden;

  
}
.group-box .group-list .group-item .img-box img {
  width: 100%;
  height: 100%;
}

.group-box .group-list .group-item .info-box {
  width: calc(100% - 178px);
  padding-left: 24px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.group-box .group-list .group-item .info-box h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3c3c3c;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 18px;
}

.group-box .group-list .group-item .info-box p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.group-box .group-list .group-item:hover {
  transform: scale(1.02);
}
/***图文列表公共样式   end***/