.box-s{
    box-sizing: border-box;
}
.tabbasecontent{
    width: 873px;
    margin: 0 auto;
}
.tabbasecontentmenu{
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid #CDE0CD;
    position: relative;
}
.tabbasecontentmenu ul li{
    margin-right: 24px;
}
.tabbasecontentmenu ul li p{
    float: left;
    width: 100%;
   /* min-width: 111px;*/
    height: 36px;
    padding: 0px;
	padding-left:10px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
}
.tabbasecontentmenu .newListright{
	position:absolute;
	top:0;
}
	
.tabbasecontentmenu ul li span{
    display: none;
}
.tabbasecontentmenu ul li:hover span,
.tabbasecontentmenu ul li.active span{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFC018;
    margin-top: 2px;
    float: left;
}

.tabbasecontentmenu ul li:hover p,
.tabbasecontentmenu ul li.active p{
    /*background: url(../images/top/banner-green.png) center no-repeat;*/
    background-size: cover;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
	background:#007F38;
	position:relative;
}
	
.tabbasecontentmenu ul li img{
   width:0;
}
.tabbasecontentmenu ul li:hover img,
.tabbasecontentmenu ul li.active img{
  width:16px;
}
.tabbasecontentmenu .more{
    line-height: 40px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #249254;
}
.tabbasecontentmenu .more:hover{
    cursor: pointer;
    text-decoration: underline;
}



.tabbasecontentlist{
    width: 100%;
}
.tabbasecontentlist .list{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #DFDEDE;
}
/*.tabbasecontentlist .list .liDate{*/
/*    width: 74px;*/
/*    height: 72px;*/
/*    background: #FFFFFF;*/
/*    border: 1px solid;*/
/*    border-image: linear-gradient(0deg, #01863C, #79C589) 10 10;*/
/*    padding: 13px 10px;*/
/*}*/
/*.tabbasecontentlist .list .liDate .liDay {*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*    font-size: 16px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: 500;*/
/*    color: #999999;*/
/*    text-align: center;*/
/*    line-height: 16px;*/
/*    padding-bottom: 7px;*/
/*    float: left;*/
/*}*/
/*.tabbasecontentlist .list .liDate .liMonth {*/
/*    height: 36px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*    width: 100%;*/
/*    margin-top: 6px;*/
/*    float: left;*/
/*}*/
.liDate.fl.box-s {
    width: 74px;
    border: 1.5px solid;
    border-image: linear-gradient(0deg, #01863C, #79C589) 10 10;
    padding: 0px 6px;
}
.tabbasecontentlist .list .rightText{
    width: 783px;
    position: relative;
    height: 72px;
} 

.over {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tabbasecontentlist .list .rightText .rightTitle{
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
.tabbasecontentlist .list .rightText .rightTitle:hover{
    text-decoration: none;
    color: #249254;
}
.tabbasecontentlist .list .rightText .rightMsg{
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    position: absolute;
    bottom: -4px;
    left: 0;
}
