*{
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}
.section_xingshi{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
}
.cpal_header{
    width: 100%;
    height: 45px;
    margin-top: 20px;
}
.greyline{
    width: 100%;
    height: 5px;
    background-color: #666666;
    position: relative;
}
.orangeline{
    position: absolute;
    top: 0;left: 0;
    width: 125px;
    height: 100%;
    background-color: #eb6c03;
}
.cpal_tit{
    width: 1200px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.cpal_tit>i{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.cpal_tit>a{
    color: #4d4d4d;
    font-size: 14px;
}
.cpal_show{
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}
.cp_container{
    display: block;
    width: 160px;
    height: 230px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 20px;
    position: relative;
}
.cp_cover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
}
.cp_name{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    color: #000000;
    font-size: 16px;
}
.cp_shadow{
    box-shadow: 5px 5px 10px #888888;
   
}
.cpal_2{ width: 1200px; height: 50px; }
.ss{
    width: 550px; height: 50px; line-height: 50px; float: left;
}
.px{ width: 550px; margin-left: 10px; height: 50px; float: left; }
.px li{ width: 105px; margin-left: 5px; font-size: 14px; line-height: 30px; float: left; text-align: center; letter-spacing: 1px; border: solid 1px #ccc; list-style: none outside none;}
.px li:hover{ background-color:#acc29b}