/*资讯*/
.theme-rt{
    float: left;
    width: 936px;
    height:auto;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 0 15px;
}
.theme-rt .default{
    margin:40px 0 60px;
    display: none;
}
.theme-rt .themert-tit{
    float: left;
    width: 100%;
    margin:16px 0;
}
.theme-rt .themert-tit .tit-lf{
    float: left;
    line-height: 20px;
}
.theme-rt .themert-tit .tit-lf h4{
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.theme-rt .themert-tit .tit-lf span{
    float: left;
    color: #666;
    font-size: 14px;
}
.theme-rt .themert-tit ul{
    float:right;
}
.theme-rt .themert-tit ul li{
    float: left;
    color: #666;
    font-size: 14px;
    width:auto;
    height:20px;
    line-height: 18px;
    text-align: center;
    padding:0 5px;
    cursor: pointer;
    border-radius: 2px;
}
.theme-rt .themert-tit ul li.line{
    width: 1px;
    height:15px;
    background: #ccc;
    padding: 0;
    margin: 2px 5px;
}
.theme-rt .themert-tit ul li:hover{
    color: #3477ff;
}
.theme-rt .themert-tit ul li.active{
    color: #fff;
    background: #3477ff;
}
.theme-rt .rt-list{
    float: left;
    width: 100%;
}
.theme-rt .rt-list ul{
    float: left;
    width: 100%;
}
.theme-rt .rt-list ul li{
    float: left;
    width: 100%;
    position: relative;
    height:121px;
    margin-top: 6px;
    cursor: pointer;
}
.theme-rt .rt-list ul li.img img{
    float: left;
    width:161px;
    height:121px;
    margin-right: 18px;
}
.theme-rt .rt-list ul li.img .list-lf{
    float: left;
    width: 757px;
    position: relative;
    height:121px;
}
.theme-rt .rt-list ul li .text-tit{
    float: left;
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
}
.theme-rt .rt-list ul li .text-tit h5{
    float: left;
    width: auto;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.theme-rt .rt-list ul li .text-tit samp{
    float: right;
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}
.theme-rt .rt-list ul li .text-tit samp.num{
    font-family: arial;
}
.theme-rt .rt-list ul li p{
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
    word-wrap: break-word;
}
.theme-rt .rt-list ul li p a{
    color: #999;
}
.theme-rt .rt-list ul li dl{
    float: left;
    width: 100%;
    position: absolute;
    bottom:7px;
    left: 0;
}
.theme-rt .rt-list ul li dl dt{
    float: left;
    width: auto;
    height: 22px;
    padding:0 9px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background: #e4e4e4;
    border-radius: 2px;
}
.theme-rt .rt-list ul li dl dd{
    float: left;
    color: #999;
    font-size: 14px;
    margin-left: 19px;
    line-height: 20px;
}
.theme-rt .rt-list ul li:hover{
    background: #d8f3ff;
}
.theme-rt .rt-list ul li:hover .text-tit h5{
    color: #ff4200;
    text-decoration: underline;
}
.theme-rt .rt-list ul li:hover p{
    text-decoration: underline;
}
.theme-rt .rt-list ul li:hover p a{
    color: #ff4200;
}
.theme-rt .rt-list ul li.line{
    border-bottom: 1px dashed #ccc;
    height:0;
    margin: 10px 0 4px;
}

.default-icon.news {
    height: 93px;
    background: url(../../image/studio/default.png) -400px -800px no-repeat;
}