*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.bodys{
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    color: #000;
}
/*banner*/
.banner{
    width: 100%;
}
.banner > img{
    width: 100%;
}
/*新闻资讯*/
.journalism{
    width: 100%;
    margin: auto;
    overflow: hidden;
     box-sizing: border-box;
    padding-bottom: 80px;
}
.jour-title{
    width: 260px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 50px auto 0;
}
.jour-title>span{
    text-align: center;
	background: rgba(210,183,134,0.6);
	padding: 5px 15px;
	border-radius: 5px;
}
.sp{
    font-size: 14px;
    width: 120px;
    color: #ccc;
    background: #fff;
    margin: 22px auto 0;
}
/*内容*/
@media (max-width: 992px) {
	.con{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
	display: grid;
    place-items: center; /* 同时水平和垂直居中 */
}
.con > div {

    float: left;
	margin:10px;
	border: none;
    margin-bottom: 20px;
	border-radius: 2px;
	background-position: center; /* 居中 */
    background-size: cover; 	
}
.con > div img{

	height: 257px;
	width:257px;
	background-position: center; /* 居中 */
  background-size: cover; 

}
}

@media (min-width: 992px) {
	.con{
    width: 100%;
	height: 100%;
    margin-top: 60px;
    overflow: hidden;
	

}

.con > div{
    float: left;
	margin:10px;
    margin-bottom: 20px;
	border-radius: 2px;
	background-position: center; /* 居中 */
    background-size: cover; 
}
.con > div img{

	height: 257px;
	width:257px;
	background-position: center; /* 居中 */
  background-size: cover; 

}
}
.con > div:nth-child(3n-1){

}
.backgr{
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin: 1% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backgr > img{
    width: 100%;
}
.text{
    width: 100%;
}
.mokuai{ 
	background: #f1f1f1;
}
.mokuai > div{
    float: center;
}
.p-title{
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.p-text{
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*分页*/

.si-bor{
    /*width: 20px;*/
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    padding: 4px 8px;
    margin: 0 8px;
}
.si-bor:hover{
	background: #CDCDCD;
	cursor: pointer;
}
.page > div{
    float: left;
}