@media screen and (max-width: 480px){
	#nterim {
	    overflow: hidden;
	    height: 4rem;
	}
	#effect {
	    width: 100%;
	    height: 4rem;
	    position: absolute;
	    top: 0;
	    left: 0;
	    text-align: center;
	    color: white;
	    background: rgba(44,44,44,0.4);
	    padding-top: 9%;
	}
	#banner_img {
	    transition: all 3s ease;
	    height: 4rem;
	    width: 100%;
	}
	#effect h1 {
	    font-size: 0.266666rem;
	}
	#effect h3 {
	    margin: 0.133333rem 0;
	    font-size: 0.48rem;
	}
	#effect p{
		font-size: 0.32rem;
	}
	.level {
	    background: #0180FF;
	    width: 0.666666rem;
	    border: 1px solid #0180FF;
	    margin: 0.133333rem auto;
	}
	#newsdate {
	    width: 88%;
	    margin: auto;
	    text-align: center;
	    border-bottom: 1px solid #0081FF;
	    height: 1.066666rem;
	    margin: 0.266666rem 0.533333rem;
	}
	#newsdate p {
	    width: 2.133333rem;
	    height: 0.8rem;
	    text-align: center;
	    line-height: 0.8rem;
	    border: 1px solid #CCCCCC;
	    border-radius: 0;
	    margin-bottom: 0.066666rem;
	    font-size: 0.32rem;
	}
	#newsdate div {
	    display: inline-block;
	    cursor: pointer;
	    margin: 0 0.266666rem;
	}
	#newsdate .glyphicon {
	    top: -0.07rem;
	}
	.newsfor {
	    width: 100%;
	    margin: auto;
	    margin-bottom: 0;
	    padding: 0 0.533333rem;
	}
	.newsfor ul .timedate h3 {
	    font-size: 0.373333rem;
	    color: #999999;
	    margin-top: 0;
	}
	.newsfor ul .howmany h4 {
		margin-top: 0;
	    margin-bottom: 0;
	    font-size: 0.373333rem;
	}
	.howmany p{
		display: none;
	}
	.newsfor ul {
	    overflow: hidden;
	    height: 1.6rem;
	    padding: 0.5rem 0.6rem 0.5rem 0.266666rem;
	    border-bottom: 1px solid #CCCCCC;
	    margin-bottom: 0;
	}
	.newsfor ul .timedate {
	    margin-right: 0.266666rem;
	    align-items: center;
	}
	.newsfor ul .timedate p {
	    margin-top: -0.093333rem;
	    font-size: 0.266666rem;
	    color: #999999;
	}
	.howmany{
		width: 80%;
	}
	.newsfor ul .lilink {
		display: none;
	}
	.newsfor a {
	    color:rgba(51,51,51,1);
	}

}