a{
    color:#999;
}
.container{
    position: relative;
}
.content-left{
    float:left;
    width: 755px;
}
.content-right{
    float:right;
    width: 324px;
    height: auto;
    min-height:700px;
    background-color: #f7f7f7;
    border-left:1px solid rgba(204, 204, 204, 0.8);
}
/* .content-header{
    position: relative;
    color: #999999;
    height:45px;
    line-height: 45px;
}
.content-header>span{
    display: block !important;
    float: left !important;
    padding-right:10px;
}
.breadcrumb>li{
    display: inline;
} */
/* .breadcrumb>li::after{
    padding: 0 2px;
    content: ">\00a0";
}
.breadcrumb>li:last-child::after{
    content: "";
} */
.content-body{
    min-height:500px;
}

.article-title{
    text-align: center;
    font-size: 18px;
	color: #333333;
}
.article-date{
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding:10px 0;
}
.article-date span{
    display: inline-block;
    padding-right: 30px;
}
.article-date span:last-child{
    padding-right: 0;
}
.artical-cn p{
    text-indent: 2em;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.artical-img{
    width: 655px;
    height: 408px;
    margin:30px 50px; 
}
.artical-img img{
    width: 100%;
    height: 100%;
}
.content-footer{
    padding-bottom:30px;
}
.content-footer a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0571ba;
}
.party{
    width:290px;
    margin:20px 17px; 
}
.party:first-child{
    margin-top:40px;
}
.party-title{
    font-size: 16px;
	line-height: 30px;
    color: #333333;
    padding-bottom:4px;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.party-cn{
    margin-left:25px;
}
.party-cn>li{
    list-style: disc !important;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.party-cn>li:hover a,.party-cn>li:hover{
    color: #0571ba;
}