.company-top-img{
    width: 1200px;
    height: 260px;
}
.company-top-img img{
    width: 1200px;
    height: 260px;
}
.company-intro-box{
    margin-top: 20px;
}
.company-intro-box{
    display: flex;
    align-items: flex-start;
}
.company-intro-left{
    width: 800px;
    padding: 10px  20px;
    border-radius: 12px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    background-color: #fff;
    padding-bottom: 40px;
}
.company-read-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.company-read-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.company-read-item {
    margin-right: 40px;
}

.company-read-detail-box {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}
.company-status-top{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.company-status-top-img{
    width: 26px;
    height: 23px;
}
.company-status-top-img img{
    width: 26px;
    height: 23px;
}
.company-status-top-title{
    font-size: 20px;
    color: #669900;
    margin-left: 10px;
}
.company-status-list{
    margin-top: 15px;
}
.company-status-list li{
    display: flex;
    /* align-items: center; */
    height: 140px;
    padding:30px 0;
    border-bottom: 1px solid #eeeeee;
}
.company-status-item-left{
    width: 140px;
    height: 140px;
}
.company-status-item-left img{
    width: 140px;
    height: 140px;
}
.bottom-space{
    width: 1200px;
    height: 30px;
}
.company-intro-right{
    width: 340px;
    margin-left: 20px;
}
.company-status-item-right{
    margin-left: 20px;width:78%;
}
.company-status-right-title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.company-status-right-content{
    font-size: 14px;
    color: #666;line-height:22px;
    margin-top: 15px;
}
.company-status-right-other{
    display: flex;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.company-status-time{
    margin-right: 40px;
}
.company-menu{
    width: 340px;
    height: 315px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 12px;
    background-color: #fff;
}
.company-memu-top{
    width: 290px;
    height: 50px;
    margin: 0 auto;
}
.company-menu-list{
    margin: 0 auto;
    margin-top: 25px;
    width: 280px;
    padding: 5px;

}
.company-menu-list li{
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    -moz-box-shadow:0px 0px 5px #ccc; 
    -webkit-box-shadow:0px 0px 5px #ccc;
    box-shadow:0px 0px 5px #ccc;
    border-radius: 3px;
}
.company-memu-dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin:0 15px;
}
.company-memu-content{
    font-size: 16px;
    color: #333;
    width: 210px;
}
.company-memu-right{
    font-size: 18px;
}
.cur{
    border: 1px solid #669900;
    -moz-box-shadow:0px 0px 5px #669900; 
    -webkit-box-shadow:0px 0px 5px #669900;
    box-shadow:0px 0px 5px #669900;
}
.cur .company-memu-dot{
    background-color: #669900;
   
}
.cur .company-memu-content{
    color: #669900;
}
.cur .company-memu-right{
    color: #669900;
}
.mouse-cur{
    border: 1px solid #669900;
    -moz-box-shadow:0px 0px 5px #669900; 
    -webkit-box-shadow:0px 0px 5px #669900;
    box-shadow:0px 0px 5px #669900;
}
.mouse-cur .company-memu-dot{
    background-color: #669900;
   
}
.mouse-cur .company-memu-content{
    color: #669900;
}
.mouse-cur .company-memu-right{
    color: #669900;
}
