/* fzz_classname */

.resource_nav {
    padding: 10px;
    font-size: 14px;
}

.resource_nav .nav_icon {
    margin-bottom: -7px;
}

.fzz_containerbox {
    width: 100%;
    background-color: #fff5e4;
    border: 1px solid #ededed00;
    min-width: 1270px;
}

.fzz_container {
    box-sizing: border-box;
    width: 70%;
    margin: 40px auto;
    padding: 20px 40px;
    border-radius: 4px;
    background: #FCFCFC;
    box-shadow: 0px 5px 16px 0px rgba(153, 153, 153, 0.5);
}

.fzz_containerleft {
    width: 70%;
    float: left;
    border-top: 1px solid #ededed00;
    overflow: hidden;
}
.fzz_containerleft img{
    max-width: 100% !important;
    height: auto !important;
}
.fzz_listtitle {
    margin: 20px 0;
}

.fzz_listtitlefont {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    padding-right: 9px;
}

.fzz_totallist {
    font-size: 13px;
    color: #999999;
}

.fzz_listitem {
    color: #666666;
    border-bottom: 1px dashed #ccc;
    line-height: 60px;
    height: 61px;
}

.fzz_listitem span {
    display: inline-block;
}

.fzz_bot {
    background: #C9340E;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 22px;
    margin-right: 1%;
}

.fzzlistitem_font {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.fzzlistitem_font:hover {
    color: #C9340E;
}

.fzzlistitem_date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    color: #999999;
}

.fzz_containerright {
    float: left;
    width: 25%;
    margin-left: 40px;
}

.fzz_righttitlefont {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(196, 27, 33, 1);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 2px;
}

.fzz_righttitlemore {
    margin-top: 25px;
    color: rgba(196, 27, 33, 1);
    float: right;
    cursor: pointer;
}

.fzz_containerrightitem {
    margin-bottom: 20px;
}

.fzz_rightlist {
    margin-top: 18px;
}

.fzz_rightlistitem {
    border-bottom: 1px dashed #E3E3E3;
    line-height: 37px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.fzz_rightlistitem:hover {
    color: #C9340E;
}

.fzz_datailstitle {
    width: 95%;
    font-family: "SourceHanSansCN-Medium";
    font-size: 28px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.fzz_datailsdate {
    font-family: "SourceHanSansCN-Regular";
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
}

.fzz_datailscontent {
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    word-break: break-word;
}

.fzz_toshouye {
    color: #999;
}

.fzz_navfont {
    color: #333;
}

.fzz_sslistitem {
    line-height: 20px;
    height: auto;
    margin-top: 20px;
}

.fzzlistitem_ssitem {
    width: 70%;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.fzzssitem_font {
    color: #333333;
    font-family: "SourceHanSansCN-Regular";
}

.fzz_ssdot {
    margin-bottom: 5px;
}

.fzz_ssconleft {
    width: 95%;
    margin-bottom: 20px;
}

.show_content {
    overflow: hidden;
    line-height: 2;
}
.show_content img {
    height: auto !important;
}

@media screen and (max-width: 428px) {
    .fzz_containerbox {
        min-width: 0px;
    }
    .fzz_container {
        width: 100%;
        margin: 80px auto;
        margin-bottom: 0;
    }
    .fzz_containerright {
        display: none;
    }
    .fzz_containerleft {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    #Pagination {
        display: none;
    }
    #Pagination_phone {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
    .fzz_listitem .fzz_bot {
        display: none;
    }
    .fzzlistitem_font {
        width: 65%;
    }
    .fzzlistitem_ssitem {
        width: 100%;
        margin-left: 0px;
    }
}

