/*-----------------------------------------------
说明：文章 样式表
作者：鹰双软件(http://www.yingssoft.com)
-----------------------------------------------*/

/* 文章分类列表.BEGIN
-----------------------------------------------*/
.articleCategory_list .item {
    height:35px;
    line-height:35px;
    background-image:url(../images/icon_item_flag2.gif);
    background-repeat:no-repeat;
    background-position:10px center;
    border-bottom:1px solid #dddddd;
    padding-left:20px; 
    background-color:#f7f7f7;   
}
.articleCategory_list .item:hover {
    background-color:#ffffff;
}
.articleCategory_list .item:last-child {
    border-bottom:0px;
}
/* 文章分类列表.END
-----------------------------------------------*/

/* 文章列表（默认样式）.BEGIN
-----------------------------------------------*/
.article_list{
	display:grid;
	grid-template-columns:repeat(2, 550px);
	column-gap:100px;
	row-gap:32px;
	width:1200px;
	max-width:100%;
	list-style-type:none;
	padding:0;
	margin:0;
}
.article_list .item{
	width:550px;
	min-height:138px;
	float:none;
	font-size:18px;
	line-height:20px;
	margin:0;
	overflow:hidden;
}
.article_list .item dt{
	width:130px;
	float:left;
	margin-right:20px;
}
.article_list .item dt img{
	width:130px;
	height:130px;
}

.article_list .item dd{
	text-align:left;
	line-height:20px;
	font-size:12px;
	color:#999;
	margin-bottom:10px;
}
.article_list .item dd.item-intro{
	max-height:80px;
	overflow:hidden;
}
.article_list .item:last-child{
	border-bottom:0px;
}
.article_list .item .title{
	font-size:16px;
	line-height:22px;
}
.article_list .item .title .highlight{	
	/*font-weight:bold;*/
    color:red;
}
.article_list .item .date{
	font-size:12px;
	color:#999;		
}
/* 文章列表（默认样式）.END
-----------------------------------------------*/

/* 成功案例.BEGIN
-----------------------------------------------*/
.caseItem_list{
	display:grid;
	grid-template-columns:repeat(5, 210px);
	column-gap:20px;
	row-gap:40px;
	background-color:#ffffff;
    border:0px solid #dddddd;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
.caseItem_list .item{
	border:1px solid #eee;
	float:none;
	width:210px;
    height:270px;
    padding:6px;
    overflow:hidden;
	margin:0;
    box-sizing:border-box;
}
.caseItem_list .item > a{
	display:block;
	color:inherit;
	text-decoration:none;
}
.caseItem_list .item > a:hover .title{
	color:#07c;
}
.caseItem_list .istop-item,
.article_list .istop-item{
	grid-column:1 / -1;
	width:100%;
	height:auto;
	min-height:0;
	border:0;
	padding:0;
}
.caseItem_list .item:hover{
    background-color:#f5f5f5;
}
.caseItem_list .item .itemImage{
	width:210px;
    height:150px;
	display:block;
	object-fit:cover;
}
.caseItem_list .item .noImage{
    width:210px;
    height:150px;
    line-height:170px;
    text-align:center;
    border:1px solid #eee;
    display:block;
    color:#808080;
    background-color:#f7f7f7;
}
.caseItem_list .item .title{
	text-align:center;
	border:0px solid #dddddd;
	padding-top:5px;
	display:block;
    font-size:16px;
    line-height:30px;
    height:30px;
    overflow:hidden;
}
.caseItem_list .item .intro{
	text-align:left;
	width:200px;
	padding:2px 5px 5px 5px;
    font-size:13px;
    line-height:22px;
	color:#999;
	height:60px;
	overflow:hidden;
	display:block;
}
/* 成功案例.END
-----------------------------------------------*/

/* 文章详情.BEGIN
-----------------------------------------------*/
.article_view {  }
.article_view .header {
     border-bottom:1px solid #dddddd;	
}
.article_view .header .title{
	line-height:40px;
	font-size:22px;	
    text-align:center;
    font-weight:normal;
    font-family:微软雅黑;
}
.article_view .header .subTitle{
	line-height:20px;
	font-size:12px;
	padding-right:5px;
	font-weight:normal;
	text-align:right;
    color:#808080;
}
.article_view .header .subTitle a{
     color:#808080;
}
.article_view .articleImage{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.article_view .articleImage img{
	max-width:100%;
    max-height:500px;
    margin:auto;
}
.article_view .content{   
	/*padding-top:5px;*/
	line-height:28px;
	font-size:14px;
    min-height:200px;
}
.article_view .content img{   
	max-width:100%;
}
.article_view .attachment{  
    border:1px solid #dddddd;
    background-color:#f5f5f5;    

	background-image:url(../images/icons/icon_attachment.png);
    background-repeat:no-repeat;
    background-position:5px center;
    background-size:20px 20px;

    padding:10px;
    padding-left:30px;
}
.article_view .actBar {
    margin-top:10px;
    border-top:1px solid #dddddd;
    padding-top:15px;
    padding-bottom:5px;
    text-align:center;
}
.article_view .actBar .btn{
    min-width:100px;
}
/* 文章详情.END
-----------------------------------------------*/
.cooper_cen {text-align:left; color:#222; overflow:auto; margin-bottom:50px;}
.cooper_cen .cooper_cen_l{width:590px; float:left; display:inline-block;}
.cooper_cen .cooper_cen_l h3{font-size:30px; line-height:38px; margin-bottom:15px;}
.cooper_cen .cooper_cen_l p{font-size:14px; line-height:24px; margin-bottom:35px;}
.cooper_cen .cooper_cen_r{width:550px;float:right; display:inline-block;}