.cooCase_title{
    background: url("../images/kehuanli.png")no-repeat;
    background-size: 100% 100%;
    height:430px;
}
/*menu*/
.cooCase_menu{
    width:30%;
    float: left;
    height: 440px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(234, 234, 236, 1)
}
.cooCase_menu_item
{
    height: 60px;
}
.cooCase_menu>ul{
    margin:10px 0px;
    width: 100%;
}
.cooCase_menu>ul li{
    padding:0 20px;
    height: 60px;
    cursor: pointer;
}
.container{
    margin:50px auto;
}
.cooCase_menu_item>img{
    float: left;
    margin: 16px 0px 16px 20px;
    width: 28px;
    height: 28px;
}
.cooCase_menu_item>span{
    display: block;
    float: left;
    height: 60px;
    font-size:18px;
    color:#666666;
    line-height: 58px;
    margin-left: 10px;

}
.item_active{
    background: -webkit-linear-gradient(left, #013eb0 , #2a90ea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #013eb0 , #2a90ea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #013eb0 , #2a90ea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #013eb0 , #2a90ea); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013eb0', endColorstr='#2a90ea',GradientType=0 );

}
.item_active>span{
    color:#fff!important;
}

/**/
.cooCase_detail{
    float: left;
    width: 65%;
}
.cooCase_detail>a{
    color: #000;
}
.cooCase_detail>a:active{
    color: #000;
}
.cooCase_detail>a:link{
    color: #000;
}
.cooCase_detail_item{
    min-height: 150px;
    width:90%;
    padding: 20px 5%;
    border: 1px solid #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(170,170,170,0.5);
    display:inline-block;
}
.cooCase_detail_item:hover{
    border:1px solid #0076FC;

}
.cooCase_detail_item>img{
    float: left;
    width: 24%;
}
.cooCase_detail_item>div{
    margin-left: 5%;
    float: left;
    width: 70%;
}
@media (max-width: 769px){
    .cooCase_detail_item>div{
        margin-left: 30px;
        float: left;
        width: 68%;
    }

}
.cooCase_detail_item>div>h5{
    font-size:16px;
}
.cooCase_detail_item>div>p{
    font-size:12px;
    color:#666666;
    line-height:24px;
    margin: 20px 0;
}
.cooCase_detail_item>div>span{
    font-size:12px;
    color:#0863ca;
}
@media (max-width: 768px){
    .cooCase_menu_item>img {
         float: none;
        margin: 14px auto;
    }
    .cooCase_menu_item>span{
        display: none;
    }
    .cooCase_menu>ul li{
        border:1px solid rgba(255,255,255,0);
    }
    .cooCase_detail_item>div>p {
        font-size: 12px;
        color: #666666;
        line-height: 19px;
        margin: 20px 0;
    }
}
#fenye
{
    text-align: center;
}
.CaseMore
{
    width: 160px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(234, 234, 236, 1);
    color: #0863CA;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
