body{
    background-color: #F7F2EF;
    background: url("../images/activity/readbg.png") no-repeat center 138px;
}
.main{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../images/activity/readbg.png") no-repeat top center;*/
    padding-bottom: 181px;
    /*min-height: 1500px;*/
}
.main-content{
    width: 1200px;
    margin: 196px auto 0;
    overflow: hidden;
}
.layui-breadcrumb{
    display: block;
    margin: 32px 0 40px;
}
.layui-breadcrumb a,.layui-breadcrumb a:hover{
    font-size: 16px;
    color: #515050!important;
}
.layui-breadcrumb span[lay-separator]{
    color: #9F9F9F!important;
}
.layui-breadcrumb a:last-child{
    color: #9F9F9F!important;
}
.details-info{
    background: #FFFFFF;
}
.details-info .img{
    width: 560px;
    padding: 20px;
    height: 370px;
}
.details-info .list{
    width: 585px;
    padding: 31px 0 13px 15px;
    min-height: 366px;
    position: relative;
}
.details-info .list>div:nth-child(1){
    padding-right: 40px;
    padding-bottom: 28px;
}
.details-info h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    max-height: 60px;
}
.details-info p{
    color: #7A7A7A;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
}
/*.details-info .label{*/
/*    display: inline-block;*/
/*    padding: 7px 24px;*/
/*    font-size: 14px;*/
/*    color: #FFFFFF;*/
/*    background: linear-gradient(-90deg, #F95B46 0%, #F2937C 100%);*/
/*    border-radius: 15px;*/
/*    margin-top: 10px;*/
/*}*/
.details-info .label{
    display: inline-block;
    font-size: 16px;
    color: #E44515;
    padding-left: 10px;
    margin-right: 18px;
    position: absolute;

}
.details-info .label:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E44515;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.details-info .label:last-child{
    margin-right: 0;
}
.details-info ul{
    margin-top: 36px;
    margin-bottom: 10px;
}
.details-info li{
    font-size: 14px;
    color: #7A7A7A;
    line-height: 26px;
}
.btn{
    font-size: 14px;
    color: #999999;
    text-align: right;
    border-top: 1px solid #D2D2D2;
    width: 585px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.btn>div:nth-child(2){
    color: #111111;
    margin-left: 36px;
    font-weight: bold;
    font-size: 18px;
}
.baomingBtn{
    display: inline-block;
    width: 158px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #A84200;
}
.status0{
    background: rgba(168, 66, 0, 0.6);
}
.status1{
    background: #A84200;
}
.status2{
    background: #AAAAAA;
}
/*-----------------------*/
.introduce{
    margin-top: 40px;
}
.introduce-info{
    width: 806px;
    padding: 42px 32px 82px;
    background: #FFFFFF;
    padding-top: 0;
}
.introduce-info img{
    max-width: 100%;
}
.introduce-name{
    height: 33px;
    background: url("../images/activity/title.png") no-repeat center center;
    font-size: 24px;
    color: #080808;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
}
.introduce-content{
    margin-top: 60px;
}
/*---------------------*/
.venue-info{
    width: 254px;
    height: 384px;
    padding: 45px 23px 60px;
    background: url("../images/activity/venuebg.png") no-repeat center center;
}
.venue-thumb{
    width: 160px;
    height: 160px;
    border: 5px solid #E07F41;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.venue-thumb img{
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
.venue-name{
    color: #111111;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    line-height: 22px;
}
.venue-address{
    font-size: 16px;
    color: #797979;
    text-align: center;
    line-height: 16px;
    margin-top: 18px;
}
.venue-content{
    font-size: 14px;
    color: #797979;
    line-height: 22px;
    margin-top: 25px;
}