
.top,.banner,.starting_work,.winters{
	display: none;
}

.mobile_logo{
	display: -webkit-flex; /* Safari */
    display: flex;
	
}
.mobile_logo img{
	width: 1.28rem;
	height: 0.32rem;
	margin: 0.13rem 0 0.13rem 0.25rem;
}
.mobile_banner{
	height: 3.89rem;
}
.mobile_banner img{
	width:6.00rem;
	height: 3.89rem;
}

/*活动进行中*/
.activityProgress{
	background: url(../images/activityProgress_bg.jpg) 0 0 repeat;
	margin-bottom: 0.40rem;
	padding:0.30rem 0.25rem 0.50rem;
	
}
.activityProgress_title{
	display: none;
}
.mobile_activityProgress_title{
	font-family: "microsoft yahei";
	font-size: 0.24rem;
	color: #0068b3;
	line-height: 0.24rem;
	padding: 0.28rem 0;
}
.mobile_activityProgress_title em{
	font-style: normal;
	color: #0068b3;
}
.mobile_activityProgress_title em a{
	color: #0068b3;
}

.activityProgress_content{
	padding: 0 0.30rem 0.42rem ;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
}
.activityProgress_content_left{
	width: 100%;
	text-align: center;
}
.activityProgress_content_left img{
	width:65%;
	text-align:center;

	
}
.startingWork_demo{
	font-family: "microsoft yahei";
	font-size: 0.24rem;
	color: #454545;
	line-height: 0.36rem;
	text-indent: 0.43rem;
	margin-bottom: 0.32rem;
}
.startingWork_list{
	margin-bottom: 0.44rem;
	display: -webkit-flex; /* Safari */
    display: flex;
    justify-content:space-between;
}
.startingWork_list::after{
  content:none;
}
.startingWork_list li{
	width: 0.84rem;
	height: 0.84rem;
	
}

.startingWork_list li img{
	width: 0.84rem;
	height: 0.84rem;
	/*解决a没法包裹img问题*/
	vertical-align: top;
}
.mobile_starting_work{
	text-align: center;
}
.mobile_starting_work a {
	display: block;
}
.mobile_starting_work a img{
	/*解决a没法包裹img问题*/
	vertical-align: top;
}
.mobile_starting_work a.mobile_ksdt {
	margin: 0 auto;
	width: 3.18rem;
	height: 0.80rem;
	margin-bottom: 0.34rem;
}
.mobile_starting_work a.mobile_dtxz {
	margin: 0 auto;
	width: 0.98rem;
	height: 0.19rem;
}
.mobile_starting_work a.mobile_ksdt img{
	width: 3.18rem;
	height: 0.80rem;
}
.mobile_starting_work a.mobile_dtxz img{
	width: 0.98rem;
	height: 0.19rem;
}
.activityProgress_content_right{
	position: relative;
}
.youknow{
	display: none;
	position: absolute;
	right: 0;
bottom:40px;
    z-index: 100;
	font-family: "microsoft yahei";
	padding: 0.15rem;
	background: #fffdeb;
	border-radius: 8px;
	-moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border: 1px solid #e6e5e4;
}
.youknow h5{
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #0068b3;
	text-align:center;
	margin-bottom: 10px;
}
.youknow p{
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	text-indent:2em;
}
.youknow span{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -0.35rem;
	width: 0.33rem;
	height: 0.35rem;
}
.youknow span img{
	width: 0.33rem;
	height: 0.35rem;
	vertical-align: top;
}

/*往期大事我知道*/
/*带左右按钮的焦点图*/
.past_events{
	margin-bottom: 26px;
	padding: 0 0.25rem;
}

.l_btn{
	display: none;
}
.r_btn{
	display: none;
}

.past_events_ul{
	
}
.past_events_list{
	font-family: "microsoft yahei";
}
.past_events_list li{
	display: none;
	font-size: 0.24rem;
	padding: 0.30rem 0.36rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	-moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    text-align: left;
    margin-bottom: 0.39rem;
}
.past_events_list li strong{
	display: block;
	font-style: normal;
	font-size: 0.27rem;
	line-height: 0.41rem;
	color: #939393;
	margin-bottom: 0.19rem;
}
.past_events_list li strong a{
	color: #939393;
}
.past_events_list li h5{
	margin-bottom: 0.18rem;
	font-size: 0.27rem;
	line-height: 0.36rem;
	font-weight:normal;
}
.past_events_list li h5 a{
	color: #454545;
}
.past_events_list li p{
	margin-bottom: 0.23rem;
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #939393;
	text-align: left;
}
.past_events_list li span{
	display: block;
	height: 0.67rem;
	line-height: 0.67rem;
	vertical-align: middle;
	padding: 0 0.38rem;
	background: #dbdbdb;
	color: #fff;
	border-radius: 8px;
	-moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    margin-bottom: 10px;
    font-size: 0.27rem;
}
.mobile_winters{
	width: 1.76rem;
	height: 0.48rem;
	display: inline-block;
}
.mobile_winters img{
	width: 1.76rem;
	height: 0.48rem;
	vertical-align: top;
}

.mobile_more{
	display: block;
	height: 0.66rem;
	line-height: 0.67rem;
	vertical-align: middle;
	padding: 0 0.22rem;
	color: #9e9e9e;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	-moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    margin-bottom: 10px;
    font-size: 0.24rem;
    text-align: center;
}
.mobile_footer{
	border-top: 0.03rem solid #d1d1d1;
	background: #f6f6f6;
	text-align: center;
	color: #6f6f6f;
	font-family: "microsoft yahei";
	font-size: 0.18rem;
}
.mobile_footer p{
	height: 50px;
	line-height: 50px;
	border-top: 0.01rem solid #fff;
}
.iframeFooter{
	display: none;
}







