/*
* @Author: ZhangJiaoLong
* @Date:   2017-06-23 11:32:22
* @Last Modified by:   WangWenbing
* @Last Modified time: 2018-04-10 15:48:28
*/
.banner .text{top: 80px; left: 2%;}
.footer{background: #4DA137;}
.nav {background: #69B823;}
.sidebar-name{background: #68B920 url(../../images/department/common/module_title.png) no-repeat 10% center;}
ul.sidebar li.selected a,ul.sidebar li a:hover { background: #93D05B url('../../images/department/common/sidebar_on.png') 90% center no-repeat;}
.nav ul li.selected a, .nav ul li a:hover{background: #A5D47A;}
ul.sidebar li .level2 li{background: #ccc;}
ul.sidebar li .level2 li.active a,ul.sidebar li .level2 li a:hover{background: #B4F07E;}
/* 当前位置 */
.location{border-color: #99BF38;}
.location a:last-of-type{color: #F29735;}
/*文字新闻列表*/
.list-text li a{background: url(../../images/department/frame/list2.jpg) no-repeat left center;}
.list-text li a:hover{color: #F29735;}
/* 分页 */
.page a:hover, .page span.current{color: #F29735;border-color: #F29735;}

/*图文新闻列表*/
.news-img li a:hover .news-title{color: #F29735;}
/* 下载页 */
.download-list li:hover h4{color: #F29735;}
.download-list li:hover a{background: #F29735;}

/* 师资队伍列表 */


/*上一篇、下一篇*/
.change-btn a:hover { color: #F29735; }
/*1023-1200 内容宽度990 页面内容居中 */
@media only screen and (max-width:1200px) {

}

/*768-1024  内容宽度740  两边间距14 页面内容居中 */
@media only screen and (max-width:1023px) {

}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) {

}

/*640-767 内容宽度590 两边间距25 页面内容居中 */
@media only screen and (max-width:767px) {
.banner .text{ position: relative; display: block; max-width: 90%; margin: 0 auto; left: 0; top: 70px}
}

/* 480-639  按百分比缩放 */
@media only screen and (max-width:639px) {
.banner{ height: 200px; }
.banner .text{top: 40px;}
}
/* 380-479  按百分比缩放 */
@media only screen and (max-width:479px) {
.logo{ height: 40px;  }
.mobile-btn{ width: 40px; height: 40px; }
}
/* 360-479  按百分比缩放 */
@media only screen and (max-width:379px) {
.banner{ height: 160px; }
.banner .text{top: 40px;}
}
