*{margin:0px;padding:0px;font-family: "microsoft yahei";color:#333;}
ul,li{list-style: none;}
a{text-decoration: none;}
.companyInfos{
	background-color: #fff;
    width: 1260px;
    margin: 20px auto;
}
.companyTab{
    border-bottom: 2px solid #e5e5e5;
}
.companyTab ul{
    height: 36px;
}
.companyTab ul li{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 110px;
    text-align: center;
}
.companyTab ul li a{
    font-size: 16px;
}
.companyTab ul li.active,.companyTab ul li:hover{
    border-bottom: 2px solid #2e77ff;
}
.companyTab ul li.active a,.companyTab ul li:hover a{
    color:#2e77ff;
    font-weight: bold;
}
.companySearch{
    background-color: #fafafa;
    padding: 20px;
    box-sizing: border-box;
}
.companySearch label{
    font-size: 14px;
    vertical-align: middle;
}
.companySearch input{
    border: 1px solid #e6e6e6;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
    background-color: #fff;
    color: #707c8f;
    width: 260px;
    outline: none;
    vertical-align: middle;
}
.companySearch button{
    vertical-align: middle;
    height: 30px;
    background-color: #0062d3;
    box-sizing: border-box;
    border: none;
    color: #fff;
    outline: none;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.companyMain{
    margin-top: 15px;
}
.companyMain ul li{
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.companyMain ul li .companyTitle{
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    padding-left: 20px;
}
.companyMain ul li .companyTitle a{
    font-size: 18px;
    color: #d13030;
}
.companyMain ul li .companyList{
    background-color: #fafafa;
}
.companyMain ul li .companyList table{
    width: 100%;
    font-size: 14px;
}
.companyMain ul li .companyList table tr td{
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    color: #999;
}
.companyMain ul li .companyList table tr td:first-child{
    border-right: 1px solid #e5e5e5;
}
.companyMain ul li .companyList table tr td span{
    color: #555;
}
.companyMain .companyMainList:not(:first-child){
    display: none;
}
.sortInfo{
    height: 46px;
    line-height: 46px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-top: 15px;
}
.sortInfo a{
    display: inline-block;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #e5e5e5;
}
/* .sortInfo a:first-child{
    color: #fff;
    border-right-color: #2e77ff;
    background: #2e77ff;
} */
.sortInfo a span{
    margin:0px 5px;
}
.sortInfo a:not(:first-child):hover,.sortInfo a:not(:first-child):hover span{
    color: #2e77ff;
}
.rankingList{
    width: 1260px;
    margin: auto;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 3px #d9e1ec;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.rankTitle{
    height: 45px;
    border-bottom: 1px solid #e0e6ee;
    box-sizing: border-box;
    line-height: 45px;
    background-color: #f4f6f8;
    padding: 0 5px;
}
.rankTitle span{
    font-size: 18px;
    font-weight: bold;
    color: #242a31;
    display: inline-block;
    height: 44px;
    border-bottom: 1px solid #0369de;
    letter-spacing: 2px;
}
.rankMain{
    overflow: hidden;
    margin-top: 10px;
}
.rankMain .rankMainList{
    width: 32%;
    margin-right: 2%;
    float: left;
    border:1px solid #e6ecf4;
    box-sizing: border-box;
}
.rankMain .rankMainList:last-child{
    margin-right: 0px;
}
.rankUp{
    background-color: #f4f9ff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 10px;
}
.rankUp img{
    height: 22px;
    vertical-align: text-top;
    margin-right: 5px;
}
.rankUp a{
    float: right;
    font-size: 14px;
    color: #0062d3;
}
.rankMainList ul{
    padding: 15px;
    box-sizing: border-box;
}
.rankMainList ul li{
    line-height: 35px;
    height: 35px;
}
.rankMainList ul li b{
    font-size: 12px;
    font-weight: normal;
    color: #ff7577;
    float: right;
}
.rankMainList ul li a{
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #344d68;
}
.rankMainList ul li a:hover{
    color: #0062d3;
}
.rankMainList ul li a i{
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin: 9px 5px;
    text-align: center;
    background: #ddd;
    float: left;
    font-style: normal;
}
.rankMainList ul li:nth-child(1) a i{
    background: #fa6668;
    color:#fff;
}
.rankMainList ul li:nth-child(2) a i{
    background: #fa8c66;
    color:#fff;
}
.rankMainList ul li:nth-child(3) a i{
    background: #fabd66;
    color:#fff;
}