/*自定义分页器的样式*/
.swiper-pagination-custom {
	text-align: center;
	margin: 15px 0px;
}
/*自定义分页器的样式*/
.swiper-pagination-customs {
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
}

.swiper-pagination-customs:last-child {}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
	width: 50px;
	height: 6px;
	background: #0176DF;
}
.content {
    width: 1280px;
    margin:40px auto 60px;
}
.ig{
    padding: 13px 0px;
}
.ig >img{
    width: 14px;
    height:13px
}
/* 内容 */
/* 详情标题 */
.details {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}

.details .top {
    font-size: 19px;
    font-weight: 700;
}

.details .tx {
    color: #999999;
    font-size: 11px;
    margin-top: 15px;
}
/* 详细文字 */
.content .detailContent {
    margin-bottom: 60px;
}
.content .detailContent .top{
    text-indent: 2rem;
    font-size: 13px;
    color: #333333;
}
.detailContent img{
    display:block;
    margin: 30px auto;
    width: 960px;
    height: 492px;
}
.detailContent p img{
    height: auto;
}
.content .navigation{
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 18px 20px;
}
.content .navigation >a{
    text-decoration: none;
    color: #222226;
}
/* 内容结束 */