.dataTitleP a:hover{
    color: #fff;
}
.dataTitleP.active{
    padding: 10px 20px;
    background: #002c6a;
    color: #fff;
    cursor: pointer;
    margin: 5px 0;
}
.dataBox{
    width: 90%;
    margin: 0 auto;
    padding: 90px 0;
    justify-content: space-between;
}
.dataClass{
    background-color: #ffffff;
	box-shadow: 4px 6px 8px 2px 
		rgba(0, 0, 0, 0.08);
	border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    overflow: hidden;
    
}
.dataClass .dataClassP{
    font-size: 30px;
    padding-bottom: 40px; 
}
.dataClass::after{
    content: "";
    display: inline-block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1961C6;
    border-right: 20px solid transparent;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.dataLi{
    display: flex;
    justify-content:left;
    margin: 10px 0;
  
}
.block{
    width: 12px;
	height: 13px;
	background-color: #1961c6;
	border-radius: 3px;
    margin:10px  10px 0 0;
}

.dataTitle{
    line-height: 30px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dataTitleP{
    font-size: 16px;
    color: #a1a1a1;
}

/* 右边边列表展示 */
.dataRight{
    /*width:80%;*/
}
.dataList{
    width:100%;
	/* background-color: #ffffff;
	border-radius: 5px;
	border: solid 2px #d9d9d9; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.dataInfo{
	border-radius: 5px;
    text-align: center;
    margin-bottom: 50px;
}
.dataImg{
    width: 100%;
    padding: 20px 0;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 2px #d9d9d9;
}
.dataImg img{
    width: 60%;
    height: 145px;
    object-fit: contain;
}
.dataInfoP{
    margin: 10px 0;
}
.dataDowload{
    display: inline-block;
    width: 168px;
	height: 47px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
	background-color: #1961c6;
	border-radius: 5px;
    font-size: 18px;
}