.conBox{
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 60px;
    position: relative;
    min-height: calc(100vh - 330px);
}
.type1InfoBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.type1InfoBox:hover .type1InfoContents p:nth-of-type(1){
    color: #275ba6;
    text-decoration: underline;
}
.type1InfoBox:nth-last-of-type(1){
    margin-bottom: 0;
}
.type1InfoBox img{
    width: 300px;
    height: 180px;
}
.type1InfoContents{
    flex: 1;
    margin-left: 30px;
    width: 790px;
}
.type1InfoContents p:nth-of-type(1){
    color: #333;
    line-height: 24px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 17px;
}
.type1InfoContents div{
    color: #666;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    margin-bottom: 26px;
}
.type1InfoContents .viewDetail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.type1InfoContents .viewDetail span{
    color: #999;
    font-size: 13px;
}
.type1InfoContents .viewDetail b{
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #0861e2;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 20px;
}
.type1InfoBox:hover .viewDetail b{
    background-color: #2a3ffc;
}
.type2InfoBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px auto;
    border-top: 1px solid #f2f2f2;
    padding: 8px 0px;
}
.type2InfoBox:nth-last-of-type(1){
    margin-bottom: 0;
}
.type2InfoBox:hover .part2ContentsRightCon p{
    color: #275ba6;
    text-decoration: underline;
}
.type2InfoBox .date{
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.type2InfoBox .date span:nth-of-type(1){
    font-size: 30px;
    color: #333;
}
.type2InfoBox .date span:nth-last-of-type(1){
    color: #444;
}
.type2InfoBox>div{
    flex:1;
    margin-left: 10px;
}
.part2ContentsRightCon p{
    font-size: 17px;
    color: #333;
    line-height: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1010px;
}
.part2ContentsRightCon div{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.showMore{
    color: #0861e2;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 1120px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}
.showMore:hover{
    text-decoration: underline;
}
.popMarkTitle{
    height: 60px;
    line-height: 60px;
    background-color: #e7f1fd;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}