.banner{
    height: 120px;
    background: url(/img/activity/bg.png) no-repeat;
    background-size: 100%;
}
.content{
    margin: auto;
    width: 1360px;
    /* padding: 0px 164px; */
}
.content .about-us-breadcrumb{
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
}
.content .listtitle{
    /*height: 145px;*/
    background-color: #f1f1f1;
    /*padding-top: 16px;*/
    box-sizing: border-box;
    margin-bottom: 45px;
    padding: 8px 0;
}
.content .listtitle .btn{
    margin-left: 12px;
    width: 56px;
    height: 24px;
    /* border-radius: 2px; */
    line-height: 24px;
    text-align: center;
    /* background: rgba(229, 164, 20, 1);
    color: #fff; */
}

.content .listtitle .btnchange a{
    /*display: block;*/
    border-radius: 2px;
    background: rgba(229, 164, 20, 1);
    color: #fff;
}

.content .listtitle .btn a{
    padding: 5px;
}
.content .active {
    color: #fff;
}
.content .listtitle dl{
    display: flex;
    margin: 10px 0px;
    margin-left: 16px;
    font-size: 14px;
    color: #888888;
    /*align-items: center;*/
}

.content .listtitle dl dd a{
    color: #888888;
    padding: 5px;
}
.content .listtitle dl a:hover{
    color:rgba(229, 164, 20, 1);
}

.content .listtitle dl dt{
    width: 108px;
    margin-right: 16px;
}
.content .listtitle dl dd{
    margin-right: 30px;
    cursor: pointer;
}
.conList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conList .btn:hover {
    background: rgba(229, 164, 20, 1);
    color: #fff !important;
}
.conList .hotleft, .conList .hotrigth{
    width: 49%;
    height: 154px;
    padding: 25px 40px 0 0;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.conList .hotleft{
    background: rgba(249, 249, 249, 1);
    width: 49%;
    height: 154px;
    position: relative;
}
.hotleft a{
    display: flex;
    /* align-items: center; */
}
.hotleft a .imgs img{
    margin: 0px 25px 0px 15px;
}
.conList .hotleft h3{
    font-size: 18px;
    font-weight: 400;
    width: 432px;
    /* color: rgba(229, 164, 20, 1); */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.conList .hotleft img{
    display: block;
    margin: 6px 0;
}
.conList .hotleft p{
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    text-overflow:ellipsis;/*设置隐藏部分为省略号*/
    overflow: hidden;/*设置隐藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
    -webkit-box-orient: vertical;
}
.conList .hotleft .btn{
    color: rgba(229, 164, 20, 1);;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    /* background-color: rgba(229, 164, 20, 1); */
    border: 1px solid rgba(229, 164, 20, 1);;
    position: absolute;
    right: 46px;
    bottom: 10px;
}
.conList .imgs img{
    width: 180px;
    height: 104px;
}
.conList .hotrigth{
    background: rgba(249, 249, 249, 1);
    width: 49%;
    height: 154px;
    position: relative;
}
.hotrigth a{
    display: flex;
    /*align-items: center;*/
}
.hotrigth a .imgs img{
    margin: 0px 25px 0px 15px;
}
.conList .hotrigth h3{
    font-size: 18px;
    font-weight: 400;
    width: 432px;
    /* color: rgba(229, 164, 20, 1); */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.conList .hotrigth img{
    display: block;
    margin: 6px 0;
}
.conList .hotrigth p{
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    text-overflow:ellipsis;/*设置隐藏部分为省略号*/
    overflow: hidden;/*设置隐藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
    -webkit-box-orient: vertical;
}
.conList .hotrigth .btn{
    color: rgba(229, 164, 20, 1);;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    /* background-color: rgba(229, 164, 20, 1); */
    border: 1px solid rgba(229, 164, 20, 1);;
    position: absolute;
    right: 46px;
    bottom: 10px;
}