﻿

#path{height: 25px;
line-height: 23px;
color: #666666;
font-size: 14px;
margin-top: 15px;
border-bottom: 1px solid #296cd1;
padding-bottom: 4px;}
#path a {color:#666666}

#path span.txt_tle{position:relative;top:6px; display:inline-block; max-width:445px;word-break:keep-all; white-space:nowrap; overflow-x:hidden;text-overflow:ellipsis;}

#article_detail
{
text-align: left;
}

/*文章标题*/
#article_detail h1
{
font-weight: normal;
font-size: 22px;
text-align: center;
padding-top: 16px;
margin-bottom: 16px;
color: #193b5f;
background: none;
border: 0;
}

/*#article_detail a:link{color:#016A9F;text-decoration:none;}
#article_detail a:visited{color:#016A9F;text-decoration:none;}
#article_detail a:hover{color:#016A9F;text-decoration:underline;}*/

/*文章更新时间*/
#article_detail .modified_date
{
	font-size:12px;
	color:#004499;
	width:100%;
	text-align:center;
	margin-bottom:8px;
}

#article_detail .article_content
{
    width:900px;
   
}
.board {
text-align: left;
margin-top: 15px;
border: solid 1px #296cd1;
font-size: 14px;
margin-bottom: 15px;
}
.board h2 {
    border-bottom: solid 1px #296cd1;
    color: #193b5f;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: bolder;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    text-indent: 10px;
}
.board ul {
    color: #788062;
    line-height: 130%;
    font-size: 14px;
    list-style-type: none;
    margin-top: 6px;
    margin-left: 12px;
    padding-right: 4px;
    width: 250px;
    padding-left: 0;
    padding-bottom: 8px;
}
.board ul li {
    padding-left: 15px;
    background-image: url("/images/home/dot4.gif");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
}
a:link {
    color: #193b5f;
    text-decoration: none;
}

#article_detail .article_content h2
{
    font-size:14px;
    margin-top:16px;
    
}

#article_detail .article_content p
{
/*font-size: 14px;
line-height: 180%;
text-indent: 30px;
margin-top: 16px;
margin-bottom: 15px;   */
}

#article_detail #line
{
width: 900px;
height: 1px;
border-bottom: solid 1px #296cd1;
margin-bottom: 8px;
}


/* 相关阅读 */
#relate-article {margin-top:20px; border-top:dashed #cccccc 1px;border-bottom:dashed #cccccc 1px;margin-left:6px;padding-top:8px;padding-bottom:16px;padding-left:6px;font-size:14px;}
#relate-article ul {padding-left:10px;padding-top:8px;}
#relate-article ul li {padding-top:5px;}
#relate-article ul li a{font-size:14px; color:#003399}

/*上下一篇文章*/
.pre_next{text-align:right;font-size:12px;border-top-style:solid;border-top-color:rgb(170, 204, 238);border-top-width:1px;padding-top:6px;margin-top:8px;}