@charset "utf-8";
/* CSS Document */
.tzb_outer_article_box{
    float: left;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 35px 35px 0px;
    margin-bottom: 28px;
}
/*title*/
.tzb_outer_article_title{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.tzb_outer_article_title h3{
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    padding: 20px 0px 6px 0;
    text-align: center;
    margin: 0;
}
.tzb_outer_article_title h4{
   text-align: center;
   font-size: 20px;
   color: #555;
   line-height: 30px;
}
.tzb_outer_article_info{
    width: 100%;
    *width: 1056px;
    margin: 0;
    padding: 20px 0px 10px 0;
    text-align: center;
}
.tzb_outer_article_info li{
    display: inline-block;
    *zoom:1;
    *display: inline;
    padding: 0 20px;
}
.tzb_outer_article_info li span{
	padding:0 10px;
}
/*detail*/
.tzb_outer_article_detail{
    float: left;
    width: 100%;
}
.tzb_outer_article_detail p {
    text-indent: 2em;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #444;
    margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}

.tzb_outer_article_detail p img{
    max-width: 100%;
    max-height: 100%;
}
.tzb_outer_article_detail p span{
	display: block;
	width: 100%;
}
/*内容页附件 css*/
.tzb_outer_article_fujian{
	float: left;
	width: 1056px;
	padding: 10px 30px 35px 30px;
}
.tzb_outer_article_fujian h6{
	float: left;
	line-height: 26px;
	font-size: 16px;
	color: #015293;
}
.tzb_outer_article_fujian ul{
	float: left;
    width:100%;
    margin: 0;
    padding:0;
    border-top: 0;
}
.tzb_outer_article_fujian li{
	float: left;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-top: 10px;
}
.tzb_outer_article_fujian li i{
	font-style: normal;
    float: left;
    width: 790px;
    font-size: 16px;
    line-height: 26px;
    color: #015293;
    text-align: left;
    font-weight: 600;
    padding-left: 34px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tzb_outer_article_fujian li div{
	float: right;
}
.tzb_outer_article_fujian li div span{
	float: left;
	font-size: 16px;
    line-height: 26px;
    background-color: #015293;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    margin-left: 20px;
}
.tzb_outer_article_fujian li div span:hover{
	background-color: #045ca2;
}
