@charset "utf-8";

.main {
    background-color: #e7eef7;
    display: flex;
    justify-content: center;
}

.content{
    width: 1200px;
    margin: auto;
    margin-bottom: 40px;
    background-color: #FFF;
}

.banner{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.con-mid {
    width: 1200px;
    background-color: #fff;
    border-top: solid 10px #115db2;
}

.con {
    padding: 0px 20px;
}

.con a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dashed #bcbcbc;
    padding: 20px 0px;
}

.con:hover{
    background-color: #115db2;
}

.con:hover .con-title {
    color: #fff;
}

.con:hover .con-bin {
    color: #fff;
}

.con:hover .con-time {
    color: #fff;
}

.con-left {
    display: flex;
    flex-direction: row;
}

.con-pic img {
    width: 160px;
    height: 100px;
}

.con-main {
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con-title {
    font-size: 24px;
    font-weight: bold;
}

.con-bin {
    font-size: 14px;
    color: #808080;
    height: 60px;
    overflow:hidden;
}

.con-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bcbcbc;
    font-weight: bold;
}

.con-ym {
    font-size: 22px;
}

.con-day {
    font-size: 78px;
    line-height: 64px;
}

.lucidity_pgToolbar {
    border: none !important;
    margin: 0 !important;
    height: 60px !important;
    margin-bottom: 40px !important;
}

@media screen and (max-width:1200px){

    .con-mid {
    width: 100%;
}

}

