/***********全局重置CSS*****************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    margin: 0;
}

p {
    margin: 0;
    color: #1658a0;
}

ul,
ol,
li {
    padding-left: 0;
    list-style-type: none;
}

/***消除img默认边框*****/
img {
    border: 0;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/*细线表格*/
table {
    border-collapse: collapse;
}

em {
    font-style: normal;
}

/***默认让所有浏览器出现右边滚动条****/
html {
    overflow-y: scroll;
    font-size: 16px;
}

/***默认清除浮动****/
body {
    font-family: "微软雅黑", "sans-serif", "Arial";
    position: relative;
}

.conter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hdrl {
    width: 530px;
    display: inline-block;
    float: right;
}

.hdrl h3 {
    display: block;
    background: url("../images/mljdz_title03.png") no-repeat center center;
    width: 100%;
    height: 58px;
    text-indent: -10000px;
    margin-bottom: 20px;
}

.hdrl .hdrl_rl {
    padding: 0.325rem;
    box-sizing: border-box;
    margin: 1.25rem 0 0.325rem;
    background: url("../images/hdrl_2.png") center center no-repeat;
    background-size: 100% 100%;
    min-height: 306px;
}

.hdrl table {
    width: 490px;
}

.hdrl table td {
    text-align: center;
}

.hdrl .header-day p {
    font-size: 0.55rem;
    padding: 0.2rem 0;
}

.hdrl .clndr-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 1.125rem;
    color: #1758a0;
}

.hdrl .clndr-head .m-head,
.hdrl .clndr-head .clndr-time {
    display: flex;
    align-items: center;
}

.hdrl .clndr-head .month,
.hdrl .clndr-head .day {
    margin: 0 0.35rem;
    user-select: none;
    font-size: 16px;
    color: #1758a0;
}

.hdrl .clndr-head .clndr-control-button {
    cursor: pointer;
    user-select: none;
}

.hdrl .clndr-table .day {
    cursor: pointer;
    user-select: none;
    color: #1758a0;
}

.hdrl .clndr-table .day .day-contents {
    padding: 0.1rem 0.15rem;
    line-height: 1;
    font-size: 0.56rem;
    color: #333;
    display: inline-block;
    margin: 0.3rem 0;
    border-radius: 4px;
    position: relative;
}

.hdrl .clndr-table .day .day-contents.marked:before {
    content: '';
    position: absolute;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    left: calc((100% - 0.25rem)/2);
    bottom: 0.125rem;
    background: #E11118;
}

.hdrl .clndr-table .day.today .day-contents {
    background: #1658a0;
    color: #fff;
}

.hdrl .clndr-table .day.last-month,
.hdrl .clndr-table .day.next-month {
    opacity: 0.3;
}

.hdrl .clndr-table .day:hover .day-contents {
    background: #1658a0;
    color: #fff;
}

.hdrl .clndr-table .today .hasActivity::after {
    display: none;
}

.hdrl .clndr-table .day:hover .hasActivity::after {
    display: none;
}

.hasActivity {
    position: relative;
}

.hasActivity::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: red;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.hdrl .hdrl_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.hdrl .left_date {
    user-select: none;
}

.hdrl .left_date>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.225rem 0;
    margin: 0 0.325rem;
    width: 102px;
}

.hdrl .left_date .start {
    border-bottom: 1px solid #1658a0;
}

.hdrl .left_date .tag {
    font-size: 0.15rem;
    width: 18px;
    height: 32px;
    padding: 0.05em;
    color: #fff;
    background: #1658a0;
}

.hdrl .left_date .rq {
    font-size: 0.45rem;
    padding: 0 0.2rem 0 0.2125rem;
    color: #1658a0;
    position: relative;
}

.hdrl .left_date .rq em {
    font-size: 0.35rem;
    display: block;
    padding-left: 0.6rem;
}

.hdrl .left_date .rq:after {
    content: '';
    position: absolute;
    height: 0.5px;
    width: 60%;
    background: #1658a0;
    transform: rotate(-60deg);
    left: 20%;
    top: 55%;
}

.hdrl .left_date .time {
    background: #f2f2f2;
    color: #1658a0;
    padding: 0rem 0.1875rem;
    white-space: nowrap;
}

.hdrl .left_date .time p:first-of-type {
    margin-bottom: 0.1875rem;
    color: #1658a0;
}

.hdrl .right_cont {
    width: calc(100% - 2rem);
    color: #333;
    margin-left: 10px;
}

.hdrl .right_cont .tit {
    font-size: 0.55rem;
    line-height: 1.3333;
    margin-bottom: 0.1rem;
}

.hdrl .right_cont .info {
    display: flex;
    align-items: center;
    margin-bottom: 0.325rem;
}

.hdrl .right_cont .lx {
    color: #fff;
    line-height: 0.22rem;
    padding: 0.3125rem 0.625rem;
    background: #d43030;
    display: inline-block;
}

.hdrl .right_cont .zq {
    display: flex;
    align-items: center;
    margin-left: 0.325rem;
    line-height: 1;
}

.hdrl .right_cont .zq img {
    margin-right: 0.325rem;
    width: 0.5rem;
}

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }

    .conter {
        margin: 0 3%;
    }
}

@media (max-width: 810px) {
    html {
        font-size: 12px;
    }
}