@keyframes marginLeft {
    0% {
        margin-left: 0;
    }

    28.5% {
        margin-left: 0;
    }

    33.3% {
        margin-left: -600px;
    }

    62% {
        margin-left: -600px;
    }

    66.7% {
        margin-left: -1200px;
    }

    95.2% {
        margin-left: -1200px;
    }

    100% {
        margin-left: 0;
    }
}

.content_container {
    padding: 0px !important;
}

.panel-heading:hover {
    background-color: #adb9c7;
}

.left_img {
    width: 100%;
    height: 13em;
    border-radius: 4px;
}

.right_content {
    margin-left: 4%;
}

.right_content img {
    width: 100%;
}

.img_cover {
    position: relative;
    bottom: 56px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    background: rgba(43, 43, 44, 0.29);
    text-align: center;
}

.layui-text {
    color: black;
}

.box {
    padding-top: 30px;
}

.ele-list-container .box .item p[data-v-30e87e26], .ele-list-container .box .item span[data-v-30e87e26] {
    color: #999;
    font-size: 14Px;
    line-height: 14Px;
    font-weight: 600;
    padding: 37Px 30Px 37Px 22Px;
    border-left: 1Px solid #f0f0f0;
    white-space: nowrap;
}

.ele-list-container .box .item[data-v-30e87e26] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30Px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 20Px 0 rgba(76, 138, 210, .19);
    box-shadow: 0 0 20Px 0 rgba(76, 138, 210, .19);
}

.ele-list-container .box .item h1[data-v-30e87e26] {
    color: #888;
    font-size: 20Px;
    line-height: 20Px;
    padding: 0 43Px;
    height: 20Px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main_content_bar {
    padding-bottom: 4px !important;
}

ul {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.post-img img {
    width: 100%;
}

.content p {

}

 ul li {
     padding: 0px;
 }

.vueBox {
    margin-top: 1rem;
    margin-left: 32rem;
}

.marquee {
    width: 55rem;
    height: 50px;
    align-items: center;
    color: #3A3A3A;
    display: flex;
    box-sizing: border-box;
}

.marquee_title {
    padding: 0 20px;
    /*height: 30px;*/
    font-size: 14px;
    /*border-right: 1px solid #d8d8d8;*/
    align-items: center;

}

.marquee_box {
    display: block;
    position: relative;
    width: 60%;
    height: 30px;
    overflow: hidden;
    right: 2rem;
}

.marquee_list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.marquee_top {
    transition: all 0.5s;
    margin-top: -30px
}

.marquee_list li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.marquee_list li span {
    padding: 0 2px;
}
.content .MsoNormaleq{
    font-weight: 700;
}
/*.col-md-4{*/
/*box-shadow: 5px 7px 4px #c9c5c5;*/
/*}*/
.footer-grid p{
    margin: 0px !important;
}
