@charset "utf-8";
/* CSS Document */

.layui-bg-purple {
    background-color: #fff !important;
    /* 或者你喜欢的任何紫色 20251109 header 变成白色，导航的背景色为紫色，#a361cd  #fff */
    /* 或者你喜欢的任何紫色 #a361cd  #fff */
}
.navlist {
    height: 30px;
    width: 960px;
    background: url(images/nav_bg.gif) repeat-x;
    background-color: #c33;
    overflow: hidden;
}
.wrapper {
    width: 960px;
    margin: 0px auto;
    background-color: #fff;
    padding: 2px;
    overflow: hidden;
}
.navlist ul li {
    float: left;
    width: 60px;
    background: url(images/nav_line.gif) no-repeat right top;
    text-align: center;
    overflow: hidden;
    list-style-type: none;
}
/*  导航标签占比 这个地方每个 list 占用 14%，7*14=98，也就是7个标签站 98%就是铺满了 line-height: 32px;  width: 12.5%;*/
.nav li {
    float: left;
    width: 12.49%;
    text-align: center;
    border-right: #ede2cb 1px solid;
    border-bottom: #ede2cb 1px solid;
    line-height: 27px;
    background-color: #a361cd !important;
    /* 或者你喜欢的任何紫色 20251109 header 变成白色，导航的背景色为紫色，#a361cd  #fff */
}
.nav ul {
    list-style-type: none;
    margin: 0px auto;
    padding-left: 0px;
    width: 100%;
    border-left: #cfc4b6 1px solid;
    border-top: #cfc4b6 1px solid;
    overflow: hidden;
}

.wrapper2, #wraper2 {
    overflow: hidden;
    width: 100%;
    /* 20251109 这个地方修改成了 距离上面 10px ,.fly-header 原来是 height: 60px;修改成 height: 70px;*/
    padding-top: 10px;
}
/*			.layui-col-space15>* {
				padding: 3.0px;
			}*/
.right-content {
    width: 330px;
    margin-left: 20px;
}

.right-content .panel:first-of-type {
    margin-top: 0;
}
.right-content .panel-hd{
    padding:0 10px;
}

.right-content .panel-bd_cnt, .right-content .panel-bd-box {
    padding: 10px;
}

.lhl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.lgl_date {
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.lhl_right {
    text-align: right;
}

.lhl_left, .lhl_right {
    width: 20%;
    text-align: center;
    font-size: 16px;
}

.lhl_left p, .lhl_right p {
    line-height: 1.8;
}

.lhl_center {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.lhl_center_pre, .lhl_center_next {
    display: block;
    height: 30px;
    width: 30px;
}

.lhl_center_pre {
    background: url(/images/btn_pre.png) no-repeat;
    background-size: 30px;
}

.lhl_center_next {
    background: url(/images/btn_next.png) no-repeat;
    background-size: 30px;
}

.lhl_center_cnt {
    flex: 1;
}

.lhl_center_num {
    font-size: 80px;
    color: #d4473d;
    font-weight: 700;
}


.lhl_yj {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

.lhl_y, .lhl_j {
    background: #d4473d;
}

.lhl_j {
    background: #000;
}

.lhl_jxgj {
    border: 1px solid #efefef;
}

.lhl_cell {
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
}

.lhl_cell_hd {
    width: 70px;
    margin-left: 10px;
}

.lhl_cell_bd {
    flex: 1;
    border-left: 1px solid #efefef;
    padding-left: 10px;
    min-height: 32px;
}

.lhl_cell_bd .lhl_cell .lhl_cell_hd {
    width: 70px;
}

.lhl_cell_bd .lhl_cell .lhl_cell_hd .lhl_yj {
    font-size: 16px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
}
.lhl_month a {
    display: inline-block;
    width: 90px;
    margin:0 0 15px 15px;
    text-align:center;
}
.lhl_month a span{
    display:block;
}
.lhl_month a span:last-of-type {
    font-size: 14px;
    color: #999;
}
dd, dl, dt {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
}

.lhl_jxgj dl {
    text-align: center;
}

.lhl_jxgj dt, .h6 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
}

.lhl_jxgj dd {
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
}


.lhl_sc_text {
    width: 50px;
    text-align: center;
    line-height: 50px;
    writing-mode: vertical-rl;
    font-size: 18px;
    letter-spacing: 10px;
}

input::placeholder {
    font-size: 12px;
    /* 默认字体大小 */
    color: #131212;
    /* 默认颜色 */
}
.p35 {
    margin: 0;
    padding: 5px;
}

