.ejybanner{
    text-align: center;
    overflow: hidden;
}
/* 面包屑-当前位置 */
.twolist_box1{
    width: 100%;
    padding:0 25px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    background: #EAEAEA;
}
.twolist_box1 a{
    color:#333;
    transition: all .3s ease;
}
.twolist_box1 a:hover{
    color:#E80000;
}
/* 主题内容 */
.details_content{
    width: 945px;
    /*margin: 30px auto;*/
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
.details_content .details_title{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.details_content .details_time{
    width: 100%;
    height: 30px;
    background: #F6F6F6;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.details_content .details_time span{
    padding: 0 5px;
}
.hdLi{margin: 20px 0 16px;}
.hdLi ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.hdLi ul li{width: 340px;padding-left: 50px;margin-right: 15px;font-size: 16px;color: #222;line-height: 44px;height: 44px;}
.hdLi ul li:nth-child(1){background: url(../images/sanji/dis01.png)no-repeat 10px center #ffffff;}
.hdLi ul li:nth-child(2){background: url(../images/sanji/dis02.png)no-repeat 10px center #ffffff;}
.hdLi ul li:nth-child(3){background: url(../images/sanji/dis03.png)no-repeat 10px center #ffffff;}
.hdLi ul li:nth-child(1).on{background: url(../images/sanji/dis01H.png)no-repeat 10px center #cc0105;color: #fff;}
.hdLi ul li:nth-child(2).on{background: url(../images/sanji/dis02H.png)no-repeat 10px center #cc0105;color: #fff;}
.hdLi ul li:nth-child(3).on{background: url(../images/sanji/dis03H.png)no-repeat 10px center #cc0105;color: #fff;}
.xiangqing{
    margin: 20px;
}
.xiangqing ul li{
    display: none;
}
.xiangqing ul li.attr{
    display: block;
}