﻿.listWarp {
    width: 100%;
}

.listBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0 0 0;
}

.listLeft {
    width: 900px;
    float: left;
}

.listRight {
    width: 288px;
    float: right;
}

.listNav {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 16px;
}

    .listNav i {
        margin-right: 3px;
        font-size: 18px;
        color: #ef5741;
    }

    .listNav .layui-breadcrumb a:hover {
        color: #ef5741 !important;
    }

    .listNav .layui-breadcrumb a {
        font-size: 16px !important;
    }

.listCon {
    background: #fff;
    margin-top: 0px;
}

.listTotal {
    border: 1px solid #eee;
}

    .listTotal ul {
    }

        .listTotal ul li {
            padding: 15px 20px 0px 20px;
            border-bottom: 1px solid #eee;
        }

            .listTotal ul li:hover {
                background: #f3f3f3;
            }

            .listTotal ul li h3 {
                font-size: 20px;
            }

                .listTotal ul li h3 a:hover {
                    color: #ef5741;
                }

            .listTotal ul li p {
                font-size: 14px;
                color: #666;
                margin-top: 10px;
                line-height: 24px;
            }


/* 视频 */
.videoBox {
    padding: 10px 20px 20px 20px;
    min-height: 648px;
    border: 1px solid #eee;
}

    .videoBox .learn {
        display: flex;
        /*justify-content: space-around;*/
        flex-wrap: wrap;
    }

        .videoBox .learn::after {
            content: '';
            width: 270px;
        }

    .videoBox .learnBox {
        width: 270px;
        margin-top: 10px;
        margin-left: 13px;
    }

        .videoBox .learnBox a {
            display: block;
            border: 1px solid #eee;
            border-radius: 5px;
            overflow: hidden;
        }

            .videoBox .learnBox a:hover {
                color: #ef5741;
            }

            .videoBox .learnBox a img {
                width: 270px;
                height: 166px;
            }

            .videoBox .learnBox a h3 {
                font-size: 16px;
                padding: 0 10px;
                line-height: 20px;
                margin-top: 8px;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                height: 40px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .videoBox .learnBox a p {
                font-size: 14px;
                color: #999;
                line-height: 20px;
                padding: 5px 10px 5px 10px;
            }

                .videoBox .learnBox a p span {
                    float: right;
                }

                    .videoBox .learnBox a p span i {
                        margin-right: 5px;
                    }

.pageBox {
    margin: 20px 0 0px 20px;
    font-size: 16px;
    text-align: center;
}

.l_notice {
    padding: 10px 10px;
    margin-bottom: 10px;
}

.listR_title {
    display: flex;
    justify-content: space-between;
}

    .listR_title h3 {
        border-left: 4px solid #ef5741;
        padding: 0 0 0 8px;
        font-weight: bold;
        line-height: 19px;
    }

.l_notice ul {
    margin-top: 5px;
}

    .l_notice ul li {
        position: relative;
        padding: 7px 0 7px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }

        .l_notice ul li:after {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ef5741;
            border-radius: 50%;
            left: 0;
            top: 18px;
        }

        .l_notice ul li a:hover {
            color: #ef5741;
        }

.listR_img {
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}

    .listR_img img {
        width: 270px;
        height: 120px;
    }

/*详情页*/
.detailBox {
    padding: 20px 20px;
    min-height: 648px;
    border: 1px solid #eee;
    overflow: hidden;
}

.detailTitle {
    padding: 0 0 10px 0;
}

    .detailTitle h3 {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 5px;
        line-height: 36px;
    }

.detailCon {
}