<style type="text/css">
    body{
    	min-width: auto;
    }
    .cover{
    	position: static;
    }
    .w90 {
	    width: 90%;
	    max-width: 1200px;
	    margin: 0 auto;
	}
	.newBox .newtab{
		padding: 60px 0 40px;
	    text-align: center;
	    display: block;
	}
	.newBox .newtab a{
	    display: inline-block;
	}

	.newBox .newtab .item{
		background-color: #515151;
		color: #fff;
		font-size: 16px;
		margin: 0 16px;
		padding: 10px 30px;
		border-radius: 5px;
		cursor: pointer;
	}

	.newBox .newtab .item.active{
		background-color: #000000;
	}

	.newBox.IndexNew{
		padding-bottom: 0;
	}

	.newBox.IndexNew .IndexNewBox li{
		margin-bottom: 30px;
	}

	.addmore{
		padding-bottom: 80px;
	}

	.addmore .addmoreBox{
		font-size: 16px;
		color: #57a2ff;
		text-align: center;
		padding: 20px 0;
		background-color: #e6ebf1;
		margin-top: 20px;
		cursor: pointer;
	}

	.IndexNew{
		background-color: #f8fbfe;
		padding-bottom: 50px;
	}

	.IndexNew .title{
		color: #555555;
	    font-size: 26px;
	    font-weight: bold;
	    text-align: center;
	    padding: 58px 0 24px;
	}

	.IndexNew img.cover{
		width: 100%;
		height: 245px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		display: block;
	}
	.IndexNew .IndexNewBox ul{display: block;text-align: center;}
	.IndexNew .IndexNewBox ul::after{
	    content: '';
	    clear: both;
	    display: block;
	}
	.IndexNew .IndexNewBox ul li:nth-child(3n+2) {
	    margin-right: 24px;
	    margin-left: 24px;
	}
	.IndexNew .IndexNewBox li{
		float: left;
		/*width: 100%;*/
		width: 318px;

		border-radius: 10px;
		padding-bottom: 20px;
		overflow: hidden;
		background-color: #fff;
	}

	@media screen and (min-width: 385px) and (max-width: 910px){
		.IndexNew .IndexNewBox li{
			float: none;
			margin:0 auto 30px;
		}
		.IndexNew .IndexNewBox ul li:nth-child(3n+2){
			margin:0 auto;
		}
	}


	@media screen and (max-width: 384px){
		.IndexNew .IndexNewBox li{
			float: none;
			width:100%;
		}
		.IndexNew .IndexNewBox ul li:nth-child(3n+2){
			margin:0;
		}
		.IndexNew img.cover{
			height: auto;
		}
	}

	.IndexNew .IndexNewBox li a{
		display: block;
	}

	.IndexNew .IndexNewBox li .coverBox{
		width: 100%;
		height: 245px;

		overflow: hidden;
	}

	.IndexNew .IndexNewBox li:hover{
		box-shadow: 0 5px 10px 10px #e6e9ec;
	}

	.IndexNew .IndexNewBox li:hover a img{
		transform: scale(1.1);
	}

	.IndexNew .IndexNewBox li a .title{
		font-size: 18px;
		color: #555555;
		margin: 25px 16px 10px;
		padding: 0;
		text-align: left;
	    text-overflow:ellipsis; 
	    white-space:nowrap; 
	    overflow:hidden;
	}

	.IndexNew .IndexNewBox li a .Textjs{
		font-size: 14px;
		color: #666666;
		margin: 0 16px 30px;
	    height: 42px;
	    overflow: hidden;
	}

	.IndexNew .IndexNewBox li a img{
		vertical-align: middle;
		margin-right: 6px;
		transform: scale(1);
		transition: all 2s;
		margin-top:-2px;
	}

	.IndexNew .IndexNewBox li a .time{
		font-size: 12px;
		color: #999999;
		margin: 0 16px;
	}

	.IndexNew .IndexTab{
		margin-bottom: 38px;
	    display: block;
	    text-align: center;
	}

	.IndexNew .IndexTab .item{
	    display: inline-block;
		font-size: 16px;
		color: #555555;
		margin: 0 12px;
		padding-bottom: 5px;
		border-bottom: 4px solid #fff;
		cursor: pointer;
	}

	.IndexNew .IndexTab .item.active{
		border-bottom: 4px solid #3c7ed0;
	    color: #3c7ed0;
	}

	.IndexNew .IndexTab .indexMore{
		position: absolute;
		top: 2px;
		right: 0;
		color: #3c7ed0;
	}
    </style>