.channel_list{
    padding:20px 40px 40px;
    line-height: 30px;
    color: #5c5c5c;
    background-color: #f7f7f7;
}
.con_news{
    border-bottom: 2px dotted #d0d2d6;
    padding: 20px;
    background: url(/images/li2.png) no-repeat left 30px;
    margin-bottom: 10px;

}
.con_news a{
    color: #333;
    font-size: 18px;
    /* font-weight: bold; */
}
.con_news_date{
    font-size: 16px;
    margin-bottom: 10px;
}
.con_news_tit{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con_news{
    background:none;
    border-bottom:none;
    padding:0 0 0 140px;
    margin-bottom:0;
    position:relative;
}

.con_news_info{
    border-bottom:2px solid #d9d9d9;
    padding:40px 0;
}
.con_news:last-child .con_news_info{
    border-bottom:none;
}
.con_news_tit{
    font-size:22px;
    font-weight:bold;
    margin-bottom:10px;
}
.con_news_txt{
    color:#888686;
    font-size:18px;
    line-height:24px;
    /* text-align: justify; */
}
.con_news_date{
    width:60px;
    height:50px;
    color:#1e3290;
    position:absolute;
    left:15px;
    top:30px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 10px #bbc1db;
    padding:25px 20px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    line-height: 24px;
    z-index:9;
}
.con_news_date span:first-child{
    border-bottom:2px solid #1e3290;
}
.con_news_date .line{
    width:2px;
    height:100%;
    background:#1e3290;
    position:absolute;
    top: 100px;
    left: 51px;
}
.con_news:last-child .con_news_date .line{
    display:none;
}

@media screen and (max-width: 750px) {
    .channel_list{
        padding: 20px 10px;
    }
    .con_news{
        padding: 10px 0 10px 20px!important;
        /* background: url(/images/li2.png) no-repeat left 20px!important; */
    }
    .con_news a{
        font-size: 16px;
    }
    .con_news_date{
        margin-bottom: 0;
        font-size: 14px;
    }
    .con_news_date .line{
        display: none;
    }
    .con_news_info{
        padding: 20px 0;
    }
    .con_news_date{
        width: 60px;
        height: 50px;
        color: #1e3290;
        position: absolute;
        left: 78%;
        top: -8px;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
}