﻿.topDiv {
    background: #fff;
}

.topDivBox {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .topDivBox_l span {
        font-size: 16px;
        color: #ab7900;
        letter-spacing: 4px;
        margin: 0 0 0 20px;
        font-weight: bold;
    }

.topDivBox_r {
    position: relative;
}

    .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;
    }

    .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
}

.layui-nav {
    background-color: #fff;
    padding-right: 0px;
}

    .layui-nav ul {
        height: 60px;
    }

.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;
    }

    .navDiv .layui-nav-item:after {
        height: 0;
    }

.layui-nav .layui-nav-item a {
    color: #333;
    font-size: 16px;
    padding: 0 8px;
}

.layui-nav .layui-nav-child a {
    color: #333;
}

.navDiv .layui-nav-bar {
    background: #ec3d22
}


.bannerDiv {
    margin-top: 0;
}

.bannerDivBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .bannerDivBox .bannerDivTu {
        height: 375px;
        width: 124%;
        float: left;
    }

    .bannerDivBox .bannerDivNav {
        width: 295px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 375px;
    }

        .bannerDivBox .bannerDivNav .bannerDivNavItem {
            width: 295px;
            background: #e86767;
            line-height: 40px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 22px;
        }

            .bannerDivBox .bannerDivNav .bannerDivNavItem i {
                margin-right: 10px;
                font-size: 28px;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem span {
                letter-spacing: 4px;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv02 {
                background: #7e9d51;
            }

            .bannerDivBox .bannerDivNav .bannerDivNavItem.colorDiv03 {
                background: #749eb2;
            }

.countListImg {
    margin-top: 10px;
}

    .countListImg img {
        width: 100%;
        height: 105px;
    }

    .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: 1px solid #eee;
    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;
        }

.dynamicCon {
    margin: 0px 10px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .dynamicCon h3 {
        margin-bottom: 10px;
        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;
        }

.timeList {
    width: 385px;
}

    .timeList .layui-laydate-main {
        width: 385px;
    }

    .timeList .layui-laydate-content td, .layui-laydate-content th {
        width: 52px;
        height: 32px;
    }

.publicBox {
    width: 48%;
}

.publicTile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

    .publicTile span {
        border-left: 5px solid #ef5741;
        font-size: 18px;
        color: #444;
        font-weight: bold;
        padding-left: 10px;
        line-height: 20px;
    }

.meetNoticeTitle {
    justify-content: space-between;
    align-items: center;
    padding-left:15px;
    padding-top:10px;
    width:298px;
}

    .meetNoticeTitle span {
        border-left: 5px solid #ef5741;
        font-size: 18px;
        color: #444;
        font-weight: bold;
        padding-left: 10px;
        line-height: 20px;
    }

    .meetNoticeTitle a {
        float:right;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }

.meetNoticeList ul {
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    width: 298px;
}
.meetNoticeList ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0 14px 13px;
    border-bottom: 1px solid #eee;
}

    .meetNoticeList ul li:after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #999;
        border-radius: 50%;
        left: 0px;
        top: 22px;
    }

    .meetNoticeList ul li span {
        color: #ef5741;
        font-size: 14px;
    }

.healerBox {
    margin-top: 10px;
}

    .healerBox ul {
        display: flex;
        justify-content: space-between;
    }

        .healerBox ul li {
            text-align: center;
            margin: 0 5px;
        }

            .healerBox ul li p {
                padding: 5px 0 5px 0;
            }

        .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 span {
                color: #ef5741;
                font-size: 14px;
            }


    .subjectList ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .subjectList ul li {
            padding: 5px 15px 5px 15px;
            width: 155px;
            text-align: center;
            margin-top: 10px;
            border-radius: 5px;
            background: #fdc7c0;
            line-height: 30px;
        }

.footerDiv {
    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: 16px;
    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;
}

.laydate-day-mark {
    color: red;
}

.layui-this .laydate-day-mark {
    color: #fff;
}

.layui-nav .layui-nav-more {
    border-top-color: rgba(153, 149, 149, 0.7);
    right: -5px;
}

.layui-nav .layui-nav-mored {
    border-color: transparent transparent #9f9f9f;
}

.layui-nav .layui-this a {
    color: red;
}

/* 分会 */
.topText {
    color: #ab7900;
    letter-spacing: 4px;
    margin: 0 0 0 20px;
    text-align: right;
    padding-bottom: 0px;
    margin-top: -5px;
}

    .topText span {
        font-size: 14px;
    }

    .topText a {
        padding: 5px 15px;
        font-size: 16px;
        margin-left: 15px;
        border-radius: 20px;
        background: #ef5741;
        color: #fff;
    }

        .topText a:hover {
            background: #f07b6a;
        }

    .topNav ul li {
        float: left;
        font-size: 16px;
        padding: 0 20px;
        margin: 10px 0 0 0;
    }

        .topNav ul li a:hover {
            color: #ef5741;
        }

        .topNav ul li.active a {
            color: #ef5741;
        }

    .topNav ul li {
        float: left;
        font-size: 16px;
        padding: 0 0px;
        margin: 0 15px 0 15px;
        line-height: 50px !important;
    }

        .topNav ul li a:hover {
            color: #ef5741 !important;
        }

        .topNav ul li.active a {
            color: #ef5741;
        }

.layui-nav .layui-this:after {
    background-color: #ef5741 !important;
}

.layui-nav-bar {
    background-color: #ef5741 !important;
}

.topNav .layui-nav-child {
    top: 55px
}


.indexList {
    margin-top: 10px;
    overflow: hidden;
}

.noticeDetail {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}

    .noticeDetail h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .noticeDetail p {
        line-height: 30px;
        font-size: 14px;
        margin-top: 8px;
        color: #999;
        text-indent: 2rem;
    }

.indexNotice dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.indexNotice dd {
    width: 98%;
    position: relative;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 40px;
    justify-content:space-between;
    display:flex;
}

    .indexNotice dd:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        background: #999;
        border-radius: 50%;
        left: 0;
        top: 17px;
    }
/* 本例子css */
.indexNotice {
    width: 885px;
    border: 1px solid #ddd;
    text-align: left;
    float: left;
    height:342px;
}

    .indexNotice .hd {
        height: 40px;
        line-height: 40px;
        background: #eee;
        padding: 0 10px 0 20px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .indexNotice .hd ul {
            float: left;
            position: absolute;
            left: -1px;
            top: -1px;
            height: 32px;
        }

            .indexNotice .hd ul li {
                float: left;
                padding: 0 25px;
                cursor: pointer;
            }

                .indexNotice .hd ul li.on {
                    height: 40px;
                    color: #ef5741;
                    background: #fff;
                    border: 1px solid #ddd;
                    border-top: 2px solid #ef5741;
                    border-bottom: 0 solid #fff;
                }

    .indexNotice .bd ul {
        padding: 15px;
        zoom: 1;
    }

    .indexNotice .bd li {
        height: 24px;
        line-height: 24px;
    }

        .indexNotice .bd li .date {
            float: right;
            color: #999;
        }

.indexLead {
    width: 295px;
    float: right;
}

.leadName {
    border-bottom: 1px #eee double;
    padding-bottom: 10px;
}


.leadNav {
    position: relative;
}
.leadNameButton {
    width: 131px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background-color: #e3b145;
    margin-left: 80px;
    margin-top: 6px;
    padding-bottom: 6px;
}
.leadNavBox01 {
    width: 131px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e3b145;
    position: absolute;
}

.leadNavBox02 {
    width: 131px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ea6a6a;
    position: absolute;
    top: 0;
    left: 141px;
}

.leadNavBox03 {
    width: 133px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #59d9c8;
    position: absolute;
    /*margin-left:162px;*/
}

    .leadNavBox01 i, .leadNavBox02 i, .leadNavBox03 i {
        margin-right: 5px;
        font-size: 18px;
    }

    .leadNavBox01 a, .leadNavBox02 a, .leadNavBox03 a {
        display: block;
        color: #fff;
    }

        .leadNavBox01 a:hover, .leadNavBox02 a:hover, .leadNavBox03 a:hover {
            color: #fff;
        }

.videoBox {
    padding: 10px 10px 20px 10px;
    min-height: 648px;
    border: 1px solid #eee;
    overflow:hidden;
}

    .videoBox .learn {
        float:left;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        .videoBox .learn::after {
            content: '';
            width: 263px;
        }

.learnBox {
    float: left;
    width: 269px;
    margin: 10px 5px 5px 4px;
    border: 1px dotted #E1E1E1;
    padding: 6px 6px 6px 6px;
}

    .learnBox a {
        display: block;
    }

        .learnBox a:hover {
            color: #ef5741;
        }

        .learnBox a img {
            width: 263px;
            height: 140px;
        }

        .learnBox a h3 {
            font-size: 16px;
            line-height: 20px;
            margin-top: 7px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center;
        }

    .learnBox p {
        display: block;
        margin-top:7px;
    }
        .learnBox p span {
            float:right;
        }
.layui-carousel {
    text-align: center;
}

 .articleList li .hot {padding: 2px; color: white; background: #ff455b; margin-left: 5px; border-radius: 3px;font-size:10px;}
 .articleList li .recommend { padding: 2px;color: white; background: #ff9812; margin-left: 5px; border-radius: 3px;font-size:10px;}