@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
body {
    background-color: #f3f1f2;
}
#yic-calendar{float: right;position: relative;}
#calendar {
    position: absolute;
    width: 660px;
    height: 390px;
    display: none;
    z-index: 999;
	background-color: #ffffff;
    margin-top: -442px;
    right: 0;
    display: none;
}
#todayTime {
    padding: 0px 0px 3px 0px;
    font-size: 14px;
    color: #454545;
    text-align: center;
    display: none;
}
#todayDate {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #007ad8;
    height: 100px;
    line-height: 40px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.todayLeft{
    float: left;
    margin: 10px;
    width: 30%;
}
.todayLeft span:first-child{display: block;font-size: 28px;border: 2px solid #fcfeff;border-radius: 5px 5px 0 0;}
.todayLeft span:last-child{
    display: block;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #007ad8;
    background: #fcfeff;
    border-radius: 0 0 5px 5px;
}
.todayRight{
    float: left;
    margin-left: 10px;
}
.todayRight p:first-child{
    font-size: 23px;
    font-weight: normal;
    line-height: 45px;
    text-align: left;
    padding-top: 5px;
}
.todayRight p:last-child{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.todayRight a{
    color: #007ad8;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 2px 8px;
}
.todayRight a:hover{background-color: #e7e7e7;}
#tools {
    padding: 7px 5px;
    height: 30px;
    color: #454545;
    display: flex;
    justify-content: space-between;font-weight: normal;
}
#tools .l {
    float: left;line-height:25px;
}
#tools .r {
    float: right;
}
#showTable {
    width: 100%;
    color: #454545;
    font-size: 12px;font-weight: normal;
    padding: 0;
}
#showTable ol{
    line-height: 38px;
}
#showTable ul {
    line-height: 37px;
}
#showTable ol,#showTable ul{
    font-size: 0;
}
#showTable li{
    display: inline-block;
    width: 14.2%;
    text-align: center;
    min-height: 37px;
}
#showTable ol li {
    color: #fff;
    font-size: 15px;
    background-color: #0274cc;
    line-height: 38px;
    font-weight: normal;
}
#showTable ul li {
    text-align: center;
    font-size: 16px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    position: relative;
}
#showTable ul li.today {
    background: #ed9e0c;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
}
#showTable ul li.datedot{cursor: pointer;}
#showTable ul li.datedot::after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #56abed;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    bottom: 2px;
    margin-top: 5px;
}
#showTable ul li.today::after{
    background-color: #ed9e0c;
}
.label1 {
    font-size: 14px;
    margin-left: 5px;
    line-height: 30px;
}
#nextMonth, #prevMonth {
    cursor: pointer;
    display: block;
    border-width: 7px;
    border-color: #3397e3;
    border-style: solid;
    border-top-color:transparent;
    border-bottom-color:transparent;
}
#nextMonth {
    margin-left: 5px;
    margin-right: 2px;
    border-right: none;
}
#prevMonth {
    margin-right: 5px;
    margin-left: 2px;
    border-left: none;
}
#xxfordate {
    float: left;
    width: 379px;
    height: 381px;
    background-image: url('bmsj-bj.jpg');
    background-repeat:no-repeat;
    background-position: right bottom;
    word-break: break-all;
    overflow-y: scroll;
    border: 1px solid #bfdff8;
    border-right: none;
    border-radius: 3px 0 0 3px;
}
#xxfordate::-webkit-scrollbar {width: 5px;height: 5px;}
#xxfordate::-webkit-scrollbar-thumb {background-color: #a1a3a9;border-radius: 0px;}
#openxxfordate{
    background-color: #007ad8;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    border-radius: 7px;
    cursor: pointer;
    background-image: url(icon-rili.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px;
}
#openxxfordate.cur::before {
    content: " ";
    border: 7px solid #007ad8;
    width: 0;
    height: 0;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 2px;
}
/* #openxxfordate i{background-image: url('icon-rili.png');width: 22px;height: 22px;margin-right: 0;} */
#closexxfordate {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% 100%;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.datecon {
    width: 280px;
    height: 383px;
    float: left;
    box-sizing: border-box;
    background-color: #007ad8;
    font-family: "Microsoft Yahei";
    padding: 10px;
    border: 1px solid #007ad8;
    border-radius:0 3px 3px 0;
}
#tools .l select {
    height: 26px;
    font-size: 15px;
    border: #dedede solid 2px;
    border-radius: 5px;
    vertical-align: middle;
    padding: 0px 5px;
    margin: 2px 5px;
}
#tools .m{
    line-height: 25px;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    padding: 0 10px;
    height: 25px;
    border-radius: 10px;
    color: #007bd7;
}
#xxcontent{font-weight: normal;text-indent:30px;margin-top:8px;line-height: 44px;font-size: 18px;padding-left: 10px;}
#xxcontent p{text-align: center;color: #686868;}
#xxcontent p img{margin-top: 120px;margin-left:-10px;width: 80px;}
.bmsj_list{
    width: 97%;
    max-height: 60px;
    overflow: hidden;
    background-image: url(http://www.yichang.gov.cn/static/images/2022/licon1.png);
    background-repeat: no-repeat;
    background-position: 0px 19px;
    text-indent: 0;
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    font-weight: normal;
    padding: 7px 0 7px 10px;
    border-bottom: 1px solid #ededed;
}
.bmsj_list a { color:#424242;margin-right: 0;}
  @media (max-width: 719px){
    .yic-news-nav{height: auto;}
    #yic-calendar{
        float: left;
        width: 100%;
        position: inherit;
        border: 1px solid #007ad8;
    }
    #calendar{
        display: block;
        margin-top: 0;
        width: 100%;
        position: inherit;
        height: auto;
    }
    #openxxfordate{
        width: 100%;
        display: block;
        padding: 0;
        text-align: left;
        border-radius: 0;
        text-indent: 35px;
    }
    #xxfordate,.datecon{
        float: right;
        width: 100%;
        height: auto;
        border-radius: 0;
        border: none;
    }
    #xxcontent{min-height: 170px;}
    #xxcontent p img{margin-top: 0px;padding-right: 10px;}
    .bmsj_list a{width: 100%;}
  }