*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background-color: #fff;
}
ul,ol{list-style:none}
a{text-decoration:none} 
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border:none;
    outline:none
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.container ,.top-container,.bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.box {
    margin: 20px 0;
}
.tit {
    margin-bottom: 10px;
}
.tit h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #7CE38C;
    height: 30px;
    line-height: 30px;
    background: url(../img/tit_bg.png) no-repeat;
    background-position: 0 center;
    padding-left: 60px;
}
header ,footer{
    background-color: rgba(124, 227, 140, 1);
}
.top-container,.bottom-container {
    height: 65px;
}
.top-container .logo {
    height: 35px;
}
.top-container .logo img {
    height: 100%;
}
header {
    margin-bottom: 20px;
}
footer {
    margin-top: 20px;
}
header .top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top-container .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .top-container .icon i {
    font-size: 30px;
    color: #fff;
}
footer .bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .bottom-container a {
    font-size: 12px;
    color: #FFFFFF;
}
.banner a {
    display: block;
    padding: 20px 10px;
    background-color: rgba(239, 239, 239, 1);
}
.banner a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #4D4747;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.banner a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    
    margin-bottom: 15px;
}
.banner a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;  
}
.banner a p {
    padding-top: 15px;
    border-top: 2px solid #c6c6c6;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #606060;
    line-height: 20px;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    
}
.bg {
    background-color: rgba(239, 239, 239, 1);
    padding: 10px 10px 20px;
}
.pop a {
    display: flex;
    background-color: rgba(239, 239, 239, 1);
    justify-content: space-between;
    margin-top: 15px;
}
.pop a:nth-child(1) {
    margin-top: 0;
}
.pop a .thum {
    width: 150px;
    height: 0;
    padding-bottom: 94px;
    overflow: hidden;
    position: relative;
    
}
.pop a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.pop a .info {
    width: calc(100% - 150px);
    padding: 10px 20px 10px 10px;
    height: 94px;
}
.pop a .info h3 {
    font-weight: 700;
    font-size: 12px;
    color: #4D4747;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 10px;
}
.parameter {
    display: flex;
}
.parameter .see i,
.parameter .see span,
.parameter .zan span,
.parameter .zan i{
    font-size: 12px;;
    color: #bfbfbf;
}
.parameter .see {
    width: 100px;
}
.parameter .see i,
.parameter .zan i{
    font-size: 16px;
}

.tre ul {
    list-style: square;
    padding-left: 2em;

}
.tre ul li {
    margin-top: 10px;
}
.tre ul li:nth-child(1) {
    margin-top: 0;
}
.tre ul li a {
    display: block;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #4D4747;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tre ul li::marker{
    font-size: 25px;
}
i {
    font-style: normal;
}
.rec a {
    display: block;
    position: relative;
    margin-top: 20px;
}
.rec a:nth-child(1) {
    margin-top: 0;
}
.rec a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #6C6C6C;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.rec a h3 span {
    background-color: rgba(124, 227, 140, 1);
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 10px;
}
.rec a .thum {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}
.rec a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a .bottom {
    position: absolute;
    bottom: 0;
    background-color: rgba(212, 212, 212, 0.6);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    width: 100% ;
}
.rec a .bottom .date {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #333;
}
.rec a .bottom .parameter .see i,
.rec a .bottom .parameter .see span,
.rec a .bottom .parameter .zan span,
.rec a .bottom .parameter .zan i {
    color: #333;
}
.lat .group {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px;
}
.lat .group:nth-child(1) {
    margin-top: 0;
}
.lat .group:nth-child(2n+1) a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.lat .group:nth-child(2n) a:nth-child(1) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.lat .group a {
    background-color: rgba(239, 239, 239, 1);
}
.lat .group a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 235px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.lat .group a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.lat .group a:nth-child(1) .date {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #BFBFBF;
    padding-left: 10px;
    margin: 0;
}
.lat .group a .date {
    font-weight: 700;
    font-size: 12px;
    color: #4D4747;
    margin-bottom: 10px;
}
.lat .group a h3 {
    padding: 10px;
}
.lat .group a h3 span {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #848484;
    line-height: 17px;
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lat .group a:nth-child(n+2) {
    padding: 10px;
}
.lat .group a p {
    padding-top: 5px;
    border-top: 1px solid #4D4747;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #848484;
    line-height: 16px;
    height: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 65px);
    position: fixed;
    top: 65px;
    z-index: 10;
    background-color: rgba(215, 215, 215, 0.7);
}
.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    background: #fff;
    font-size: 14px;
}
.banner_list .tags a {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgba(239, 239, 239, 1);
    text-transform: capitalize;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #6C6C6C
}
.banner_list .tags a:nth-last-child(1) {
    margin-bottom: 0;
}
.banner_list {
    background-color: #fff;
    width: 265px;
    padding: 30px 20px;
    padding-bottom: 30px;
    /* border-radius: 10px; */
    /* border: 1px solid #000; */
    position: absolute;
    /* top: 75px; */
    top: 0px;
    right: 0px;
}
.banner_search {
    width: 100%;
    position: absolute;
    top: -20px;
}
.banner_list_box.active {
    display: block;
}
.article .tag span {
    background-color: rgba(124, 227, 140, 1);
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 10px;
}
.article h3 {
    font-weight: 700;
    font-size: 21px;
    color: #4D4747;
}
.article .ap  {
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.article .ap .author {
    margin-right: 10px;
    width: 100px;
    font-size: 12px;
    color: #bfbfbf;
}
.desc p ,
.ys p a ,
.ys p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.ys {
    background-color: rgba(239, 239, 239, 1);
    padding: 10px;
}

.article .desc p img {
    width: 100%;
}
.article .button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .button button {
    background-color: rgba(236, 236, 236, 1);
    border-radius: 6px;
    width: 60px;
    height: 30px;
    margin: 20px 0;
}

.article .button button.active {
    background-color: rgba(124, 227, 140, 1);
}
.article .button button.active i,
.article .button button.active span {
    color: #fff;
}
.article .button button:nth-child(1) {
    margin-right: 50px;
}
.article .button i {
    color: #BFBFBF;
    font-size: 16px;
    margin-right: 5px;
}

.article .button span {
    font-weight: 700;
    font-size: 12px;
    color: #BFBFBF;
}
.article .skip a {
    display: block;
    padding: 10px 15px;
    background-color: rgba(239, 239, 239, 1);
}
.article .skip a:nth-child(1) {
    margin-bottom: 10px;
}
.article .skip a dl dd {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}
.article .skip a dl dt {
    font-weight: 700;
    font-size: 14px;
    color: #4D4747;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.tit_sousuo h3 {
    font-weight: 700;
    font-size: 17px;
    color: #DBDBDB;
}
.tit_sousuo {
    margin-bottom: 10px;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error img {
    width: 80%;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.no i ,
.error i {
    font-size: 200px;
    color: #dbdbdb;
}
section {
    min-height: calc(100vh - 170px);
}
.tit_cat {
    width: 100%;
    height: 50px;
    background-color: rgba(124, 227, 140, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.tit_cat span {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #FFFFFF;
}
.category {
    display: flex;
    flex-wrap: wrap;
}
.category a {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #6C6C6C;
    background-color: rgba(239, 239, 239, 1);
}
.category a:nth-child(2n) {
    margin-right: 0;
}
.category a:nth-child(-n+2) {
    margin-top: 0;
}
