.topDiv {
    background: #fff;
}

.topDivBox {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topDivBox_l {
}

    .topDivBox_l span {
        font-size: 16px;
        color: #ab7900;
        letter-spacing: 4px;
        margin: 0 0 0 20px;
        font-weight: bold;
    }

.topDivBox_r {
    position: relative;
    width: 320px;
}

    .topDivBox_r input {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        padding-right: 42px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .topDivBox_r i {
        cursor: pointer;
        width: 40px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 24px;
    }


.navDiv {
    background: #ef5741;
}

    .navDiv .navDivBox {
        width: 1200px;
        margin: 0 auto;
    }

    .navDiv .layui-nav {
        background: #ef5741;
    }

    .navDiv .layui-this {
        background: #ec3d22;
    }

    .navDiv .layui-nav-item:hover {
        background: #ec3d22;
        color: #fff;
    }

    .navDiv .layui-nav-item:after {
        height: 0;
    }

.layui-nav .layui-nav-item a {
    color: #fff;
    font-size: 16px;
    padding: 0 24px;
}

.layui-nav .layui-nav-child a {
    color: #333;
}

.navDiv .layui-nav-bar {
    background: #ec3d22
}


.bannerDiv {
    margin-top: 10px;
}

.bannerDivBox {
    width: 1200px;
    height: 283px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .bannerDivBox .bannerDivTu {
        height: 100%;
        width: 566px;
    }

    .bannerDivBox .bannerDivNav {
        width: 629px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        height: 100%;
    }

        .bannerDivBox .bannerDivNav .bannerDivNavColumn {
            flex-basis: 100%;
            display: flex;
            justify-content: space-between;
        }

        .bannerDivBox .bannerDivNav .bannerDivNavItem {
            width: 310px;
            height: 138px;
            background: #e86767;
            font-size: 22px;
        }

            .bannerDivBox .bannerDivNav .bannerDivNavItem:hover {
                background-color: #f47c7c;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem a {
                flex-wrap: wrap;
                color: #fff;
                height: 100%;
                display: flex;
                align-content: center;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem img {
                margin-right: 10px;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem strong {
                letter-spacing: 4px;
                font-weight: normal;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem h4 {
                font-size: 16px;
                margin-top: 10px;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv02 {
                background: #e09553;
            }

                .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv02:hover {
                    background-color: #efac70;
                }

            .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv03 {
                background: #7f9d51;
            }

                .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv03:hover {
                    background-color: #99b66d;
                }

            .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv04 {
                background: #749eb2;
            }

                .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv04:hover {
                    background-color: #92b6c7;
                }

.countListImg {
    margin-top: 10px;
}

    .countListImg img {
        width: 100%;
        height: 105px;
    }

.counterDiv {
}

    .counterDiv a:hover {
        color: #ec3d22;
    }

.counterDivBox {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}

.countList {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.dynamicList {
    width: 794px;
    border: 0px solid #eee;
    height: 336px;
    min-height: 336px;
}

.dynamicTitle {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    color: #ec3d22;
    height: 40px;
    align-items: center;
    background: #f3f3f3;
}

    .dynamicTitle span {
        font-size: 18px;
        font-weight: bold;
    }

        .dynamicTitle span i {
            font-size: 23px;
        }

    .dynamicTitle a {
        background: #f07867;
        padding: 3px 5px;
        color: white;
        border-radius: 3px;
        font-size: 14px;
    }

        .dynamicTitle a:hover {
            color: white;
            background: #f58f81;
        }

.dynamicCon {
    margin: 0px 10px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .dynamicCon h3 {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .dynamicCon p {
        line-height: 30px;
        color: #999;
    }

.dynamicUl {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

    .dynamicUl li {
        width: 50%;
        box-sizing: border-box; /*padding:0 10px 0 15px;*/
        position: relative;
        line-height: 40px;
    }

        .dynamicUl li:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background: #999;
            border-radius: 50%;
            left: 0px;
            top: 17px;
        }
        /*热点*/
        .dynamicUl li .hot {
            padding: 2px;
            color: white;
            background: #ff455b;
            margin-left: 5px;
            border-radius: 3px;
            font-size: 10px;
        }
        /*推荐*/
        .dynamicUl li .recommend {
            padding: 2px;
            color: white;
            background: #ff9812;
            margin-left: 5px;
            border-radius: 3px;
            font-size: 10px;
        }

.timeList {
    width: 385px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border: 0px solid #eee;
}

    .timeList .layui-laydate-main {
        width: 385px;
    }

    .timeList .layui-laydate-content td, .layui-laydate-content th {
        width: 52px;
        height: 27px;
    }

    .timeList .layui-laydate {
        border: none;
        box-shadow: none;
    }

    .timeList .datapic {
        margin-bottom: 6px;
    }

.publicBox {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
}

.publicTile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .publicTile span {
        border-left: 5px solid #ef5741;
        font-size: 18px;
        color: #444;
        font-weight: bold;
        padding-left: 10px;
        line-height: 20px;
    }

    .publicTile a {
        background: #f07867;
        padding: 3px 5px;
        color: white;
        border-radius: 3px;
        font-size: 14px;
    }

        .publicTile a:hover {
            color: white;
            background: #f58f81;
        }

.healerBox {
    margin-top: 10px;
    overflow: hidden;
    padding: 0 0 0 10px;
}

    .healerBox .bd {
    }

    .healerBox ul {
        display: flex;
    }

        .healerBox ul li {
            text-align: center;
            margin: 0 5px;
        }

            .healerBox ul li p {
                padding: 5px 0 5px 0;
            }

.publicBoxBorder {
    width: 50%;
    border: 0px solid #eee;
    padding: 5px 0px;
    box-sizing: border-box;
}

.articleList {
}

    .articleList ul {
        padding: 0 10px 0 10px;
    }

        .articleList ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding: 14px 0 14px 13px;
            border-bottom: 1px solid #eee;
        }

            .articleList ul li:after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                background: #999;
                border-radius: 50%;
                left: 0px;
                top: 22px;
            }

            .articleList ul li a {
            }

            .articleList ul li span {
                color: #ef5741;
                font-size: 14px;
            }

    /*热点*/
    .articleList li .hot {
        padding: 2px;
        color: white;
        background: #ff455b;
        margin-left: 5px;
        margin-right: 10px;
        border-radius: 3px;
        font-size: 10px;
    }
    /*推荐*/
    .articleList li .recommend {
        padding: 2px;
        color: white;
        background: #ff9812;
        margin-left: 5px;
        margin-right: 10px;
        border-radius: 3px;
        font-size: 10px;
    }

.subjectList {
}

    .subjectList ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 10px 0 10px;
    }

        .subjectList ul li {
            padding: 5px 15px 5px 15px;
            width: 32%;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 5px;
            border-radius: 5px;
            background: #fdc7c0;
            line-height: 30px;
            box-sizing: border-box;
            height: 40px;
            overflow: hidden;
        }
            /* 如果最后一行是2个元素 */
            .subjectList ul li:last-child:nth-child(3n - 1) {
                margin-right: calc(32% + 2%);
            }
            /* 如果最后一行是1个元素 */
            .subjectList ul li:last-child:nth-child(3n - 2) {
                margin-right: calc(64% + 4%);
            }

            .subjectList ul li:hover {
                background: #fcd6d1;
            }

            .subjectList ul li a {
            }

.meetingList {
    width: 794px;
    min-height: 242px;
}

.videoList {
    width: 385px;
}

.MainVideo ul {
    width: 98%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 10px;
}

.MainVideo h5 {
    width: 185px;
    font-size: 16px;
    padding: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.MainVideo .layui-icon {
    color: #999;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}

    .MainVideo .layui-icon:hover {
        color: #f27b69;
    }

.MainVideo .FavClick span {
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}

    .MainVideo .FavClick span:hover {
        color: #f27b69;
    }

.footerDiv {
    width: 100%;
    background: #888787;
    padding: 20px 0;
    margin-top: 20px;
}

.footerDivBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerImg {
    width: 21%;
    text-align: right;
}

.footerText {
    width: 77%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

    .footerText a {
        color: #fff;
    }


#layui-laydate1 .layui-this {
    /*background-color: #fff !important;*/
    background: #ef5741 !important;
}

.laydate-day-mark {
    color: red;
}

.layui-this .laydate-day-mark {
    color: #fff;
}

@media screen and (min-width:460px) and (max-width:1000px) {
    #layoutBody {
        width: 1200px;
    }
}
