<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*本页面样式*/
.old_type .none{display: none;}
.old_type .g-part1{margin: 0 auto; width: 100%; position: relative;}
.old_type .g-part1 .m-header{height: 279px;}
.old_type .g-part1 .m-header-title{position: absolute; top: 76px; left: 156px; animation:move 1s;-webkit-animation:move 1s;animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards;}
.old_type .g-part1 .w1200{position: relative;}
.old_type .g-part1 .m-date a{color:#fff;}
.old_type .g-part1 .m-textWrap{background: #FFFFFF; width: 835px; height: 397px; border: 2px solid #c32c3d; border-radius: 15px; overflow: hidden;}
.old_type .g-part1 .m-textWrap .m-title{color: #c50c26; width: 740px; line-height: 32px; margin-top: 38px; font-size: 20px; text-align: center;}
.old_type .g-part1 .m-textWrap .m-title a{color: #c50c26;}
.old_type .g-part1 .m-textWrap .m-zy{font-size: 16px; color: #262423; line-height: 26px; margin-top: 15px; width: 800px;}
.old_type .g-part1 .m-textWrap .m-zy a{color: #c50c26; display: block;   text-align: right;}
.old_type .g-part1 .m-calendar{width: 351px;}

/* .old_type .hyrl_con .m-con .hyrl_date p{
	font-size: 32px;
}
.old_type .hyrl_con .m-con .hyrl_date div, .old_type .hyrl_con .m-con .hyrl_date div .dateT span{
	font-size: 32px;
} */
/*日历*/
.old_type .hyrl_date {
    width: 60%;
    margin: 20px auto 0 auto;
    position: relative;
}
.old_type .hyrl_date .left img{
	width: 18px;
	height: 28px;
}
.old_type .hyrl_date .right img{
	width: 18px;
	height: 28px;
}
.old_type .dateMonth {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 40px;
    color: #333;
}

.old_type .dateR {
    width: 100%;
    margin: 50px auto 0 auto;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 34px;
}

.old_type .dateR span {
    float: left;
    width: 30px;
    margin: 0 34px;
    color: #0063C0;
    text-align: center;
}

.old_type .dateT {
    width: 100%;
	margin-top: 40px;
}

.old_type .dateT span {
    float: left;
    width: 86px;
    height: 60px;
    text-align: center;
    color: #afafaf;
    line-height: 60px;
    margin: 5px 6px;
    cursor: pointer;
}

.old_type .dateT span a {
    color: #333;
    font-size: 28px;
}
.old_type .dateT span.has{
    border-radius: 50%;
    background: #0063C0;
}
.old_type .dateT span.has a{
    color: #fff;
    font-weight: bold;
}

.old_type .dateT span.on {
    border-radius: 50%;
    background: #0063C0;
    color: #FFFFFF;
}

.old_type .dateT span.on a {
    color: #FFFFFF;
}

p.left {
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
}

p.right {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.old_type .dateBox {
    width: 100%;
}

@keyframes move {
    from {
        transform: translateY(-30%);
        opacity: 0.2;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes move {
    from {
        -moz-transform: translateY(-30%);
        opacity: 0.2;
    }
    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes move {
    from {
        -webkit-transform: translateY(-30%);
        opacity: 0.2;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes move {
    from {
        -o-transform: translateY(-30%);
        opacity: 0.2;
    }
    to {
        -o-transform: translateY(0);
        opacity: 1;
    }
}
</pre></body></html>