@charset "utf-8";
body{font-family: Miscrosoft YaHei;	color: #000; background-color:#F3F5F2;}
li{list-style:none;}
a{color:#000;}
a:hover{color:#013C8A; text-decoration: none;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
img{max-width:100%;}

/*
text-muted 柔和的文本 color:#6c757d
text-primary 重要的文本 color:#007bff
text-success  执行成功的文本 color:#28a745
text-info  代表一些提示信息的文本 color:#17a2b8!important
text-warning  警告文本 color:#ffc107
text-danger  危险操作文本 color:#dc3545
text-secondary  副标题 color:#6c757d
text-dark  深灰色文字 color:#343a40
text-light  浅灰色文本（白色背景上看不清楚） color:#f8f9fa
text-white  白色文本（白色背景上看不清楚） color:#fff

bg-primary text-white  重要的背景颜色  background-color:#007bff
bg-success text-white  执行成功背景颜色  background-color:
bg-info text-white  信息提示背景颜色  background-color:
bg-warning text-white  警告背景颜色  background-color:
bg-danger text-white  危险背景颜色  background-color:
bg-secondary text-white  副标题背景颜色  background-color:
bg-dark text-white  深灰背景颜色  background-color:
bg-light text-dark  浅灰背景颜色  background-color:

*/
/*修改BS默认的颜色，定义页面中用的几种颜色*/

.text-primary {color: #45604B!important;}
.bg-primary {background-color: #45604B!important;}   
/*.bg-light{background: url(../images/tit_bk.jpg)  no-repeat center top;}*/
.bg-light{background: url(../images/tit_bk.jpg) repeat-x;}
.bg-dark{background-color: #F7F7F7!important;}
.bg-danger{background-color: #E6E6E6!important;}
.border-secondary{border-color:#F0F0F0!important;}






/*页面样式开始*/


@media(min-width:300px){.logo_sm img{width:200px!important; height: 37px!important;}}

.header{padding-top: 30px; padding-bottom: 30px; }	
.header-nav{width:100%;}
.navbar-light{padding:0;}
.navbar{padding:0px; margin: 0px;}
.navbar-light .navbar-nav .nav-link:link,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active{color: #FFF;}
/*手机端点开以后样式*/
.dropdown-menu{	width:100%;	min-width:auto;	-webkit-border-radius: 0;-moz-border-radius: 0;	border-radius: 0;margin:0;border:none;}
.dropdown-toggle::after{display: none;}
.dropdown:hover>.dropdown-menu{	display: block;}
.dropdown>.dropdown-toggle:active{pointer-events:none;}
.dropdown-menu>.dropdown-item:hover{background-color: #0c5aa8;color: #fff;}


@media (min-width: 992px){


/*导航菜单*/	
.dropdown-menu{	width:100%;	min-width:auto;	-webkit-border-radius: 0;-moz-border-radius: 0;	border-radius: 0;margin:0;border:none;}
.dropdown-toggle::after{display: none;}
.dropdown:hover>.dropdown-menu{display: block;}
.dropdown>.dropdown-toggle:active{pointer-events:none;}
.dropdown-item{	padding-left: 0px; padding-right: 0;}
.dropdown-menu>.dropdown-item:hover{background-color: #013C8A;color: #FFF;}
.nav-link{color: #FFF!important;}
.navbar-expand-lg{flex-direction:column;align-items:flex-start;}
.navbar-expand-lg .navbar-nav{flex:1;}
.navbar-expand-lg .navbar-nav .nav-link{padding-top: 14px;padding-bottom: 14px;}
.navbar-expand-lg .navbar-nav .nav-link{flex:1;padding-left:0px;padding-right:0px;text-align: center;}
.navbar-nav>.nav-item{display:flex;align-items:center;flex:1;}
.navbar-nav>.nav-item+.nav-item:before{content:"|";	color: #FFF;}
	
}
/*@media (min-width: 1200px){

.container{	max-width: 1200px;}
}*/



.carousel-item{	text-align: center; }
.carousel-item img{	max-width:100%;}

/*通知公告*/
.tab1 {margin-bottom:10px;}
.tab1 h1{font-size:18px!important;line-height: 53px; display: block; width:100%;height:55px;border-bottom: 1px solid #CCCCCC; /*background-image: url("../images/j.jpg"); background-position: 10px center; background-repeat: no-repeat; padding-left: 30px; */margin-bottom: 12px;}
.tab1 h1 span{ font-size:18px!important; float: right;}
.tab1 h1 span a{color: #AEAEAE;}
.tab1 li{ padding-top:15px;/*white-space: nowrap;*/ /*规定文本不换行**/ /*text-overflow: ellipsis; */ /**显示省略符号来代表被修剪的文本。*/ /*overflow: hidden;*/}
.tab1 ul{width:100%; height:auto; overflow: hidden;}
.tab1 ul,li{padding:0px; margin: 0px; }
.tab1 ul li span{float:right;}


/*学院新闻样式开始*/
.xyywhdp ul li{padding:0px; margin:0px; }
/*幻灯片图片上容器文字及背景样式*/
.xyywhdp .carousel-caption{width:347px;height: 30px;position:absolute;right:0;bottom:0;left:0;z-index:10;padding-top:0px;padding-bottom:0px;color:#fff;text-align:center;background-color:rgba(0,53,92,0.85); font-size:14px; line-height: 30px; margin-left: auto; margin-right: auto;}
/*幻灯片图片上指示条样式*/
.xyywhdp .carousel-indicators{position:absolute;right:0;bottom:30px;left:0;z-index:15;padding-left:0;margin-right:15%;margin-left:0;list-style:none;}


/*教师队伍样式*/
/*.jsdw img{border:5px solid #F5F5F5;}*/

.jsdw h2{color: #363636; font-size:16px; text-align: center; background: #F5F5F5; padding-bottom:5px;}
.jsdw-item {overflow:hidden;cursor:pointer;}
.jsdw-item img{height: auto;transition: transform  .3s ease-out; -webkit-transition: transform .3s ease-out; margin-left: auto; margin-right: auto;}
.jsdw-item img:hover{-ms-transform: scale(1.2); /* IE 9 */    -webkit-transform: scale(1.2); /* Safari */    transform: scale(1.2); /* 标准语法 */}




/*底部版权信息样式*/

footer{ line-height: 35px;/*font-size:calc(1rem + 0.2vw);*/font-size:14px;}


/*内页当前位置和左侧二级导航样式*/
.dqwz,.dqwz a{font-size:14px; color: #606060;}
.dqwz a:hover{color:#013C8A;}
@media (min-width:992px){.tab2{position: relative; top:-53px;} } /*宽屏下标题上浮，页面缩小后不上浮*/
.tab2 dd{background-color: #E6E6E6;}
.tab2 dd:hover{background-color: #346360; color: #FFF;}
.tab2 .active{background-color: #346360; color: #FFF;}

/*内页新闻列表样式*/
.list-news{min-height:500px;}
@media (min-width: 992px){.list-news{padding-left:20px;}} 宽屏下列表距左侧20像素，页面缩小后没有边距
.list-news h1{font-size:18px;line-height: 22px; padding-bottom: 10px; font-weight:bolder;}
.list-news h2{font-size:14px;color:#888888; line-height: 25px;}
.list-news dl dt{font-size:34px;}



/*内页图片列表样式*/
.list-pic {min-height:500px;}
@media (min-width: 992px){.list-pic{padding-left:20px;}} /*宽屏下列表图片距左侧20像素，页面缩小后没有边距*/
.list-pic-item {margin-left:10px; margin-right:10px;overflow:hidden;cursor:pointer;}
.list-pic-item img{ height: auto;transition: transform  .3s ease-out; -webkit-transition: transform .3s ease-out; margin-left: auto; margin-right: auto;}
.list-pic-item img:hover{-ms-transform: scale(1.2); /* IE 9 */    -webkit-transform: scale(1.2); /* Safari */    transform: scale(1.2); /* 标准语法 */}
.list-pic h1{font-size:16px;line-height: 25px; padding-bottom: 10px; padding-top: 5px; text-align: center;}

/*内页文字单页面样式*/
.list-text {min-height:400px;}
@media (min-width: 992px){.list-text{padding-left:20px;}} /*宽屏下文章距左侧20像素，页面缩小后没有边距*/