.layui-breadcrumb a:hover {
	color: #000000 !important;
}

#contextTopDiv {
	background:
		url('img/banner_newscenter.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 300px;
}

#bannerText {
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -575px;
	top: 256px;
	font-size: 38px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), /* 模糊的黑色阴影 */  
        0 0 25px rgba(255, 255, 255, 0.6), /* 外发光效果 */  
        0 0 5px rgba(255, 255, 255, 0.8); /* 较小的发光效果 */
}
 
#pageCrumbDiv{
	position: relative;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    margin-top: 10px; 
    color: #999;
}

.leftBtn{
	background: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    color: #121212;
    font-size: 18px;
    transition:background 0.5s ease, color 0.5s ease;
}
  
.leftBtn:hover{
	background: #d7282e;
    color: #fff;
    cursor: pointer; 
}

#mainDiv{
	position: relative;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    margin-top: 15px;
    display:flex;
    height: auto;
    margin-bottom: 20px;
}

#newsTitle{
	background: #d4141ae8;
    color: #fff;
    height: 89px;
    line-height: 89px;
    text-align: center; 
    font-size: 28px;
}

#rightDiv{
	width: 76%;
    margin-left: 3%;
    line-height: 42px; 
    font-size: 17px;
}

#rightTopDiv{
	font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
}

#rightTitle{
	width: max-content;
    border-bottom: 2px solid #d7282e;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#leftDiv{
	width: 21%;height: 400px;
}

.newsItem{
	width: 830px;
    height: auto;
    background: #fff;
    padding: 0 42.5px 30px 41px;
    margin-bottom: 1px;
    margin-right: 1px;
    transition: .3s all;
    -webkit-transition: .3s all;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* 过渡效果 */  
    padding-bottom:13px;
    margin-bottom: 10px
}

.newsItem:hover{   
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
}  

.newsItem .infoSubtitle{
	font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: .11px;
    line-height: 32px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 15px;
}

.newsItem .infoDesc{
	font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 7.3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 52px;
}

.newsItem .infoTime{
	font-size: 14px;
    color: #666;
    line-height: 25.57px;
}

.layui-laypage .layui-laypage-skip {
    background: transparent !important;
}
 
.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip {
    background: transparent;
}

.layui-icon-fire{
	margin-left: 10px;
}

.infoImg {
    position: absolute;
    right: 10px;
    margin-top: -110px;
    text-align: right;
}

.infoIntroduction{
	width: 640px;
}
  
.infoImg img {
    height: 140px;
    max-width: 200px;
    display: none;
}

#rightPageNum {
	float: right;
    font-size: 14px;
    font-weight: normal;
    padding-right: 10px;
}
 
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    left: 0px !important;
    top: 0px !important;
    padding: 0px !important;
}