﻿/*-----------------------------------------------
说明：文章 样式表
作者：鹰双软件(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{
	list-style-type:none;
}
.article_list .item{
	border-bottom:1px solid #dddddd;
	line-height:20px;
    padding-top:7px;
    padding-bottom:7px;
}
.article_list .item:last-child{
	border-bottom:0px;
}
.article_list .item .title{	
	line-height:22px;
}
.article_list .item .title .highlight{	
	/*font-weight:bold;*/
    color:red;
}
.article_list .item .date{	
	color:#808080;		
}
/* 文章列表（默认样式）.END
-----------------------------------------------*/

/* 成功案例.BEGIN
-----------------------------------------------*/
.caseItem_list{
	background-color:#ffffff;
    border:1px solid #dddddd;
    padding:8px;
    overflow:hidden;
}
.caseItem_list .item{
	border:0px solid #dddddd;
	float:left;
	width:170px;
    height:200px;
    padding:6px;
    overflow:hidden;
}
.caseItem_list .item:first-child{
	margin-left:0px;
}
.caseItem_list .item:hover{
    background-color:#f5f5f5;
}
.caseItem_list .item .itemImage{
	width:170px;
    height:170px;
}
.caseItem_list .item .noImage{
    width:170px;
    height:170px;
    line-height:170px;
    text-align:center;
    border:1px solid #dddddd;
    display:block;
    color:#808080;
    background-color:#f7f7f7;
}
.caseItem_list .item .title{
	border:0px solid #dddddd;
	display:block;
    font-size:13px;
    line-height:25px;
    height:25px;
    overflow:hidden;
    text-align:center;
}
/* 成功案例.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
-----------------------------------------------*/
