.banner {
    min-height: 250px;
}

.banner>img {
    height: auto;
    max-width: 100%;
    display: block;
    border: 0;
}

.general {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.general-left {
    width: 300px;
    position: relative;
}

.sidebar-top {
    text-align: center;
    color: #fff;
    background: #a30d18;
    position: absolute;
    left: 0;
    top: -75px;
    width: 100%;
    height: 150px;
}

.sidebar-drift {
    border: solid 1px #fff;
    margin: 10px;
    height: 130px;
}

.sidebar-drift>p {
    font-size: 24px;
    font-family: 'fzxb';
    padding: 30px 0 15px 0;
    position: relative;
    letter-spacing: 0.5em;
    text-align: center;
}

.sidebar-drift>p::after {
    position: absolute;
    content: "";
    width: 156px;
    height: 9px;
    background: url("../../images/computer/y1.png");
    left: 62px;
    bottom: -10px;
}

.sidebar-sub {
    width: 300px;
    height: 614px;
    overflow: hidden;
    margin-top: 90px;
    background: url("../../images/computer/sidebar.jpg");
}

.sidebar-sub-item {
    width: 240px;
    margin-left: 100px;
    margin-top: 30px;
    position: relative;
}

.sidebar-sub-item::after {
    position: absolute;
    content: "";
    width: 81px;
    height: 9px;
    background: url("../../images/computer/y2.png");
    bottom: -15px;
}

.sidebar-sub-item:nth-child(1) {
    margin-top: 60px;
}

.sidebar-sub-item>p>a {
    font-size: 18px;
    color: #3a3a3a;
    font-family: 'hwzs';
    display: block;
    position: relative;
}

.sidebar-sub-article {
    padding: 20px 0px;
}

.sidebar-sub-article-item {
    padding: 0px 20px;
    line-height: 2;
    text-align: center;
}

.sidebar-sub-article-item>a {
    display: block;

}

.sidebar-sub-article-item>a>img {
    width: 100%;
    height: auto;
}

.sidebar-sub-article-item>a>p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-attract {
    background: #a30d18;
    color: #fff;
    padding: 10px 12px;
}

.sidebar-attract-info {
    border: solid 1px #bb6167;
    padding: 20px 40px;
}

.sidebar-attract-info>ul {
    background: url("../../images/computer/y3.png") no-repeat left center;
    background-size: 40px;
}

.sidebar-attract-info>ul>li {
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
    position: relative;
    padding-left: 50px;
}


.general-list {
    padding-top: 20px;
}

.general-list>p {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    background: url("../../images/computer/cor_icon.jpg") no-repeat left center;
}

.general-list>p>a {
    padding-left: 10px;
}

.general-list>p>span {
    color: #666666;
}

.general-list>p:nth-child(5n) {
    margin-bottom: 50px;
}

.general-right {
    width: 840px;
    overflow: hidden;
}

.art_list {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    height: 120px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.art_list:hover {
    box-shadow: 18px 18px 26px rgba(0, 0, 0, 0.2) !important;
}

.art_list>.date {
    color: #ED6C0F;
    width: 144px;
    height: 100%;
    margin-top: 20px;
    text-align: center;
    float: left;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #D1D1D1;
    line-height: 1.1;
    transform: skewX(-15deg);
    margin-top: 0;
    margin-left: -16px;
    text-indent: 16px;
    z-index: 5;
}

.art_list>.date>p {
    transform: skewX(15deg);
    line-height: 1;
}

.art_list>.date>p:nth-child(1) {
    color: #666;
    font-size: 16px;
    height: 16px;
    margin-top: 31px;
    margin-left: -20px;
    overflow: hidden;
}

.art_list>.date>p:nth-child(2) {
    color: #a30d18;
    font-size: 36px;
    margin: 12px auto 5px;
}

.art_list>.date::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #a30d18;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.art_list:hover>.date * {
    color: #fff !important;
    position: relative;
    z-index: 5;
}

.art_list:hover>.date::after {
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 1;
}

.art_list>.info {
    width: 600px;
    overflow: hidden;
    margin-left: 26px;
    font-size: 14px;
    color: #666;
}

.art_list>.info>p:nth-child(1) {
    font-size: 20px;
    margin: 24px 0;
    color: #333;
}

.art_list>.icon {
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-image: url("../../images/computer/n2.png");
    background-size: auto 28px;
    margin-top: 46px;
}

.art_list:hover>.icon {
    background-image: url("../../images/computer/n1.png");
}

.pagination {
    text-align: right;
}

.listImg {
    width: 100%;
    overflow: hidden;
}

.listPic {
    width: 240px;
    overflow: hidden;
    float: left;
    margin: 1em;
    text-align: center;
}

.listPic>a>img {
    border: 1px solid #cccccc;
    width: 99%;
    height: auto;
    border-radius: 6px;
}

.listPic>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

.content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.title {
    padding-top: 1em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.content .attr {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: #999;
    text-align: center;
    font-size: 0.8em;
}

.content .attr span {
    margin: 0px 10px;
}

.content .artContent {
    position: relative;
    padding: 1.5em 0 2em 0;
    width: 100%;
    overflow: hidden;
}

.content .artContent,
.content .artContent div,
.content .artContent p {
    line-height: 2.2;
    color: #666;
}

.artContent img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-progress-bar {
    background-color: #a30d18;
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-skip {
    background-color: unset;
}