@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/

.container {
	padding: 0;
}

.xuesu-content-box {
    padding: 68px 0;
}

.xuesu-heade{
    border-bottom: 1px solid #ededed;
}

h5.xuesu-college {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 10px 0 ;
}

h3.xuesu-title {
    font-size: 24px;
    color: #333;
    margin: 20px 0 ;
	line-height: 32px;
}

.xuesu-heade-info div{
	font-size: 18px;
    color: #333;
    line-height: 24px;
	padding: 5.5px 0 5.5px 60px;
	margin-bottom: 20px;
       height: 35px;
}

.xuesu-heade-info .xuesu-user {
    background: url(../images/xuesu-user.png) left 0px no-repeat;	
}

.xuesu-heade-info .xuesu-time {
    background: url(../images/xuesu-time.png) left 0px no-repeat;	
}

.xuesu-heade-info .xuesu-adress {
    background: url(../images/xuesu-adress.png) left 0px no-repeat;	
}


.xuesu-intr {
    padding: 30px 0;
	border-bottom: 1px solid #ededed;
}


.xuesu-tips {
    font-size: 18px;
    color: #333;
    font-weight: bold;
	float: left;
	width: 13%;
}

.xuesu-text {
    padding-left: 13%;
    font-size: 16px;
    color: #333;
    line-height: 28px;
	min-height: 25px;
	
}

.xuesu-text p img{
	max-width: 100%;
}

.xuesu-neirong{
	padding: 30px 0 15px;
	border-bottom: 1px solid #ededed;
}

.neirong-text{
	margin-bottom: 125px;

}

.xuesu-haibao {
    padding: 40px 0;
}


.calendar-content-box{
	padding: 68px 0;
}

.calendar-select-item {
    border-bottom: 2px solid #ececeb;
	position: relative;
}

.calendar-box {
    width: 85px;
    height: 77px;
	background: url(../images/calendar.png) center no-repeat;
	overflow: hidden;
	float: left;
}

.calendar-box .calendar-year{
	font-size: 30px;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	margin: 6px 12px 0;
	border-bottom: 1px solid #fff;
}

.calendar-long {
    font-size: 16px;
	color: #fff;
	font-family: "宋体";
    text-align: center;
	margin: 3px 0 0 ;
	
}

.calendar-tipos{
	font-size: 24px;
	color: #333;
	padding-left: 100px;
	height: 75px;
	line-height: 85px;
	margin: 0;
}

.calendar-select {
    position: absolute;
    right: 0;
    bottom: 10px;
	padding: 5px 22px;
	border: 1px solid #bbbbbb;
	border-radius: 20px;
	font-size: 16px;
    color: #333;
	width: 185px;
}

.calendar-select option{
	font-size: 16px;
	color: #333;
}

.week_list input.prevsweek {
    padding: 5px 15px;
}


.week_list input.currweek {
    padding: 5px 15px;
}

.week_list input.nextsweek {
    padding: 5px 15px;
}

.calendar-info ul li a{
   color: #6e5f52;
}

/* .select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
} */
.select .placeholder {
    position: relative;
    display: block;
	font-size: 16px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}
/* .select .placeholder:hover {
    background: #34383c;
} */
.select .placeholder:after {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
	width: 17px;
	height: 11px;
    content: '';
	background: url(../images/select.png)  center  no-repeat;
    z-index: 10;
}
/* .select.is-open .placeholder:after {
    content: '\f077';
} */
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #333;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
	border: 1px solid #bbbbbb;
}
.select ul li {
    display: block;
    text-align: left;
	padding: 6px 22px;
    color: #333;
    cursor: pointer;
}
.select ul li:hover {
    background: #1fa500;
    color: #fff;
}

.calendar-title {
    font-size: 20px;
    color: #928273;
    text-align: center;
    font-weight: bold;
	margin: 26px 0 ;
}

.calendar-table {
    border: 2px solid #81807e;
}

.calendar-table-item{
	border-top: 1px solid #b8b8b8;
}

.calendar-table-item:hover{
	background: #fbfaf3;
}

.week_list {
    position: absolute;
    right: 0;
        bottom: 0;
}



.calendar-week {
    width: 10%;
    float: left;
	text-align: center;
	padding: 30px 0 0;
}

.calendar-week .calendar-week-z{
	font-size: 18px;
	color: #333;
	margin: 0 0 4px;
}

.calendar-week .calendar-week-en{
	font-size: 12px;
	color: #333;
	margin: 0 ;
	opacity: 0.55;

}

.calendar-number {
    font-size: 36px;
    color: #928273;
    font-weight: bold;
	padding-top: 22px;
	text-align: center;
	float: left;
	width: 10%;
	border-left: 1px solid #c5c4be;
}

.calendar-table-item:hover .calendar-number{
	color: #1fa500;
}

.calendar-info {
    margin-left: 20%;
    border-left: 1px solid #c5c4be;
    min-height: 93px;
}

.calendar-info ul li{
	border-top: 1px solid #cac9c7;
	padding: 15px 15px;
	color: #6e5f52;
	font-size: 16px;

}

.calendar-info ul li:first-child{
	border-top: none;
}

.calendar-info ul li p{
	color: #6e5f52;
	font-size: 16px;
}

.calendar-info ul li  span{
	color: #fe7507;
}