
/*  2020.8.10 首页添加 分类导航按钮 Mr.xiao */
.ifyBox{
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    /*-moz-box-pack:space-around;*/
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    padding: 20px 0px 22px;
}
.ifyBox a{
    display: inline-block;
    width: 70px;
    margin: 0 auto;
    text-align: center;
}
.ifyBox a i{
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    background-image: url("https://oss.juzimima.com/images/home/ify_img.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ifyBox a:nth-child(1) i{
    background-position: 0px 0px;
}
.ifyBox a:nth-child(2) i{
    background-position: 0px -48px;
}
.ifyBox a:nth-child(3) i{
    background-position: 0px -96px;
}
.ifyBox a:nth-child(4) i{
    background-position: 0px -144px;
}
.ifyBox a:nth-child(5) i{
    background-position: 0px -192px;
}
.ifyBox a:nth-child(6) i{
    background-position: 0px -240px;
}
.ifyBox a:nth-child(7) i{
    background-position: 0px -288px;
}
.ifyBox a:nth-child(8) i{
    background-position: 0px -336px;
}
.ifyBox a:nth-child(9) i{
    background-image: url("https://oss.juzimima.com/images/home/app.png");
}
.ifyBox a p{
    font-size: 16px;
    color: #222;
    padding-top: 4px;
}
.ifyBox a:hover p{
    color: #ff4200;
}
/*  首页主体列表 */
.hh-content{
    padding-top: 10px;
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.hh-content .hottitle {
    padding-left: 20px;
    font-size: 20px;
    line-height: 2.3;
    font-weight: bolder;
}
.hh-content .titlebox .hottitle {
    float: left;
}
.hh-content .titlebox a.newmore {
    float: right;
    padding-right: 20px;
    padding-top: 14px;
    color: #777;
    font-size: 14px;
}
.hh-content .titlebox a.newmore:hover{
    color: #ff4200;
}
/* ---------------------  左  --------------------- */
.hh-content .recommend {
    margin: 10px 20px 0px 20px;
}
.recommend .recommendLef {
    float: left;
    position: relative;
    width: 260px;
    font-size: 0px;
}
.recommend .recommendLef .commendfirst {
    position: absolute;
    width: 100%;
    height: 88px;
    bottom: 4px;
    left: 0;
    background: #000;
    opacity: .6;
    border-radius: 0px 0px 10px 10px;
}
.recommend .recommendLef img {
    width: 260px;
    height: 338px;
    border-radius: 10px;
    border: 1px solid #eee;
    vertical-align:baseline;
}
.recommend .recommendLef .commendTit{
    position: absolute;
    width: 100%;
    height: 88px;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: .6;
    border-radius: 0px 0px 10px 10px;
}
.recommend .recommendLef .commendTit div.title {
    width: 240px;
    padding: 15px 10px 3px 10px;
    white-space: normal;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recommend .recommendLef .commendTit div.title:hover{
    color: #ff4200;
}
.recommend .recommendLef .commendTit p.price{
    padding-left: 10px;
}
.recommend .recommendLef .commendTit p.price:before{
    content: '\ffe5';
    color: #fff;
    font-size: 14px;
    padding-right: 4px;
    font-weight: normal;
}
.recommend .recommendLef .commendTit p.price:after{
    content: '\8d77';
    padding-left: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.recommend .recommendLef .commendTit .price{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/*  ------------  右  -----------  */
.recommend .recommendRig {
    float: left;
    width: 890px;
    margin-left: 20px;
}
.recommend .recommendRig>div {
    float: left;
    width: 286px;
    margin-bottom: 24px;
}
.recommend .recommendRig>div:nth-child(2),.recommend .recommendRig>div:nth-child(5){
    margin: 0px 15px;
}
.recommend .recommendRig div img {
    float: left;
    width: 120px;
    height: 156px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: block;
}
.recommend .recommendRig div .recommendcon {
    float: left;
    width: 154px;
    height: 156px;
    margin-left: 10px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.recommend .recommendRig div .recommendcon a {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommend .recommendRig div .recommendcon a:hover{
    color: #ff4200;
}
.recommend .recommendRig div .recommendcon p {
    padding-bottom: 10px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend .recommendRig div .recommendcon p.price{
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    color: #ff4200;
    font-weight: 700;
    padding-bottom: 0px;
}
.recommend .recommendRig div .recommendcon p.price:before{
    content: '\ffe5';
    color: #777;
    font-size: 14px;
    font-weight: normal;
}
.recommend .recommendRig div .recommendcon p.price:after{
    content: '\8d77';
    color: #777;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}

/*  分站页面样式 */
.hotshow{
    margin: 10px 20px 0px 20px;
}
.hotshow li{
    float: left;
    margin-bottom: 30px;
    width: 180px;
    margin-right: 66px;
}
.hotshow li:nth-child(5n){
    margin-right: 0px;
}
.hotshow li a img{
    display: block;
    width: 180px;
    height: 234px;
    border: .5px solid #eee;
    border-radius: 10px;
}
.hotshow li a.title{
    display: block;
    width: 185px;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotshow li a.title:hover{
    color: #ff4200;
}
.hotshow li .price{
    font-size: 16px;
    color: #ff4200;
    font-weight: 700;
    padding: 0px 4px 0px 0px;
}
.hotshow li .price:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.hotshow li .price:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
}
/* 分站演出资讯列表样式  2020.8.31 Mr.xiao*/
.home-consultBox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 20px 0px 20px;
}
.home-consultBox a{
    display: block;
    width: 470px;
    border-bottom: 1px solid #eee;
    padding: 20px 0px 18px;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-consultBox a:hover{
    color: #ff4200;
}
.home-consultBox a:nth-child(1),.home-consultBox a:nth-child(2){
    padding-top: 10px;
}
.home-consultBox a:nth-last-child(1),.home-consultBox a:nth-last-child(2){
    border-bottom: none;
}
.home-consultBox a:nth-child(even){
    padding-right: 100px;
}
.home-consultBox a:nth-child(odd){
    padding-right: 130px;
}

/* 2020.9.15 添加首页资讯问答列表 */
.constltOrWd{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.constltOrWd>div.box{
    border:1px solid #eee;
    border-radius: 10px;
    width: 590px;
}
.constltOrWd div.title{
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    line-height: 60px;
    height: 60px;
}

.constltOrWd ul li{
    padding:0px 20px;
}
.constltOrWd ul li a{
    display: block;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eee;
}
.constltOrWd ul li i{
    display: inline-block;
    width: 3px;
    height: 3px;
    list-style: decimal;
    background-color: #777;
    position: relative;
    top: -4px;
    margin-right: 8px;
}
.constltOrWd ul li a:hover{
    color: #ff4200;
}



