/**
 * @desc index
 * @datetime 2020/05/02
 */
.phl_db{min-height: 10px;width: 100%;display: flex;justify-content: center;margin-top: 30px;}
.phl_db_box{height: 175px;width: 375px;background-color: #fff;margin-right: 27px;}
.phl_box_top{height: 40px;width: 100%;background-color: #5f4ca1;padding: 0px 30px;color: #fff;line-height: 40px;}
.phl_box_bot{height: 135px;width: 100%;padding:30px;height: 28px;line-height: 28px;}
.phl_bot_dl{width: 250px;font-size: 16px;color: #333333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
.phl_bot_dr{width: 55px;font-size: 12px;color: #666666;float: left;margin-left: 10px;}
.phl_box_bot2{margin-top: 30px;}
.phl_box_bot2 a span{display: none;}
.phl_box_bot2 a:hover span{display: block;margin-right: 10px;float: left;}
.phl_box_bot2 a{font-size: 14px;color: #999;text-decoration:none}

.phl_db_box:hover{background-color: #556cf6;}
.phl_db_box:hover dd dl{color: #fff;} 
.phl_db_box:hover dd dl a{color: #fff;} 
.phl_db_box:hover dd dl a span{color: #fff;display: block;margin-right: 10px;float: left;}