﻿.thread-box {
    padding: 20px 0 20px;
    border-bottom: 1px solid #DCDCDC;
    float: left;
    width: 100%;
}
.thread-con {
    float:left;
    height:100%;
}
.cc {
    zoom: 1;
}
.thread-con .thread-left {
    min-width: 300px;
    float: left;
    position: relative;
    height: 190px;
    overflow: hidden;
}
.thread-con .thread-left img {
    display: block;
    width:100%;
    height:100%;
}
.thread-C .thread-right {
    overflow: hidden;
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}
.thread-con .thread-right {
    font-size: 14px;
    float: left;
    margin-left:20px;
}
.thread-h3 {
    font-family: "微软雅黑";
    font-size: 20px;
    position: relative;
    line-height: 28px;
    min-height:28px;
    overflow: hidden;
    height:15%;
    font-weight: normal;
    font-weight:600;
}
.thread-con .thread-right a:hover {
    color: #E50013;
    text-decoration:none;
}
.thread-h3 a {
    color: #333333;
    text-decoration:none;
}
.thread-C .thread-right p.thread-text {
    min-height: 80px;
    height:55%;
    overflow: hidden;
    font-size: 15px;
    line-height:28px;
    margin-top: 3%;
    margin-bottom:2%;
    color: #888888;
}
.thread-C .thread-msg {
    position: relative;
    width:100%;
    min-height:40px;
    bottom: 0px;
    left: 0;
    color: #bbb;
}
.thread-author {
    font-size: 13px;
    top: 0px;
    font-weight: normal;
    float:left;
}
.thread-msg div {
    color: #bbb;
    font-style:normal;
    padding-top:8px;
    padding-left:5px;
    float:left;
}
.thread-count {
    position: absolute;
    right: 0;
    top: 0px;
    color: #bbb;
}
.thread-count span.reply_num {
    background-position: left -28px;
}
.thread-count span, .ht_tag {
    margin-right: 15px;
    background: url(../images/ico.png) no-repeat;
    padding-left: 18px;
}
.thread-count span {
    float: right; margin-top:8px;
}
.thread-count span.see_num {
    background-position: left 6px;
}
.thread-count i {
    font-style:normal;
    float:right; 
    color: #bbb;
    padding:8px;
}
.thread-count i a{
      color:#bbb;
}
.dvzxtitle {
    float:left;
    width:100%;   
    margin-top:0px;
    font-size:28px;
    line-height:50px;
   
}
.dvzxtitle ul {
    float:left;
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: 100%; /* 宽度根据元素内容调整 */ border-bottom:solid 2px #dcdcdc; 
    
}
.dvzxtitle ul li {    
     float:left;    
     text-align:center;
     margin-right:7.6%;
}
.dvzxtitle ul li a {
    padding:0px 15px 6px 15px;
}
.dvzxtitle ul li a:hover {
     color:inherit;
     text-decoration:none;
}
.dvzxtitle ul li a:focus {    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
    color: #E50013; /* 文字颜色 */
}
.dvzxactive {    
    text-decoration: none; /* 不显示超链接下划线 */
    color: #E50013; /* 文字颜色 */
    border-bottom: solid 3px #E50013; /* 边框 */ 
}