/*列表页*/

.page-header {
    margin-top: 0;
}
.page-header h2 {
    margin-top: 0;
}
.list-main {
	background: #f4f7fa;
	padding: 20px 0;
}
.post-list {
	width: 66%;
	display: inline-block;
}
.post-list article {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(58 62 81 / 10%);
    border-radius: 4px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4%;
    margin-bottom: 20px;
}
.list-post-entry-meta {
    position: relative;
    bottom: -1px;
    left: 0;
	width: 100%;
    border-bottom: 1px solid #E6E7FB;
    padding: 0 5px 10px;
    margin: 0 auto;
}
.post-author {
    position: relative;
    margin-right: 10px;
}
.post-author i {
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fb814c;
}

.posted-in {
    color: #676767;
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
}
.posted-in i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #fb814c;
}
.list-post-entry-meta a {
    color: #6b6b6b;
}
.ft {
    float: right;
}
.post-list h2.entry-title {
	margin: 20px auto ;
}
.post-list h2.entry-title a {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
	font-weight: normal;
}
.post-list h2.entry-title a:hover {
	color: #ea5413;
	text-decoration: none;
}

.post-list article .entry-content p {
    margin: 10px 0 5px;
	line-height: 25px;
}

/* 翻页 */
/*------------------
    分页部分的CSS
------------------*/
.nav-links{    
    line-height: 25px;
	text-align: center;
    padding: 2px 5px;
    margin: 20px 4px;
}
 
.nav-links a{
    padding:4px 10px;
    margin:0 2px 0 2px;
    text-decoration:none;
    color:#333;
}
 
.nav-links  .current{    
    background:#ff6f3d;    
    color:#fff;
	border:1px solid #ff6f3d;
	padding:4px 10px;
    margin:0 2px 0 2px;
    text-decoration:none;
	font-weight: 700;
}
 
.nav-links a:hover{
    background:#ff6f3d;
    color:#fff;
}
 
.sidebar-new {
    margin: 0;
    padding-left: 30px;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.sidebar-new h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5%;
}
.sidebar-new h3 span {
    padding-bottom: 6px;
    border-bottom: 2px solid #ea5413;
}
.sidebar-new li {
    width: 100%;
    color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0 10px;
}
.sidebar-new li a {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #383838;
    display: block;
}
.sidebar-new li a:hover {
	color: #ea5413;
}
.icon-circle-slelected:before {
	font-size: 12px;
	color: #ea5413;
	margin-right: 3px;
}
.rt-tj {
    border-radius: 2px;
    background: #fff;
    margin-bottom: 20px;
	padding: 10px;
}
.rt-tj .tj-bq {
	padding: 20px 10px;
}
.rt-tj .scroller {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 390px;
    padding-right: 10px;
}
.rt-tj .scroller::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.rt-tj .scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.1);
    background: rgba(9,9,9,0.2);
}
.rt-tj .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.2);
    border-radius: 0;
    background: rgba(9,9,9,0.1);

}
.rt-tj .tj-bq li {
    padding: 0;
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.rt-tj .tj-bq li a {
    padding: 1px 6px;
    border-radius: 5px;
    border: 1px solid #ea5413;
    margin-right: 10px;
}
.rt-tj .tj-bq li a:hover {
	border: 1px solid #ffdaca;
}
.tags {
	width: 100%;
	margin-top: 20px;
}
.tags ul {
	width: 100%
}
.tags ul li {
	display: inline-block;
}
.tags ul li a {
	padding: 3px 10px;
	margin-right: 10px;
	border: 1px solid #c6c6c6;
	color: #555;
	border-radius: 6px;
	font-size: 14px;
}
.tags ul li a:hover {
	background: #ea5413;
	color: #fff;
}
@media (max-width: 767px) {
	.post-list {
		width: 100%;
		padding: 15px;
	}
	.blog-post-wrap .list-post-entry-meta {
		margin: 0;
		padding: 14px;
	}
	.post-author {
		font-size: 14px;
		padding-left: 14px;
		float: none;
	}
	.post-author i {
		font-size: 10px;
		line-height: 20px;
	}
	.posted-in {
		font-size: 14px;
		padding-left: 14px;
		float: none;
	}
	.posted-in i {
		line-height: 20px;
		font-size: 10px;
	}

	.post-list h2.entry-title a {
		font-size: 16px;
	}
	.entry-header .colored-line-left {
		float: unset;
	}
	.sidebar-new {
		padding: 15px;
		width: 100%;
	}
	.list-post-entry-meta a {
		font-size: 14px;
		font-weight: normal;
	}
	.post-list h2.entry-title {
		font-weight: 700;
	}
	.entry-content, .entry-content p, .entry-content span {
		font-size: 14px;
		line-height: 25px;
	}
	.nav-links a , .nav-links .current {
		font-size: 14px;
	}
}