﻿@charset "utf-8";

.banner {
    margin-bottom: 0.45rem;
}

.banner img {
    width: 100%;
    min-height: 1.4rem;
}

aside {
    width: 2.65rem;
    min-width: 2.65rem;
    margin-right: 0.38rem;
}

aside h1 {
    font-size: 0.3rem;
    color: #FFFFFF;
    height: 1.05rem;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    background: var(--focuseColor);
}

aside ul {
    padding: 0 0 0.3rem 0.25rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

aside ul li {
    position: relative;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
    border-bottom: 1px solid #E4E4E4;
}

aside ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    background: #ccc;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

aside ul li a {
    color: #666;
    font-size: 0.24rem;
}

aside ul li.on::before {
    background: var(--focuseColor);
}

aside ul li.on a {
    color: var(--focuseColor);
}

main {
    flex-grow: 1;
    width: calc(100% - 3.03rem);
}

.bread {
    color: #9F9F9F;
    font-size: 0.16rem;
    align-items: center;
    padding-bottom: 0.15rem;
    border-bottom: 2px solid var(--focuseColor);
}

.bread h2 {
    color: #000;
    font-size: 0.24rem;
    font-weight: normal;
}

.bread p a {
    color: #9F9F9F;
}

.bread p a:hover {
    color: var(--varColor);
}

/*列表页*/
.list {
    margin: 0.15rem 0;
}

.list li {
    display: flex;
    padding: 0.15rem 0;
    border-bottom: 1px solid #EAEAE9;
}

.list li p {
    flex-grow: 1;
    font-size: 0.16rem;
}

.list li span {
    min-width: max-content;
    margin-left: 0.2rem;
    color: var(--varColor);
}

/*详情页*/
.caption {
    text-align: center;
    margin: 0.4rem 0 0.3rem;
}

.caption h2 {
    color: #000;
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
}

.caption p span {
    color: #999;
    font-size: 0.16rem;
    margin: 0 0.1rem;
}

.content {
    font-size: 0.16rem;
    line-height: 1.75em;
    text-align: justify;
    padding-bottom: 0.15rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #D9D9D9;
}

.bottom p {
    display: flex;
    margin: 0.1rem 0;
}

.bottom p span {
    min-width: max-content;
}

.bottom p a {
    flex-grow: 1;
}

.bottom div {
    display: flex;
    justify-content: right;
}

.bottom div a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 0.32rem;
    color: #fff;
    background: var(--focuseColor);
    border-radius: 5px;
}

.bottom div a:hover {
    background: orangered;
}

/*通知列表页*/
.list-notice {
    margin: 0.2rem 0;
}

.list-notice li {
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ECECEC;
}

.list-notice li .date {
    min-width: max-content;
    font-size: 0.2rem;
    color: #B90509;
    font-family: D-DIN-PRO-Bold;
    text-align: center;
    padding: 0 0.2rem;
    margin-right: 0.3rem;
    border-right: 2px solid #D9D9D9;
}

.list-notice li .date h1 {
    font-size: 0.56rem;
    line-height: 1em;
}

.list-notice li .text {
    flex-grow: 1;
    width: 100%;
}

.list-notice li .text h2 {
    font-size: 0.24rem;
    font-weight: normal;
}

.list-notice li .text p {
    color: #666;
    font-size: 0.16rem;
    text-align: justify;
    margin-top: 0.1rem;
}

/*新闻列表页*/
.list-news {
    margin: 0.2rem 0;
}

.list-news li {
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ECECEC;
}

.list-news li .img {
    width: 2.24rem;
    min-width: 2.24rem;
    height: 1.5rem;
    margin-right: 0.2rem;
}

.list-news li .txt h2 {
    font-size: 0.22rem;
}

.list-news li .txt p {
    color: #666;
    font-size: 0.17rem;
    line-height: 1.75em;
    text-align: justify;
    margin: 0.15rem 0;
}

.list-news li .txt span {
    color: #999;
    font-size: 0.17rem;
}