
.article-list {
    min-height: 35rem;
    margin-bottom: 38px;
}


.article-list img {
    height: 200px;
    object-fit: cover;
}

.post .post-img {
    background: #fff;
}

.yjy p {
    text-indent: 2em;
}

.ellipsis-2 {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    font-weight: bold;
    height: 50px;
    font-size: 17px;
}

.ellipsis-3 {
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 75px;
}

.ellipsis-4 {
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 25px;
    height: 100px;
}


.pd-t-20 {
    padding-bottom: 20px;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

.about-desc {
    text-indent: 3rem;
    font-size: 1.1em;
    line-height: 3.7rem;
    企业文化
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

@media ( min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.center100 {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gray-color {
    color: #333 !important;
}

.myline {
    display: flex;
    align-items: center;
}

.sassyun-img {
    height: 300px;
    object-fit: none;
}

.blur {
    /*filter:blur(5px);*/
    object-fit: cover !important;
}

.hour-bg {
    background: url(../images/hourbg.jpg) center 0 no-repeat;
    background-size: 100% 100%;
        background-color: #055594;
}

.navbar-nav .active:after {
    /*content: "";*/
    /*width: 100%;*/
    /*height: 5px;*/
    /*background-color: #d42e22;*/
    /*clear: both;*/
    /*display: block;*/
    /*-webkit-animation-delay: .4s;*/
    /*animation-delay: .4s;*/
    /*-webkit-animation-duration: .6s;*/
    /*animation-duration: .6s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    /*-webkit-animation-name: fadeInUp;*/
    /*animation-name: fadeInUp;*/
}

.park-icon {
    text-align: center;
    font-size: 40px;
    color: #d42e22;
    font-weight: bold;
    padding-top: 20px;
}

.sztb {
    width: 600px;
    height: 500px;
}


.model {
    border: 2px dashed #bbb;
    padding: 20px;
    border-radius: 10px;
}

.moshi-title {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;

}

.titles {
    color: #333;
    font-weight: bold;
    line-height: 2em;
    font-size: 1.2em;
}

.big-title {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}

.pd-0 {
    padding: 0 !important;
}

.font-white {
    color: #fff !important;
}

.tag {
    position: absolute;
    bottom: 0;
    background: #47474799;
    padding: 10px;
}

.tag p {
    color: #fff !important;
    line-height: 1.4;
    font-size: 14px;
    margin: 0;

}

.model-img {
    min-height: 225px;
    object-fit: fill;
    background: #eee;
    margin-top: 10px;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.model-img-d {
    position: relative;
}

.member-subtitle{
    min-height: 80px;
}

.member-title{
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    background: #0000007d;
    padding: 10px;
}

.yjy2-img{
    height: 280px;
    object-fit: cover;
}