
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }
::-webkit-scrollbar-thumb:hover { background:#f2f2f2 }
::-webkit-scrollbar-thumb:active { background:rgba(0,0,0,0.2); }



.brief_content{
    width: 90%;height: 200px;border-radius: 6px;margin: auto;margin-top: 30px;
    border: 1px solid white;
}
.brief_back{
    width: 100%;height: 120px;margin-top: 80px;background-color: whitesmoke;border-radius: 10px;
    color: dimgray;
}
.brief_img{
    width: 160px;float: right;margin-top: 10px;
}
.brief_content a{
    color: dimgray;cursor: pointer;font-size: 13.5px;
}
.brief_content a:hover{
    color: #3c3c3c;
}
/* 新增 */
.biref_introduce{
    font-size: 18px;
    font-family: KAITI;
    font-weight: bold;
}
#cpep3{
    padding-left: 10px;
    padding-right: 10px;
    font-family: KAITI;
}
#cpep3-title{
    padding-left: 0;
    font-weight: bolder;
    font-size: 22px;
}
.enquireList{
    margin-top: 4px;
    font-size: 16px;
}

.boss_img{
    height: 330px;width: 220px;
}

.title{
    text-align: center;font-size: 22px;color: #3c3c3c;font-weight: bold;font-family: KAITI;
}

.title_left{
    height: 480px;background-color: whitesmoke;width: 90%;overflow: scroll;overflow-x: hidden;
    border-radius: 5px;margin-top: 20px;
}
.title_content{
    font-size: 16px;font-weight: bold;
}
.content_time{
    color: dimgray;font-size: 13.5px;
}
.left_content{
    height: 480px;width: 80%;
}
.title_right{
    height: 480px;background-color: whitesmoke;width: 90%;overflow: scroll;overflow-x: hidden;
    border-radius: 5px;margin-top: 20px;
}
.right_content{
    width: 80%;
}
.show_right{
    margin-top: 15px;width: 100%;cursor: pointer;
}
.show_right:hover{background-color: lightgray}


.company_left{
    height: 240px;
}

.company_right{
    height: 240px;
}

.partner{
    width: 180px;height: 180px;background-color: whitesmoke;margin: auto;
}
.partner_name{
    width: 200px;height: 50px;
}

@media screen and (min-width: 1728px){
    body{
        font-size: 16px; 
    }
    .title{
        font-size: 24px;
    }
    .biref_introduce{
        font-size: 20;
    }
}


@media screen and (min-width: 1280px){
    #cpep3{
        font-size: 16px;
    }
}