@charset "utf-8";
@font-face {
    font-family: "OPPOSans-M";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/news/OPPOSans-M.ttf") format("truetype"), url("../fonts/news/OPPOSans-M.woff") format("woff"), url("../fonts/news/OPPOSans-M.svg") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "OPPOSans-H";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/news/OPPOSans-H.ttf") format("truetype"), url("../fonts/news/OPPOSans-H.woff") format("woff"), url("../fonts/news/OPPOSans-H.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-R";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/news/OPPOSans-R.ttf") format("truetype"), url("../fonts/news/OPPOSans-R.woff") format("woff"), url("../fonts/news/OPPOSans-R.svg") format("svg");
    font-display: swap;
}


.top_min{width: 1920px;
    height: 452px;
    background-color: #f2f2f2;}
.top_min .data{
    width: 114px;
    height: 114px;
    float: left;
    background-color: #ffffff;
    box-shadow: 3px 7px 10px 0px
    rgba(24, 24, 24, 0.04);
    border-radius: 10px;
    margin-top: 50px;
    overflow: hidden;
}
.top_min .data .day{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 33px;
    text-align: center;
    display: block;
    color: #b71a30;
    margin-top: 28px;
}
.top_min .data .month{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    display: block;
    letter-spacing: 0;
    margin-top: 10px;
    color: rgb(173,173,173);
    text-align: center;
}
.top_con{width: 1280px;margin: 0 auto;overflow: hidden;}
.top_con a{ display: block}
.top_news{
    float: left;
    margin-left: 41px;
    width: 1125px;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
}
.top_news a{ display: block; overflow: hidden; position: relative}
.top_news .pic{width: 520px;height: 348px;display: block;float: left;margin-right: 52px; transition: all .88s ease;}
.top_news a:hover .pic{ transform: scale(1.05) translate3d(0,0,0)}



.top_news .tit{
    float: left;
    width: 548px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    /* letter-spacing: -1px; */
    color: #2b2b2b;
}
.top_news .info{
    /* font-family: "宋体"; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    width: 553px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: justify;
    color: #8d8d8d;
    float: left;
    margin-top: 26px;
}
.top_news .more{
    width: 147px;
    height: 38px;
    background-color: #b71a30;
    float: left;
    display: block;
    margin-top: 110px;
    cursor: pointer;
}
.top_news .more:hover{ text-decoration: none}
.top_news .more span{
    font-family: OPPOSans-M;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 33px;
}
.top_news .more>img{
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-left: 15px;
}


