
/* 常用下载 */
@media only screen and (min-width: 1200px) {
    .tit {
        font-size: 24px;
        float: left;
        margin-top: 58px;
        margin-bottom: 30px;
    }
    .dl {
        padding-bottom: 50px;
    }
    .dl .list5 {
        margin-bottom: 30px;
    }
    .dl .list5 li {
        background-color: #fafafa;
        width: 100%;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 10px;
        /* border: 1px solid #e5e5e5; */
    }
    .dl .list5 li:last-child {
        border: none;
    }
    .dl .list5 li .tx {
        float: left;
        padding-left: 32px;
    }
    .dl .list5 li i {
        float: right;
        display: block;
        color:#999;
        line-height: 60px;
        width: 21px;
        height: 60px;
        background: url(../images/work/dl_2.png) no-repeat center;
        margin-right: 24px;
    }
    .dl .list5 ul li::before {
       float: left;
       list-style-type:square;
       content: "\2022";    
       color: #f16023;      
       font-size: 16px;
       margin-left: 16px;
   }
   .dl ul li a {
       display: block;
       width: 100%;
       height: 100%;
   }
   .dl ul li a:hover {
        color: #f46610;
   }
   .dl ul li a:hover i {
        background: url(../images/work/dl_1.png) no-repeat center;
   }
}
@media only screen and (max-width: 1200px) {
    .tit {
        font-size: 20px;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .dl {
        padding-bottom: 50px;
    }
    .dl .list5 {
        margin-bottom: 30px;
    }
    .dl .list5 li {
        background-color: #fafafa;
        width: 100%;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 10px;
        /* border: 1px solid #e5e5e5; */
    }
    .dl .list5 li:last-child {
        border: none;
    }
    .dl .list5 li .tx {
        float: left;
        width: 77%;
        padding-left: 10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .dl .list5 li i {
        float: right;
        display: block;
        color:#999;
        line-height: 60px;
        width: 21px;
        height: 60px;
        background: url(../images/work/dl_2.png) no-repeat center;
        margin-right: 24px;
    }
    .dl .list5 ul li::before {
       float: left;
       list-style-type:square;
       content: "\2022";    
       color: #f16023;      
       font-size: 16px;
       margin-left: 16px;
   }
   .dl ul li a {
       display: block;
       width: 100%;
       height: 100%;
   }
   .dl ul li a:hover {
        color: #f46610;
   }
   .dl ul li a:hover i {
        background: url(../images/work/dl_1.png) no-repeat center;
   }
}

/* 智慧团建 */
@media only screen and (min-width: 1200px) {
    .tj {
        padding-bottom: 50px;
    }
    .list7 ul li {
        float: left;
        width: 380px;
        height: 285px;
        position: relative;
        background: #f46610;
        font-size: 18px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .list7 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .list7 li .p1 {
        position: absolute;
        color: #fff;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        margin-right: 20px;
    }
    .list7 ul li img {
        width: 100%;
    }
    .list7 li .t{
        display: none;
        padding-left: 30px;
        padding-right: 20px;
    } 
    .list7 li .t p {
        font-size: 18px;
        color: #fff;
        padding-top: 90px;
    }
    .list7 li .t span {
        font-size: 16px;
        color: #fff;
        /* margin-top: 130px; */
        position: absolute;
        bottom: 60px;
    }


    .list7 li .img_d:after{
        position:absolute;
        left: 0;
        bottom:0;
        display: block;
        width:100%;
        height: 50%;
        opacity: 0.9;
        background: linear-gradient(to top, #f46610 ,rgba(245,180,139,0) );
        content: attr(data-text);
        transition:all 1s ease;
        transform: translateY(0);
        color: #FFF;
        z-index: 0;
        -webkit-pointer-events: none ;
        pointer-events: none;
    }
}

@media only screen and (max-width: 1200px) {
    .tj {
        padding-bottom: 30px;
    }
    .list7 ul li {
        float: left;
        width: 48%;
        /* height: 285px; */
        position: relative;
        background: #f46610;
        font-size: 18px;
        margin: 1%;
    }
    .list7 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .list7 li .p1 {
        position: absolute;
        color: #fff;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        margin-right: 20px;
    }
    .list7 ul li img {
        width: 100%;
    }
    .list7 li .t{
        display: none;
        padding-left: 30px;
        padding-right: 20px;
    } 
    .list7 li .t p {
        font-size: 18px;
        color: #fff;
        margin-top: 90px;
    }
    .list7 li .t span {
        font-size: 16px;
        color: #fff;
        /* margin-top: 130px; */
        position: absolute;
        bottom: 60px;
    }


    .list7 li .img_d:after{
        position:absolute;
        left: 0;
        bottom:0;
        display: block;
        width:100%;
        height: 50%;
        opacity: 0.9;
        background: linear-gradient(to top, #f46610 ,rgba(245,180,139,0) );
        content: attr(data-text);
        transition:all 1s ease;
        transform: translateY(0);
        color: #FFF;
        z-index: 0;
        -webkit-pointer-events: none ;
        pointer-events: none;
    }
}
@media only screen and (max-width: 768px) {
    .list7 li .p1 {
        font-size: 14px;
        bottom: 5px;
        overflow:hidden; 
        text-overflow:ellipsis; 
        display:-webkit-box; 
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:2;
    }
}