.isPc{
	display: block;
}
.isWap{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	color:inherit;
}
.cti-banner-swiper .pagination{
	bottom: -7%;
}
@media (max-width:999px) {
	.cti-banner-swiper .pagination{
		bottom: -5% !important;
	}
	.isPc{
		display: none;
	}
	.isWap{
		display: block;
	}
	.cti-banner-swiper .swiper-pagination-switch{
		width: 4px;
		height: 4px;
		background: none;
		border-radius: 50%;
		/* border:1px solid #fff; */ 
		border:1px solid #58575c;
		opacity: 1;
	}
	.cti-banner-swiper .swiper-active-switch{
		background: #dc0011;
		border-color: #dc0011;
	}
	.index-content{
		/* width:94.666%; */
		/* margin:auto; */
		/* margin-bottom: 15px; */
		position:relative;
		width:94.666%;
		margin:auto;
		margin-bottom: 15px;
		margin-top:-25px;
		z-index:2;

	}
	.index-box{
	    background: #fff;
	    margin-top: 25px;
	    /*margin-top: 15px;*/
	}
	.box-title{
		overflow: hidden;
		color:#dc0011;
		line-height: 43px;
		border-top: 1px solid #dc0011;
	}
	.box-title .left{
		font-size:16px;
		font-weight: bold;
		margin-left: 20px;
		padding-left: 26px;
	}
	.index-media .box-title .left{
		background:url(../images/icon-media.png) left center no-repeat;
		background-size: 17px;
	}
	.index-active .box-title .left{
		background:url(../images/icon-active.png) left center no-repeat;
		background-size: 15px;
	}
	.index-msg .box-title .left{
		background:url(../images/icon-msg.png) left center no-repeat;
		background-size: 11px;
	}
	.box-title .right{
		font-size:12px;
		margin-right: 20px;
	}
	.box-wrap{
		overflow: auto;
		height: 270px;
	}
	.bottom-text{
		width:88%;
		margin:13px auto 0;
		color:#333;
		overflow: hidden;
	}
	.texts{
		width: 80%;
	}
	.texts h3{
		color:#dc0011;
		font-size: 14px;
		margin-bottom: 5px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.texts p{
		font-size: 12px;
		margin-bottom: 5px;
		height:4.5em;
		line-height: 1.5;
		overflow: hidden;
		/* text-overflow: ellipsis; */
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.date{
		font-size: 10px;
		line-height: 20px;
	}
	.texts .more{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.index-msg .box-title{
		border-bottom: 1px solid #e6e6e6;
	}
	.index-msg .bottom-text{
		border-bottom: 1px solid #e6e6e6;
		margin-top: 20px;
	}
}
@media (max-width:650px) {
	.cti-banner-swiper .pagination{
		bottom: -8% !important;
	}
}