
body{
    height: 100%;
    background-color: #fff;
}

.panel1{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel1 .cp1-main{
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.panel1 .cp1-main .cp1-logo{
    width: 9rem;
    height: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.panel1 .cp1-title {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}
.panel1 .cp1-desc {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-top: 10px;
}
.cp1-content p{
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.cp1-content img, .cp1-content video{
    width: 9rem;
    height: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}



.panel2{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel2 .cp2-main{
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.cp2-item {
    margin-bottom: 30px;
    display: block;
}
.cp2-item .cp2-img{
    width: 9rem;
    height: auto;
}   
.cp2-item .cp2-title{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 14px;
}

.news-info {
    display: none;
}
.pp1-logo {
    width: 100%;
    height: auto;
}

.panel2 .pp2-item {
    width: 9rem;
    height: auto;
    margin-left: 0.5rem;
    color: #222222;
    margin-top: 15px;
}
.panel2 .pp2-item .pp2-item-title{
    font-size: 24px;
    position: relative;
    line-height: 52px;
    font-weight: 700;
}
.panel2 .pp2-item .pp2-item-title::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 5px;
    width: 60px;
    background-color: #00D7FF;
}
.panel2 .pp2-item .pp2-item-desc{
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}