﻿body {
    background-color: #f8f8f8;
}

.articaldiv {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 50px;*/
    font-size: 14px;
    color: black
}

    .articaldiv .leftpart {
        float: left;
        width: 860px;
        padding: 20px 20px;
        min-height: 700px;
        border: 1px solid #dedede;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .articaldiv .rightpart {
        float: right;
        width: 322px;
        padding: 15px;
        border: 1px solid #dedede;
        background-color: #fff;
    }

    .articaldiv .leftpart .arttitle {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 60px;
    }

    .articaldiv .leftpart .pubtime {
        text-align: center;
        color: #b5b5b5;
        font-size: 15px;
    }

        .articaldiv .leftpart .pubtime span {
            margin-right: 20px;
        }

    .articaldiv .leftpart .artcon {
        margin-top: 30px;
        font-size: 15px;
    }

    .articaldiv .leftpart .pageturn {
        margin-top: 50px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .articaldiv .leftpart .pagehead {
        color: #333333
    }

    .articaldiv .leftpart .pageturn .pagetitle {
        color: #6d6d6d
    }

        .articaldiv .leftpart .pageturn .pagetitle:hover {
            color: #ac2b36
        }

    .articaldiv .rightpart .artclass {
        height: 40px;
        line-height: 40px;
        background-color: #f3f3f3;
        border-left: 3px solid #b21b06;
        font-size: 16px;
        padding-left: 15px;
    }

    .articaldiv .rightpart .toppart {
    }

        .articaldiv .rightpart .toppart .classgroup {
            margin-top: 20px;
        }

            .articaldiv .rightpart .toppart .classgroup span {
                height: 30px;
                border: 1px solid #dcdcdc;
                margin-right: 6px;
                font-size: 14px;
                padding: 4px 18px;
                display: inline-table;
                margin-bottom: 13px;
            }

                .articaldiv .rightpart .toppart .classgroup span:hover {
                    border: 1px solid #b21b06;
                    color: #b21b06;
                    cursor: pointer;
                }

    .articaldiv .rightpart .bottompart {
        margin-top: 20px;
    }

        .articaldiv .rightpart .bottompart .latestart {
            height: 40px;
            line-height: 40px;
            background-color: #efefef;
            border-left: 3px solid #b21b06;
            font-size: 16px;
            padding-left: 15px;
        }

        .articaldiv .rightpart .bottompart .latestline {
            height: 70px;
            border-bottom: 1px dashed #b5b5b5;
            padding: 10px 0px;
        }

            .articaldiv .rightpart .bottompart .latestline .latesttitle {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                text-align: left;
                font-size: 14px;
            }

                .articaldiv .rightpart .bottompart .latestline .latesttitle:hover {
                    color: #b21b06;
                    cursor: pointer;
                }

            .articaldiv .rightpart .bottompart .latestline .pubtime {
                color: #b5b5b5;
            }

.artical-item {
}

    .artical-item .title-img-box {
        width: 276px;
        height: 162px;
    }

        .artical-item .title-img-box img {
            width: 276px;
            height: 162px;
            object-fit: cover;
        }

    .artical-item .artical-item-right {
        margin-left: 20px;
        width: 513px;
    }

        .artical-item .artical-item-right .artical-title {
            margin-bottom: 10px;
        }

            .artical-item .artical-item-right .artical-title a {
                color: #333;
                font-size: 16px;
                line-height: 1.2;
                font-weight: bold;
            }

.artical-item {
    border-bottom: 1px dashed #cec9c9;
    padding: 0px 0px 27px 0px;
    margin-bottom: 27px;
}

    .artical-item .artical-item-right .artical-content {
        margin: 0px;
        color: #4a4a4a;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 72px;
        overflow: hidden;
        font-size: 15px;
    }

    .artical-item .artical-item-right .artical-tag {
        color: #8a8a8a;
        line-height: 1;
        margin-top: 20px;
    }

        .artical-item .artical-item-right .artical-tag span {
            margin-right: 15px;
        }

.part-menu {
    background-color: #fff;
    margin: 20px 0px 20px 0px;
    border: 1px solid #dedede;
    color: #fff;
}

    .part-menu .part-menu-item {
        height: 48px;
        line-height: 48px;
        display: inline-block;
        padding: 0px 11px;
        margin: 0px 15px;
        color: #4a4a4a;
        font-size: 14px;
        box-sizing: border-box;
    }

        .part-menu .part-menu-item.active, .part-menu .part-menu-item:hover {
            border-bottom: 2px solid #b21b01;
            color: #b21b01;
            font-weight: bold;
        }

.qrdiv {
    margin-top: 21px;
    padding-bottom: 10px;
}

    .qrdiv .qrcode {
        text-align: center;
    }

        .qrdiv .qrcode img {
            max-width: 167px;
        }

    .qrdiv .qrtip {
        text-align: center;
        font-size: 14px;
        margin-top: 0px;
    }

.nodata {
    text-align: center;
    margin-top: 220px;
}


/*  .artical-link-list .aritem:first-child {
        border-top: 1px dashed #cec9c9;
    }*/

.artical-link-list .aritem {
    display: flex;
    align-items: center;
    height: 63px;
    border-bottom: 1px dashed #cec9c9;
}

.webfoot {
    display: none;
}

.artical-link-list .aritem .artitle {
    flex: 1;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}

.artical-link-list .aritem .ardate {
    width: 160px;
    padding-left: 10px;
    color: #acacac;
    text-align: right;
    font-size: 15px;
}
