.blog-banner{
    background: #ffffff;
    min-height: 556px;
}
.banner-size{
    font-size: 20px;
    color: #292929;
}
.banner-title{
    font-size: 36px;
    font-weight: bolder;
}
.bg{
    background-color:#f8f2ec ;
}
.blog-main{
    min-height: 990px;
}
.title-font{
    font-size: 30px;
    color: #f19149;
    font-weight: bolder;
}
.main-box{
    background: #ffffff;
    min-height: 246px;
    border-radius: 12px;
    padding: 15px;
}
.email-bg{
    min-height: 370px;
    background: url("/static/img/blog/07981920d6c716c0340e2d02d027792.jpg")no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.email-bg h5{
    color: #ffffff;
    font-family: Calibri;
    font-weight: 500;
}
.email-bg h3{
    color: #ffffff;
    font-weight: 700;
    font-family: Calibri;
    line-height: 45px;
}
.main-link{
    min-height: 118px;
    background: rgb(233,223,213);
    padding: 15px 15px 15px 25px;
}
.main-link img{
    width: 55px;
    height: 55px;
}
.img-container{
    display: inline-block;
}
.link-tips{
    font-size: 18px;
    font-family: "Times New Roman";
    margin-top: 12px;
}
.search-input{
    outline-style: none ;
    border: 1px solid #ccc;
    border-radius: 15px;
    height: 36px;
    background: #ffffff;
}
.search-link{
    text-decoration: #f19149 underline;
}
.search-font{
    color: #f19149;
    font-size: 22px;
    background: #F8f2Ec;
}
.box-card{
    background: #ffffff;
    border-radius: 15px;
    min-height: 420px;
    position: relative;
}
.box-card:hover{
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.box-card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
}
.button-login{
    color: #ffffff;
    text-align: center;
    background: rgb(242,145,74);
    margin-top: 20px;
    line-height: 40px;
    display: block;
}
.button-login:hover{
    cursor: pointer;
    color: white;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: rgb(255,118,0);
}
.Pos-bot{
    width: 95%;
    height: 27px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.blog-moment{
    color: #adadac;
    font-size: 13px;

}
.read-more{
    cursor: pointer;
    color:  #f19149;
    font-size: 13px;
}
.card-title{
    font-size: 22px;
    font-family: Arial;
}
.card-content{
    font-size: 15px;
    color: #515151;
}
.card-tag{
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 98;
    border-radius: 15px;
    color: #ffffff;
    background: #f19149 ;
}
.input-self{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.input__inner{
    background-color: rgba(255,255,255,0.2);
    color: #ffffff;
    webkit-appearance: none;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.input__inner::placeholder{
    color: #ffffff;
}

.blog-detail{
    min-height: 100vh;
}
.detail-title{
    font-size: 29px;
    font-weight: 700;
}
.detail-time{

}
.time-icon{
    display: inline-block;
}
.time-icon span{
    vertical-align: middle;
}
.detail-paragraph{
    font-family: Calibri;
    font-size: 18px;
    color: #515151;

}
.paragraph-img{
    width: 70%;
    margin: 30px auto;
}
.contentTable-title{
    color: #f19149;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}
.contentTable-paragraph{
    font-family: Calibri;
    vertical-align: middle;
}
.circle::before{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #6e6e6e;
    border-radius: 50%;
    content:''

}
.card-detail{
    border: 1px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.card-footer__tag{
    border: 1px solid #EBEEF5;
    margin-top: 12px;
    background-color: #FFF;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.my-pagination{
    text-align: center;
}
.img__main{
    width: 100%;
}
.blog-Breadcrumb a{
    color: #606266;
}
.blog-class__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
