* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 微软雅黑;
    max-width: 512px;
    margin: 0 auto
}

nav {
    display: flex;
    align-items: center;
    height: 85px;
    background-size: cover
}

.logo img {
    width: 85px;
    height: 85px;
    padding: 10px
}

.info {
    color: #ffffff
}

.info span {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.info h2 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.info p {
    font-size: 14px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.download {
    width: 130px;
    height: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.download a img {
    width: 100%;
    height: 100%;
    padding-right: 10px
}

.main-item1 {
    width: 100%;
    height: calc(100vh - 140px);
    position: relative
}

.main-item1-bth {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.main-item1-bth a {
    display: block;
    margin: 10px 0;
}

.main-item1-bth img {
    width: 200px;
    height: auto
}

.main-item2-title {
    padding: 18px 15px;
    display: flex;
    align-items: center
}

.main-item2-title div {
    width: 8px;
    height: 8px;
    background-color: #ff7214;
    border-radius: 50%;
    margin-right: 10px
}

.main-item2-title span {
    font-weight: 500;
    font-size: 22px;
    color: #ff7214
}

.main-item2-carousel {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden
}

.carousel-item {
    width: 170px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    transition: transform 1s ease-in-out
}

.carousel-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    perspective: 800px;
    transform-style: preserve-3d
}

.main-item3-title {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6
}

.main-item3-title div {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #ff7214;
    border-radius: 50%;
    margin-right: 10px
}

.main-item3-title span {
    font-weight: 500;
    font-size: 22px;
    color: #ff7214;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}

.main-item3-title a {
    color: #B6B6B6;
    font-size: 22px;
    font-weight: 400;
    margin-left: auto
}

.main-item3-list-item-content {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    padding: 24px 15px
}

.main-item3-list-item-left {
    flex: auto
}

.main-item3-list-item-right {
    width: 120px;
    height: 90px;
    margin-left: 22px;
    flex-shrink: 0
}

.main-item3-list-item-right img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover
}

.main-item3-list-item-title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-item3-list-item-desc {
    color: #848E98;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

footer {
    font-size: 13px;
    text-align: center;
    padding: 20px 10px;
    color: #999;
    background-color: #eee
}

.footer-pc {
    margin-bottom: 70px
}

footer div {
    line-height: 1.8em
}

footer a {
    color: #999
}

.footer-tab {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 512px;
    height: 60px;
    background-color: #fff;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.footer-tab-item a {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer-tab-item svg {
    width: 22px;
    height: 22px
}

.footer-tab-item p {
    font-size: 13px;
    font-weight: 400
}

.footer-tab-item div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
    padding: 10px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #ff7214
}

.footer-tab-item div img {
    width: 100%;
    height: 100%
}

.main-item3-list-page {
    text-align: center;
    margin: 10px 0
}

.main-item3-list-page span {
    color: #999
}

.main-item3-list-page a {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px
}

.newstop {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6
}

.newstop svg {
    width: 30px;
    height: 30px
}

.newscontent {
    padding: 20px
}

.newscontent-title h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold
}

.newscontent-info {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    color: #b3b3b3
}

.newscontent-info span {
    font-size: 14px;
    margin: 0 3px;
}

.newscontent-content {
    font-size: 14px;
    color: #070708;
    border-bottom: 1px solid #e7e7e7;
}

.newscontent-content h2 {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0
}

.newscontent-content h3 {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0
}

.newscontent-content h4 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0
}

.newscontent-content p {
    color: #555555;
    line-height: 1.8;
    margin: 15px 0;
    text-indent: 2em;
}

.newscontent-content img {
    display: block;
    border: none;
    max-width: 100%;
    height: auto;
    margin: 10px 0
}

.newscontent-content video {
    border: none;
    max-width: 100%;
    height: auto;
    margin: 10px 0
}

.newscontent-page {
    margin: 10px 0
}

.newscontent-page a {
    color: #8b8b8b;
    line-height: 2.5;
}

.newscontent-page a:hover {
    color: #ffc001
}

.shengming {
    color: #a52020 !important;
    text-indent: 0 !important;
}

.shengming a {
    color: #a52020;
}

.tag a {
    color: #0088ff;
    margin: 0 5px;
    line-height: 2
}

.shengming,
.shengming b,
.shengming a {
    font-size: 12px
}
.page{
    margin: 10px 0;
    padding: 0 10px;
}
.page li a{
    color: #000;
    font-size: 14px;
}
.page li{
    display: inline-block;
    margin: 5px;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    
}