@charset "utf-8"; 

.company {
    padding: 3% 0;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.company_list {
    margin-bottom: 3%;
}
.company_list li {
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.company_list li a {
    overflow: hidden;
    display: block;
}
.time {
    background: #e18723;
    width: 80px;
    height: 88px;
    text-align: center;
    padding-top: 10px;
    float: left;
}

.new-time {
    line-height: 30px;
    font-size: 24px;
    color: white;
}
.date {
    font-size: 13px;
    color: white;
}

.company_list li .text {
    float: right;
    width: 58%;
    margin-right: 14.5%;
}
.company_list li .text_name {
    font-size: 18px;
    color: #26193c;
    padding: 8px 0 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.company_list li .text_name:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.company_list li .text_content {
    line-height: 2;
    margin: 12px 0 10px;
}
.company_list li .more {
    display: block;
    width: 58px;
    height: 58px;
    color: #ababab;
    background: #f3f3f3;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -29px;
    text-align: center;
    line-height: 58px;
}

.company_list li:hover{box-shadow: 0 0 13px #ddd;}
.company_list li:hover .text_name{color: #282727;font-weight: bold;}
.company_list li:hover .more{background: #e38824;color: #fff;}
.company_list li:hover .text_name:after{background: #e18723;}


/*Mobile v1*/
@media only screen and (max-width:767px){
.time {
    background: #e18723;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 5px;
    float: left;
}
.company_list li .text {
    float: right;
    width: 60%;
    margin-right: 18.5%;
}
.company_list li .text_name {
    font-size: 16px;
    color: #26193c;
    padding: 8px 0 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.company_list li .more {
    display: block;
    width: 49px;
    height: 49px;
    color: #ababab;
    background: #f3f3f3;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    text-align: center;
    line-height: 50px;
}
}