.detail_title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 60px;
}
.detail_date{
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 20px;
    margin-top: 14px;
}
.detail_text{
    padding-top: 40px;
    padding-bottom: 70px;
}
.detail_text img{
    /*width: 100%;*/
    /*margin: 40px 0;*/
}
.detail_text_title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-bottom: 16px;
}
.detail_text_items{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.article{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin-bottom: 150px;
}
.article .article_items{
    cursor: pointer;
}
.article .article_items:hover a{
    color: #1890ff;
}
@media (max-width: 992px) {
    .container{
        max-width: 100%!important;
    }
    .main{
        padding: 0 20px;
    }
    .detail_title{
        font-size: 32px;
        line-height: 56px;
        margin-top: 36px;
    }
    .detail_date{
        font-size: 28px;
        margin-top: 20px;
    }
    .detail_text_title{
        font-size: 30px;
    }
    .detail_text_items{
        font-size: 28px;
        font-weight: 400;
        color: #333333;
        line-height: 56px;
    }
	
	.detail_text{
		font-size: 30px;
	}
	
    .detail_text img{
        width: 100%;
        margin: 30px 0;
        max-height: 375px;
    }
    .article{
        flex-direction: column;
    }
    .article div{
        line-height: 88px;
        height: 88px;
        text-align: left;
        font-size: 30px;
        color: #ddd;
        border: 1px solid #ddd;
        margin-bottom: 20px;
        padding: 0 24px;
    }
   
}