@charset "utf-8";

.stra_list {
    border: 1px solid #e9e9e9;
}

.stra_list ul li {
    overflow: hidden;
}

.stra_list ul li a {
    display: block;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e0e7eb;
    overflow: hidden;
    zoom: 1;
}

.stra_list li:last-of-type a {
    border-bottom: 0;
}

.stra_list li .img {
    float: left;
    width: 204px;
    height: 120px;
    margin-right: 20px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efefef;
    overflow: hidden;
}

.stra_list li .info {
    height: 120px;
    overflow: hidden;
}

.stra_list ul li strong {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap
}

.stra_list li .time {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
}

.stra_list li .time span {
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap
}

.stra_list .time span:nth-child(1) {
    float: left;
}

.stra_list .time span:nth-child(2) {
    float: right;
    color: #bdbdbd;
}

.stra_list .time span:nth-child(1) i {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-position: -650px -12px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.stra_list .time span:nth-child(2) i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-position: -675px -14px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.stra_list li .txt {
    display: block;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    margin-top: 3px;
}

.stra_list li:hover {
    background-color: #fff7f3;
}

.stra_list li:hover a {
    border-color: #fff7f3;
}

.stra_list li:hover strong {
    color: #ff7800;
}

.stra_list li img:hover {
    opacity: 0.9;
}

.stra_hot {
    padding: 20px 20px 13px;
}

.stra_hot ul {
    padding-top: 8px;
}

.stra_hot li a {
    display: block;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.stra_hot li img {
    width: 120px;
    height: 67px;
    float: left;
    margin-right: 12px;
    display: block;
    border-radius: 5px;
}

.stra_hot li .info {
    width: 180px;
    float: left;
}

.stra_hot li p {
    display: block;
    height: 46px;
    line-height: 22px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
}

.stra_hot li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #bdbdbd;
    overflow: hidden;
}

.stra_hot li:hover p {
    color: #ff7800;
}

.stra_hot li img:hover {
    opacity: 0.9;
}