.container{
    position: relative;
}
/* .content-left{
    float:left;
    width: 755px;
}
.content-right{
    float:right;
    width: 324px;
    height: auto;
    min-height: 1060px;
    background-color: #f7f7f7;
    border-left:1px solid rgba(204, 204, 204, 0.8);
} */
.content-body{
    min-height: 500px;
}

.article-title{
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
	color: #333333;
}
.article-date{
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top:10px;
    padding-bottom:20px;
    margin-bottom:50px;
    border-bottom:1px solid #ccc;
}
.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 auto;
     
    
}
.artical-img img{
    width: 100%;
    height: 100%;
}
.content-footer{
    padding-bottom:40px;
}
.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 a{
    color:#999;
}
.party-cn>li:hover a,.party-cn>li:hover{
    color: #0571ba;
}