.article-main{
    width: 100%;
    min-height: 500px;
    background-color: #f8fafc;
    overflow: hidden;
}

.article-tab{
    width: 100%;
    background-color: inherit;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
	background-color:#fff;
}
.article-tab li{
    float: left;
}
.article-tab li > a{
    display: inline-block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
}
.article-tab li.active > a,.article-tab li:hover > a{
    color: #fff;
}
.article-tab li.active,.article-tab li:hover{
    background-color: #26caac;
}


.article-con{
    margin: 20px 0;
}
.article-left{
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 7px 14px 0 rgba(0,36,100,.08);
    margin-bottom: 20px;
}
.article-group{
    width: 100%;
}
.article-list{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.article-metas{
    overflow: hidden;
}
.article-metas .date{
    height: 45px;
    width: 45px;
    text-align: center;
    color: #98a1a8;
    background-color: #f8fafc;
    border-radius: 50%;
    overflow: hidden;
	background-color: #26caac;
    color: #fff;
}
.article-metas .date .day{
    font-size: 14px;
    margin-top: 4px;
    height: 18px;
    overflow: hidden;
}
.article-metas .date .month{
    font-size: 12px;
    height: 16px;
    overflow: hidden;
}
.article-metas .metas-body{
    padding-left: 60px;
	margin-bottom: 20px;
}
.article-metas .metas-body > p{
    margin: 0;
    height: 18px;
}
.article-metas .metas-body > p > a{
    font-size: 12px;
    color: #26caac;
    text-decoration: none;
}
.article-metas .metas-body > a{
    font-size: 20px;
    color: #555;
    text-decoration: none;
}
.article-metas .metas-body > p > a:hover,.article-metas .metas-body > a:hover{
    color: #26caac;
}

.article-media{
    font-size: 14px;
    color: #999;
    overflow: hidden;
}


.article-media .media-left{
    padding-right: 15px;
    width: 260px;
    float: left;
    vertical-align: top;
}
.article-media .media-left img{
    width: 260px;
    border-radius: 5px;
}

.article-media .media-body{
    padding-left: 10px;
    line-height: 25px;
    word-break: break-all;
    width: 10000px;
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {
    .article-tab li > a{
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .article-metas .metas-body > a{
        font-size: 16px;
    }
    .article-media .media-left{
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .article-media .media-left img{
        width: 100%;
    }
}

.article-details{
    width: 100%;
	line-height: 180%;
	font-size: 14px;
}

.article-right{
    width: 100%;
}

.article-right-con{
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    box-shadow: 0 7px 14px 0 rgba(0,36,100,.08);
    margin-bottom: 20px;
}
.article-right-title{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 13px 0;
    /*color: #777;*/
    color: #333;
    font-size: 15px;
}
.article-right-list{
    padding-top: 12px;
}
.article-right-list li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 4px;
    overflow: hidden;
}
.article-right-list li > span{
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 6px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #26caac;
    color: #26caac;
}
.article-right-list li > a{
    text-decoration: none;
    color: #555;
    font-size: 14px;
}
.article-right-list li > a:hover{
    color: #26caac;
}

.article-label{
    width: 100%;
    padding-top: 12px;
    font-size: 0;
}
.article-label > a{
    display: inline-block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    background-color: #f3f3f3;
    color: #26caac;
    transition: all .3s ease;
    margin: 0 6px 10px 0;
    font-size: 12px;
}
.article-label > a:hover{
    background-color: rgba(38,202,172,1);
    color: #ffffff;
}













