.img-block {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.body-block {
    box-shadow: 0px 0px 10px 0px rgba(0, 18, 63, 0.17);
    border-radius: 10px;
    height: 260px;
    position: relative;
    display: block;
}

.body-block:hover {
    cursor: grabbing;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.body-block:hover>div {
    color: #008DFE;
    background-image: url('../images/chakan1.png');
}

.body-block>h2 {
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #FFFFFF;
    top: 0;
}

.body-block>p {
    position: absolute;
    text-align: center;
    width: 150px;
    margin-left: 27%;
    color: #FFFFFF;
    top: 68px;
    background: linear-gradient(90deg, #008FFF 0%, #004ACC 100%);
    border-radius: 14px;
}

.body-block>div {
    color: #999999;
    line-height: 3.6;
    padding: 0 20px;
    background-image: url('../images/chakan0.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
}

.body-case {
    background-image: url('../images/pexels.png');
    background-repeat: no-repeat;
}

.body-case>.body-box {
    padding-top: 40px;
}

.body-case>.body-box h1 {
    color: #fff;
}

.shu>b {
    font-size: 48px;
    color: #FF3300;
}

.shu>span {
    color: #FF3300;
}

.shu>h5 {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.case {
    margin-top: 40px;
    background-color: #FFFFFF;
    padding:0 10px 37px;
    height: 433px;
    box-shadow: 0px 0px 24px 0px rgba(0,19,65,0.5);
}

.case-h {
    height: 2.1em;
    overflow: hidden;
    color: #000;
}

.news-h {
    height: 1em;
    overflow: hidden;
    color: #000;
    margin-top: 0;
}
.new-list .center-block{
    height: 103px;
}
.case-h:hover,
.case-p:hover {
    color: #004CCD;
}

.new-list>div>a.case-p:hover,
.news-h:hover {
    color: #008FFF;
}

.case-p {
    display: block;
    height: 3em;
    overflow: hidden;
    color: #999999;
    margin-bottom: 8px;
}
.case-h2{
    font-size: 32px;
    color: #333;
    line-height: 40px;
}
.case-p1 {
    line-height: 30px;
    color: #999999;
    font-size: 16px;
}
.case-indicators li{
    background-color: #fff;
    border: 1px solid #008FFF;
}
.case-indicators li.active {
    background-color: #008FFF;
}
.articles {
    margin-bottom: 20px;
}

.case-all {
    background: linear-gradient(90deg, #008FFF 0%, #004ACC 100%);
    border-radius: 20px;
    color: #FFFFFF;
    width: 13em;
    height: 3em;
    line-height: 2em;
}

.case-all:hover {
    color: #fff;
}

.new-list {
    margin-bottom: 20px;
}

.new-span {
    font-size: 18px;
    color: #010101;
}