.curBox{
    justify-content: space-between;
}
.wrapCon{
    width: 100%;
    margin-top: 30px;
}
.indTit{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
}
.indTit h3{
    font-size: 36px;
    color: #000;
    margin-right: 20px;
}
.indTit h5{
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}
.indTit p{
    width: 60%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}
.indSecond{
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
}
.indSecond li{
    padding: 5px 10px;
    background-color: #fff6e6;
    border: 1px solid #ff7e00;
    border-radius: 10px;
    font-size: 14px;
    color: #595757;
    margin-right: 18px;
    margin-bottom: 15px;
}
.indSecond li.selectedAct{
    color: #f87a1e;
}

.conBox{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.con_l{
    width: 873px;
}
.leftConEve{
    width: 100%;
    box-shadow: 0px 3px 18px 0px rgba(192,192,192,0.23);
    margin-bottom: 26px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.eveList_l{
    width: 490px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveListImg{
    width: 200px;
    border: 1px solid #595757;
    border-radius: 10px;
}
.eveListImg img{
    width: 100%;
    border-radius: 10px;
}
.eveComInfo{
    width: 56%;
}
.eveComInfo h3{
    font-size: 20px;
    color: #3e3a39;
    margin-bottom: 10px;
}
.eveComInfo p{
    font-size: 16px;
    color: #9fa0a0;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.eveList_r{
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.eveList_r li{
    width: 47%;
}
.eveList_r li img{
    width: 100%;
}
.eveList_r li p{
    font-size: 15px;
    color: #9fa0a0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.con_r{
    width: 310px;
}
.rightGg img{
    width: 100%;
}
.rightCon{
    width: 100%;
    margin-top: 23px;
    box-shadow: 0px 3px 18px 0px rgba(192,192,192,0.23);
    padding: 24px 10px 10px 10px;
}
.r_conTit{
    padding-left: 10px;
}
.r_conTit h3{
    width: 100%;
    padding-left: 10px;
    border-left: 5px solid #c8161d;
    font-size: 18px;
    color: #3e3a39;
    line-height: 22px;
}
.r_conList{
    width: 100%;
    margin-top: 20px;
}
.r_conList li{
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rEveImg{
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.rEveImg img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.rEveCon{
    width: 82%;
}
.rEveCon h3{
    font-size: 16px;
    color: #3e3a39;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rEveCon p{
    font-size: 13px;
    color: #9fa0a0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.indSecond li:hover,
.eveComInfo h3:hover, .eveList_r li:hover p,
.r_conList li:hover .rEveCon h3,
.r_conList li:hover .rEveCon p{
    color: #f8511d;
}

.pages{
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin: 20px 0 30px;
}
.pages strong,.pages a, .pages_btn{
    color: #ffffff;
    box-sizing: border-box;
    background: #f87a1e;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    display: inline-block;
}
.pages strong{
    font-weight: normal;
    height: 30px;
}
.pages a{
    text-decoration: none;
    border: 1px solid #e8e8e8;
    background: none;
    color: #666;
}
.pages a.pages-ellipsis{
    border: none;
}
.pages a.pages-ellipsis:hover{
    background: none;
    color: #666;
}
.pages a:nth-child(2),.pages a:last-child{
    width: 65px;
}
.pages a:hover{
    color: #fff;
    background-color: #f87a1e;
}
.pages_inp{
    width: 60px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    color: #666;
    text-align: center;
}
.pages_btn{

}