body{
	background: #fff
}
.ejybanner{
    text-align: center;
    overflow: hidden;
}
/* 面包屑-当前位置 */
.twolist_box1{
    width: 100%;
    padding:0 25px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    background: #EAEAEA;
}
.twolist_box1 a{
    color:#333;
    transition: all .3s ease;
}
.twolist_box1 a:hover{
    color:#E80000;
}
/* 主题内容 */
.details_content{
    width: 1200px;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0 15px 45px rgb(0 0 0 / 10%);
}
.details_content .details_title{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.details_content .details_time{
    width: 100%;
    height: 30px;
    background: #F6F6F6;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
.details_content .details_time span{
    padding: 0 5px;
}
.details_content .details_box img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.details_content .details_box{
    font-size: 16px;
}
.details_content .details_box p{
    text-indent:2em;
    padding: 15px 0;
    line-height: 32px;
}