
.listBox .fr { width:320px;padding:0 0 0 50px;}
.listBox .fr  .ad3{ width:320px; height:260px; overflow:hidden; margin:0 0 30px 0;}
.listBox .fr  .ad3 img{width:320px;height:260px;object-fit: cover; /* 图片将覆盖整个容器，但可能会被裁剪 */ transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou}
.listBox .fr  .ad3 img:hover { transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }

.listBox .fr  .hotList b{ font-size:18px; height:36px; line-height:36px;}
.listBox .fr  .hotList ol li{ height:40px; line-height:40px; width:320px; overflow:hidden}
.listBox .fr  .hotList ol li span{ float:left; width:35px; text-align:center;color:#F26D5F;}
.listBox .fr  .hotList ol li span.one{ color:#F26D5F; font-weight:bold;}
.listBox .fr  .hotList ol li span.two{ color:#F26D5F; font-weight:bold;}
.listBox .fr  .hotList ol li span.three{ color:#F26D5F; font-weight:bold;}


.listBox .fl{ width:750px;padding:0 35px; border-right:1px solid #d8d8d8;}

.listBox .fl dl{border-bottom:1px solid #d8d8d8;padding:30px 0}
.listBox .fl dl dt{ width:250px; height:170px; float:left; overflow:hidden}
.listBox .fl dl dt img{width:250px;height:170px;object-fit: cover; /* 图片将覆盖整个容器，但可能会被裁剪 */transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou}
.listBox .fl dl dt img:hover { transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }
.listBox .fl dl dd{ width:450px; margin:0 0 0 30px; float:left}
.listBox .fl dl dd b{ font-size:24px; height:45px; line-height:45px;}
.listBox .fl dl dd span{ font-size:14px; color:#ccc;margin:10px 0 0 0; display:block}
.listBox .fl dl dd p a{color:#d80c18;}
.listBox .fl dl dd p a:hover{color:#000;}

.listBox .fl ul li{ height:50px; line-height:50px;border-bottom:1px solid #d8d8d8;list-style-type: disc; }
.listBox .fl ul li a{ font-weight:bold; font-size:18px; line-height:50px; display:block;}


.pagination { text-align:center;}
.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px; display:inline
}

.pagination a.active {
  background-color: #d80c18;
  color: white;
  border: 1px solid #d80c18;
}

.pagination a:hover:not(.active) {background-color: #ddd;}





/*文章页*/
.articleMain h1{ text-align:center; font-size:30px;}
.articleMain .time{ text-align:center; color:#666; border-bottom:1px solid #d8d8d8;padding:0 0 10px 0;}
.articleMain .time span{ padding:0  20px; line-height:36px;}
.articleMain .daoduBox{ background:#eaeaea; padding:20px;}
.articleMain .anniu{ text-align:center;}

.articleMain .articleBox{ margin:50px 0;}

.articleMain .fotBox p{ line-height:30px; }
.articleMain .fotBox p.biaoqian a{ padding:0 10px; }