/* æ—¥åŽ†æ ·å¼ */

.news-hot-topics{
    width: 282px;
    border: 1px solid #ededed;
    border-top: 2px solid #d50000;
}
.news-right-item h3{
    margin: 20px 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.news-project-calendar{
    position: relative;
    z-index: 61;
    font-size: 0;
    margin: 20px 0 20px 20px;
}
.news-project-calendar a{
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 50%;*/
    /*margin-top: -7px;*/
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    /*float: left;*/
}
.news-project-calendar a img{
    width: 8px;
    height: 5px;
    vertical-align: middle;
    margin-left: 4px;
}
.news-city-right {
    /*display: block;*/
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor:pointer;
}
.news-city-right:hover{
    /*display: block;*/
    font-size: 14px;
    color: #D50000;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor:pointer;
}
.news-city-right img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top:-2px;
}

#calendar{
    position: relative;
    z-index: 60;
}
#calendar img{
    width: 6px;
    height: 11px;
}
.g-calendar-hd{
    width: 262px;
    height: 28px;
    line-height: 28px;
    background-color: #f8f8f8;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.g-calendar-prev{
    position: absolute;
    top:2px;
    left:15px;
    padding: 5px;
    cursor: pointer;
}
.g-calendar-next{
    position: absolute;
    top:2px;
    right: 15px;
    padding: 5px;

    cursor: pointer;
}
.g-calendar-tit span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.g-calendar-bd{
    margin-bottom: 6px;
}
.g-calendar-bd span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.g-calendar-grey{
    color: #999999 !important;
}
.g-calendar-on{
    background-color: #ebebeb;
}

.g-calendar-tip{
    position: relative;
    cursor: pointer;
}
.g-calendar-tip::after{
    content: '';
    position: absolute;
    right: -2px;
    top:-2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: red;
}
.g-calendar-modal{
    width: 224px;
    position: absolute;
    top:30px;
    right:0;
    padding: 10px 15px;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #ededed;
    color: #333333;
    background-color: #fff;
    z-index: 30;
}
/*  ä¸Šä¸‹é€æ˜Žï¼Œå³è¾¹æ¡†ä¸º9pxä¸”åœ¨:beforeä¼ªå…ƒç´ ä¸‰è§’å½¢çš„åŸºç¡€ä¸Šï¼Œå‘å³ï¼Œä¸‹ç§»åŠ¨äº†1px  */
.g-calendar-modal::after {
    content: '';
    position: absolute;
    top: -7px;
    right: 9px;
    width: 11px;
    height: 7px;
    background-image: url('/assets/img/calendar_icon-2x.jpg');
    background-size: 11px 7px;
}
.g-calendar-modal-hide{
    display: none;
}

.news-city{
    position: absolute;
    width: 266px;
    padding: 12px 0px;
    border: 1px solid #ededed;
    top:32px;
    left:-12px;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;

}
.news-city-btn{
    position: relative;
}
.news-city-btn .site{
    color:#d50000;
    font-weight: bold
}
.news-city-btn span.site:hover {
    color: #d50000;
}
.news-city-after {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 11px;
    height: 7px;
    z-index: 99;
    background-image: url('/assets/img/calendar_icon-2x.jpg');
    background-size: 11px 7px;
    display: none;
}
.news-city li{
    min-width:28px;
    float: left;
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.news-city li:hover{
    color: #d50000;
}
.news-city-hide{
    display: none !important;
}
.news-more-icon-active img{
    transform: rotate(180deg);
}

.g-calendar-modal-bar{
    padding-bottom: 13px;
    padding-top: 13px;
    color: #333333;
    border-bottom: 1px solid #ededed;
}
.g-calendar-modal-bar:hover{
    color: #d50000;
}
