@charset "utf-8";
/*-----------------------------------
|	开发时间2021.02.04
|	list_article.css
|	网站文章型列表样式表
--------------------------------------*/
.main{
	width:1200px;
	margin:0 auto;
}
/*------ main左板块 ------*/
.main_left_box{
	width:860px;
	float:left;
}
/*------ 板块大标题 ------*/
.box_title{
	width:100%;
	padding-top: 6px;
    border-bottom: 1px solid #aaaaaa;
    height: 34px;
}
.box_title h2{
	color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 6px 11px 0;
    border-bottom: 3px solid #d60505;
    display: inline-block;
}
/*------ 子分类 ------*/
.subclass{
	overflow:hidden;
	margin: 0 0 20px -12px;
}
.subclass ul li{
	
}
.subclass ul li a{
	display: block;
    float: left;
    line-height: 32px;
    height: 32px;
    padding: 0 11px;
    background-color: #f9f7f3;
    margin: 0 0 15px 12px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
.subclass ul li a.on,.subclass ul li a:hover{
	color: #7c4400;
    background: #e7e4dd;
    font-weight: bold;
}
/*------ 主列表 ------*/
.main_list{
	
}
.main_list ul li{
	padding: 22px 0;
	border-top: 1px dashed #cac9c9;
}
.main_list ul li:first-child{
	border:0;
}
.main_list ul li img{
	float:left;
	display: block;
	width:280px;
	height:160px;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    background: url(/2index/static/pc/images/erro_list_280_160.png);
	font-size:0;
}
.main_list ul li h3{
	float:right;
	width: 565px;
	height: 28px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main_list ul li h3:hover{color:#d60505}
.main_list ul li .main_list_right{
	float: right;
    width: 565px;
    overflow: hidden;
}
.main_list ul li .main_list_right p{
	display: block;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main_list ul li .main_list_right span{
	display: block;
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    padding: 16px 10px;
    overflow: hidden;
}
.main_list ul li .main_list_right span i:nth-of-type(2){
	padding-left:12px;
	border-left: 1px solid #ededed;
}
.main_list ul li .main_list_right span em{
	padding-right:12px;
}
/*------ 翻页符 ------*/
.pages{
	clear: both;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.pages ul li{
	display:inline-block;
}
.pages ul li a{
	display: inline-block;
    border: 1px solid #ccc;
    color: #999;
    padding: 5px 15px;
    margin: 2px 0;
    line-height: 24px;
    background: #fff;
    color: #999;
}
.pages ul li a.on{
    border: 1px solid #bca774;
    margin: 0 1px;
    background: #bca774;
    color: #fff;
}
/*------ main右板块 ------*/
.main_right_box{
	width:300px;
	float:right;
}
/*------ 类目详细展示板块 ------*/
.show_cate{
	border: 1px solid #ededed;
	position:relative;
}
.show_cate img{
	display:block;
	width:110px;
	height:110px;
	object-fit:cover;
	font-size:0;
	margin:10px 0 0 10px;
	background:url(/2index/static/pc/images/erro_list_110_110.png);
}
.show_cate h2{
	position:absolute;
	top:30px;
	left:160px;
	height: 35px;
    font-size: 20px;
    color: #666;
    font-weight: 600;
    overflow: hidden;
    font-family: Microsoft JhengHei;
    letter-spacing: 2px;
}
.show_cate p{
	width:145px;
	position:absolute;
	top:72px;
	left:138px;
	height: 46px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.show_cate .show_cate_bottom{
	width:278px;
	margin:16px auto;
}
.show_cate a{
	display: inline-block;
    width: 130px;
    height: 30px;
	margin:0 2px;
	font-size:14px;
	color:#333;
    line-height: 30px;
    text-align:center;
    border: 1px solid #ededed;
    position: relative;
}
.show_cate a:nth-of-type(2):hover::after{
	content: attr(data-title);
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
	background:#e7e4dd;;
	text-align:left;
    position: absolute;
    top: -50px;
    left: -30px;
}
/*------ 右板块文字列表 ------*/
.right_list_common{
	margin-top:10px;
}
.right_list_common ul{
	margin-top:20px;
}
.right_list_common ul li{
	overflow: hidden;
    margin: 0 0 14px 0;
}
.right_list_common i{
	display: block;
    float: left;
    width: 18px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    background-color: #cdb99b;
    color: #faf8f5;
    font-size: 14px;
}
.right_list_common a{
	float: right;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    width: 272px;
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*------ 右板块图片列表 ------*/
.right_list_img{}
.right_list_img ul li{
	overflow: hidden;
    margin: 30px 0 0 0;
}
.right_list_img img{
	display: block;
	float:left;
    width: 130px;
    height: 80px;
	font-size:0;
    object-fit: cover;
    background: url(/2index/static/pc/images/erro_list_130_80.png);
}
.right_list_img p{
	float: right;
    width: 160px;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    height: 84px;
    overflow: hidden;
    margin: -2px 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*------ 右板块标签列表 ------*/
.right_list_tag{}
.right_list_tag .right_list_tag_bottom{margin-top:20px;}
.right_list_tag a{
	background-color:#cdb99b;
    color: #faf8f5;
    padding: 6px 14px 8px 14px;
    margin: 0 14px 15px 0;
    float: left;
}