:root {
    /*主题颜色*/
    --theme-color-10: #f71717;
    --theme-color-9: #c7221a;
    --theme-color-3: #dd4343;/*0139bc*/

    /* 矩形背景色 */
    --squar-bg: var(--theme-color-3);
    /* 小标题颜色 */
    --section-title: var(--theme-color-3);
    /* 列表颜色 */
    --list-hover: var(--theme-color-10);
    /* 白色 */
    --text-write: #ffffff;





    /*领导日历 列表左侧*/
    --list-left: var(--theme-color-3);
    /*互动交流进行状态按钮背景色*/
    --tag: #f56c6c;
    /*互动交流默认按钮背景色*/
    --gray-bg: #e5e4e426;
    /*首页*/
    --rdgz-background-color-red-7: #ffe7e7;/*e5f1ff*/
    --rdgz-background-color-red-5: #fff6f6;/*d3eafe*/
    --title-color: var(--theme-color-9);/* 标题颜色 */
    --border-color: var(--theme-color-3);/* 边框 */
    --selected-color: var(--theme-color-9);/*选中颜色*/
    /*底部*/
    --footer-navbar: #ff7171;/*0139bc*//*其它站点*/
    --footer-bottom: var(--theme-color-3);/*275eb9*//*底部颜色*/
    --footer-div: #ffffffd6;/*0139bc*//*底部卡片颜色*/
    --footer-text-color: #000000;/*ffffff*//*底部字体颜色*/
}

/* :root {
    --squar-bg: #315DC4;
    --name-active: #1464C3;
    --section-title: #1464C3;
    --list-hover: #216BB6;
    --list-left: #1b5aba;
    --little-content: #888;
} */


