.caseitems{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.caseitems .box{
    width: 44.08%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(181,181,181, .3);
    margin-bottom: 35px;
}
.caseitems .link a{
    width: 79px;
	height: 30px;
	background-color: #026eb6;
	border-radius: 4px 4px 0px 0px;
    font-size: 16px;
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseitems .link{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.caseitems .box .desc{
    width: 60%;
    padding-bottom: 20px;
}
.caseitems .box .desc p{
    line-height: 24px;
	color: #999999;
}
.caseitems .box .desc h5{
    font-size: 16px;
	color: #333333;
}
/* 移动端 */
@media (max-width:767px){
    .caseitems .box{
        width: 100%;
    }
    .mybanner{
        background-image: url(../images/zyxz/banner.jpg);
    }
}