<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    width: 1000px;
    margin: 0 auto 0 auto;
    background-color: white;
	box-shadow: 1px 1px 5px black;
}

.leftlist {
    display: inline-block;
    height: 700px;
    float: left;
}

.leftlist ul {
    list-style-type: none;
    margin: 0;
    padding-top: 50px;
}

.leftlist-li {
    width: 100px;
    height: 50px;
    margin-top: 5px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top-width: 1.5px;
    border-bottom-width: 1px;
    border-color: rgba(59, 132, 189, 0.26);
}

.leftlist a {
    display: block;
    text-align: center;
    padding-top: 14px;
    text-decoration: none;
    color: rgba(59, 132, 189, 1);
}

.passage {
    display: inline-block;
    width: 750px;
    height: 900px;
    margin: 50px 50px 50px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(59, 132, 189, 0.26);
}

.passage-link {
    color: #454745;
    margin-top: 12px;
    margin-left: 12px;
}

.passage-link a {
    text-decoration: none;
    font-size: 12px;
    color: #454745;
}

.passage-image {
    width: 170px;
    height: 40px;
    text-align: center;
    margin: 20px auto 5px auto;
}

.passage-image img {
    width: 100%;
    height: 100%;
}

.passage-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.passage-news {
    width: 100%;
    text-align: center;
    margin: 50px 0 50px 0;
}

.passage-num {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}

.inforcard {
    width: 340px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(230, 230, 230);
    display: inline-block;
    color: black;
}

.cardimage {
    display: inline-block;
    margin: 23px;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(230, 230, 230);
    border-radius: 75px;
    overflow: hidden;
    font-size: 0;
    float: left;
}

.cardimage img {
    width: 100%;
    height: auto;
}

.cardint {
    display: inline-block;
    width: 190px;
    margin-top: 10px;
    font-size: 0;
    text-align: left;
    float: right;
}

.cardint h1 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}

.cardint hr {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    border-width: 0;
    width: 80px;
    height: 2px;
    background-color: rgb(255, 104, 32);
}

.cardint p {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}</pre></body></html>