* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Microsoft Yahei", sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}
header {
    width: 100%;
    height: auto;
    background:#00088b;
    position: relative;
}
.banner {
    width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    min-width: auto;
}
a {
    color: #333; 
    text-decoration:none;
}
a:hover {
    text-decoration: none;
    color:#000000 ;
}
main {
    margin: 0 auto;
    padding:20px;
    background:#FFFFFF url(images/vsc3_body_bg.jpg) repeat-x;
}
.wd-100 {
    width: 100%;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.section-title p {
    font-size: 18px;
    color: #666;
}
.content-section {
    max-width: 1200px;
    margin: 0 auto;
}

.content-section h1 {
    font-size: 28px;
    color: #333;
    padding: 30px 0px;
    text-align: center;
}

.writerinfo {
    color: #666;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.sizeinfo {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-top: #00088b 3px solid;
    background-color: #dae6fa;
}
.DetailContain {
    font-size: 20px;
    line-height: 200%;
    padding: 20px 30px;
    text-align: left;
}
.SubDocTitle {
    font-size: 22px;
    color: #333;
    padding: 10px 0px;
    text-align: center;   
}
.content-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 10px;
}
.content-section ul {
    list-style: disc;
    padding-left: 20px;
}
.content-section li {
    margin-bottom: 10px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.card {
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card a {

    width: 100%;
    display: block; /* 或 block */
    overflow: visible; /* 确保不是 hidden */
}

.card img  {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: transform 0.3s ease;
}

.card img:hover {
    transform: scale(1.1);
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.card p {
    margin-bottom: 15px;
}
.card a {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
}
.card a:hover {
    text-decoration: underline;
}

.MotLogo {
    margin-left:20%; 
    max-width:100%;
    height: auto;

}

.SubBox {
    width: 100%; 
    background: linear-gradient(to right, transparent 30%,rgb(0 51 102 / 1)); 
    padding: 0.7rem 0; 
    position: absolute;  
    top: 0px; left:0px; 
    z-index:10; 
    text-align: left;
}

.subTitle {
    text-align: center; 
    padding:50px 0px;
}

.News {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*gap: 10px;*/
}

.listBox {
    flex-basis: 545px;
    list-style-type: none;
    font-size: 1.1rem;
}

.listBox span { 
    float: right; 
    color: #999999;

}
.listBox:hover span {
    color:#333;
}

.NewsOverview {
    display: flex;
    flex-wrap: wrap;
}

footer {
    text-align: center;
    padding: 20px; 
    font-size: 14px;
    background-color: #dae6fa;
    border-top: solid 3px #00088b;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer a {
    color: #de0000;
}

footer a:hover {
    color: #de0000;
    text-decoration: underline;
}

.dzLogo {
/*    width: 100px;*/
}

.dzLogo img {
    width: 70px;
    height: auto;
    margin-top: -10px;
}

.beiAn {
/*    background: #000CFF;*/
width: 40%;
padding: 0 10px;
text-align: left;
/*display: flex;
flex-wrap: wrap;
gap: 10px;*/
}

.zaoCuo{
/*    background: #006600;*/
}

@media (max-width: 768px) {
    .card {
        flex: 1 1 calc(50% - 20px);
    }
    .section-title h1 {
        font-size: 24px;
    }
    .section-title p {
        font-size: 16px;
    }
    .content-section h2 {
        font-size: 20px;
    }
    .MotLogo {
        margin-left:3%;
        margin-top: 5px;
        max-width: 60%;
        height: auto;
    }
    .SubBox{
        padding: 0.1rem 0;
    }

    .beiAn {
        width: 100%;
    }

    .subTitle {
    padding:30px 0px;
    }

}

@media (max-width: 480px) {
    .card {
        flex: 1 1 100%;
    }
    .section-title h1 {
        font-size: 22px;
    }
    .SubBox {
        padding:0 0;
    }
    .MotLogo {
        margin-left:1%;
        margin-top: 3px;
        max-width: 40%;
        height: auto;
    }
    .beiAn {
        width: 100%;
    }

    .subTitle {
    padding:20px 0px;
    }    
}