* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    color: #333;
}

.alw img {
    display: block;
    width: 100%;
}

.container {
    max-width: 640px;
    position: relative;
    padding: 0;
}

.nav {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.nav .left {
    margin-left: 0.5rem;
    width: 4rem;
    height: 4rem;
    background: #0858b7;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.nav .right {
    flex: 1;
    margin: 0 0.5rem;
}

.nav .right ul {
    display: flex;
    flex-wrap: wrap;
}

.nav .right ul li {
    width: 33.3%;
    height: 2.2rem;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.nav .right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border-radius: 0.3rem;
}

.a1-box {
    width: 95%;
    margin: 0 auto;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    overflow: hidden;
}

.a1-box .text {
    padding: 0.5rem;
}

.a1-box .text p {
    text-indent: 2em;
    font-size: 0.75rem;
    line-height: 1.2rem;
}

.a1-box .text p a {
    color: red;
}

.a2-box {
    padding: 1rem;
}

.a2-box ul {
    display: flex;
}

.a2-box ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.a3-box {
    padding: 0 0.5rem;
}

.a3-box .tab-ul {
    display: flex;
}

.a3-box .tab-ul li {
    flex: 1;
    margin: 0 0.2rem;
    height: 2rem;
    background: #f0f0f0;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.a3-box .tab-ul .on {
    background: #0858b7;
    color: #fff;
}

.a3-box .con {
    margin-top: 0.8rem;
    padding: 0 0.2rem;
}

.a3-box .con .box {
    display: none;
}

.a3-box .con .box .hot a {
    display: flex;
}

.a3-box .con .box .hot a .img {
    width: 8rem;
}

.a3-box .con .box .hot a .img img {
    display: block;
    width: 100%;
}

.a3-box .con .box .hot a .info {
    flex: 1;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
}

.a3-box .con .box .hot a .info h3 {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
}

.a3-box .con .box .hot a .info p {
    font-size: 0.75rem;
    line-height: 1.2rem;
}

.a3-box .con .box .hot a .info p b {
    color: red;
}

.a3-box .con .box .list li {
    border-bottom: 1px dashed #ccc;
    padding: 0.5rem 0;
}

.a3-box .con .box .list li h3 {
    font-size: 0.8rem;
    font-weight: bold;
}

.a3-box .con .box .list li p {
    font-size: 0.75rem;
    margin-top: 0.3rem;
}

.a3-box .con .box .list li p b {
    color: red;
}

.a3-box .con .box .list li:last-child {
    border-bottom: none;
}

.a3-box .con .box:nth-child(1) {
    display: block;
}

.a4-box {
    width: 95%;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    overflow: hidden;
}

.a4-box .title {
    display: flex;
    align-items: center;
    height: 2.2rem;
    color: #141414;
    font-size: 0.9rem;
}

.a4-box .title:before {
    content: '';
    width: 0.2rem;
    height: 50%;
    background: #0858b7;
    margin-right: 0.3rem;
}

.a4-box .list li {
    padding: 0.5rem 0;
    display: flex;
    border-bottom: 1px dashed #ccc;
}

.a4-box .list li .img {
    width: 6rem;
}

.a4-box .list li .img img {
    display: block;
    width: 100%;
}

.a4-box .list li .info {
    flex: 1;
    margin-left: 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.a4-box .list li .info h4 {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.a4-box .list li .info p {
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.a4-box .list li .info p a {
    color: red;
}

.a4-box .list li .info .zx {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6823c;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 1rem;
}

.a4-box .list li:last-child {
    border-bottom: none;
}

.a4-box .v-box {
    margin-top: 0.5rem;
}

.a4-box .v-box .video-box img {
    display: block;
    width: 100%;
}

.a4-box .v-box .video-box video {
    display: block;
    width: 100%;
}

.a4-box .v-box p {
    font-size: 0.75rem;
    text-align: center;
    margin: 0.5rem 0;
}

.page-path {
    display: flex;
    align-items: center;
    height: 2rem;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    background: #f0f0f0;
}

.page-path img {
    display: block;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.article {
    padding: 0.5rem;
}

.article .title {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5rem;
}

.article article p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
}

.article article img {
    max-width: 100%;
    height: auto;
}

.article article video {
    display: block;
    max-width: 100%;
}

.pageList {
    padding: 0 0.5rem;
}

.pageList .list li {
    border-bottom: 1px dashed #ccc;
    padding: 0.5rem 0;
}

.pageList .list li h3 {
    font-size: 0.8rem;
    color: #0855af;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pageList .list li p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-indent: 2em;
}

.pageList .list li p b {
    color: red;
}

.pageList .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pageList .page .pagination li {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.2rem;
    font-size: 0.8rem;
}
.pageList .page .pagination li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    color: #0a53be;
}
.pageList .page .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    color: #0a53be;
}
.pageList .page .pagination .active span{
    background: #0a53be;
    color: #fff;
}