﻿@charset "UTF-8";
.calendar {font-size:16px;margin:0 auto;padding: 10px 15px;}
.calendar table{ width:100%;margin:0 auto;}
.calendar table tr th{ height:45px; background:url('../images/sz_date.jpg') no-repeat center; font-weight:normal;text-align: center;}
.calendar table tr td{ text-align:center; line-height:35px; height:35px; color:#4f4f4f; cursor:pointer;}

/*鼠标滑过*/
.bgHover{ background:#115DB2; color:#fff !important;text-decoration:none !important;}
.riqi { position:relative; z-index:9999999; height:35px;}
.riqi .piaofu{ position:absolute; width:212px; bottom:44px;left:0; background:#115DB2;  text-align:left; font-size:0.813rem; line-height:18px; padding:10px;display:none; z-index:100; border-radius:6px;}
.riqi.current .piaofu{ display:block;}
.riqi .piaofu span{ display:block; width:212px; height:9px; position:absolute; bottom:-9px;_bottom:-12px;left:0px; z-index:100;}
.riqi .piaofu ul li{ padding:2px 0px 2px 8px; background:url('../images/sz_dot.jpg') no-repeat 0px 9px; z-index:100;}
.riqi .piaofu ul li a{color:#fff; z-index:100; font-size:0.813rem;}
.riqi .piaofu ul li a:hover{ text-decoration:underline; z-index:100;}

/*非本月日期*/
.calendar table tr td.current_day{ background:#cbcbcb}
.calendar table tr td.unselected_month{ color:#b5b5b5}

/*选择日期*/
.choice { font-size:1.188rem; height:38px;color:#000;display:flex;flex-wrap: nowrap; }
.choice p{ display:block;flex:0 0 50%;float:left; height:38px; line-height:38px; text-align:center; }
/* .choice p.month{ background:url('../images/line.jpg') no-repeat right center;} */
.choice .month_name{ display:inline-block; width:62px; text-align:center; font-size:16px;}
.choice .button{ cursor:pointer; display:inline-block; padding:0 8px;margin:0px; *padding:0 14px;font-size:18px;}
.choice .month .prev{ padding-left:0px;font-size:18px;} 
.choice .year .next{ padding-right:0px;font-size:18px;} 


.calendar .year_name{  font-size:16px;}


/* 市长页面样式s */
.hdrl{
    padding: 0px;
}
.hdrl-title{
    height: 48px;
    background: #115DB2 url("../images/dot10.png") no-repeat 35px center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.hdrl-title h3{
    height: 100%;
    line-height: 48px;
    background: url("../images/dot10.png") no-repeat 355px center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.sz_rl{
    background: #f3f8fc;
}
/* 市长页面样式e */