
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {

}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.title {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
}

.title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    background: linear-gradient(45deg, #00ff88, #00a3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.card-grid {
    width: 1270px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin: 50px auto;
    padding: 0rem;
}

.card-wrapper {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.card-wrapper:hover {
    transform: rotateY(10deg) rotateX(5deg) translateZ(20px);
}

.card {
    background: #000000;
    backdrop-filter: blur(12px);
    border-radius: 5px;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    transition: 0.5s;
}

.card:hover::before {
    left: 100%;
}

.cover-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transform: translateZ(30px);
    
}

.cover {
    height: 280px;
    background: #000;
    position: relative;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.card:hover .cover img {
    transform: scale(1.05) rotate(1deg);
}

.tags {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
}

.tag {
    background: rgba(0,255,135,0.9);
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 0.8rem;
    backdrop-filter: blur(5px);
}

.info {
    padding: 0.5rem 0;
    position: relative;
}

.name {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}


.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat {
    background: rgba(255,255,255,0.05);
    padding: 1rem;
    border-radius: 10px;
    position: relative;
}

.stat:hover {
    background: rgba(255,255,255,0.1);
}

.stat::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(45deg, #00ff87, #60efff);
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.3s;
}

.stat:hover::before {
    opacity: 1;
}

.stat-label {
    color: #60efff;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.stat-value {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.live-indicator {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #ff1a5e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,26,94,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(255,26,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,26,94,0); }
}





.header{
    width: 100%;
    height: 80px;
    position: fixed;
    background: #fff;
    background: hsla(0, 0%, 100%, .95);
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    z-index: 999;
}


.tel_index_top li {
    float: left;
    width: 120px;
    height: 35px;
    line-height: 24px;
    text-align: center;
    padding: 5px 18px;
    background: none;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: all ease-in .2s;
}

.tel_index_top li a{
    color: #555;
    transition: all ease-in .2s;
}
.tel_index_top li:hover a{
    color: #ffffff;
    transition: all ease-in .2s;
}
.tel_index_top li:hover{
    background: #ff9600;
    padding: 5px 18px;
    font-size: 16px;
    border-radius: 5px;
    transition: all ease-in .2s;
}

.group2 {
    background: url(../images/label2_bg.png) center top no-repeat;
    background-size: cover;
    height: 493px;
    padding-top: 105px;
    width: 100%;
    color: #ffffff;
    margin: 0 auto;
    line-height: 30px;
    font-size: 17px;
}



.gywm-content {
    background: url(/skin/images/gsjj-bg.png) no-repeat #F5F5F5 center top;
    background-size: 100%;
    height: 620px;
    padding-top: 30px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.second-content {
    width: 75%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 40px;
    padding: 0.23rem 0;
    overflow: hidden;
}

.gsjj-top {
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
}


.article-list {
    width: 1500px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.article-item {
    width: 480px;
    height: 350px;
    float: left;
    background-color: white;
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.article-item:hover {
    transform: translateY(-2px);
}

.article-title {
    color: #333;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.article-summary {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 10px;
    height: 190px;
    overflow: hidden;
}

.article-date {
    color: #999;
    font-size: 0.85em;
    text-align: right;
}

.protocol-tag {
    background-color: #fdf9e3;
    color: #f3ac21;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 1.8em;
    margin-right: 10px;

    margin-bottom: 50px;
}

