.page-title-road{
    color:rgb(60,170,240);
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bolder;
    font-size: x-large;
}




.road-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-items: center;
    margin-top:0.5rem;
     margin-bottom:0.5rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    /*background-color: #b3d7ff;*/
    font-weight: bold;
}


.road-menu-part{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-items: center;

    font-weight: bold;
}

.menu-qtjp-part{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.5rem;
    border-radius: 2rem;
    border-color: red;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.menu-ftjp{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.5rem;
    padding-left:3rem;
    padding-right: 3rem;
    border-radius: 0.5rem;
    border-color: red;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.menu-qtjp{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.5rem;
    padding-left:3rem;
    padding-right: 3rem;
    border-radius: 0.5rem;
    border-color: red;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.road-menu-active{
    color:white;
    background-color: rgb(255,145,202);
}





#company-cards-road-js {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:1rem;
}

/* 移除超链接的默认下划线 */
a {
    color: white; /* 继承父元素的文本颜色 */
    text-decoration: none; /* 移除下划线 */
    /* 其他可能需要的重置样式 */
    background-color: transparent; /* 移除背景色 */
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    /* 还可以根据需要添加更多样式重置 */
}

/* 移除超链接的默认颜色，并设置为容器或其他父元素的文本颜色 */
a, a:visited, a:hover, a:active {
    color: white; /* 继承父元素的文本颜色 */
    /* 或者你可以设置一个具体的颜色，如 #333 */
}

/* 如果你想要鼠标悬停时有不同的效果（可选） */
a:hover {
    /* 这里可以添加悬停时的样式，例如改变颜色或添加其他效果 */
    color: #007bff; /* 蓝色作为悬停时的颜色示例 */
    /* text-decoration: underline; 如果需要下划线，可以取消注释这行 */
}

.RoadName{
   color:white;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}



.company-cards-road {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top:3rem;
    margin-bottom:3rem;
}

.company-card-road {
    width: 170px; /* 可根据需要调整 */
    font-size: 0.82rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(60,170,240);
    color: white;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
}


.company-logo-road {
    width: 140px; /* Logo图片的宽度，可根据需要调整 */
    height:80px;
    /*height: auto; !* 保持图片的宽高比 *!*/
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 10px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);


}

.card-content-road {
  display: flex;
  flex-direction: column; /* 垂直堆叠 */

  gap: 10px; /* 控制label-value-pair之间的间距 */
}

.label-value-pair-road {
  display: flex;
  align-items: flex-start; /* 垂直方向靠左对齐 */
}

.label-road{
    min-width: 20px; /* 设置label的最小宽度，根据需求调整 */
  flex-shrink: 0; /* 防止label在内容不足时缩小 */
  text-align: center;
  font-weight: bolder;
  font-weight: bolder;
    /*color:rgb(60,170,240);*/
}

/*.value-road {*/
/*  flex-grow: 1; !* 允许value占据剩余空间 *!*/
/*  word-wrap: break-word; !* 允许内容换行 *!*/
/*  text-align: left;*/
/*    color:rgb(60,170,240);*/
/*}*/

.value-road{
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}


/*详情页*/

.page-title-road-detail{
    margin-top:5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bolder;
    font-size: x-large;
}


.road-menu-detail{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-items: center;
}
.road-menu-active-detail{
    color:red;
}

.yxpagetitle-main{
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.yxpagetitle-class {

    text-align: center;
    border-radius: 2rem;
    padding: 1rem;
    margin-top:1.5rem;
    font-weight: bold;
    font-size: larger;
    background-color: rgb(255,145,202);
    color:white;
    box-shadow: 0px 0px 4px 0.5px rgba(0,0,0,0.75);

}

/* 移除超链接的默认下划线 */
a {
    text-decoration: none;
}

/* 移除超链接的默认颜色，并设置为容器或其他父元素的文本颜色 */
a, a:visited, a:hover, a:active {
    color: inherit; /* 继承父元素的文本颜色 */
    /* 或者你可以设置一个具体的颜色，如 #333 */
}

/* 如果你想要鼠标悬停时有不同的效果（可选） */
a:hover {
    /* 这里可以添加悬停时的样式，例如改变颜色或添加其他效果 */
    color: #007bff; /* 蓝色作为悬停时的颜色示例 */
    /* text-decoration: underline; 如果需要下划线，可以取消注释这行 */
}

.company-cards-road-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:1rem;
}

.RoadCard-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:1.5rem;
}

.company-card-road-detail {
    width: 250px; /* 可根据需要调整 */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
}


.company-logo-road-detail {
    width: 100px; /* Logo图片的宽度，可根据需要调整 */
    height: auto; /* 保持图片的宽高比 */
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 10px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
}



.label-value-pair-road-detail {
  display: flex;
  align-items: flex-start; /* 垂直方向靠左对齐 */
}

.label-road-detail{
    min-width: 100px; /* 设置label的最小宽度，根据需求调整 */
  flex-shrink: 0; /* 防止label在内容不足时缩小 */
  text-align: right;
  font-weight: bolder;
}

.value-road-detail {
  flex-grow: 1; /* 允许value占据剩余空间 */
  word-wrap: break-word; /* 允许内容换行 */
  text-align: left;
}


/*详情页*/


@media(max-width:560px) {


/*详情页*/
.page-title-road-detail{
    margin-top:3rem;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bolder;
    font-size: x-large;
}

.company-cards-road-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:1rem;
}
	.company-card-road-detail {
    width: 150px; /* 可根据需要调整 */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
        font-size: 0.5rem;

}

.company-logo-road-detail {
    width: 40px; /* Logo图片的宽度，可根据需要调整 */
    height: auto; /* 保持图片的宽高比 */
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 4px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
}

    .label-road-detail{
        min-width: 40px; /* 设置label的最小宽度，根据需求调整 */
  flex-shrink: 0; /* 防止label在内容不足时缩小 */
  text-align: right;
  font-weight: bolder;
}


.label-value-pair-road-detail {
    padding-top: 0.01rem;
  display: flex;
  align-items: flex-start; /* 垂直方向靠左对齐 */
}

.label-road-detail{
    min-width: 40px; /* 设置label的最小宽度，根据需求调整 */
  flex-shrink: 0; /* 防止label在内容不足时缩小 */
  text-align: right;
  font-weight: bolder;
}

.value-road-detail {
  flex-grow: 1; /* 允许value占据剩余空间 */
  word-wrap: break-word; /* 允许内容换行 */
  text-align: left;
}

/*    详情页*/

}

@media(max-width:430px){
    .company-card-road {
    width: 150px; /* 可根据需要调整 */
    font-size: 0.82rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(60,170,240);
    color: white;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
}


.company-logo-road {
    width: 115px; /* Logo图片的宽度，可根据需要调整 */
    height:65px;
    /*height: auto; !* 保持图片的宽高比 *!*/
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 10px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);

}




}

@media(max-width:390px){
    .company-card-road {
    width: 130px; /* 可根据需要调整 */
    font-size: 0.82rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(60,170,240);
    color: white;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
}
.company-logo-road {
    width: 99px; /* Logo图片的宽度，可根据需要调整 */
    height:56px;
    /*height: auto; !* 保持图片的宽高比 *!*/
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 10px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);

}

.menu-ftjp{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.3rem;
    padding-left:1.5rem;
    padding-right: 1.5rem;
    border-radius: 0.5rem;
}

.menu-qtjp{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.3rem;
    padding-left:1.5rem;
    padding-right: 1.5rem;
    border-radius: 0.5rem;

}


.menu-qtjp-part{
    color:white;
    background-color: rgb(60,170,240);
    padding: 0.3rem;
    border-radius: 2rem;
    border-color: red;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    font-size:0.8rem;
}

.road-menu-active{
    color:white;
    background-color: rgb(255,145,202);
}

/*.footer-w3layouts{*/
/*    font-size: 0.3rem;*/
/*}*/
    .label-road-detail{
    font-size: 0.8rem;
}

.value-road-detail {
  font-size: 0.8rem;
}
}



@media(max-width:340px){
    .company-card-road {
    width: 115px; /* 可根据需要调整 */
    font-size: 0.82rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(60,170,240);
    color: white;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    text-align: center; /* 如果Logo不在顶部，可以移除这个属性 */
}


.company-logo-road {
    width: 86px; /* Logo图片的宽度，可根据需要调整 */
    height:50px;
    /*height: auto; !* 保持图片的宽高比 *!*/
    display: block; /* 使图片作为块级元素显示，便于控制位置 */
    margin: 0 auto 10px; /* 上下margin可根据需要调整，bottom margin用于与文本内容分隔 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);

}

  .label-road-detail{
    font-size: 0.7rem;
}

.value-road-detail {
  font-size: 0.7rem;
}
}