* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    margin: 0 auto;
    color: #333;
    font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;

}
.content {
    max-width: 1280px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.daoyu {
    width: 100%;
    border: 4px solid #94070a;
    background-color: #e8e7e5;
    /* background: url(topbac.6e7ea12.png); */
    padding: 70px 100px;
    margin: 30px auto;
}
.daoyu img {
    width: 100%;
}
.daoyu p {
    text-align: justify;
    font-size: 20px;
    line-height: 36px;
    word-break: break-all;
    margin-bottom: 15px;
}
.yinglie {
    width: 100%;
}
.yinglie:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
.item {
    width: calc(50% - 20px);
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 40px;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-bottom: 4px solid #94070a;
    background: #fff;
    position: relative;
    float: left;
}
.pic {
    float: right;
    width: 40%;
    height: 360px;
    overflow: hidden;
}
.pic img {
    width: 100%;

}
.inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}
.title {
    font-size: 40px;
    line-height: 1.3;
    float: left;
}
.time {
    float: right;
    position: relative;
    top: 31px;
    font-size: 16px;
}
.intro {
    clear: both;
    padding-top: 30px;
    word-break: break-all;
    text-align: justify;
    height: 250px;
}
.more {
    color: #94070a;
    display: inline-block;
    line-height: 45px;
    margin-top: 40px;
}
.more a {
    color: #94070a;
    text-decoration: none;
}
.footer {
    font-style: normal;
    background-color: #94070a;
    color: #fff;
    overflow: hidden;
}
.copyRight {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    font-style: normal;
    padding: 15px 15px;
    line-height: 30px;
}
@media screen and (max-width: 768px) {
    body {
        width: 100%;
    }
    .content {
        width: 90%;
    }
    .daoyu {
        padding: 10px;
    }
    .daoyu p {
        font-size: 16px;
    }
    .item {
        width: 100%;
        margin: 0 0 40px;
    }
    .inner {
        padding: 10px;
    }
    .title {
        font-size: 36px;
    }
    .time {
        top: 25px;
    }
    .intro {
        height: auto;
    }
	.copyRight{
    	font-size: 12px;
    }
}