.content>div{
border-top:2px dashed #DDDDDD;
overflow:auto;
margin-top:0.1%;
}
.textmore{
width:28%;
float:left;
}
/*新闻动态*/
.textmore-new,.textmore-calendar{
background-color:#FAFAFA;
border-radius:4px;
}
.textmore-new .textmore-content>div{
overflow:auto;
}
.textmore-new .title,.textmore-calendar .title{
font-weight:bold;
color:#9A231D;
font-size:18px;
border-bottom:1px solid #9A231D;
padding:5% 0px 1% 3%;
}
.textmore-new .textmore-content>div>span,.textmore-new .textmore-content>div>div{
float:left;
}
.textmore-new .textmore-content>div>span{
width:8%;
font-size:15px;
margin-top:1.5%;
color:#9A231D;
}
.textmore-new .textmore-content>div>div{
width:92%;
font-size:15px;
line-height:180%;
}
.textmore-new .more{
font-size:12px;
display:block;
text-align:right;
}
/*耿丹校历*/
.textmore-calendar{
margin-top:10%;
}
td{
border:1px solid #DDDDDD;
}
.textmore-calendar .calendar-title{
text-align:center;
padding:2% 0px;
}
.textmore-calendar .content-date-select{
overflow:auto;
margin-bottom:2%;
padding:0px 5%;
}
.textmore-calendar .content-date-select select{
float:left;
font-size:15px;
}
.textmore-calendar .content-date-select div{
float:right;
}
.textmore-calendar .table{
padding:0px 5% 5% 5%;
}
.textmore-calendar .week-border td{
border-bottom:none;
}
.textmore-calendar .table td{
width:14.2%;
}
/*屏幕大于等于1200样式*/
@media screen and (min-width: 1240px) {

}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){
.textmore-new .textmore-content>div>div{
	overflow:hidden;       	
    white-space:nowrap;
    text-overflow:ellipsis;
	margin:2.5% 0px;
}
.textmore-calendar .content-date-select>div{
	font-size:15px;
}
.textmore-calendar .table{
padding:5%;
}
}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1199px){

.textmore-new .textmore-content>div>div{
	overflow:hidden;       	
    white-space:nowrap;
    text-overflow:ellipsis;
	margin:2.5% 0px;
}
.textmore-calendar .content-date-select>div{
	font-size:14px;
}
.textmore-calendar .table{
padding:5%;
}
}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){
.textmore{
	width:100%;
	background-color:#FAFAFA;
}
.textmore-calendar{
margin-top:0px;
}
.textmore-new{
float:left;
width:49%;
}
.textmore-calendar{
float:right;
width:49%;
}						



}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
.textmore{
	width:100%;
}
.textmore-calendar{
	margin-top:0px;
}
.textmore-new .textmore-content>div>div{
	overflow:hidden;       	
    white-space:nowrap;
    text-overflow:ellipsis;
	margin:2% 0px;
}
.textmore-new .textmore-content>div>span{
	margin-top:2.8%;
}
}

