.contitle div {
    float: left;
}
.list-fr {
    float: right;
    width: 78%;
}

.list-fr p span {
    font-size: 20px;
    /* margin: 20px 0; */
    display: block;
}

.container.theme-ct {
    background: #fff;
    padding: 10px;
}
.wt {
    width: 36%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #213047;
    border-right: 1.5px solid #878787;
    margin-right: 10px;
    padding-right: 10px;
}
.list hr {
    border: unset !important;
}
.da {
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.timebox .time {
    float: right !important;
    display: inline-block;
}
.timebox {
    width: 12%;
    font-size: 16px;
    font-weight: 100;
}

.list li{
    padding-left: 5px;
    height: 51px;
    background: url(../images/icon/dian2.jpg) no-repeat 0 14px !important;
}
.list li > a{
    float:unset;
    height: 100%;
    display: inline-block;
    width: 101%;
    line-height: 29px;
}
a:hover{
   color:#213047;
}
@media (max-width: 767px){
    .wt{
        width: 30%;
        padding-right: unset;
        font-size: 13px;
        height: 25px;
        line-height: 24px;
    }
    .jyta1{
    font-size: 14px;
    width: 14%;
    line-height: 25px;
    }
    .list li{
      background: url(../images/icon/dian2.jpg) no-repeat 0 10px !important;
    }
    .da{
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        margin-right: unset;
        width: 31%;
    }
    .list li span{width: 100%;font-size: 10px;}
    .timebox{

    }
    .theme-ct{
        padding-bottom: unset;
    }
}