/*企业动态*/
img:hover {
    color: #fff;
}
.enterprise {
    padding: 0px 40px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
.enterprise .enter-title img {
    margin:80px auto 40px;
}
.enterprise .enter-tit {
    width: 100%;
    height: auto;
    background:rgba(13,14,18,1);
    box-shadow:0px 0px 14px 0px rgba(13,14,18,0.1);
}
.enterprise .enter-tit .enter-tit-left {
    position: relative;
    width: 20%;
    min-width: 231px;
    /*height: 220px;*/
    overflow: hidden;
}
.enterprise .enter-tit .enter-tit-left div:first-child {
    height: 220px;
    width: 100%;
    position: relative;
}
.enterprise .enter-tit .enter-tit-left div:first-child img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.enterprise .enter-tit .enter-tit-left div:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width:68px;
    height:32px;
    background:rgba(226,41,89,1);
    font-size:20px;
    font-weight:500;
    text-align: center;
    color:rgba(255,255,255,1);
    line-height:32px;
}
.enterprise .enter-tit .enter-tit-right {
    position: relative;
    width: 80%;
    max-width: calc(100% - 231px);
    height: 220px;
    padding: 0px 20px;
    border-bottom: 4px solid rgba(13,14,18,1);
}
.enterprise .enter-tit .enter-tit-right p:first-child {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size:24px;
    line-height: 24px;
    color:rgba(255,255,255,1);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.enterprise .enter-tit .enter-tit-right p:nth-child(2) {
    margin-bottom: 14px;
    width: 100%;
    font-size:14px;
    color:rgba(87,88,95,1);
    height: 84px;
    line-height:28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
}
.enterprise .enter-tit:hover {
    background-color: #fff;
}
.enterprise .enter-tit:hover .enter-tit-right{
    border-bottom: 4px solid rgba(4,190,91,1);
}
.enterprise .enter-tit:hover .enter-tit-left img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.enterprise .enter-tit:hover .enter-tit-right p:first-child{
    color: #000;
}
.enter-info {
    margin-bottom: 20px;
    height: 20px;
    vertical-align: middle;
}
.enter-info .enter-infoL {
    font-size:14px;
    color:rgba(169,171,181,1);
    line-height:20px;
}
.enter-info .enter-infoR>span{
    margin-left: 10px;
}
.enter-info .enter-infoR>span img{
    vertical-align: middle;
    margin-right: 5px;
}
.enter-info .enter-infoR .enter-info-see, .enter-info-like {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    font-size:12px;
    color:rgba(169,171,181,1);
    line-height:20px;
}
/*企业动态  列表*/
.enterprise .enter-list {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    display: flex;
    /*justify-content:space-between;*/
    flex-wrap: wrap;
}
.enterprise .enter-list>div {
    float: left;
    margin-top: 30px;
    margin-right: 2%;
    width: 32%;
    background:rgba(13, 14, 18, 1);
    box-shadow:0px 0px 14px 0px rgba(13,14,18,0.1);
    border-bottom: 4px solid rgba(13, 14, 18, 1);
}
.enterprise .enter-list>div:nth-child(3n) {
    margin-right:0;
}
.enterprise .enter-list>div a{
    display: block;
    text-decoration: none;
}
.enter-item-img {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-bottom:58%;
    overflow: hidden;
}
.enter-item-img img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.enter-item-con {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.enter-item-con p:first-child {
    margin-top: 2px;
    margin-bottom: 16px;
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.enter-item-con p:nth-child(2) {
    margin-bottom: 14px;
    font-size:14px;
    font-weight:400;
    color:rgba(87,88,95,1);
    height: 48px;
    line-height:24px;
    /*多行文本省略*/
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}
.enterprise .enter-list>div:hover {
    background-color: #fff;
    border-bottom: 4px solid rgba(4,190,91,1);
}
.enterprise .enter-list>div:hover .enter-item-con p:first-child  {
    color: rgba(13,14,18,1);
}
.enterprise .enter-list>div:hover .enter-item-con p:nth-child(2)  {
    color: rgba(87,88,95,1);
}
.enterprise .enter-list>div:hover .enter-item-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.enter-list-more {
    margin: 0 auto;
    display: none;
    width: 320px;
    height: 48px;
    background-color: rgb(13,14,18);
    text-align: center;
    cursor: pointer;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
}
.enter-list-more:hover {
    background-color: #000;
}
/*屏幕尺寸小于1400px*/
@media (max-width: 1400px) {
    .enter-item-con {
        margin-top: 20px;
    }
    .enter-item-con p:first-child {
        margin-bottom: 15px;
    }
    .enter-item-con p:nth-child(2) {
        margin-bottom: 10px;
    }
}
/*屏幕尺寸小于750px*/
@media (max-width: 750px) {
    .enterprise {
        padding: 0 20px;
    }
    .enterprise .enter-title {
        width: 283px;
        margin:0 auto;
    }
    .enterprise .enter-title img {
        margin:30px auto 20px;
    }
    .enterprise .enter-tit .enter-tit-left {
        width: 89px;
        min-width: auto;
        height: 84px;
    }
    .enterprise .enter-tit .enter-tit-left div:first-child {
        height: 84px;
    }
    .enterprise .enter-tit .enter-tit-left div:first-child img {
        height: 100% !important;
    }
    .enterprise .enter-tit .enter-tit-right {
        width: calc(100% - 89px);
        max-width: 100%;
        height: 84px;
        padding: 0 10px;
    }
    .enterprise .enter-tit .enter-tit-right p:first-child {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .enterprise .enter-tit .enter-tit-right p:nth-child(2) {
        display: none;
    }
    .enter-info {
        margin-bottom: 0px;
        height:auto;
    }
    .enter-info .enter-infoL {
        margin-bottom: 12px;
        width: 100%;
        font-size:10px;
        line-height: 10px;
    }
    .enterprise .enter-tit .enter-tit-left div:last-child{
        width: 34px !important;
        height: 16px !important;
        font-size: 10px!important;
        line-height: 16px !important;
    }
    .enter-info .enter-infoR {
        width: 100%;
    }
    .enter-info .enter-infoR>span{
        margin-left: 0px;
        margin-right: 10px;
    }
    .enter-info .enter-infoR>span img {
        width: 10.5px;
        height: 10px;
    }
    .enter-info .enter-infoR .enter-info-see, .enter-info-like {
        font-size:10px;
        line-height:20px;
    }
    /*企业动态  列表*/
    .enterprise .enter-list {
        margin-bottom: 30px;
    }
    .enterprise .enter-list>div {
        width: 48%;
        margin-top: 15px;
        margin-right: 4%;
    }
    .enterprise .enter-list>div:nth-child(3n) {
        margin-right: 4%;
    }
    .enterprise .enter-list>div:nth-child(even) {
        margin-right: 0%;
    }
    .enter-item-img {
        height: 95px;
    }
    .enter-list .enter-info {
        margin: 0;
    }
    .enter-item-con {
        margin: 0;
        padding: 6px;
    }
    .enter-item-con p:first-child {
        font-size:12px;
        line-height:12px;
    }
    .enter-item-con p:nth-child(2) {
        display: none;
    }
}
