@charset "UTF-8";

.cont{
    margin-bottom: 20px;
    margin-top: 40px;
}

.cont .i-cont{
    width: 1035px;
    margin: 0 auto;
}

/* 地址栏 */
.i-cont .address{
    line-height: 30px;
}

.address p{
    color: #006911;
}

.address p span{
    color: #8c8c8c;
}

.address p i{
    font-size: 12px;
    margin: 0 5px;
}

/* 文章 */
.i-cont .left-cont{
    float: left;
/*     width: 73%; */
	width: 100%;
    background: #fefefe;
}

.left-cont .article{
    position: relative;
    min-height: 700px;
    padding: 5% 10% 90px 10%;
}

.article h2{
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #c2c2c2;
}

.article .a-nav{
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 30px;
    text-align: center;
    color: #bababa;
}

.a-nav .icon + .icon, .people, .time{
    margin-right: 15px;
}

.a-nav .icon{
    cursor: pointer;
}

.a-nav .icon:hover{
    color: #006911;
}

.a-nav .icon img{
    margin-right: 5px;
}

.article .a-detail{
/* 	不设置文本样式，确保与预览效果一致 */
/*     color: #000; */
/*     font-size: 16px; */
/*     line-height: 24px; */
}

.a-detail a{
    color: #0000ee;
}

.article .a-switch{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
    box-sizing: border-box;
    padding: 20px;
    line-height: 24px;
    border-top: 1px solid #c2c2c2;
}

.a-detail p img{
	max-width: 100%;
}

.a-switch p a{
    color: #242424;
}

.a-switch p a:hover{
    color: #006911;
}

/* 文章排行列表 */
.i-cont .right-list{
    float: right;
    width: 25%;
    box-sizing: border-box;
    background: #fefefe;
}

.right-list .list-title{
    line-height: 50px;
    padding: 0 20px;
    color: #fefefe;
    font-size: 20px;
    font-weight: 600;
    background: url("../images/left-nav.png") no-repeat;
    background-size: cover;
}

.right-list ul.article-list{
    font-size: 16px;
    padding-left: 5px;
}

.article-list li{
    line-height: 30px;
    width: 90%;
}

.article-list li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #838383;
    display: inline-block;
    vertical-align: middle;
	margin-right: 9px;
	margin-left: 10px;
}

.article-list li:nth-of-type(1):before,
.article-list li:nth-of-type(2):before,
.article-list li:nth-of-type(3):before{
    content: '';
    width: 14px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

.article-list li:nth-of-type(1):before{
    background: url("../images/1.png");
}

.article-list li:nth-of-type(2):before{
    background: url("../images/2.png");
}

.article-list li:nth-of-type(3):before{
    background: url("../images/3.png");
}

.article-list li a{
    color: #838383;
	letter-spacing: 1px;
}

.article-list li a:hover{
    color: #006911;
}