﻿*{
	margin: 0;
	padding: 0;
}
.cnimg{
	width: 100%;
	height: 150px;
	background-image: url(http://m.hunterzfish.com/templates/mobile/images/3502.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.center{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.center .tite{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	
	/* line-height: 50px; */
}
.center .tite span{
	font-size: 20px; 
	text-align: center;
	color: rgb(0, 135, 209);
}
.center .tite h1{
    font-size: 18px;
	font-weight: bold;
    text-align: center;
    color: rgb(0, 135, 209);
}
.center .img{
	width: 100%;
	height: 150px;
}
.center .img img{
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
}
.center .cont{
	width: 100%;
	margin-top: 5px;
	padding: 0 5px;
	box-sizing: border-box;
}
.center .cont {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
}
.center .cont p{
    font-size: 16px;
	margin-top: 10px;
    text-indent: 2em;
}
.center .cont p img{
	display:block;
}
.cont div img{
	width: 100% !important;

}
.center .top-down{
margin-left: 10px;
margin-bottom: 30px;
margin-top: 10px;
}
.center .top-down p{
margin-bottom: 5px;
font-size: 14px;
color: #615f5f;
}
.center .top-down a{
font-size: 14px;
color: #5663bf;
}