@charset "utf-8";
/*-----------------------------------
|	开发时间2021.02.06
|	view_article.css
|	网站文章内容页样式表
--------------------------------------*/
.main{
	width:1200px;
	margin:0 auto;
}
/*------ 内容盒子 ------*/
.box-content{
	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;
}
/* 内容标题板块 */
.content-header{
	text-align: center;
	font-size:12px;
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
	color: #909090;
}
.content-header h1{
	color: #444;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}
.content-header p{
	padding: 7px 0;
}
.content-header i{
	padding-left:10px;
}
.content-header em{
	padding-right:10px;
}
.content-body{
	padding:10px 20px 24px 0;
}
.content-body h1,.content-body h2{
	font-size: 20px;
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    border-left: 10px solid #9d8a6c;
    line-height: 24px;
    font-weight: 600;
    padding-left: 10px;
    margin: 35px 0 15px -18px;
}
.content-body h3,.content-body h4,.content-body h5,.content-body h6{
	font-size: 20px;
	display: block;
	clear: both;
	zoom: 1;
	overflow: hidden;
	line-height: 24px;
	font-weight: 600;
	margin: 35px 0 15px 0;
}
.content-body p,.content-body div{
	font-size:16px;
	color:#666;
	padding:8px 0;
	line-height:24px;
}
.content-body img{
    width: 700px;
    height: auto;
    margin: 0 50px;
}
.content-body a{
    color: #136ec2;
}
.content-tag{
	padding:20px 20px 20px 0;
}
.content-tag a{
	display: block;
    float: left;
    line-height: 32px;
    height: 32px;
    padding: 0 11px;
    background-color: #f9f7f3;
	border:1px solid #fbf4de;
    margin: 0 0 15px 12px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
/*------ 更多内容图片板块 ------*/
.more_list_img{
	margin-top:24px;
	height:220px;
}
.more_list_img ul li{
	display:inline-block;
	width:199px;
	height:148px;
	margin:10px 8px;
}
.more_list_img ul li:nth-of-type(1){
	margin-left:0;
}
.more_list_img ul li:nth-of-type(4){
	margin-right:0;
}
.more_list_img ul li img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.more_list_img ul li p{
	display: block;
	width: 90%;
	height:50px;
	line-height:68px;
	font-size: 14px;
	padding:0 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	top:-52px;
	color: #fff;
	background:url(/2index/static/pc/images/view_img_list_bg.png) repeat;
}
/*------ 更多内容文字板块 ------*/
.more_list_common{
	padding: 30px 20px;
    border: 1px solid #dbdfe2;
    margin-bottom: 40px;
}
.more_list_common ul{
	display:inline-block;
	width:30%;
    margin: 0 12px;
}
.more_list_common ul:nth-of-type(1){
	float:left;
}
.more_list_common ul:nth-of-type(2){
	float:right;
}
.more_list_common ul span{
	display: block;
	border-bottom: 1px solid #83d4ff;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.more_list_common ul span a{
	float: right;
    color: #b2b2b2;
    font-size: 14px;
    margin-top: 3px;
}
.more_list_common ul li{
	line-height: 240%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    position: relative;
}
.more_list_common ul li::before{
	content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #83d4ff;
    position: absolute;
    left: 0;
    top: 14px;
}
.more_list_common ul li a{
	color:#444;
}
/*------ 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;
}