.article-d .container,.article-item .container{
    max-width: 1290px;
}
.article-list{
    border-bottom: 1px dotted #BEAD80;
}
.article-list .item {
    width: 100%;
    border-top: 1px dotted #BEAD80;
}
.article-list .item a {
    display: block;
    position: relative;
    padding:80px 20px 80px 130px; 
}
.article-list .item a:before{
    content: '';
    display: block;
    height: 120px;
    width: 1px;
    background: #CCCCCC;
    position: absolute;
    left: 110px;
    top: 65px;
}
.article-list .item .date{
    font-size: 12px;
    color: #000000;
    width: 64px;
    display: block;
    position: absolute;
    left:20px;
    text-align: center;
}
.article-list .item .date .day{
    font-size: 35px;
    text-align: center;
}
.article-list .item .pic {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -95px;
	margin-right: 20px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    border-radius: 190px;
    background: rgb(36, 173, 196);
    width: 190px;
    height: 190px;
}
.article-list .item .title{
    font-size: 20px;
    color: #000000;
}
.article-list .item .description{
    font-size: 14px;
    color: #888888;
    margin-top: 6px;
}
.article-list .item .pic img{
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    border-radius: 190px;
    display: block;
    overflow: hidden;
    width: 190px;
    height: 190px;
    position: absolute;
    top: -5px;
    left: -5px;
}
.article-list .item :hover{
    background: #EEEEEE;
}
.article-list .item :hover .title{
    color: #02219E;
}
.article-list .item :hover .pic{
    background: rgb(36, 173, 196);
}
.article-header{
    padding: 39px 15px;
    position: relative;
    padding-left:135px;
    border-top: 1px dotted #BEAD80;
    border-bottom: 1px dotted #BEAD80;
    margin-bottom: 36px;
}
.article-header:before{
    content: '';
    display: block;
    width: 1px;
    height: 76px;
    background: #CCCCCC;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 110px;
}
.article-header .date{
    display: block;
    font-size: 12px;
    width: 65px;
    position: absolute;
    text-align: center;
    left: 18px;
    top: 50%;
    margin-top: -41px;
}
.article-header .date .day{
    font-size: 35px;
    color: #000000;
    text-align: center;
}
.article-header .title{
    font-size: 20px;
    color: #000000;
	line-height: 30px;
}
@media screen and (max-width: 1130px) {
    .article-list .item a:before{
        display: none;
    }
    .article-list .item{
        width: 100%;
        display: block;
        float: left;
        padding:15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
         box-sizing: border-box;
        margin: 0 1%;
        margin-bottom: 18px;
    }
    .article-list .item a{
       
        padding: 5px 15px 15px 15px;
        
    }
    .article-list .item .pic{
        position: relative;
        max-width: 190px;
        max-height: 190px;
        margin: 0 auto;
    }
    .article-list .item .date{
        position: static;
        margin: 0 auto;
        margin-top: 18px;
    }
    .article-header{
        padding: 0 15px;
    }
    .article-header:before{
        display: none;
    }
    .article-header .date{
        position:static;
        margin: 12px auto;
		text-align: center;
    }
    .article-header .title{
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 600px) {
    .article-list .item{
        width: 100%;
    }
}