   /* 跟首页样式冲突的处理 */
        .btn{
            font-size:inherit !important;
            margin: 0 !important;
            margin-top:-1px !important;
        }
        /* 登录补充样式 begin */
        .v-login-text span {
            display: inline-block;
            width: 40px;
            overflow: hidden;
            height: 20px;
            vertical-align: middle;
        }
        .v-login .v-login-text img {
            width: 14px;
            height: 14px;
        }
        .hover_default:hover{
            cursor: default !important;
        }
        .hover_default>span :hover{
            cursor: default !important;
        }
        /* 登录补充样式 end */
        
.loglist li.con {
    position: relative;
    /* margin: 0 0 15px; */
    /* border: 1px #e5e5e5 solid; */
    /* background: #FFF; */
    padding: 10px 10px;
    clear: both;
    overflow: hidden;
    transition: all .4s linear;
}
.loglist li.con:hover {
	border: 1px #FE6D4B solid;
}
.loglist li.con .info {
	float: left;
	width: 140px;
	line-height: 30px;
	margin-right: 20px;
	color: #999;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei";
	border-right: 1px #e5e5e5 dotted;
	overflow: hidden;
	height: 30px;
}
.loglist li.con .info span:not(.sn) a {
	color: #999
}
.loglist li.con .info .sn a {
	display: block;
	margin: 0 0 15px;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	background: #fff
}
.loglist li.con .info .sn a:hover {
	background: #fff
}
.loglist li.con .info .pi span em {
	display: none
}
.loglist li.con .info i.fa {
	margin: 0 5px 0 12px
}
.loglist li.con .des .h2 {
	font-weight: normal;
	padding: 0 0 15px;
	display: block
}
.loglist li.con .des i.fa {
	margin-right: 6px;
	font-size: 1.2em
}
.loglist li.con .des .h2 {
	font-size: 18px;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
    line-height: 22px;
}
.loglist li.con .des .h2:hover {
	padding-left: 10px;
}
.loglist li.con .des .pic {
	display: block;
	float: left;
	width: 25%;
	height: 100px;
	margin-right: 10px;
	overflow: hidden
}
.loglist li.con .des img {
    max-width: 100%;
    max-height: 100%;
}
.loglist li.con .des .text {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.loglist li.con .des .tags {
	clear: both;
	padding: 10px 0 0;
}
.tags a {
	display: inline-block;
	margin: 0 3px 5px 0;
	font-size: 12px;
	border: 1px #ddd solid;
	border-radius: 12px;
	padding: 3px 8px;
	background-image: linear-gradient(#fff, #F6F6F6);
}
.loglist li.con .more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #d2d2d2;
}
.loglist li.con .more i {
	color: #fff;
	margin-left: 8px
}
.loglist li.con:hover .more {
	background: #FE6D4B
}
.loglist li.con .more:hover {
	width: 150px;
}

span.s-time {
    float: left;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

    .pic-txt-list .item .txt .s-tit {
        font-size: 18px;
    }
    .pic-txt-list .item .txt .p-des .a-des {
        color: #999999;
    }
    .one-row{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .topic-flag {
        width:4%;
        color: #FF6600;
        font-weight: 700;
        font-size: 14px;
    }
    .pic-list-250-140 li .pic {
        position: relative;
    }
    .pic-list-250-140 li .pic img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        min-height: 100%;
        height: auto;
    }
    .pic-list-250-140 li:hover .pic img {
        zoom: 1;
        -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        top: 50%;
        transform: translateY(-50%) scale(1.05, 1.05);
        min-height: 100%;
    }