p,
li,
ul,
h3 {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.yzf-content {
    font-size: 0.83vw;
    font-family: "Microsoft YaHei";
    color: #333333;
    box-sizing: border-box;
    width: 90.5%;
    height: 837px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.yzf-box {
    width: 24%;
    height: 100%;
    border: 1px solid #BE410F;
    display: flex;
    flex-direction: column;
}

.yzf-title {
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    background: url(/_upload/tpl/03/74/884/template884/static/images/titlebgzf.png) no-repeat center;
    background-size: 100% 100%;
    font-family: SourceHanSansSC-Bold;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 21px;
}

.yzf-titlebox {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yzf-titlepic {
    box-sizing: border-box;
    width: 100%;
    padding: 26px 20px 10px;
}

.yzf-titlepic img {
    width: 100%;
    height: 132px;
}

img {
    border: none;
}

.bttitle {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.yzf-list {
    width: 100%;
    height: 573px;
    padding: 0 10px 0 20px;
}

.yzf-list ul {
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.yzf-list ul li {
    width: 100%;
    font-family: SourceHanSansSC-Normal;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
}

.yzf-list ul li:hover {
    color: #BF2808;
}
.mCustomScrollBox::-webkit-scrollbar {
    width: 6px;    
    height: 68px;
}
.mCustomScrollBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    background: #D85723;
    /* transition: opacity .2s ease-in-out, background-color .2s ease-in-out; */
}
.mCustomScrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);

}

