body {
    line-height: 1;
}

.banner {
    width: 100%;
    height: 450px;
    color: #282828;
    font-weight: bold;
    font-size: 40px;
    background: url(../../img/roadShow/banner.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner p {
    width: 1200px;
    margin: 0 auto;
}

.banner p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 10px 100px;
    border: none;
}

.main>div {
    float: left;
}

.main>div:nth-of-type(1) {
    width: 100%;
}

.projectType {
    width: 420px;
    overflow: hidden;
    position: relative;
}

.projectType p {
    width: 209px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
    color: #282828;
    border: 1px solid #A7A7A7;
    background: #fff;
    cursor: pointer;
}

.projectType p.active {
    background: #0478FC;
    border: none;
    color: #fff;
}

.roadProject li {
    padding: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    cursor: pointer;
    margin-bottom: 35px;
}

.roadProject li:last-child {
    margin-bottom: 0;
}

.roadProject li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    /*动画的过渡效果*/
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}

.roadProject li:hover>div>p:first-child {
    color: #1459F4;
}

.roadProject li>img {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    float: left;
    margin-right: 21px;
}

.roadProject li>div {
    width: 85%;
    float: left;
    position: relative;
    top: -8px;
}

.roadProject li>div>p:first-child {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.projectInfo {
    overflow: hidden;
    margin: 18px 0 13px;
}

.projectInfo>p {
    float: left;
    margin-right: 33px;
}

.projectInfo>p img {
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

.projectInfo>p:nth-of-type(1) img {
    margin-right: 6px;
}

.projectInfo>p:nth-of-type(3) img {
    width: 17px;
}

.projectInfo>p span {
    font-size: 14px;
    color: #282828;
}

.companyIntroduction {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.roadshowLabel {
    margin-top: 16px;
}

.roadshowLabel span {
    padding: 9px 10px;
    color: #0478FC;
    background: #ECF3FE;
    margin-right: 14px;
}

.roadshowLabel span:nth-of-type(1),
.roadshowLabel span:nth-of-type(2) {
    color: #E65A53;
    background: #FBEAEA;
}

.main>div:last-child>p {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin: 17px 0 27px;
}

.rankingList li {
    margin-bottom: 18px;
    cursor: pointer;
}

.rankingList li span:first-child {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #EDEDED;
    border-radius: 2px;
    color: #6D7895;
    margin-right: 12px;
}

.rankingList li span:last-child {
    width: 218px;
    font-size: 14px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rankingList li:nth-of-type(1) span:first-child {
    background: #E83637;
    color: #fff;
}

.rankingList li:nth-of-type(2) span:first-child {
    background: #E2622D;
    color: #fff;
}

.rankingList li:nth-of-type(3) span:first-child {
    background: #ECA93B;
    color: #fff;
}