ul {
    padding: 0;
}
.liebiao {
	width: 1200px;
	margin: 20px auto;
}
.mbx {
    margin: 0;
    color: #999;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f9f9f9;
}
.mbx a:first-child {
    color: #606266;
}
.mbx a {
    color: #999;
}
.liebiao-lt {
	margin: 0;
    padding-right: 15px;
	display: inline-block;
	width: 66%;
}
.liebiao-lt .lt-main {
	
}
.liebiao-lt .lt-main .list-main {
	border: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}
.list-main .list-icon {
	position: relative;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    padding: 14px;
}
.list-main .list-icon .list-icon1 {
	font-weight: 600;
    position: relative;
    margin-right: 10px;
    padding-left: 18px;
}
.list-main .list-icon .list-icon1 i {
	font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fb814c;
}
.list-main .list-icon .list-icon1 a {
	font-size: 14px;
    color: #999;
}
.list-main .list-icon .list-icon1 time {
	font-size: 14px;
    color: #999;
}
.f-rt {
    float: right;
}
.list-main h2.entry-title {
    margin-top: 10px;
    margin-bottom: 5px;
}
.list-main h2.entry-title a {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}
.list-main .entry-content {
    font-weight: 400;
    line-height: 26px;
    color: #000;
    line-height: 35px;
    margin-bottom: 0;
}
.list-main .entry-content p {
    margin: 10px 0 5px;
}
.liebiao-rt {
	margin: 10px 0;
    padding-left: 30px;
    border-left: 1px solid #E7E7E7;
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.liebiao-rt h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5%;
}
.liebiao-rt h3 span {
    padding-bottom: 6px;
    border-bottom: 2px solid #ea5413;
}
.liebiao-rt li {
    width: 100%;
    color: #777777;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liebiao-rt li a {
    font-size: 14px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    color: #777;
    display: block;
}
.liebiao-rt li a:before {
    content: '>';
    color: #ea5413;
    align-self: center;
    font-weight: 700;
    margin-right: 5px;
}
.liebiao-rt li a:hover {
	color: #ea5413;
}
/* 翻页 */
/*------------------
    分页部分的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;
}
 
@media (max-width: 767px) {
	
	.nav-links a , .nav-links .current {
		font-size: 14px;
	}
	.liebiao {
		width: 94%;
		margin: 20px auto;
	}
	.liebiao-lt {
		padding-right: 0;
		display: block;
		width: 100%;
	}
	.liebiao-lt h2 {
		font-size: 20px;	
	}
	.list-main h2.entry-title a {
		font-size: 20px;
		font-weight: 700;
	}
	.liebiao-rt {
		padding-left: 0;
		border-left: unset;
		display: block;
		width: 100%;
	}
}