.course-banner {
    width: 100%!important;
    height: auto;
    background: #fff!important;
    padding-top: 80px;
    position: relative;
}
.course-banner-cen {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.img-box {
    width: 100%;
    height: 160px;
    margin: 30px auto;
}
.news-body-box{
    width: 1200px;
    margin: 0 auto;
}
.course-banner img {
    max-height: 160px;
    border-radius: 10px;
}
.topTitle{
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #1D1D1D;
    margin: 20px 0 12px;
}
.news-box{
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    padding: 0 98px;
    height: auto;
}
.news-infor{
    padding-top: 10px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.news-cart{
    width: 100%;
    height: 191px;
    padding: 30px 23px 0 30px;
    border: 1px solid #fff;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}
.news-cart:hover{
    border: 1px solid #E5E5E5;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.10);
    border-radius: 6px;
}
.news-cart:hover .news-cart-in{
    border: 0;
}
.news-cart-in{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #E5E5E5;
}
.news-top{
    width: 100%;
    height: 33px;
    line-height: 33px;
}
.news-name{
    max-width: 700px;
    font-size: 24px;
    color: #1D1D1D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-time{
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.69px;
    line-height: 26px;
}
.news-msg{
    position: relative;
    max-height: 78px;
    overflow: hidden;
    word-wrap: break-word;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.69px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slmore{
    background: url(//image.zhihuishu.com/zhs/ablecommons/demo/201904/fccf03876772477598bf7fcb2125a830.png) no-repeat;
    width: 30px;
    height: 19px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0px;
    display: none;
}
.news-msg-div{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.69px;
    line-height: 26px;
}
#demo1{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}
.layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0!important;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px!important;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
.layui-laypage a{
    padding: 0!important;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px!important;
}
.layui-laypage a:hover {
    color: #23A3FF!important;
}
.layui-laypage-em{
    background: #23A3FF!important;
}
.layui-laypage-prev,.layui-laypage-next{
    width: 60px!important;
}
.layui-laypage-next:hover,.layui-laypage-last:hover{
    color: #23A3FF!important;
}

.notice_nothing{
	position: relative;
	left: -25px;
}
.notice_nothing div{
	position: relative;
	text-align: center;
	margin-top: 50px;
}
.notice_nothing span{
	display: block;
	font-size: 14px;
    color: #666666;
    margin-top: 20px;

}