﻿@charset "UTF-8";
/*本页面样式*/
.none {
    display: none;
}

body {
    margin: 0 auto;
    position: relative;
}

.part1_right_2 {
    padding-top: 15px;
    padding-left: 5px;
    margin: auto;
    width: 540px;
    height: 430px;
    background: url(rili.png) no-repeat;
    background-size: 100% 100%;
}

.part1_right_2 .hyrl_title {
    border-bottom: 2px solid #565ac1;
    padding-bottom: 6px;
    background: url("hyrl_title.png") no-repeat left;
    padding-left: 20px;
}

.part1_right_2 .hyrl_title span {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: SimHei !important;
}

.part1_right_2 .hyrl_con {
    width: 100%;
    height: auto;
}

.part1_right_2 .hyrl_con .date {
    width: 100%;
    margin: 24px auto 0 auto;
    position: relative;
}

.g-part1 {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.g-part1 .m-header {
    height: 279px;
}

.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;
}

.g-part1 .w1200 {
    position: relative;
}

.g-part1 .m-date a {
    color: #fff;
}

.g-part1 .m-textWrap {
    background: #FFFFFF;
    width: 835px;
    height: 397px;
    border: 2px solid #c32c3d;
    border-radius: 15px;
    overflow: hidden;
}

.g-part1 .m-textWrap .m-title {
    color: #c50c26;
    width: 740px;
    line-height: 32px;
    margin-top: 38px;
    font-size: 20px;
    text-align: center;
}

.g-part1 .m-textWrap .m-title a {
    color: #c50c26;
}

.g-part1 .m-textWrap .m-zy {
    font-size: 16px;
    color: #262423;
    line-height: 26px;
    margin-top: 15px;
    width: 800px;
}

.g-part1 .m-textWrap .m-zy a {
    color: #c50c26;
    display: block;
    text-align: right;
}

.g-part1 .m-calendar {
    width: 351px;
}

/*日历*/
.date {
    width: 325px;
    margin: 0 auto;
    position: relative;
    margin-top: 24px;
}


.dateR span {
    margin: 0 10px;
    color: #115DB2;
    display: inline-block;
    width: 10%;
    text-align: center;
}

.dateR {
    width: 100%;
    margin: 0 auto;
    height: 43px;
    line-height: 43px;
    color: #115DB2;
    font-size: 17px;
}

.dateT {
    width: 100%;
}

.dateT span {
    display: block;
    float: left;
    width: 10%;
    height: 40px;
    text-align: center;
    color: #115DB2;
    margin: 5px 10px;
    cursor: pointer;
    border: 1px solid #115DB2;
    border-radius: 5px;
}

.dateT span a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #115DB2;
    font-size: 14px;
    border-radius: 5px;
}

.dateT span.has a {
    display: block;
    color: #FFFFFF;
    background: #115DB2;
    /*font-weight: bold;*/
    font-size: 18px;
    border-radius: 5px;
}

.has a {
    display: block;
    position: relative;
}

.has a:hover:after {
    font-size: 16px;
    position: absolute;
    width: 300px;
    height: 50px;
    padding: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: center;
    z-index: 9999;
    top: 20px;
    left: 0;
    content: attr(data-title);
    border-radius: 5px;
    color: black;
    background-color: #FFFFFF;
    border: 1px solid #115DB2;
}

.dateT span.on {
    background: #115DB2;
    color: #FFFFFF;
    border-radius: 5px;
}

.dateT span.on a {
    display: block;
    color: #FFFFFF;
    background: #115DB2;
}

p.left {
    position: absolute;
    left: 90px;
    top: -5px;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

p.right {
    position: absolute;
    right: 60px;
    top: -5px;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.dateBox {
    width: 100%;
}

.dateMonth {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #115DB2;
}

#wukuang {
    border: none;
}

@media screen and (max-width: 350px) {
    .part1_right_2 .hyrl_con {
        background: none;
        background-color: #ffffff;

    }


    .part1_right_2 {
        width: 100%;
    }

    .part1_right_2 .hyrl_con {

        width: 100%;
        height: 375px;
        overflow: hidden;
    }

    .part1_right_2 .hyrl_con .date {
        width: 96%;
        margin: 0 auto 0 auto;
        position: relative;
    }

    .dateR {
        width: 100%;
        margin: 0 auto;
        height: 43px;
        line-height: 43px;
        background: #5c61d0;
        color: #ffffff;

        font-size: 17px;
        border-top: 1px solid #115DB2;
        border-bottom: 1px solid #115DB2;
    }
}


@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;
    }
}
