.banner {
    height: 180px;
    background-image: url("/skin/images/part_1.jpg");
    width: 1920px;
    margin: 0 auto;
}


.mianx{
    width: 1200px;
    background:#ffffff;
    margin: 0 auto;
    overflow: hidden;
}


.item{
    position: relative;
    width: 917px;
    /*height: 145px;*/
    /*background:lightpink;*/
    margin: 50px 0 122px 200px;
    padding-top: 10px;
}

.item>h3{
    font-size: 28px;
    color: #605049;
    margin-bottom: 23px;
}

.item>i{
    position: absolute;
    top: -15px;
    left: -190px;
    width: 150px;
    height: 150px;
    background:red;
	background-image: url("/skin/images/bg.jpg");
}

.item>p{
    font-size: 16px;
    line-height: 32px;
    color: #605049;
}