
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.article-crumb {
    margin-top: 20px;
    color: #222;
    line-height: 1
}

.article-crumb span {
    line-height: 1
}

.article-crumb a, .article-crumb span {
    display: inline-block;
    font-size: 14px
}

.article-crumb a {
    color: #386ed3;
    line-height: 14px
}

.article-crumb a:hover {
    color: #f43636
}

.article-crumb .arrowRight {
    font-size: 12px;
    padding: 0 4px;
    color: #386ed3
}


.article {
    width: 1200px;
    margin: 30px auto 0;
}

.article .article-side-left {
    float: left;
    width: 860px;
}

.article-details {
    position: relative;
    padding: 0 57px 16px;
    border: 1px solid #c3d3f2;
    overflow: hidden;
}

.article-details h1 {
    margin-top: 36px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    text-align: center;
}

.article-details .article-info {
    margin-top: 20px;
    height: 40px;
    font-size: 0;
    line-height: 40px;
    text-align: center;
}

.article-details .article-info span {
}

.article-details .article-info span.name {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #386ed3
}

.article-details .article-info span.name:hover {
    color: #f43636
}

.article-details .article-info .source,
.article-details .article-info .time,
.article-details .article-info .type {
    margin-left: 20px;
    font-size: 14px;
    color: #999
}

.article-details .article-info .source a {
    color: #386ed3
}

.article-details .article-info .source a:hover {
    color: #f43636
}


.article-details .article-tools {
}

.article-details .article-info {
}

.article-details .article-ad {
}

.article-details .article-content {
    padding-top: 10px;
}

.article-details .article-content p {
    text-indent: 2.0em;
    white-space: pre-wrap;
    margin: 15px 0;
    font-size: 16px;
    color: #333;
    line-height: 31px;
}
.digg {
    background: url(../images/digg_bg.gif) no-repeat left top;
    width: 62px;
    margin-bottom: 10px;
}
.digg td {
    text-align: center;
    padding-right: 4px;
}
.digg .diggnum {
    height: 38px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.digg .diggit {
    height: 30px;
    line-height: 24px;
}

/*===============推荐阅读 recommend read begin==============================*/

.recommend-read {
    margin-top: 30px;
    width: 100%;
    height: 280px;
}

.recommend-read .recommend-title {
    position: relative;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    padding: 5px 0;
}

.recommend-read .recommend-title:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background-color: #386ed3;
    vertical-align: top
}
.recommend-content{
    width: 100%;
    display: flex;
    gap: 20px;
    overflow: hidden;
}
.recommend-content a{
    flex: 1;
    display: block;
    width: 200px;
}
.recommend-content a img{
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    width: 200px;
    height: 150px;
}
.recommend-content a span{
    display: block;
    height: 48px;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}
.recommend-content a:hover span{
    color: #f43636
}


/*===============推荐阅读 recommend read end==============================*/

/*===============最新文章 new article begin==============================*/

.new-article {
    margin-top: 10px;
}

.new-article .new-article-title {
    position: relative;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    margin-right: 30px;
}

.new-article .new-article-title:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background-color: #386ed3;
    /*background-color: #ddd;*/
    vertical-align: top;
}

.new-article .loading {
    padding: 20px 0 40px;
    font-size: 16px;
    color: #999;
    line-height: 22px;
    text-align: center
}

.new-article .loading img {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.new-article .list-article .article-item {
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}

.new-article .list-article .article-item:after {
    content: "";
    display: table;
    clear: both
}

.new-article .list-article .article-item > a {
    display: block;
    color: #333;
    text-decoration: none
}

.new-article .list-article .article-item .pic {
    float: left;
    width: 165px;
    height: 124px;
    overflow: hidden
}

.new-article .list-article .article-item .pic img {
    width: 100%;
    height: 100%
}

.new-article .list-article .article-item h4 {
    margin-top: 7px;
    margin-left: 185px;
    font-size: 18px;
    color: #333;
    line-height: 1
}

.new-article .list-article .article-item .intro {
    margin-top: 7px;
    margin-left: 185px;
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.new-article .list-article .article-item .date {
    margin-top: 7px;
    margin-left: 185px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

/*===============最新文章 new article end================================*/



