@charset "UTF-8";


.Case_Area {
    /* margin-top: 6px; */
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.Case_Area:before {
    display: table;
    content: " ";
}
.Case_Area:after {
    clear: both;
    display: table;
    content: " ";
}
.Case_Items {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
    float: left;
}
.Case_Item {
    background: #FFF;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);*/
    padding-left: 15px;
    padding-right: 15px;
    min-height: 420px;
    position: relative;
    padding-bottom: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.Case_Item-header {
    background: #F7F7F7;
    height: 100px;
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 12px;
    border-bottom: 2px solid #df0000;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.Case_Item-header img {
    /* width: 180px; */
    height: auto;
    top: 52%;
    transform: translate(0,-50%);
    position: relative;
	padding: 0px 5px;
    /*background: #fff;
     box-shadow: 0 2px 8px rgba(0,0,0,.35);
    border-radius: 10px; */
}
.Case_Item-main h4 {
    height: 50px;
    font-size: 1.05rem;
    color: #373D41;
    line-height: 24px;
    margin-top: 20px;
}
.Case_Item-main p, .halfArea-right p {
    line-height: 1.6rem;
}
.Case_Item-main p {
    font-size: 0.875rem;
    color: #666;
    height: 220px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.Case_Item-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    /* cursor: pointer; */
    margin-left: -15px;
    margin-right: -15px;
    height: 50px;
    /* line-height: 50px; */
    text-align: left;
    border-top: 1px solid #D8D8D8;
    margin-top: 13px;
    /*background: #FFF;*/
	overflow: hidden;
}
.Case_Item-bottom span {
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    padding: 1px 5px;
    font-weight: 400;
    color: #555;
    font-size: 0.75rem;
    margin: 12px 0 2px 12px;
    display: inline-block;
}
.Main_Container p {
    font-size: 0.915rem;
    /* padding: 0 15px 0 15px; */
}
.bottom-grad-layer {
    height: 120px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0,#FFF 100%);
    bottom: 5px;
}

/*案例 End*/





@media  (max-width: 992px){
/* max-width: 992px*/
}

@media(max-width: 767px){

.Case_Item-main p {
    height: 100%;
}
.Case_Items {
	min-width:100%;
}
.Case_Item {min-height: 100%;
}
/* max-width: 767px*/
}

@media only screen and (min-width: 768px){

}

@media  (min-width: 768px){
.Case_Items {
    width: 50%; 
}
/* min-width: 768px*/
}

@media only screen and (min-width: 992px){


/*only min-width: 992px*/
}

@media (min-width: 992px){

.Case_Items {
    width: 33.33333333%;
}
/*min-width: 992px*/
}

@media (min-width: 1200px){

/*min-width: 1200px*/
}