
.itemContentList {
    /*width: 73.3%;*/
    float: left;
    background-color: #fff;
    /*padding: 29.58px;*/
    /*padding-bottom: 99px;*/
    overflow:hidden;
}
.itemContentList ul{
    overflow:hidden;
}

.itemContentList ul li {
    float: left;
    width: 100%;
    border-bottom: 0.87px solid rgba(211, 211, 211, 0.3);
    padding: 30.45px 0.0px;
}

#itemContentList li:first-child {
    padding: 0 0 30.45px 0;
}

.itemContentList ul li a {
    display: block;

}

.itemContentList ul li .listPic {
    width: 26.3%;
    height: 139.2px;
    overflow: hidden;
    background-color: #e2e2e2;
    border-radius: 4.35px;
    float: left;
    display: block;

}

.itemContentList ul li .listPic img{
    display: block;
    width: 100%;
}


.itemContentList ul li .listRight {
    float: right;
    width: 70%;
}

.itemContentList ul li .listRight h1 {
    font-family: "Microsoft YaHei";
    font-size: 19.14px;
    font-weight: bold;
    color: #3e65d4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6.96px;
}

.itemContentList ul li .listRight p {
    height: 40.02px;
    font-size: 13.92px;
    line-height: 20.01px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 22.62px;

}

.itemContentList ul li .listRight span {
    display: inline-block;
    border-radius: 4.35px;
    border: solid 0.87px #91affe;
    font-family: "Microsoft YaHei";
    font-size: 12.18px;
    color: #3e65d4;
    margin-top: 19.14px;
    padding: 2.61px 8.7px;
    cursor: pointer;

}


.shebei{
    width:95%;
    height: auto;
    overflow:hidden;
    padding-top:30px;
    padding-bottom:30px;
    border-bottom:solid 1px #f1f1f1;
    /*border-right:3px solid #fff;*/
    position:relative;
}
.shebei_left{
    width: 49.8%;
    height:270px;
    float:left;
    border-right:solid 1px #f1f1f1;
}
.shebei_right{
    width: 50%;
    height:270px;
    float:right;
    /*border-right:solid 2px #f1f1f1;*/
}
.shebei_tu{
    width:196px;
    height:123px;
    background:#e2e2e2;
    overflow:hidden;
    /*display: inline-block;*/
    border-radius:8px;
    /*margin-top:25px;*/
    margin:25px auto 0 auto;
}
.shebei_tu img{
    width:100%;
}
.shebei_biaoti{
   font-family: AlibabaPuHuiTiM;
    font-size: 23px;
    color: #2c4db2;
    text-align: center;
    margin-top:20px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.suozaiyuansuo{
    margin-top:20px;
    display: inline-block;
    vertical-align:middle;
}
.suozaiyuansuo span{
    display: inline-block;
    border-radius: 4.35px;
    border: solid 0.87px #91affe;
    font-family: "Microsoft YaHei";
    font-size: 12.18px;
    color: #3e65d4;
    margin-top: 6px;
    padding: 2.61px 8.7px;
    cursor: pointer;
}