body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}

body {
    background: #FFF;
    font-size: 14px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0 none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none outside none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

/*搜索框*/

.search {
    width: 92%;
    height: 0.86rem;
    margin: 0 auto;
    border: 1px solid #DCDFE6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.search input {
    width: 100%;
    height: 100%;
    line-height: 0.86rem;
    text-indent: 1rem;
    font-size: 16px;
    color: #999999;
    background-size: 0.5rem;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: 0.2rem 0.18rem;
    background-image: url(../img/fdq.png);
    float: left;
}
.search form {
 position: relative;
    height: 100%;
}
.search button {
 position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    padding: 0 0.4rem;
}

    /*文章列表*/
    .article_list {
        box-sizing: border-box;
        padding: 0 0.32rem;
        overflow: hidden;
        clear: both;
    }
    
    .article_list li a {
        display: block;
    }
    
    .article_list li a .img_box {
        border-radius: 6px;
        position: relative;
        margin-bottom: 16px;
    }
    
    .article_list li a .img_box img {
        width: 100%;
        object-fit: contain;
    }
    
    .img_mask {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
    
    .article_list li+li {
        border-top: 2px solid #DCDFE6;
    }
    
    .article_list .article_item {
        overflow: auto;
    }
    
    .article_list li .article_title {
        float: left;
        width: 100%;
        font-weight: 600;
        color: #27A1C6;
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .article_list li .arctile_content {
        float: left;
        width: 100%;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 16px;
        color: #666666;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box; 
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
    }





.article_card_1 {
    width: 92%;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #DCDFE6;
    margin-bottom: 16px;
     clear: both;
    margin-top: 15px;
    clear: both;
    overflow: hidden;
}

.article_card_1  .card_header {
    position: relative;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    height: 1rem;
    line-height: 1rem;

}
.rank_lists{
    padding: 0 10px;
}
.article_card_1  .card_header h3{
    font-weight: 600;
    color: #2CA6E0;
    text-indent: 0.2rem;
    font-size: 20px;
}

.article_card_1  .card_header a {
    position: absolute;
    font-size: 12px;
    color: #999999;
    top: 0;
    right: 0.1rem;
}

.article_card_1 .card_item {
    margin-bottom: 16px;
    overflow: auto;
}

.article_card_1 .card_item  .card_left {
    float: left;
    width: 2rem;
    height: 1.64rem;
    overflow: hidden;
    border-radius: 0.2rem;
    margin: 0 0.2rem;
    position: relative;
    background-color: rgb(223, 223, 223);
}

.article_card_1 .card_item  .card_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
   height: 100%;

}

.article_card_1 .card_item  .card_right {
    /*float: right; */
    
    width: 8.5rem;
    margin-left: 0.3rem;
}

.article_card_1 .card_item  .card_right .card_title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article_card_1 .card_item  .card_right .card_content {
    font-size: 12px;
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* rank_list 排行榜列表 */
.rank_list {
    padding-bottom: 12px;
}

.rank_list li {
    /*margin-bottom: 16px;*/
}

.rank_list .rank_num {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 0 18px;
    vertical-align: middle;
    background-color: #DCDCDC;
    color: #999;
}

.rank_list a:nth-of-type(1) .rank_num{
    background-color: #FF816F;
    color: #fff;
}
.rank_list a:nth-of-type(2) .rank_num{
    background-color: #00D097;
    color: #fff;
}

.rank_list a:nth-of-type(3) .rank_num{
    background-color: #27A1C6;
    color: #fff;
}

.rank_list .rank_content {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.rank_list .load_more {
    width: 100%;
    font-size: 24px;
    color: #2CA6E0;
    text-align: center;
    padding-bottom: 10px;
}

/**
翻页按钮
*/

.flip_over {
    width: 60px;
    background-color: #2CA6E0;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}

.flip_over a {
    color: #fff;
}


.banner {
    position: relative;
    width: 100%;
    float: left;
    height: 213px !important;
    overflow: hidden;

}

.banner li {list-style: none;}
.banner ul li {float: left;height: 100%;position: relative;width: 100%;}
.banner ul li a{
    display: block;
    height: 100%;
}
.banner ul li img{width: 100%;height:100%;}
.banner ul{
    height: 100% !important;
}
.banner ul li p {
    height: 30px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #a2a2a2;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}


.nav {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;

     font-size: 16px;
}

.nav ul {
    display: inline-block;
}

.nav ul li {
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
}

.nav::-webkit-scrollbar {
    height: 0;
}
.nav ul a{
    color: #333;
}
.footer{
    padding: 10px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.category_content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    /*height: 100%;*/
    z-index: 999;
    transition: 0.3s;
    opacity: 0;
    background-color: #f9f9f9;
}
.category_content2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 999;
    transition: 0.3s;
    opacity: 1;
    background-color: #f9f9f9;
}
.header {
    position: relative;
    width: 100%;
    height: 0.88rem;
    background-color: #2ca6e0;
    margin-bottom: 0.4rem;
}
.header h1 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 0.88rem;
}
.header .back_btn {
    position: absolute;
    right: 3%;
    top: 0;
    margin-top: 0.44rem;
    transform: translateY(-50%);
    padding: 0.2rem 0.3rem;
}
.header .back_btn img {
    width: 0.6rem;
    opacity: 0.5;
    object-fit: contain;
}
.menu_container {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}
.category_content .allmenu {
    width: 90%;
    margin: 0 auto;
    background-color: #f9f9f9;
}
.category_content .allmenu > li {
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.allmenu .category-item {
    line-height: 1.2rem;
    font-size: 22px;
    text-align: center;
    height: 1.2rem;
}

.allmenu .category-item a{
    color: #151515;
}
.allmenu li .pull-down-btn {
    position: absolute;
    top: 0;
    right: 3%;
    padding: 0 0.6rem;
    opacity: 0.3;
    height: 1.2rem;
    background: url("https://m.searcheasy.net/skin/img/down-icon.png") no-repeat  center center;
    background-size: 40%;
}
.submenu {
    display: none;
    transform: 0.3s;
}
.submenu li {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #ccc;
}
.submenu li a {
    color: #666;
}

.menus {
    display: block;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 12.5px;
    background-size: 25px 25px;
    margin: 0 6px 0 0
}

.menuwraps {
    width: calc(100%);
    background: #fff;
    top: 45px;
    z-index: 99999;
    padding-bottom: 10px;

}

.menuwrapmain {
    overflow: auto;

}.menuwrapmain a{
    color: #333;
 }

.menuwrapmain > a {
    background: #eee;
    float: left;
    width: 23%;
    margin: 3px 1%;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    border-radius: 2px;
}

.menuwrapmain a.cul {
    width: 48%;
    margin: 3px 1%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border-radius: 2px;
}

.menuwrapmain h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    margin: 15px 0 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pos-a {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.subcate {
    margin-top: 10px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    font-size: 16px;
    margin-bottom: 10px;
}

.subcate ul {
    font-size: 0;
}

.subcate li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}

.subcate li a {
    line-height: 40px;
    color: #333;
}

.subcate li:after {
    content: '/';
    position: absolute;
    top: 9px;
    right: -4px;
    color: #9ca0ad;
    opacity: .28;
}

.subcate li:last-child {
    padding: 0 0 0 15px;
}

.subcate li:last-child:after {
    display: none
}

.subcate li.active a {
    color: #448EF6
}

.page {
    margin: 20px 0 0;
    text-align: center;
    clear: both;
    overflow: hidden
}

.page a, .page li span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
    width: auto;
    border: 1px solid #E3E3E3;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 13px;
    zoom: 1;
    _display: inline;
}

.page a[disabled] {
    border: 1px solid #ccc;
    background: #e4e4e4;
    color: #333;
    cursor: not-allowed;
}

.page a[disabled]:hover {
    border: 1px solid #ccc;
    background: #e4e4e4;
    color: #333;
}

.page .active span {
    background: #64c9f5;
    color: #fff;
    text-decoration: none;
}

.page li {
    margin: 0 5px;
}

.page .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.crumb{
    padding: 10px;
    font-size: 16px;  color: #333;
}
.crumb a{
    color: #333;
}
.mt0{
    margin-top: 0;
}.main {
     width: 92%;
     margin: 0 auto;
 }

.article_title {
    color: #333333;
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

.article_info {
    margin-bottom: 10px;
}

.article_info .article_addtime {
    color: #666666;
    font-size: 12px;
    margin-right: 1%;
}

.article_info  .arctile_category {
    color: #666666;
    font-size: 12px;
    margin-right: 1%;
}
.article_info  .arctile_down{
    color: #1c69cc;
    font-size: 12px;
}
.article_content {
    font-size: 16px;
    line-height: 28px;
    /*color: #3b3b3b;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}


.article_content p>img {
    width: 100% !important;
    object-fit: contain;
    display: block;
}

.article_content > * {
    margin-bottom: 4px;
}
.article_content img{
    max-width: 100%;
}



.article_card_2 {
    width: 92%;
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #DCDFE6;
    margin-bottom: 16px;
}

.article_card_2  .card_header {
    position: relative;
    background: #FAFAFA;
    border-radius: 8px 8px 0px 0px;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.article_card_2  .card_header h3{
    font-weight: 600;
    color: #2CA6E0;
    text-indent: 0.2rem;
    font-size: 20px;
}

/* rank_list2 排行榜列表 */
.rank_list2 li {
    margin-bottom: 16px;
}

.rank_list2 .rank_content2 {
    display: block;
    width: 90%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}


.entry-meta {
    font-size: 16px;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

.entry-meta ul {
    overflow: hidden;
}

.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}

.entry-meta ul:first-child li:last-child a {
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.entry-meta ul li a {
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #333;
}
