@font-face {
    font-family: SourceHanSerifCN-SemiBold;
    src: url('../Fonts/SourceHanSerifCN-SemiBold_0.otf');
}
@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url('../Fonts/SourceHanSerifCN-Medium.otf');
}
 

.news-box {
    width: 100%;
    height: auto;
    background-color: #fff8eb;
    padding-top: 1px;
    padding-bottom: 50px;
}
.news-box .menbg a:hover,.menbg .active{
    color: #cbb391;
    text-decoration: #cbb391;
    
}

.menbg {
    width: 600px;
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: space-around;
}

.menbg a {
    font-size: 25px;
    color: #133c2a;
    font-family: SourceHanSerifCN-Medium;
}

.vasgdas {
    border-bottom: 1px solid #133c2a;
    padding-bottom: 10px;
    margin-top: 30px !important;
}

.vasgdas span {
    color: #133c2a;
    font-size: 20px;
    font-family: SourceHanSerifCN-SemiBold;
}

.vasgdas p {
    margin-top: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: SourceHanSerifCN-SemiBold;
   
}

.vasgdas p a {
    color: #133c2a;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: SourceHanSerifCN-SemiBold;
}
.news-box-list .container .row{
    margin: 0;
} 
.news-box-list{
    margin-top: 50px;
}
.vasgdas a {
   margin-top: 58px;
    color: #133c2a;
    font-size: 20px;
    font-family: SourceHanSerifCN-SemiBold;
}
.miasbd{
    height: 200px;
    overflow: hidden;
}
.miasbd img{
    width: 100%;
    transition: all 0.3s linear;
}
.miasbd:hover img{
 transform: scale(1.1,1.1);
}
.yidong{
    width: 40%;
    height: 50px;
    background-color: #133c2a;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}
.yidong h3{
    color: #ffff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.mion{
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    background-color:#133c2a;
    z-index: 1;
    border-top: 1px solid rgb(248, 245, 245);
    transition: all 0.5s linear;

}
.mion a{
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff8eb;
    overflow: hidden;
   
}
.imhe{
    width: 100%;
    height: 100%;
 }
 .actibd{
     color: #cbb391;
 }

@media screen and (max-width:998px) {
    .miasbd{
        margin-top: 10%;
    }
    .vasgdas{
 
    }
    .miasbd{
        margin-top: -30px;
    }
    .imhe{
        height: auto;
      
        
    }
    .vasgdas{
        display: flex;
        justify-content: space-around;
        font-size: 18px;
    }
    .menbg{
        width: auto;
    
    }
    .menbg a{
        font-size: 20px;
    }
    .miasbd{
        height: auto;
    }
    .miasbd img {
        width: 83%;
        margin-top: 6px;
    }
    .nbegt{
        margin-top: -51px !important;
    }
    .menbg{
        margin-top: 33px;
    }
    
}

@media screen and (max-width:769px){
    .miasbd{
        margin-top: 20px;
    } 
    .mbt-none{
        display: none;
    }
    .vasgdas a{
        margin-left: 10px;
        font-size: 3px;
        margin-top: 0px;
    }

 
    .vasgdas p a{
        font-size: 14px;
    }
    .vasgdas span {
        font-size: 11px;
        padding-left: 10px;
        float: left;
    margin-top: 6px;
    }
}
 