@charset "UTF-8";

.content {
    padding-bottom: 50px;
    width: 1200px;
    margin: 30px auto 0;
    background: #fff;
}

/*专题页-导言*/
.z_ban {
    overflow: hidden;
}

.z_ban_f {
    width: 528px;
    float: left;
    height: 308px;
    border: 1px solid #e9e9e9;
}

.z_ban_f h2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background: #fcfcfc;
}

.z_ban_f h2 span {
    position: absolute;
    top: 0;
    right: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cf0710;
    color: #fff;
}

.z_ban_f h2 i {
    position: absolute;
    bottom: -20px;
    right: 50px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #cf0710;
}

.z_ban_r {
    width: 670px;
    height: 310px;
    float: left;
    overflow: hidden;
}

.z_ban_r a {
    display: block;
    cursor: pointer;
    height: 330px;
}

.z_ban_r a img {
    display: block;
    width: 100%;
    height: 100%;
}

.z-ban_f_tit {
    padding: 20px 20px 15px;
    box-sizing: border-box;
}

.z-ban_f_tit p {
    color: #999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.z-ban_f_tit a {
    display: block;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #cf0710;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.z-ban_f_tit a:hover {
    background: #ddd;
    color: #666;
}

.zt-data {
    text-align: right;
    display: block;
    color: #999;
    position: relative;
    margin-top: 10px;
    text-indent: 330px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
}

.zt-data:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 76%;
    height: 1px;
    background: #ececec;
}

/*标签*/
.z_tag {
    font-size: 0;
    height: 60px;
    overflow: hidden;
    margin: 14px 0 13px 0;
}

.z_tag span {
    display: block;
    font-size: 14px;
    color: #333;
}

.z_tag a {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    border-radius: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.z_tag a:nth-of-type(2n+1) {
    color: #2fb35e;
    border: 1px solid #2fb35e;
    background: #e7fff0;
}

.z_tag a:nth-of-type(2n+2) {
    color: #3247c9;
    border: 1px solid #3247c9;
    background: #ecefff;
}

.z_tag a:nth-of-type(4n+4) {
    color: #c846d7;
    border: 1px solid #c846d7;
}

.z_tag a:nth-of-type(5n+4) {
    color: #e93636;
    border: 1px solid #e93636;
    background: #fffcee;
}

/* list */
.software-list {
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 20px;
}

.software-list li {
    float: left;
    margin: 40px 30px 0 0;
    border: solid 1px #f1f1f1;
    width: 378px;
    transition: all .3s ease;
}

.software-list li:nth-of-type(3n+3) {
    margin-right: 0;
}

.software-list li img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 20px 0 0 20px;
}

.software-t {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.software-cen {
    float: left;
    width: 258px;
    margin: 20px 0 0 20px;
}

.software-r {
    position: absolute;
    top: 42px;
    right: 22px;
}

.software-cen h5 {
    display: block;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
    margin-top: 5px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
}

.software-cen span {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    color: #999;
    margin-top: 15px;
    overflow: hidden;
}

.software-cen .type em {
    color: #c10c0c;
}

.software-r i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(../images/list-jlt.png) 0 0 no-repeat;
    transition: background .3s ease;
}

.software-list li:hover .software-r i {
    background-position-y: -34px;
}

.software-r span {
    display: block;
    text-align: center;
    color: #333;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin: 10px auto 0;
}

.software-b {
    position: relative;
    padding: 0 20px 20px;
}

.software-b em {
    position: absolute;
    top: 0;
    left: 20px;
    height: 24px;
    line-height: 24px;
    color: #999;
}

.software-b p {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    display: block;
    line-height: 24px;
    height: 48px;
}

.software-b p:nth-of-type(1) {
    text-indent: 3em;
}

.software-list li:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}