.news-center-img {
    background-color: #F8F8F8;
    /*background-size: 301px 238px;*/
    /*width: calc(100% - (16px * 2));*/
    /*height: 422px;*/
    height: 200px;
    object-fit: contain;
    margin-left: 24px;
}


.news-img-240616-1-1-title {
    width: 400px;
    height: 200px;
    background-color: #F8F8F8;
    object-fit: contain;
    margin-left: 24px;
}

.news-img-240411-1-1-title {
    width: 400px;
    height: 300px;
    background-color: #F8F8F8;
    object-fit: contain;
    margin-left: 24px;
}


.img-line-center-flex {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 100%; /* 使div的高度为窗口高度 */
}

.news-show-container {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    zoom: 1;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}


.news-show-container p {
	text-indent:2em;
	font-family:"微软雅黑";
	padding: 0 20px 0 0;
	color: #666;
}

.news-show-container .detail p {
	text-indent:2em;
	font-family:"微软雅黑";
	padding: 0 20px 0 0;
	color: #666;
}

.news-show-container .words h3 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    font-family:"微软雅黑";
}


.news-show-container .words h2 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    font-family:"微软雅黑";
    text-align: center;
}


.news-show-container .words_r h3 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    font-family:"微软雅黑";
}

.news-flex-l {
    flex: 31;
}

.news-flex-m {
    flex: 8;
}

.news-flex-r {
    flex: 1;
}


a.news {
    padding: 0px 10px;
    color: #fff;
  	transition: color 0.3s ease, opacity 0.3s ease; /* 定义过渡动画 */
    opacity: 1;
}


a.news:hover {
  /*color: #fff; */
  color: #FF6F00;  /* 悬浮时的颜色 */
  opacity: 0.6;    /* 悬浮时的透明度 */
}


.p-no-inheritance {
  text-indent: inherit;
}
  