.ProductFileList {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ProductFileList .project-download-view ul{
    margin:0;
    padding:0;
    list-style:none;}
.ProductFileList .project-download-view {
    width: 980px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ProductFileList .project-view-right {
    max-width: 50%;
    width: 50%;
    height: 100%;
    float: right;
}
.ProductFileList .project-view-right .software-list{

}
.ProductFileList .project-view-right .software-list ul {
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
}
.ProductFileList .project-view-right .software-list ul li {
    width: 100%;
    height: 100%;
    display:none;
}
.ProductFileList .project-view-right .download {
    position: relative;
    padding: 19px;
    color: #000;
    width: 100%;
    background-color: #f5f5f5;
}
.ProductFileList .project-view-right .choice{
    width:98%;
    height:50px;
    display: inline-flex;
    white-space: nowrap;
}
.ProductFileList .project-view-right .choice .iphone .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_iphone.png);
    background-repeat:no-repeat;
    background-size: 100%;
}
.ProductFileList .project-view-right .choice .selected{
    color: red;
    font-weight: bold;
}
.ProductFileList .project-view-right .choice .selected .icon{
    background-position: 0 -73.5px;
}
.ProductFileList .project-view-right .choice .android .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_android.png);
    background-repeat:no-repeat;
    background-size: 100%;
}

.ProductFileList .project-view-right .choice .windows .icon{
    background-image:url(../../css/images/productfilelist/btn_icon_windows.png);
    background-repeat:no-repeat;
    background-size: 100%;
}

.ProductFileList .project-view-right .icon{
    height:50px;
    width:50px;
    float:left;
}
.ProductFileList .project-view-right .choice li{
    width:33.3%;
    line-height:50px;
    cursor: pointer;
    float: left;
}
.ProductFileList .project-view-right .download-btn {
    position: absolute;
    left: 150px;
    top: 20px;
    width: 220px;
    height: 60px;
}
.ProductFileList .project-view-right .software-list .iphone .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -554px -1px;
}
.ProductFileList .project-view-right .software-list .iphone .download-btn span {
    left: 67px;
    top: 40px;
    color: #fff;
    position: absolute;
    font-size: 13px;
}
.ProductFileList .project-view-right .software-list .iphone .download-btn:hover{
    background-position: -554px -161px;
}
.ProductFileList .project-view-right .software-list .android .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -1px -1px;
    background-size: 1138px 222px;
}
.ProductFileList .project-view-right .software-list .android .download-btn span {
    left: 67px;
    top: 40px;
    color: #fff;
    position: absolute;
    font-size: 13px;
}
.ProductFileList .project-view-right .software-list .android .download-btn:hover{
    background-position: -1px -161px;
}
.ProductFileList .project-view-right .software-list .windows .download-btn {
    background: url('../../css/images/productfilelist/btn_appstore.png') no-repeat -330px -1px;
    background-size: 1138px 222px;
}
.ProductFileList .project-view-right .software-list .windows .download-btn span {
    left: 67px;
    top: 40px;
    color: #fff;
    position: absolute;
    font-size: 13px;
}
.ProductFileList .project-view-right .software-list .windows .download-btn:hover{
    background-position: -330px -161px;
}
.ProductFileList .download .info {
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 150px;
    top: 85px;
    width: 283px;
}
/*左侧样式*/
.ProductFileList .project-view-left {
    max-width: 50%;
    width: 50%;
    float: left;
}
.ProductFileList .project-view-left .view-left-content{
    height:160px;
    padding: 20px 0px;
    min-width: 300px;
}
.ProductFileList .project-view-left .view-left-content .product-icon{
    height:140px;
    width:240px;
    float:left;
}
.ProductFileList .project-view-left .view-left-content .content-text{
    width:auto;
    height:100%;
}
.ProductFileList .project-view-left .view-left-content .content-text strong{
    padding-left: 10px;
    line-height: 25px;
    margin-bottom: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.ProductFileList .project-view-left .view-left-content .content-text p{
    padding-left: 10px;
    line-height: 25px;
    margin-bottom: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 15px;
}