/* 项目案例开始 */
.xiangmubg {
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}
.xiangmu {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}
.xiangmu-left {
    float: left;
    width: 17.5%;
}
.xiangmu-left1 {
    background-color: #0172b7;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 0;
}
.xiangmu-left1 h2 {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.xiangmu-left1 h3 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.xiangmu-left ul li {
    width: 100%;
    padding: 0px 30px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff url(..//images/you.png) 90% no-repeat;
    line-height: 65px;
}
.xiangmu-left ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
}
.xiangmu-left ul li a:hover {
    color: #5372c7;
}
.xiangmu-right {
    float: right;
    width: 78%;
    background-color: #ffffff;
    padding-left: 20px;
}
.xiangmu-right h2 {
    font-size: 22px;
    color: #000000;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.xiangmu-right ul li {
    border-bottom: 1px dashed #cccccc;
    padding: 25px 0;
	
}
.xr-left {
    float: left;
    width: 20%;
}
.xr-left a img {
    width: 100%;
}
.xr-right {
    width: 77%;
    float: right;
}
.xr-right h3 {
    padding: 20px 0;
}
.xr-right h3 a {
    float: left;
    font-size: 17px;
    color: #595959;
    font-weight: normal;
}
.xr-right h3 i {
    font-weight: normal;
    display: block;
    padding-right: 10px;
    float: right;
    font-size: 15px;
    color: #999999;
}
.xr-right p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}
.fanye {
    margin: 40px 0;
    text-align: center;
}
.fanye a {
    display: inline-block;
    background-color: #ffffff;
    width: 30px;
    font-size: 14px;
    color: #595959;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d9d9d9;
    margin: 0 5px;
}
.f1 {
    background-color: #c8c8c8 !important;
    color: #ffffff !important;
}
.fanye a:hover {
    background-color: #0172b7;
    color: #ffffff;
}
.fanye .f2 {
    background-color: #0172b7;
    color: #ffffff;
}




@media only screen and (max-width: 980px) {
        /* 项目案例开始 */
        .xiangmu {
            padding: 0 10px;
        }
        .xiangmu-left {
            display: none;
        }
        .xiangmu-right {
            width: 100%;
            float: none;
            padding-left: 0px;  
        }
        .xiangmu-right h2 {
            padding: 20px 0;
        }
        .xr-left {
            float: none;
            width: 100%;
            height: 150px;
        }
        .xr-left a img {
            height: 100%;
        }
        .xr-right {
            float: none;
            width: 100%;
        }
}
