/* link start */
.link{width:100%; height:90px;margin:20px 0;}
.link_content{height:90px;border:1px solid #54bcec;}
.link_left{width:160px;}
.link_left h5{width:130px;height:90px;line-height:90px;display:block; float:left;text-align:center;font-size:25px;color:#ffffff;background:#54bcec;}
.link_left i{width:30px;height:35px; font-size:25px;color:#54bcec;display:block;float:left;margin-left:-6px;margin-top:20px;}

.link_right{width:1020px;padding:10px 10px 10px 0;}
.link_right a{line-height:35px;padding:0 10px; font-size:15px;display:block;float:left;}
.link_right a:hover{color:#1892cb}
.link_teach{width:auto;}
.link_teach .link_content{border:1px solid #e30801;}
.link_teach .link_left h5{background: #e30801;}
.link_teach .link_left i{color:#e30801;}
.link_teach .link_right a:hover{color:#e30801}
/* link end */
/* foot start */
.foot{width:100%; height:90px; padding:20px 0; background:#edeff7;}
.foot p{line-height:30px;font-size:14px;text-align:center;}
.foot p a{color:#888888;}
.foot p a:hover{color:#1892cb}
.foot p span{color:#666666;}

.foot_teach{background: #fcf0f0;}
/* foot end */
/* 分页 css */
div.zxf_pagediv{text-align: center;color: #999999;padding: 20px 20px 40px 0;}
div.zxf_pagediv a{text-decoration: none;}
div.zxf_pagediv span,div.zxf_pagediv a{display: inline-block;box-sizing: border-box;}
.current{color: #ffffff;background: #1892cb;width: 40px;height: 40px;line-height: 40px;border-radius: 3px;}
.zxfPagenum{color: #666;background: #fff;width: 40px;height: 40px;line-height: 40px;margin: 0 5px;border-radius: 3px;}
.nextpage{margin: 0 5px;}
.nextbtn,.prebtn,span.disabled{color: #666;background: #fff;width: 80px;height: 42px;line-height: 42px;border-radius: 3px;}
span.disabled{color:#dddddd;}
.zxfinput{width: 40px;height: 32px;text-align: center;box-sizing: border-box;border: 1px solid #E6E6E6;margin: 0 12px;border-radius: 3px;color: #666;}
.zxfokbtn{width: 48px;height: 32px;line-height: 32px;border: 1px solid #E6E6E6;margin-left: 10px;cursor:pointer;border-radius: 3px;background: #fff;}
.zxfokbtn:hover{background: #1892cb;color:#ffffff;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
.list_teach_page .zxf_pagediv{color:#666666;}
.list_teach_page .zxf_pagediv .current{background: #e30801;}