@charset "utf-8";

.nav-cases { border-bottom: 2px solid #0069B7; color: #0069B7;}

.project-wrap{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.project-box{
    width: 96%;
    float: left;
    padding: 35px 2%;
    background: #F6F6F6;
    margin-top: 30px;
}
.project-img{
    width: 360px;
    height: 235px;
    float: left;
    object-fit: cover;
}
.project-tbox{
    display: block;
    height: 200px;
    margin-left: 380px;
    margin-top: 20px;
}
.project-title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-text{
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #9F9F9F;
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.project-more{
    width: 150px;
    height: 35px;
    float: left;
    border:1px solid #CBCBCB;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #989898;
    margin-top: 20px;
}
.project-box:hover .project-more{
    background: #0168B7;
    border:1px solid #0168B7;
    color: #fff;
}
.more-icon{
    width: 16px;
    height: 9px;
    display: inline-block;
    background: url(../images/project-icon1.png) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
}
.project-box:hover .more-icon{
    background: url(../images/project-icon2.png) no-repeat center center;
    background-size: 100%;
}
/**/
.project-d-box{
    width: 100%;
    float: left;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
    margin-top: 70px;
}
.project-d-title{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #313131;
    margin-bottom: 15px;
}
.project-d-tbox{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #636363;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.project-d-tbox i{color: #0863B2;}
.project-d-text{
    width:100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    text-indent: 28px;
}
.project-d-img{
    width: 48%;
    float: left;
    margin-right: 4%;
    height:330px;
    object-fit: cover;
    margin-top: 40px;
}
.project-d-img:nth-child(2n){margin-right: 0px;}
@media only screen and (max-width: 768px) {
    .project-img {
        width: 100%;
        float: initial;
    }
    .project-tbox {
        height: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    .project-d-box{
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .project-d-img{
        margin-top: 20px;
    }
    .detail-page {
        width: 100%;
        margin: 30px 0px 0;
    }
}