.advlist{
margin: 10px 0px 5px 0
}
#advTm a{
text-decoration:none;
}
#advTm ul{
 margin-top: 5px;
}
#advTm{
 padding: 10px 5px 10px 5px;
 background-color: #ecedf2;
}
.solid_div{
  height: 600px;
  width: 210px;
  overflow: hidden;
  position: relative;
}
.flex_div{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 210px;
}
#advTm .imga {
    text-align: center;
    height: 125px;
    line-height: 125px;
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    background-color:#ffffff;
}
#advTm ul li img {
    max-width: 180px;
    max-height: 125px;
}

#advTm .omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block!important;
    height: 20px;
    cursor: pointer;
}
#advTm ul li .div-tet {
    background-color: #fafafa;
    padding:0 15px;
}
#advTm .sh4 {
    font-weight: bold;
    color: #111;
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#advTm ul li .div-tet h3 {
    font-size: 16px;
    color: #ff3f3f;
    font-weight: inherit;
}
#advTm .s-pr {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}
#advTm .s-pr:hover {
    color: #00c1df!important;
}

#advTm ul li .div-tet span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    padding-top: 2px;
}
#advTm ul li .div-tet .a {
    float: right;
    border: solid 1px #ff3f3f;
    color: #ff3f3f;
    padding: 2px 13px;
    line-height: 14px;
}
#advTm .font_re{
   text-align: center;
}
#advTm .track-tit h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #ecedf2;
    padding: 0 10px;
}
#advTm .track-tit span {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 7px;
    height: 1px;
    background: #dad1d1;
    width: 170px;
}
#advTm .track-tit {
    position: relative;
    line-height: 14px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.track-more {
    padding-top: 10px;
    text-align: center;
    background-color: #f5f5f7;
    margin-top: 2px;
    min-height: auto!important;
}
.track-more .sprite-down,.sprite-up ,.sprite_h_up,.sprite_h_down{
    background-position: -28px 0;
    width: 28px;
    height: 15px;
    background-image: url(/images/bk__sprite.png)
}
.track-more a {
    display: inline-block;
    margin: 0 10px;
    text-indent: -9999px;
    overflow: hidden;
}
.track-more .sprite-down{
    background-position: 0 0;
}
.track-more .sprite-up:HOVER {
	 background-image: url(/images/bk__sprite_h.png)
}
.track-more .sprite-down:HOVER {
	background-image: url(/images/bk__sprite_h.png)
}
.sprite_h_up{
  background-position: -28px 0;
}
.sprite_h_down{
   background-position: 0 0;
}