.dc-tab{
    text-align: center;
    padding: 50px 0;
}
.dc-tab-item{
    display: block;
    width: 260px;
	height: 70px;
	border-radius: 10px;
    border: solid 1px #353535;
    color: #363636;
    font-size: 24px;
    line-height: 70px;
    margin: 0 auto;
}
.dc-tab-item.dc-tab-active{
    background-color: #0085d0;
    border: solid 1px #0085d0;
    color: #ffffff;
}
/* 咨询列表 */
.dc-item-left{
    position: relative;
    padding-left: 130px;
}

.dc-item{
    margin: 20px 0;
}
.dc-item-time{
    position: absolute;
    left: 0;
    top: 0;
}
.dc-item-day{
    font-size: 40px;
    width: 70px;
    text-align: center;
}
.dc-item-month{
    color: #999999;
    font-size: 18px;
    width: 70px;
    text-align: center;
}
.dc-item-line{
    position: absolute;
    width: 19px;
	height: 6px;
    background-color: #0e80d7;
    left: 70px;
    top: 10px;
}
.dc-item-img{
    width: 200px;
    height: 200px;
}
.dc-item-title{
    font-size: 24px;
    color: #222222;
}
.dc-item-introduce{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    color: #000;
}
.dc-item-link{
    line-height: 32px;
}
.dc-item-footer{
    margin-top: 28px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 12px;
    color: #4c4c4c;
}
.dc-item-t:hover{
    background-color: #f5f5f5;
}
.dc-item-t:hover .dc-item-title{
    color: #0e80d7;
}
.dc-article{
    background-color: #f6f6f6;
    padding: 66px 0;
}
.dc-card{
    background-color: #ffffff;
    padding: 50px 85px;
    margin: 20px 0;
    height: 90%;
}
.dc-card-title{
    font-size: 24px;
    line-height: 48px;
}
.dc-card-item a{
    color: #141414;
    line-height: 48px;
}
.dc-card-ul{
    display: flex;
    flex-wrap: wrap;
}
.dc-card-li{
    padding: 20px 0px;
    width: 120px;
}
.dc-card-li a{
    color: #141414;
}
.dc-article-title{
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    color: #222222;
}
.dc-article-subtitle{
    background-color: #f5f5fa;
    color: #999999;
    padding: 10px 10px;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}
.dc-article-subtitle li{
    padding: 0 10px;
}
.dc-article-content{
    line-height: 30px;
    padding: 30px 0;
}
.dc-article-content img{
    margin: 10px 0;
}
.dc-article-fenye{
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    padding: 30px 0;
}
.dc-article-fenye p{
    padding: 5px 0;
}
.dc-article-fenye a{
    color: #666666;
}
.dc-article-shengming{
    position: relative;
    padding: 30px 0 30px 50px;
    color: #666666;
}
.dc-article-h{
    position: absolute;
    left: 0;
}
.dc-article-tj{
    color: #222222;
    font-size: 26px;
}

.df-item-card{
    width: 161px;
	height: 160px;
    background-color: #0e80d7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.df-item-title{
    font-size: 24px;
    padding: 0 10px;
}
.df-item-txt{
    font-size: 16px;
    padding: 0 10px;
    margin-top: 10px;
}
.df-item .df-item-card{
    margin-bottom: 10px;
}
.df-item .df-item-card a{
    color: #fff;
}
.dc-banner{
    position: relative;
}
.dd-banner-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dd-banner-wrapper .dd-banner-title{
    font-size: 48px;
    color: #ffffff;
    padding-right: 150px;
    text-align: right;
}
.dd-banner-wrapper .dd-banner-txt{
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
}