@charset "UTF-8";
.rili_left{width:58.8%;    float: left;}
.rili_right{  padding-top: 30px;margin-left: 60px;}
.rili_right_box{     padding: 30px 30px 40px;background: url(../../images/rili_right.png) no-repeat center;background-size: cover; }
.rili_right .news_list {width:39.28%;    float: right;}
.rili_right .news_list .news_imgs{  height: 165px;overflow: hidden;}
.rili_right .news_list .news_imgs img{transition-duration: 0.8s;    width: 100%;height: 100%;}
.rili_right .news_list .news_imgs img:hover{ transform: scale(1.12);}
.rili_right .news_list .news_title{
    line-height: 28px;
    font-size: 16px;
    margin: 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
}
.rili_right .news_list .news_tt1{background: url(../../images/rili-time.png) no-repeat left 5px; padding-left: 25px;color: #999999;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;    line-height: 25px;max-height:25px;    margin-bottom: 5px;transition-duration: 0.8s;cursor: pointer;}
.rili_right .news_list .f2{    padding-left: 10px;}
.rili_right .news_list .news_tt2{ background: url(../../images/rili-dz.png) no-repeat left 5px;padding-left: 25px;  color: #999999;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;    line-height: 25px;max-height:25px;    cursor: pointer;transition-duration: 0.8s;}
.rili_right .news_list .news_tt2:hover{-webkit-line-clamp: 2;max-height:50px;}
.rili_right .news_list .news_tt1:hover{-webkit-line-clamp: 2;max-height:50px;}
.rilishow{    margin-top: 40px;}
.calendar-month-select{
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #89b2d8;
}
.calendar-month-select .calendar-month-text{
background: url(../../images/addArrow.png) no-repeat 120px center;
    padding: 0 60px 0 15px;
    cursor: pointer;
}
.calendar-month-select .month-item {
    padding: 0 15px;
    cursor: pointer;
    white-space: nowrap;
    border-top: 1px solid #89b2d8;
}
.rilishow_box {
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 50%);
}

table {
	width: 100%;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#calendar {
    padding: 50px 30px 0;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 50%);
    min-height: 325px;
}
.calendar {
	font-family: "Chinese Quote", "Microsoft YaHei";
	font-size: 14px;
	color: rgba(0, 0, 0, 0.25);
}
.calendar-body{    position: relative;}
.calendar-body::before{position: absolute;content: "";width: 30px;height: 30px;background:url(../../images/rili_left.png) no-repeat center;top: -50px;right: -60px;}

.calendar-table {
/*width: 100%;
            height: 100%;*/
}
.calendar-column-header,  .calendar-cell {
	width: 14%
}
.calendar-column-header {
	font-weight: 600;
	text-align: center;
    line-height: 40px;
    color: #025bab;
}
.calendar-table {
	table-layout: fixed;
}
.calendar-cell {
	font-size: 14px;
	color: #025bab;
    cursor: pointer;
}
.calendar-cell.calendar-last-month-cell,  .calendar-cell.calendar-next-month-cell {
	color: rgba(0, 0, 0, 0.25);    opacity: 0;    cursor: unset;
}
.calendar-date {
    /* padding: 4px 8px; */
    width: 40px;
    line-height: 40px;
    margin: 0 auto 11px;
    /* border-top: 2px solid #e8e8e8;*/
}

.calendar-cell.hasEvents .calendar-date{
    background-color: #e5eef6;
	border-radius: 50%;
}
.calendar-cell.calendar-thisMonth .calendar-date,  .calendar-cell.current .calendar-date{
    background-color: #025bab;
    color: #fff;
	border-radius: 50%;
}
.calendar-date:hover {
	background: #e6f7ff;
	border-radius: 50%;
}
.calendar-value {
	text-align: center;
}
.calendar-content {
	text-align: center;
	height: 25px;
	overflow-x: hidden;
	overflow-y: auto;
	position: static;
	width: 100%;
	left: auto;
	bottom: auto;
    display: none;
}
.calendar-select {
	font-size: 13px;
	vertical-align: middle;
}
.btn.calendar-select-active {
	border-color: #fff;
	z-index: 2;
}
.calendar-select:first-child {
	margin-right: 10px;
}
.calendar-year-select{    display: none;}

.calendar-icon {
	margin: 0 10px 0 0;
}
.calendar-icon * {
	color: rgba(0, 0, 0, 0.25);
}
.btn {
	float: left;
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.btn-group {
	float: left;
	display: inline;
	padding: 0 8px;
}
.btn-group > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover {
	z-index: 2;
	border-color: #fff;
}
.btn-group .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*dropdown-menu*/
ul.dropdown-month, .dropdown-month li,  ul.dropdown-year, .dropdown-year li {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.dropdown-month.open,  .dropdown-year.open {
	display: inline-block;
	margin-top: 1px;
	width: 100%;
}
.dropdown-month,  .dropdown-year {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 50px;
	border: 1px solid #eee;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.dropdown-month .month-item,  .dropdown-year .year-item {
	font-size: 12px;
	position: relative;
	display: block;
	padding: 5px 2px;
	line-height: 20px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.65);
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.month-item:hover,  .year-item:hover {
	background: #e6f7ff;
}
.year-item.active {
	background-color: #fafafa;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
}
     /*自定义事件样式*/
        /*ul.events li {
            white-space: nowrap;
            font-size: 13px;
            padding: 1px 2px;
        }

            ul.events li span {
                margin-left: 5px;
            }

            ul.events li:before {
                content: "*"
            }*/

        /*scrollbar*/
        /**::-webkit-scrollbar {
            width: 8px;
            background-color: #fff;
        }

        *::-webkit-scrollbar-thumb {
            background-color: #ddd;
            border-radius: 8px;
            -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
        }*/
