.teach{
overflow:hidden;
width:100%;
}
.teach>.widefat{
overflow:hidden;
}
.teach>.widefat>div{
display:block;
float:left;
width:48%;
margin:2% 1%;
overflow:hidden;
position:relative;
background-color:#FFFFFF;
box-shadow:0 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.teach>.widefat>div>.img{
width:38%;
float:left;
margin:2% 2% 1.5% 2%;
}
.teach>.widefat>div>.ticart{
width:56%;
float:left;
margin:2% 1%;
}
.teach>.widefat>div>.ticart .title{
font-size:20px;
color:#1871B5;
font-weight:bold;
}
.teach>.widefat>div>.ticart .excart{
margin-top:3%;
color:#626262;
}
.teach>.widefat>div>.more{
position:absolute;
bottom:5%;
right:2%;
}
.teach>.widefat>div>.more a{
color:#A8A8A8;
font-size:15px;
}
.mcb-section  .tablenav .page-numbers{
background-color:#DDDDDD;
padding:4px 8px;
}
.mcb-section  .tablenav .next,.mcb-section  .tablenav .prev{
background-color:#DDDDDD;
}
.mcb-section  .tablenav .dots{
background-color:#FFFFFF;
}
.mcb-section  .tablenav .current{
background-color:#00AAEE;
}									





/*屏幕大于等于1200样式*/
@media screen and (min-width: 1240px) {

}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1199px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){
.teach>.widefat>div{
width:98%;
}

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
.teach>.widefat>div{
width:98%;
}
}
