﻿.leftborder>a {
    float: none;
}

.hack-page .span19 {
   float: right;
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .leftborder .link1 {
        width: auto;
        margin-left: 0;
        font-size: 13px;
    }

    .ewb-read-more {
        background-position: 20px center;
    }
}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
	.ewb-item-name {
		padding-left: 0px;
		background: none;
	}
	.ewb-info-table table th:first-child{
		width:50%;
	}
	.ewb-right-bd{
    		padding-left: 0px !Important;
    		padding-right: 0px !Important;
	}
	.ewb-left {
   		 width: auto !important;
   		 height: auto !important;
	}
	.ewb-info-table table {
    		width: 100% !important;
	}
	.hack-page .span19{
		margin-top: 307px;
		float: none;
		width:auto !important;
	}

	.ewb-read-more{
		background-position: center;
	}

    .leftborder>a {
        float: none;
    }

    .leftborder div .button {
        /* float: none; */
        margin: 0 auto;
		display:block;
		padding-left:43%;
       /*  padding: 0; */
    }

    .ewb-fader {
        height: 40px;
    }

    .leftul img {
        width: 40%;
    	margin: 0px auto !IMPORTANT;
    	display: block;
    }

    .ewb-left {
        background: none;
    }

	.hack-page{
		position: relative;
	}

    .ewb-left-remind {
    	position: absolute;
    	top: 10px;
    	left: 0;
    	right: 0;
       // padding-top: 70px;
        //padding-bottom: 50px;
       //height: auto !important;
    }

    .ewb-year-choice {
        margin-top: 20px;
    }
    
}


/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
    
}