.imgmore{
width:28%;
float:left;
background-color:#FAFAFA;
border-radius:4px;
}
/*搜索*/
.imgmore .search-title,.imgmore .imgmore-title,.imgmore .link-title{
font-size:18px;
font-weight:bold;
color:#9A231D;
padding:5% 0px 2% 2%;
border-bottom:1px solid #DDDDDD;
}
.imgmore .search{
border-bottom:1px dashed #DDDDDD;
}
.imgmore .serach-box{
padding:8% 2%;
}
.imgmore .serach-box input{
outline:none;
}
.imgmore .serach-box input:focus{
outline:none;
}
/*教务系统*/
.imgmore .imgmore-jwc .imgmore-icon{
overflow:hidden;
width:85%;
margin:0px auto;
}
.imgmore .imgmore-jwc .imgmore-icon .title{
display:block;
}
.imgmore .imgmore-jwc .dashicons{
font-size:60px;
color:#9A231D;
}
.imgmore .imgmore-jwc .dashicons{
display:block;
width:100%;
height:100%;
}
.imgmore .imgmore-jwc a{
font-size:16px;
display:block;
color:#737171;
text-align:center;
padding:6% 0px;
width:50%;
float:left;
}
.imgmore .imgmore-jwc a .title{
}
/*友情链接*/ 
.imgmore .link{
padding-bottom:5%;
}
.imgmore .link a{
display:block;
text-align:center;
padding:2.4% 0px;
color:#737171;
border-bottom:1px dashed #DDDDDD;
}
@media screen and (min-width: 1240px) {
}
@media (min-width: 1200px) and (max-width: 1239px){
.imgmore .serach-box input{
	width:56%;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.imgmore .serach-box input{
width:55%;
}
}
@media (min-width: 750px) and (max-width: 991px){
.imgmore{
width:100%;
}
.imgmore>div{
	width:33.33%;
	float:left;
}
.imgmore .link{
padding-bottom:0px;
}
.imgmore .link a{
padding:6% 0px;
}
.imgmore .search{
border-bottom:none;
}
}
@media (min-width: 0px) and (max-width: 749px){
.imgmore{
width:100%;
}
}
