
/*location*/

.location .location-inner {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #F1F1F1;
    color: #2B4D2C;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    font-family: Adobe Heiti Std;
}

/*detail*/

.detail {
    padding: 24px 0;
    border-bottom: 1px solid #ECEAEB;
}

.detail .detail-inner {
    width: 1200px;
    margin: 0 auto;
}

.detail-inner .detail-aside {
    width: 144px;
    height: auto;
    min-height: 800px;
    text-align: center;
    border-right: 1px solid #ECEAEB;
}

.detail-aside .nian, .detail-aside .shijian{
    color: #777777;
    font-size: 18px;
}

.detail-aside .riqi {
    color: #777777;
    font-size: 30px;
    margin: 24px auto;
}

.detail-aside .shijian {
    margin-bottom: 20px;
}

.detail-aside .year, .detail-aside .time{
    color: #777777;
    font-size: 18px;
}

.detail-aside .date {
    color: #777777;
    font-size: 30px;
    margin: 24px auto;
}

.detail-aside .time {
    margin-bottom: 20px;
}

.detail-aside .source, .detail-aside .editor {
    font-size: 14px;
    color: #777777;
}

.detail-aside .editor {
    margin-top: 8px;
}

.detail-aside .font {
    color: #777777;
    margin-top: 56px;
    margin-bottom: 30px;
    font-size: 0;
}

.detail-aside .font span {
    display: inline-block;
    padding: 0 6px;
    font-size: 20px;
}

.detail-aside .font .bigger {
    position: relative;
}

.detail-aside .font .bigger::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #777777;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.detail-aside .share {
    padding: 10px 0;
    font-size: 14px;
}

.detail-aside .share .share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.detail-aside .share .share-item i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    border-radius: 50%;
}

.detail-aside .share .share-item:nth-child(1) i {
    background-image: url(../img/icon-share-wechat.png);
}

.detail-aside .share .share-item:nth-child(2) i {
    background-image: url(../img/icon-share-weibo.png);
}

.detail-aside .share .share-item:nth-child(3) i {
    background-image: url(../img/icon-share-qqzone.png);
}

.detail-aside .share .share-item span {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.detail-aside .code {
    margin: 40px 0;
}

.detail-aside .code img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.detail-aside .code p {
    font-size: 14px;
    text-align: center;
    color: #777777;
}

.detail-inner .detail-con {
    width: calc(100% - 144px);
    padding: 0 50px;
}

.detail-con .article .title {
    font-size: 38px;
    color: #222222;
    text-align: center;
}

.detail-con .article .cover {
    padding: 20px 0;
    display: none;
}

.detail-con .article .cover img {
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 378px;
}

.detail-con .article .cover p {
    text-align: center;
    color: #0C90C1;
    line-height: 36px;
}

.detail-con .article .article-con {
    padding: 10px 0;
    min-height: 640px;
}

.detail-con .article .article-con p {
    text-indent: 2em !important;
    padding: 6px 0;
    font-size: 18px;
    color:#222222;
    line-height: 1.75em !important;
}

.detail-con .recommend {
    padding: 50px 0;
}

.recommend .recom-title {
    position: relative;
}

.recommend .recom-title::after {
    content: '';
    width: calc(100% - 130px);
    height: 1px;
    background: #B5B5B5;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recommend .recom-title .split {
    position: absolute;
    width: 8px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recommend .recom-title .split span {
    display: block;
    width: 100%;
    height: 50%;
}

.recommend .recom-title .split span:first-child {
    background: #0C90C1;
}

.recommend .recom-title .split span:last-child {
    background: #CD2337;
}

.recommend .recom-title h3 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 16px;
}

.recommend .recom-title h3 span:first-child {
    color: #0C90C1;
}

.recommend .recom-title h3 span:last-child {
    color: #CD2337;
}

.recommend .recom-con {
    padding: 30px 0 0;
}

.recommend .recom-con .recom-list {
    width: 50%;
    min-height: 60px;
}

.recommend .recom-con .recom-list:first-child {
    position: relative;
    padding-right: 50px;
    border-right: 1px solid #B5B5B5;
}

/*.recommend .recom-con .recom-list:first-child::after {*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 100px;*/
/*    background: #B5B5B5;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.recommend .recom-con .recom-list:last-child {
    padding-left: 50px;
}

.recommend .recom-con .recom-list li {
    padding-left: 10px;
    position: relative;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recommend .recom-con .recom-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #222222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}