﻿.activity-wrap{
    width: 100%;
}
.activity-wrap .coverUrl{
    width: 48%;
    height: 400px;
    display: inline-block;
}
.activity-right{
    display: inline-block;
    width: 45%;
    padding: 20px 0 0 10px;
    vertical-align: top;
}
.activity-right div {
    font-size: 23px;
    line-height: 60px;
}
.activity-right .title{
    font-size: 35px;
    margin-bottom: 30px;
}
.activity-button{
    border: 1px solid #ff920b;
    color: #ff920b;
    padding: 5px 10px;
    background: #fff;
    font-size: 25px;
    margin : 20px 0;
}
.activity-button:hover{
    background: #ff920b;
    color: #fff;
}
.activity-right .activity-more{
    margin-top: 18px;
    font-size: 16px;
}
.activity-right .activity-more a{
    color: #333;
}
.activity-introduce{
    position: relative;
    min-height: 642px;
    margin-top: 50px;
}
.activity-introduce .introduce{
    margin-right: 450px;
}
.activity-introduce .command{
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 353px;
    z-index: 100;
}
.activity-introduce p{
	font-size:16px;
	color:#222;
	line-height:30px;
}
.activity-introduce img{
	max-width: 100%;
}
.activityDetail a{
	color: #8e8d8d;
    font-size: 14px;
    margin-right: 10px;
}
@media (max-width: 1599px) {
	.activity-wrap .coverUrl{
	    height: 334px;
	}
	.activity-right div{
	    font-size: 20px;
	    line-height: 45px;
	}
    .activity-introduce{
        min-height: 570px;
    }
    .activity-introduce .introduce{
	    margin-right: 400px;
	}
    .activity-introduce .command{
    	width: 294px;
    }
}
@media (max-width: 1279px) {
	.activity-wrap .coverUrl{
	    height: 269px;
	}
	.activity-right {
	    padding: 10px 0 0 10px;
	}
	.activity-right div {
	    font-size: 19px;
	    line-height: 40px;
	}
	.activity-right .title {
	    font-size: 30px;
	    margin-bottom: 10px;
	}
	.activity-button{
	    margin: 10px 0;
	}
    .activity-introduce{
        min-height: 570px;
    }
    .activity-introduce .introduce{
	    margin-right: 360px;
	}
    .activity-introduce .command{
    	width: 315px;
    }
}