.conts-center{width:60%;margin:0 auto;}
.bread > span a:last-child{color:#787878;}
.bread > a{color:#3d3d3d}

.lm-li {width:0.2142rem;height:0.2142rem;border-radius:0.0714rem;background-color:#18565d;margin-right:0.1428rem;}

.tit-date{margin-bottom: 0.4285rem;}
.tit-date h1{font-size: 0.7142rem;color: #18565d;text-align:center;}
.tit-date span{font-size:0.2285rem;color:#646464;}

.date-con p,.date-con p a{font-size:0.2571rem;line-height:2;}
.date-con p{margin-bottom:.4rem;}
.date-con img{ max-width:90%;}
.f-c { display:flex;flex-wrap: nowrap;justify-content: center;}
.f-c p img { width:350px !important;margin-right: .4rem;}
.f-c p:nth-child(2n) img{ margin-right:0;}

/*移动适配*/
@media screen and (max-width:768px){
.conts-center{width:100%;}
.tit-date span,.date-con p{font-size:0.7rem;}
.tit-date h1{font-size:1rem;}
.f-c p img { width:200px !important;}
}