@charset "utf-8";

/* CSS Document */
/*全局样式*/
body {
    font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
    font-size: 12px;
    color: #333;
    background: #fff;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
    zoom: 1;
}

input {
    vertical-align: middle;
    border: none;
    background: none;
}

select {
    vertical-align: middle;
    border: none;
    background: none;
}

button {
    text-align: center;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 12px;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    background: none;
}

label {
    cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input:focus {
    outline: none;
}
/* 左浮动*/
.fl {
    float: left;
}
/* 右浮动*/
.fr {
    float: right;
}
/* 鼠标变小手*/
.cs {
    cursor: pointer;
}
/* 超过一行内容多的变成... */
.dian1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 超过两行行内容多的变成... */
.dian2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 超过三行内容多的变成... */
.dian3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 12px的字体至28px 如果你是其他单位的如rem等,请自行斟酌修改使用*/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

html .fixed {
    *zoom: 1;
}
/* 清除浮动 */
.cb {
    clear: both;
}
/* 不让用户选中 */
.noselect {

    -webkit-touch-callout: none;
    /* iOS Safari */

    -webkit-user-select: none;
    /* Chrome/Safari/Opera */

    -khtml-user-select: none;
    /* Konqueror */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* Internet Explorer/Edge */

    user-select: none;
    /* Non-prefixed version, currently

    not supported by any browser */

}
.scrollbarchange::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: absolute;
    right: 0px;
}
.scrollbarchange::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #e0e0e0;
}
.scrollbarchange::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f2f2f2;
}
.disfix{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.layout-div{
  	text-align: center;
  	margin-top: 23px;
    margin-bottom: 26px;
}
.layout-div label{
	font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.flex-r{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page {
    padding-right: 0px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 0px;
    flex-direction: row;
    display: flex;
    width: 100%;
}
.page li{
    margin-left: 2px;
    max-width: 30px;
  	padding: 0px !important;
}
.layout .jiaoshi-box{
  margin-top: 20px;
	width: 100%;
	height: 52px;
	background-color: #D5EEFF;
	display: flex;
	align-items: center;
}
.jiaoshi-box .sg{
	width: 7px;
	height: 52px;
	background-color: #0862A0;
}
.jiaoshi-box label{
	font-size: 22px;
	font-weight: 400;
	color: #0862A0;
	line-height: 0px;
	margin-left: 18px;
}
.layout .contents{
	width: 90%;
	 
	border-bottom: 1px solid #E1E1E1;
	display: flex;
}

.contents .contents-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 31px 24px 27px 11px;
}
.contents-left-la{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	width: 77px;
	height: 35px;
}
.contents-left-div{
	background-color: #0862A0;
	padding: 4px 8px;
	margin-top: 11px;
}
.contents-left-div-la{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.contents-xian{
   	min-width:55px;
	width: 55px;
	height: 1px;
	opacity: 1;
	margin-top: 47px;
	background-color: #B4B4B4;
}
.contents-right{
	margin-top: 37px;
	margin-left: 4px;
}
.contents-right p{
	font-size: 16px;
	font-weight: bold;
	color: #0862A0;
	margin-bottom: 12px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contents-right>div label{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
  	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contents-a-label{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
  	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer-guanwang{
	background: url(../img/xyhIcon/footer.png) no-repeat;
	width: 100%;
	background-size: 100% 100%;
	text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.footer-guanwang p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.footer-guanwang img{
	width: 36px;
	height: 40px;
	margin-left: 52px;
	margin-top: 20px;
}

.contents ul{
	padding: 10px;
	font-size: 14px;
}
.contents ul li{
	margin-bottom: 10px;
}
.layout-left{
 	 position: relative;
	width:292px;
	background: url(../img/shuiping.png) no-repeat;
	margin-top: -81px;
z-index: 9;
}
.layout-left-head{
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-left-head img{
	width: 41px;
	height: 40px;
}
.layout-left-head .layout-left-head-lab{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 25px;
}
.layout-left-menu{
	width: 271px;
  min-height:600px;
	background-color: #F2F2F2;
	margin-left: 21px;
}
.nav .nav-menu{
	margin-bottom: 10px;
}
.nav .nav-div{
	display: flex;
	padding-top: 9px;
	padding-left: 69px;
}
.layout-left-menu .nav-title{
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	color: #0862A0;
	margin-right: 58px;
}
.layout-left-menu .nav-content{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.nav-content .nav-content-div{
	display: flex;
	align-items: center;
}
.nav-content .nav-content-div img{
	margin-left: 40px;
	width: 18px;
}
.mya{
	font-weight: 400;
	color: #666666;
	line-height: 68px;
	text-decoration: none;
	font-size: 18px;
	margin-left: 12px;
}
.layout-right{
	margin-left: 20px;
}

.bg1788D6{
	background-color: #1788D6;
}
.clfff{
	color: #ffffff;
}
/*师资队伍*/
.news-list .szdw{
	margin-left: 8px;
}
.news-list .szdw ul .szdw-li{
  float: left;
  border:0;
}
.news-list .szdw .szdw-li a{
  position: relative;
}
.news-list .szdw .szdw-li img{
width:189px;
  margin-right: 23px;
}
.news-list .szdw .szdw-li .szdw-img{
	position: absolute;
 	 bottom: -22px;
  height:71px;
}
.news-list .szdw .szdw-li a>div{
  position: absolute;
   bottom: -17px;
    left: -10px;
      display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 189px;
}
.news-list .szdw .szdw-li a>div p{
	color: #ffffff;
  	font-size: 15px;
}
.news-list .szdw .szdw-li a>div span{
      overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}
/*人才培养*/
.ms-channel-path{
  	display: flex;
    align-items: center;
	font-size: 15px;
    color: #666666;
    text-align: left;
    margin-left:10px;
}
.ms-channel-path img{
	width:15px;
  margin-right:8px;
}
.bksjy{
	text-align: left;
    padding-top: 20px;
    margin-left: 75px;
  	
}
.bksjy .bksjy-div{
  display: flex;
  justify-content: space-between;
	font-size: 22px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #0862A0;
}
.bksjy .bksjy-div a{
	color:#0862A0;
}
.bksjy .bksjy-div img{
	margin-right: 26px;
}
.bksjy-menu{
	display: flex;
    align-items: center;
 	 justify-content: flex-start;
    padding-left: 50px;
}
.bksjy-menu img{
	width:18px;
  	height:18px;
}
.bksjys-sel{
	background: #1788D6;
}
.bksjys-sel a{
	color:#FFFFFF;
}
/*学科介绍*/
.layout .hauto{
	width: 100%;
	height: auto;
}
.layout .hauto .mar{
	margin: 20px 30px 21px 11px;
	position: relative;
}
.layout .hauto .mar-div{
	position: absolute;
	bottom: 0;
	left: 35px;
	top: 25px;
	text-align: center;
}
.layout .hauto .mar-div label{
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #0862A0;
}
.layout .hauto .mar-div p{
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}
.layout .hauto .dfix{
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	
}
.layout .hauto .dfix .dfix-lab{
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.layout .hauto .dfix .dfix-p{
	font-size: 12px;
	color: #B4B4B4;
	display: flex;
	justify-content: space-between;
}
/*培养方案*/
.layout .contents .pyfa-ul{
	width: 100%;
}
.layout .contents .pyfa-li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.layout .contents .pyfa-li label{
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #666666;
}
.layout .contents .pyfa-li span{
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
/*精品教程*/
.layout .contents .jpjc-ul{
	width: 100%;
}
.layout .contents .jpjc-li{
	float: left;
	position: relative;
}
.layout .contents .jpjc-li img{
	width: 285px;
	height: 105px;
}
.layout .contents .jpjc-div{
	position: absolute;
	bottom: 0;
	left: 30px;
	top: 26px;
}
.layout .contents .jpjc-div label{
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #0862A0;
}
.layout .contents .jpjc-div p{
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}