.post-list img{display: inline-block;}
.band{background-size: 100%;}.juzhong{text-align: center;}
.biaoti{
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: -15px;
}
.biaoti span{
    background: rgb(248 250 252 / var(--tw-bg-opacity));;
    position: relative;
    top: 20px;
    padding: 0 10px;
    border-left: 3px solid #63d6a8;
    border-right: 3px solid #63d6a8;
}
.post-list{
    margin:30px auto 30px auto;
    padding: 20px;
}
.tongtou{
    background-color: rgb(235, 245, 252);
}
.tongtou .post-list{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.tongtou .biaoti{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.tongtou .biaoti span{
    background-color: rgb(235, 245, 252);
}

.dark .tongtou{
    background-color: rgb(11, 11, 11);
}
.dark .tongtou .biaoti span{
    background-color: rgb(11, 11, 11);
    color: #ccc;
}
.dark .biaoti span{
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    color: #ccc;
}


.post-list .video{
    display: flex;
    gap: 20px;
}

.font-hui{
    color: #666;
}
.card-zixun{
    display: grid;
    gap: 20px;
}
.card-zixun li{
    width: 100%;
    position: relative;

}
.card-zixun li a{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.card-zixun li div{
    flex: 1;
    width: 100%;
    padding: 5px;
    vertical-align: middle;
}
.card-zixun li div p{
}
.card-zixun li div p span{
    display: block;
    overflow: hidden;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-zixun li div p i{
    font-style: normal;
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.card-zixun li div .excerpt{
    display: block;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.gywm .gywm-top{
    display: flex;
    gap: 20px;
    height: 400px;
    position: relative;
}
.gywm .gywm-top a{
   position: absolute;
   bottom: 25px;
   right: 25px;
   color: #999;
}
.gywm .gywm-top p{
    height: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding: 20px;
}
.gywm .gywm-bottom{
    display: flex;
}
.gywm .gywm-bottom .gywm-item{
  flex: 1; 
  text-align: center;
  background-color: #e9f3e2;
  padding: 10px 0 20px 0;
  border-left: 1px dashed #ccc;
}
.gywm .gywm-bottom .gywm-item:first-child{
    border-left: none;
}
.gywm .gywm-bottom .gywm-item p{
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    margin: 10px 0;
    font-weight: bold;
    color:rgb(14, 157, 157)
}
.dark .gywm .gywm-bottom .gywm-item{
    background-color: #535253;
}
.gywm .gywm-bottom .gywm-item span{
    display: block;
    font-size: 16px;
    color: #666;
}