.logodw {
    display: flex;
    align-items: center;
    align-content: center;
float: left;}
.logodw a.txtlogo {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
        margin-top: 10px;}
.logodw span {
    margin-left: 18px;
    font-size: 60px;
    color: #fff;
        font-weight: 100;}
.ul-list li {
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;}

.ul-list a {
    display: flex;
    background-color: #f6f0f0;}

.ul-list .con:hover {
    background-color: #064f93;}

.ul-list .pic {
    width: 350px;
    overflow: hidden;
    height: 230px;}

.ul-list .pic img {
    width: 100%;
    display: block;
    transition: .3s;}

.ul-list .con:hover .pic img {
    transform: scale(1.08, 1.08);}

.ul-list .txt {
    flex: 1;
    overflow: hidden;
    padding: 23px 44px 0 30px;}

.ul-list .txt .tit {
    font-size: 20px;
    color: #313134;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 9px;}

.ul-list .con:hover .txt .tit {
    color: #fff;}

.ul-list .txt .desc {
    font-size: 16px;
    color: #797979;
    line-height: 1.75em;
    max-height: 5.25em
    overflow: hidden;
    margin-bottom: 26px;}

.ul-list .con:hover .txt .desc {
    color: #fff;}

.ul-list .txt .date {
    overflow: hidden;}

.ul-list .txt .date span {
    font-size: 16px;
    color: #797979;
    line-height: 1.5em;
    display: block;
    position: relative;
    padding-bottom: 23px;
    width:90px;}

.ul-list .con:hover .date span {
    color: #fff;}

.ul-list .txt .date span::after {
    content: "";
    background-color: #01427e;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: 0;}

.ul-list .con:hover .txt .date span::after {
    background-color: #fff;}





























