
.event_topBox .event_top .event_cover{
    width: 40%;
    height: 288px;
    padding-right: 30px;
}
.event_top .event_cover img{
    width: 100%;
    height: 100%;
}
.event_topBox .event_top .event_info{
    width: 56%;
    overflow: hidden;
}
.event_top .event_info p{
    margin-bottom: 5px;
}
.event_top .event_info .operate .attention a{
	width:50px;
	height:50px;
	border:2px solid #EB6D04;
	border-radius:5px;
	margin-left:5px;
	display:inline-block;
	box-sizing:border-box;
	padding:7px;
}

.event_middleBox p{
    max-width: 100%;
    text-align: justify;
    line-height: 1.6;
    word-break: break-all;
    white-space: normal!important;
}
.event_middleBox span{
    word-break: break-all;
    white-space: normal!important;
}
.event_middleBox img{
    max-width: 100%;
    height: auto!important;
}
.event_middleBox table{
    max-width: 100%;
}
@media screen and (min-width:1061px) {
    .b-title{
        height: 0;
        line-height: 0;
    }
    .event_topBox,.event_middleBox,.event_bomBox{
        padding: 50px;
        box-sizing: border-box;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
    .event_top .event_info .btn_big{
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1060px) {
    .event_topBox,.event_middleBox,.event_bomBox{
        padding: 5%;
        box-sizing: border-box;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
    .event_topBox .event_top .event_info{
        width: 54%;
        overflow: hidden;
    }
    .event_top .event_info .btn_big{
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (max-width:750px){
    .event_topBox,.event_middleBox,.event_bomBox{
        padding: 5%;
        box-sizing: border-box;
        margin:0 auto 20px;
        border: 1px solid #ccc;
    }
    .event_topBox .event_top .event_cover{
        width: 100%;
        height: 288px;
        padding: 0;
    }
    .event_top .event_cover img{
        width: 100%;
        height: 100%;
    }
    .event_topBox .event_top .event_info{
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }
    .event_top .event_info .btn_big{
        width: 100%;
    }
}