* {
    margin: 0;
    padding: 0;
}
/*@font-face{*/
/*    font-family:'psf';*/
/*    src: url(/assets/default/font/SourceHanSans-Regular.otf);*/
/*}*/
.page2 {
    width: 100%;
    height: 3.93rem;
    background: #333333;
    padding-top: 0.5rem;
}

.top1 {
    width: 18.18rem;
    padding-top: 0.5rem;
    margin: 0 auto;
}

.top1 ul {
    display: flex;
}

.top1 ul li {
    list-style: none;
    width: 1.3rem;
    height: 0.49rem;
    background: #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.03rem;
}

.top1 a {
    text-decoration: none;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #585858;
    text-align: center;
}

.top1 ul li:hover {
    background: #b40e12;
}

.top1 ul li:hover a {
    color: #FFFFFF;
}

.xian {
    width: 18.18rem;
    height: 0.01rem;
    background: rgba(197,197,197,0.2);
    margin: 0 auto;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
}

.banquan {
    width: 100%;
}

.banquan ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banquan ul li {
    list-style: none;
    font-family: 'psf';
    font-weight: 400;
    font-size: 0.14rem;
    color: #585858;
    line-height: 0.06rem;
}
.footer-center{
    width: 18.18rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.footer-center ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-center ul li{
    list-style: none;
    color: #C5C3BF;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.footer-center ul li p{
    color: #C5C3BF;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.footer-center ul li span{
    color: #575756;
    font-size: 0.16rem;
    line-height: 0.3rem;
}


.tags {
    width: 6.61rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.46rem;
}

.tag {
    font-family: 'psf';
    width: 1.3rem;
    height: 0.49rem;
    background: #C5C5C5;
    font-weight: 400;
    font-size: 0.22rem;
    color: #585858;
    line-height: 0.49rem;
    text-align: center;
    cursor: pointer;
}
.selected{
    background: #B40E12;
    color: #FFFFFF;
}
.contents{
    width: 16.68rem;
    margin: 0 auto;
    margin-top: 0.43rem;
}
.first li{
    list-style: none;
    margin-bottom: 0.1rem;
}
.first li a{
    font-family: 'psf';
    text-decoration: none;
    color: #C5C3BF;
    font-size: 0.16rem;
    display: block;
}
.first li a span{
    font-family: 'psf';
    color: #575756;
    font-size: 0.14rem;
}
.content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}