
.voice-list{

}
.voice-list li{
    padding: 20px 0 8px ;
    border-bottom: 2px solid #ccc;
}
.voice-list-title{
    font-size: 25px;
    font-weight: 400;
    color: #555;

}
.voice-list li a{
    color: #999;
    font-size: 18px;

}

.voice-list span{
    float: right;margin-right: 10px;

}
.voice-list li a:hover{
    color: #c01111;
}
.voice-companylogo{
    margin-top: 44px;
}
.voice-companylogo a{
    width: 165px;
    height: 165px;
    display: inline-block;
    /*border: 1px solid #aaa;*/
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 50%;
    margin: 16px;
    float: left;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;

}
.voice-companylogo a:hover{
    box-shadow: 0px 0px 30px #888;
}
.voice-companylogo a>img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


/*隐藏不显示得图标*/

#build-good,#other,#market,#generate,#finace{
    display: none;
}
/*模态窗口*/
.modal1{
   width: 900px;
    border-radius: 20px;
    height: 600px;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    margin-top: -300px;
    top: 50%;

    box-shadow: 0px 0px 3px #999;
    background-color: white;
   display: none;
    z-index: 1001;
}

/*遮罩层*/
.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    z-index: 1000;
    opacity: 0.95;

}
.modal1 img{
    width: 100%;
    margin-top: 15px;
}
.modal1 p{
    width: 90%;
    margin: 0 auto;
    font-size:17px;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 50px;
    text-align: left;
}


/*超链接hover颜色class*/

.major-red{
    color: #aa0000 !important;
}