﻿
/* CSS Document */
/*==========内容页===========*/

.list_title{
	line-height:40px;
	padding:20px 0;}
.list_title span a{
	color:#333;}	
.list_title span a:hover{color: #0683FF;}		
.archive-q{
	width:1200px;
	margin:0 auto;}
.archive-l{
	width:860px;
	float:left;
	box-shadow: 0 5px 10px 0 #F3F3F3;
	background:#FFF;
                overflow: hidden;
	}
.archive-r{
	width:300px;
	float:right;
	}	
.archive-l h3{
	width:100%;
	text-align:center;
	line-height:50px;}
.archive-time{
	width:820px;
	margin:20px;
	text-align:center;
	}
.archive-time span a{
	color:#333;
	font-size:14px;}	
.archive-time span a:hover{
	color:#0683FF;}	
.entry{
	position: relative;
    margin: 30px;
    font-size: 16px;
    color: var(--theme-black-color);
    line-height: 1.8;}	
.entry p {
    margin-bottom: 20px;
    line-height: 1.8;
   white-space: normal; 
    word-wrap: break-word;
   overflow: hidden;	}
.entry img{
	max-width:750px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;}	
.entry-copyright {
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--theme-light-color);
    border: 1px solid var(--theme-line-color);
    background: hsla(var(--theme-color-hsl),.03);
    border-radius: 4px;
}	
.entry-copyright p{margin: 0 0 10px;}
.ewm-a,.hot-n{
	box-shadow: 0 5px 10px 0 #F3F3F3;
	background:#FFF;
	}
.ewm-a p,.ewm-a span{
	display:block;
	width:100%;
	text-align:center;
	line-height:1.6;}
.ewm-a p{
	font-size:16px;
	color:#000;
	}
.ewm-a span{
	font-size:14px;
	color:#666;
	}	
.profile-posts {
    padding: 20px 15px 0px;
    border-top: 1px dashed var(--theme-line-color);
}	
.profile-new{width:100%;}
.profile-new ul{
	padding:5px 15px;
	}
.profile-new ul li{
	position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
	}
.profile-new ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}	
.profile-new ul li a{
	color:#333;
	}	
.profile-new ul li a:hover{color:#0683FF}			
.widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.widget-title{
	font-size: 14px;
	margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.hot-n{
	width:300px;
	margin:30px 0;
	
	}
.hot-n img{
	max-width:300px;
	border-radius:3px;
	}	
/*======================list=================================*/
.list-title2{
	padding: 20px 20px 0;
    margin-bottom: 0;
	border-bottom: 0;
    font-size: 22px;
    line-height:2;
}
.sec-panel-body {
    padding: 0;
}
.post-loop-default {
    padding: 0 20px;
}
.post-loop-default {
    margin: 0 0 20px;
}
.post-loop-default .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid var(--theme-line-color);
    overflow: hidden;
}
.post-loop-default .item, .post-loop-default .item:hover {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.post-loop-default .item-img {
    position: relative;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
	background-image:url(../image/list-d.png);
	background-size: cover;
	
}

.post-loop-default .item-img, .post-loop-default .item-img:hover {
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;
}
.post-loop-default .item-content {
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.post-loop-default .item-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.post-loop-default .item-excerpt {
    height: 52px;
    margin-bottom: 34px;
    line-height: 1.625;
    color: var(--theme-gray-color);
    font-size: 16px;
}

.post-loop-default .item-excerpt, .post-loop-default .item-title a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.post-loop-default .item-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 20px;
    color: var(--theme-light-color);
    font-size: 12px;
}
.post-loop-default .item-excerpt p {
    margin-bottom: 0;
}
.post-loop-default .item-img .item-img-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.item-img-inner{
	opacity:0;
	}
.post-loop-default .item-category {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    background: rgba(0,0,0,.6);
    border-radius: 3px;
    text-decoration: none;
}
.post-loop-default .item,.post-loop-default .item:hover {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.post-loop-default .item-category:hover {
    background: var(--theme-hover)
}
.post-loop-default .item-meta a:hover,.post-loop-default .item-title a:hover {
    color: #0683FF;
}
.post-loop-default .item-meta .item-meta-li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 24px;
}
.post-loop-default .item-meta .item-meta-right {
    float: right;
}
.post-loop-default .item-meta a {
    color: var(--theme-light-color);
    text-decoration: none;
}
.post-loop-default .item-meta .author {
    margin-right: 15px;
    display: inline-block;
}
.post-loop-default .item-meta a.avatar {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
.post-loop-default .item-meta a {
    color: var(--theme-light-color);
    text-decoration: none;
}
.post-loop-default .item-meta a.avatar img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    border-radius: 50%;
    background: #f5f5f5;
    vertical-align: top;
	
}
.pagination {
    display: block;
    text-align: center;
    padding-left: 0!important;
    margin: 0!important;
}
.item-img-inner:hover img{  transform: scale(1.03);
    transition: all .3s ease-out 0s}