body{
    background: url("../images/body_bg.jpg") 0px -500px no-repeat;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.article-left{
    width:69%;
    float:left;
    border:1px solid #ededed;
}
.article-right{
    width: 28%;
    float: left;
    margin-left: 20px;
}

.main-content h2.article-header span{
    display: inline-block;
    border-bottom: 3px solid #81662e;
}
.main-content h1.article-title{
    text-align: center;
    font-family: "??????";
    font-size: 38px;
    color: #4d4f53;
    letter-spacing: 1px;
    line-height: 54px;
    padding: 0;
    font-weight: 700;
    margin: 25px;
}
.main-content .article-sub-title{
    height: 67px;
    line-height: 16px;
    padding: 24px 0;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    width: 95%;
    background: #fff;
    margin:0 auto;
}
.main-content .article-sub-title .date{
    font-size: 16px;
    color: #888;
}
.main-content .article-main .article-content{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #4d4f53;
    padding: 0 40px 40px 40px;
    overflow: auto;
    width: 100%;
}
.article-content>img{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.attach>p{
    font-weight:700;
    margin-bottom:10px;
}
.attach a{
    font-size: 16px;
    margin-left: 50px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.attach a:hover{
    color:#069;
}

.article-list{

}
.article-list .article-list-title{
    border-bottom: 2px solid #297099;
}
.article-list .article-list-title a{
    font-size: 16px;
}
.article-list .article-list-title a:before{
    width: 18px;
    height: 18px;
    content: " ";
    position: relative;
    top: 3px;
    display: inline-block;
    background-color: #297099;
    margin-right: 8px;
}
.article-list .article-list-content{

}
.location{
    margin: 10px 0 20px 0;
    padding: 0;
}
/*link-list*/
.link-list{

}
.link-list li:before{
    width: 5px;
    height: 5px;
    content: '';
    display: inline-block;
    position: relative;
    top: 14px;
    background-color: #d6845b;
    float: left;
    margin-right: 3px;
'
}
.link-list li{
    width: 100%;
    float: left;
    line-height: 33px;
    border-bottom: 1px solid #ededed;
}
.link-list li a:hover{
    color:#297099;
}
.link-list .link-item{
    display: block;
    width: 96%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.link-list .link-date{
    float:right;
}