﻿.calendar_container{
    width:1200px;
    margin:0 auto;
}
.calendar_container *{
    box-sizing:border-box;
}
.calendar_position {
    width: 100%;
    min-width:1200px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #999;
    border-bottom:1px solid #eee;
}
    .calendar_position a {
        color: #999;
    }
    .calendar_position a:hover {
        color: #16ac5e;
    }
.calendar_position span{
    margin:0 5px;
}
.calendar_tag{
    height:70px;
    line-height:70px;
    font-size:23px;
}
.calendar_tag span{
    font-size:12px;
    color:#999;
    margin-left:5px;
}
.calendar_left {
    width: 940px;
    float: left;
}
.calendar_right{
    width:240px;
    float:right;
}
.calendar_box {
    margin-bottom:26px;
}
.calendar_cale {
    width: 302px;
    height: 326px;
    background: url('images/calendar_bg.png') no-repeat center center;
    background-size: cover;
    margin-bottom: 17px;
    padding: 20px;
    margin-right: 17px;
    float:left;
}
    .calendar_cale:nth-child(3n) {
        margin-right: 0;
    }
.calendar_month{
    display:block;
    width:100%;
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:17px;
    font-weight:600;
    position:relative;
    margin-bottom:30px;
}
    .calendar_month:before,.calendar_month:after {
        display: block;
        content: "";
        width: 34px;
        height: 1px;
        background-color: #594f34;
        position: absolute;
        top: 50%;
        margin-top: -.5px;
    }
    .calendar_month:before{
        left:0;
    }
    .calendar_month:after{
        right:0;
    }
    .calendar_month:hover {
        color: #ea4f0d;
    }
.calendar_detial {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:fixed;
}
.margintr{
    height:17px;
}
.calendar_detial thead th {
    background-color: #f1eade;
    border-radius: 5px;
    color: #5d3627;
    font-size: 17px;
    font-weight:400;
    height: 28px;
    line-height: 28px;
}
    .calendar_detial tbody tr{
        height:30px;
        line-height:30px;
    }
    .calendar_detial tbody tr td{
        font-size: 15px;
        color: #5d3627;
    }
        .calendar_detial tbody tr td.auspicious {
            background: url('images/auspicious .png') no-repeat center center;
            background-size: 29px 29px;
            color: #ea4f0d;
            font-weight:600;
        }
.calendar_query{
    margin-bottom:30px;
}
    .calendar_query .calendar_query_title {
        height:30px;
        line-height:30px;
        font-size:23px;
        margin-bottom:20px;
    }
    .calendar_query .calendar_query_item {
        padding: 28px 18px;
        background-color: #fbf2e6;
    }
.query_item_list {
    width: 150px;
    border-right: 1px dashed #e1ded9;
    text-align:center;
    float:left;
}
.query_item_list:last-child{
    border-right:0;
}
    .query_item_list a {
        display: block;
        color: #6c624c;
        font-size:14px;
        height:25px;
        line-height:25px;
        margin-bottom:20px;
    }
        .query_item_list a:hover{
            background: url('images/date.png') no-repeat center center;
            color: #fff;
        }
.calendar_article {
    margin-bottom: 13px;
}
    .calendar_article .calendar_article_title {
        height: 30px;
        line-height: 30px;
        font-size: 23px;
        margin-bottom: 20px;
    }
    .calendar_article .calendar_article_list {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    
.calendar_article_list li {
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    width: 460px;
    margin-bottom: 17px;
    margin-right: 20px;
    padding: 15px 20px;
    background-color: #f8f8f8;
}
    .calendar_article_list li:nth-child(2n){
        margin-right:0;
    }
    .calendar_article_list li .article_list_content {
        width: 300px;
    }
    .calendar_article_list li .article_list_cover, .calendar_article_list li .article_list_cover img {
        display: block;
        width: 85px;
        height: 85px;
    }
.article_list_content .article_list_title {
    display:inline-block;
    max-width:100%;
    height:20px;
    line-height:20px;
    margin-bottom:5px;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
    .article_list_content .article_list_title:hover{
        color:#16ac5e;
    }
    .article_list_content .article_list_title span {
        display: inline-block;
        width: 50px;
        text-align: center;
        height: 20px;
        font-size: 14px;
        color: #fff;
        background-image: url('images/recommend.png');
        margin-right: 5px;
    }
.article_list_content .content {
    font-size:14px;
    color:#999;
    line-height:20px;
    text-indent:2em;
}
.article_list_content .content a{
    color:#999;
}
    .article_list_content .content a:hover{
        color:#16ac5e;
    }

.calendar_video {
    margin-bottom: 30px;
}

    .calendar_video .calendar_video_title {
        height: 30px;
        line-height: 30px;
        font-size: 23px;
        margin-bottom: 20px;
    }
.video_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.video_list li{
    width:300px;
    border:1px solid #eee;
}
    .video_list li:hover{
        box-shadow:0px 5px 15px rgba(0,0,0,.1);
    }
    .video_list li .video_list_cover {
        display: block;
        width: 300px;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
        .video_list li .video_list_cover img {
            display: block;
            width: 300px;
            height: 200px;
            cursor:pointer;
        }
    .video_list li .video_list_cover .duration{
        font-size:14px;
        position:absolute;
        right:10px;
        bottom:10px;
        padding:0 11px;
        height:22px;
        line-height:22px;
        background-color:rgba(0,0,0,.7);
        color:#fff;
        border-radius:11px;
    }
    .video_list li .title{
        font-size:16px;
        height:20px;
        line-height:20px;
        padding:0 18px;
        margin:10px 0;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .video_list li .title:hover a{
        color:#16ac5e;
    }
    .video_list li .time_view {
        margin-bottom: 15px;
        padding: 0 18px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        color:#999;
        font-size:12px;
    }

.calculator, .rank,.style{
    display:block;
    margin-bottom:20px;
}
.relative_article {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 0 20px;
}
    .relative_article .article_tag{
        font-size:18px;
        border-bottom:1px dashed #eee;
        height:60px;
        line-height:60px;
    }
    .relative_article a {
        display: inline-block;
        max-width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
        border-bottom: 1px dashed #eee;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .relative_article a:last-child {
        border-bottom: 0;
    }
    .relative_article a:hover{
        color:#16ac5e;
    }
.calendar_form {
    min-height: 372px;
    margin-bottom: 20px;
    padding: 0 20px;
    background-image: url('images/formbg.png');
    background-repeat:no-repeat;
    background-size:cover;
}
    .calendar_form .form_title {
        height: 54px;
        line-height: 54px;
        text-align: center;
        color:#fff;
        font-size:16px;
    }
    .calendar_form .form_tip {
        font-size: 12px;
        color: #9f8f79;
        margin:10px 0;
    }
    .calendar_form .calendar_date {
        height: 26px;
        line-height: 26px;
        border-radius: 13px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        color: #614b2b;
        font-size: 14px;
        background-color: #e8d9c5;
        margin:9px auto;
        padding:0 5px;
    }
.data_ji {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 25px;
    font-weight: 600;
    color: #614b2b;
    margin: 0 auto;
    background-image: url('images/ji.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.data_more {
    display: block;
    width: 140px;
    margin: 10px auto;
}
.data_back {
    width: 60px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #766245;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #ddceb8;
}
.data_content {
    display: flex;
    display: -webkit-flex;
    margin-bottom:12px;
}
    .data_content .data_content_left, .data_content .data_content_right {
        width: 50%;
        text-align:center;
    }
        .data_content .data_content_left .title, .data_content .data_content_right .title {
            font-size: 16px;
            color: #614b2b;
        }
        .data_content .data_content_left .detail, .data_content .data_content_right .detail {
            min-height: 70px;
            border-right: 1px dashed #cabca8;
            font-size: 12px;
            color: #9f8f79;
        }
            .data_content .data_content_right .detail{
                border-right:0;
            }
            .data_content .data_content_left .detail span {
                float:left;
                margin-right: 8px;
            }
        .data_content .data_content_right .detail span {
            margin-left: 8px;
            float: left;
        }
            .data_content .data_content_left .detail span.on, .data_content .data_content_right .detail span.on {
                color: #614b2b;
            }
.form_list li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}
.form_list li:last-child{
    margin-bottom:0;
}
    .form_list li input[type='text'], .form_list li select {
        background-color: #f4e9d7;
        height: 35px;
        line-height: 35px;
        border: 1px solid #bfb5a4;
        padding:0 10px;
    }
    .form_list li .form_tel {
        width:100%;
    }
    .form_list li .form_city, .form_list li .form_area {
        width: 91px;
    }
    .form_list li .form_time {
        width: 100%;
    }
    .form_list li .form_btn {
        width:100%;
        font-size:14px;
        color:#fff;
        height:36px;
        line-height:36px;
        background-color: #927352;
        cursor:pointer;
        outline:0;
        border:0;
    }
    .form_list li .verifycode {
        width:86px;
    }
    .form_list li .refresh {
        display: inline-block;
        width: 22px;
        height: 20px;
        cursor: pointer;
        background: url('images/refresh.png') no-repeat center center;
    }
    .form_list li .code {
        width:60px;
        height:35px;
    }
.calendar_result{
    height:60px;
    line-height:60px;
    font-size:14px;
}
    .calendar_result span {
        margin: 0 5px;
        color: #ea5817;
    }
.calendar_query1{
    margin-bottom:30px;
}
    .calendar_query1 .calendar_query1_title1 {
        height: 30px;
        line-height: 30px;
        font-size: 23px;
        margin-bottom: 20px;
    }
.query_container {
    padding:30px 28px 10px;
    background-color: #fbf2e6;
}
    .query_container .query_result a {
        font-size: 14px;
        color: #6c624c;
        margin-right:30px;
        float:left;
        margin-bottom:20px;
    }
    .query_container .query_result a:hover{
        color:#16ac5e;
    }

.calendar_search_detail{
    margin-bottom:30px;
}
.m_date {
    border: 1px solid #eeeeee;
    margin-bottom: 18px;
    font-size: 14px;
}
    .m_date .item {
        position: relative;
        background: #fbf2e6;
    }
        .m_date .item:first-child .cap {
            border-top: none;
        }
    .m_date .cap {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 153px;
        text-align: center;
        border-top: 1px solid #eeeeee;
    }
        .m_date .cap span {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            margin-top: -10px;
            height: 20px;
            line-height: 20px;
            font-size:16px;
        }
    .m_date .cont {
        background-color: #fff;
        margin-left: 153px;
        min-height: 68px;
        overflow: hidden;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }
    .m_date .item:first-child .cont {
        border-top: none;
    }
    .m_date .list {
        overflow: hidden;
    }
        .m_date .list li {
            float: left;
            height: 68px;
            line-height: 68px;
            padding: 0 25px;
            white-space: nowrap;
            font-size: 16px;
        }
    .m_date .list2 {
        padding: 23px 12px;
        overflow: hidden;
    }
        .m_date .list2 li {
            float: left;
            padding: 0 12px;
            height: 22px;
            line-height: 22px;
            white-space: nowrap;
            font-size:16px;
        }
    .m_date .cap2 {
        background: url('images/yi.png') no-repeat center;
        color: #EA5817;
    }
    .m_date .cap3 {
        background: url('images/ji.png') no-repeat center;
        color: #614B2B;
    }
    .m_date .cap2 span, .m_date .cap3 span {
        font-weight: bold;
        font-size: 23px;
    }
    .m_date .list2 li.cur {
        background-image: url(images/cur.png);
        background-size: cover;
        color: #fff;
    }

.m_cate {
    background: url('images/m_cate.png') no-repeat;
    margin-top: 20px;
    height: 355px;
    margin-bottom: 20px;
}
    .m_cate .item {
        line-height: 54px;
        height: 54px;
        padding: 0 12px;
    }
.col_l {
    float: left;
}
.select {
    width: 80px;
    height: 30px;
    border: none;
}
.m_cate h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding-left: 11px;
}
.m_cate .day {
    padding: 20px 5px 0;
    border-bottom: 1px dashed #DBD4C9;
}
    .m_cate .day a {
        padding: 0 7px 16px;
        font-size: 12px;
        float: left;
        color: #6c624c;
        margin-bottom: 5px;
    }
.m_cate .tit {
    line-height: 16px;
    font-size: 12px;
    padding: 0 12px;
    margin-top: 14px;
}