.shubiaoshangyi{
    width: 1074%;
    /*width: 100%;*/
    height: 220px;
    background: #fff;
    /*position: absolute;*/
    position: relative;
    top: 0px;
    left: -230%;
    display: none;
    /*display: block;*/
    overflow: hidden;
}
.shuba{
    width: 95%;
    height: 180px;
    margin: 20px auto;
    overflow: hidden;
}
.shuba_left{
    width:23%;
    height: 180px;
    float: left;
}
.shuba_left img{
    width: 100%;
    height: 100%;
}
.shuba_center{
    width: 35%;
    height: 160px;
    margin-top: 20px;
    float: left;
    margin-left: 2%;
    font-size: 0.85em;
    line-height: 30px;
    color: #666666;
}
.shuba_right{
    width: 35%;
    height: 80px;
    float: left;
    margin-left: 3%;
}
.right_hui,.right_huia{
    width: 47%;
    height:39px;
    border-bottom: 1px dashed #aeaeae;
    margin-right: 12px;
    float: left;
    margin-bottom: 5px;
}
.huigao{
    width: 5%;
    height: 15px;
    float: left;
    margin-left: 5px;
    margin-top: 1%;
}
.huigao img{
    width: 100%;
    height: 100%;
}
.qijian{
    width: 85%;
    height: 40px;
    line-height: 50px;
    color: #666666;
    float: left;
    /* margin-left: 7px; */
    font-size: 1.1em;
    text-align: left;
    text-indent: 6%;
}
.right_hui:hover{
    border-bottom: 1px dashed #bb0007;
}
.qijian:hover{
    color: #bb0007;
}
.nav ul li{
    position: relative;
}

.icona::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 45%;
    width: 13px;
    height: 13px;
    background: red;
    background: url(../img/white.png) no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    transform: rotate(26deg);
}