/*newsinfo*/
.newsinfo-main .fl-l{
	width: 888px;
}
.newsinfo-main .content,.newsinfo-main .content p,.newsinfo-main .content div{
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newsinfo-main .fl-r{
	background: #F5F5F5;
	width: 472px;
}
.newsinfo-main .fl-r h1 i {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 5px;
	height: 30px;
	line-height: 30px;
	background: #BF2527;
}
.newsinfo-main .fl-r .fl-l{
	width: 140px;
	height: 140px;
}
.newsinfo-main .fl-r .fl-r {
	width: 247px;
	height: 140px;
}
.newsinfo-main .fl-r .fl-r i,.newsinfo-main .fl-r .fl-r b{
	color: 
}

.newsinfo-main .fl-r li:hover h2{
	color: #BF2527;
}


/*newslist*/
.newslist-main .fl-l{
	top: -100px;
	width: 290px;
	background: #ccc;
}
.newslist-main .fl-l ul{
	background: #E6E6E6;
}
.newslist-main .fl-l ul li:not(.active):hover{
	background: #ccc;
}
.newslist-main .fl-l ul li.active{
	background: #BF2527;
	color: #fff;
}
.newslist-main .fl-l ul li img{
	top: 5px;
	right: 0;
}
.newslist-main > .fl-r{
	width:1020px;
}
.newslist-main > .fl-r ul > li {
	height: 185px;
}
.newslist-main > .fl-r ul > li .fl-r{
	width: 700px;
	height: 185px;
}
.newslist-main > .fl-r ul > li .fl-r p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.newslist-main > .fl-r ul > li{
	transition: .3s;
}
.newslist-main > .fl-r ul > li:hover {
	background-color: #EEE;
}
.newslist-main > .fl-r ul > li:hover h1{
	color: #BF2527;
	transition: .3s;
} 

/*lessonlist*/
.lessonlist-main > .fl-l{
	top: -100px;
	width: 290px;
	background: #ccc;
}
.lessonlist-main .fl-l ul{
	background: #E6E6E6;
}
.lessonlist-main .fl-l ul li:not(.active):hover{
	background: #ccc;

}
.lessonlist-main .fl-l ul li.active{
	background: #C00;
	color: #fff;
}
.lessonlist-main .fl-l ul li img{
	top: 5px;
	right: 0;
}
.lessonlist-main > .fl-r{
	width:1020px;
}
.lessonlist-main > .fl-r ul {
	flex-wrap: wrap;
}
.lessonlist-main > .fl-r ul li {
	width: 310px;
}
.lessonlist-main > .fl-r ul li > div{
	height: 220px;
	background-size: 120%; 
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s;
} 
.lessonlist-main > .fl-r ul li:hover > div{
	background-size: 130%; 
}
.lessonlist-main > .fl-r ul > li{
	transition: .3s;

}
.lessonlist-main > .fl-r ul > li:hover p{
	color: #BF2527;
} 

.page-content p{
	margin-bottom: 15px;
}

.newsGood ul li h2{
	height: 108px;
	overflow: hidden;
}
.lessonlist-main ul:after {
    content:"";
    width: 30.5%;
}

.shpa, #showpage { text-align: center; margin-bottom: 5px; overflow: auto; zoom: 1; padding:20px 10px; font-size:14px; }
.shpa b, #showpage b { margin:0 2px; padding: 5px 12px 5px; color: #FFF; display: inline-table; border: 1px solid #e00200; border-radius:3px; background: #e00200; }
.shpa a, #showpage a { margin:0 2px; padding: 5px 12px 5px; color: #333; display: inline-table; border: 1px solid #e8e8e8; border-radius:3px; background:#eee; }
.shpa a:hover, #showpage a:hover { background: #ddd; text-decoration: none; }