@charset "utf-8";
/* benner部分 */
.banner-wrapper{
	position: relative;
}
.banner-wrapper:hover>a{
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner ul li a{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 500px;
	display: block;
}
/* 前后控制 */
.banner-wrapper .prev,.banner-wrapper .next{
	/* display: none; */
	display: block;
    width: 70px;
    height: 102px;
}
.banner-wrapper>a{
    line-height: 52px;
    font-size: 0px;
    color: #fff;
    text-align: center;
    xopacity: 0.8;
    xfilter: alpha(opacity=80);
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 3;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.banner-wrapper .prev{
	background: url(../img/prev.png) no-repeat center;
	left: 50px;
}
.banner-wrapper .next{
	background: url(../img/next.png) no-repeat center;
	right: 50px;
}
/* 前后控制结束 */
/* 圆点控制 */
.banner-p{
	position: absolute;
	width: 100%;
	bottom: 20px;
}
.banner-p ul{
	text-align: center;
}
.banner-p ul li{
	width: 28px;
	height: 28px;
	background: #959595;
	display: inline-block;
	margin: 0 15px;
	border-radius: 50%;
	cursor: pointer;
}
.banner-p ul .on{
	background: #0c51ab;
}
/* 圆点控制结束 */
/* benner部分结束 */

/* 学院动态左 */
.main1{
	background: url(../img/main1-bg.png) no-repeat center;
	padding: 20px 0;
}
.xwdt{
    background: #fff;
}
.news{
	float: right;
    width: 60%;
}
.news-li{
    padding: 0 10px 0 0;
}
.news-carousel-wrapper{
	width: 490px;
    position: relative;
}
.news-carousel ul li {
    transition: all .5s;
    background: #f2f2f2;
    width: 490px;
    height: 328px;
    position: relative;
}
.news-carousel ul li a {
	display: block;
}
.new-img {
	width: 490px;
    height: 328px;
    overflow: hidden;
}
.news-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    /* background: url(../img/rgba.png); */
    background: rgba(0, 0, 0, 0.5);
}
.news-carousel ul li:hover img {
    transition: all .5s;
    transform: scale(1.1);
}
.news-carousel ul li img {
    display: block;
    width: 490px;
    height: 328px;
    transition: all .5s;
}
.news-text p{
	color: #fff;
}
.news-time{
	position: absolute;
	right: 20px;
	bottom: 47px;
	background: #ad0303;
	padding: 5px 4px;
}
.news-time i{
	font-size: 21px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: block;
}
.news-time span{
	color: #fff;
	display: block;
	text-align: center;
}
.news-controlUl{
	position: absolute;
	bottom: 10px;
	right: 0;
}
.news-controlUl ul li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 25px;
	background: #a0a0a0;
	float: left;
}
.news-controlUl ul .on{
	background: #b30505;
}
/* 学院动态左结束 */
/* 标题 */
.allTitle{
    border-bottom: solid #dcdcdc 1px;
    background: url(../img/allTitle.png) no-repeat 96px 6px;
}
.allTitle p{
	display: inline-block;
	font-size: 22px;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #b30505;
}
.allTitle a{
	float: right;
	color: #b30505;
	line-height: 38px;
}
/* 学院动态右开始 */
.news-li ul .news-on{
	border-bottom: 1px solid #eeeeee;
	padding:0 0 15px 0;
}
.news-li ul .news-on>a{
	margin-left: 0;
    color: #b30505;
    margin: 10px 0;
}
.news-li ul li{
	padding: 6.8px 0;
}
.news-li ul li>a{
    margin-left: 12px;
    font-size: 15.28px;
    display: inline-block;
    line-height: 23px;
}
.news-li ul li>a:hover{
	color: #b30505;
}
.news-li ul li>span{
	float: right;
}
.news-li ul li>p{
	font-size: 14px;
	color: #a6a8ab;
	text-indent: 2em;
}
.news-li ul li>p>a{
	color: #b30505;
	margin-left: 10px;
}
/* 学院动态右结束 */

/* 最新通知开始 */
.main2-w{
    background: #fff;
    padding-top: 20px;
}
.zxtz{
    width: 62%;
}
.zxtz-ul{
    padding: 0 13px 25px 13px;
}
.zxtz-ul ul li{
    margin-top: 20px;
    width: 49%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}
.zxtz-ul ul li:nth-child(even){
    margin-left: 15px;
}

.zxtz-ul ul li a{
    display: block;
    margin-left: 60px;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    min-height: 56px;
}
.zxtz-ul .zxtz-time{
    box-shadow: 0 0 10px #ccc;
    width: 47px;
    float: left;
}
.zxtz-ul .zxtz-time p{
    font-size: 12.9px;
    text-align: center;
    background: #11b0fa;
    color: #fff;
    padding: 2px 0;
    transition: 0.3s;
}
.zxtz-ul ul li:hover p{
    background: #ab1b0c;
}
.zxtz-ul .zxtz-time span{
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: "Arial";
    padding: 2px 0;
}
/* 最新通知结束 */

/* 教学动态开始 */
.jxdt{
    width: 36%;
}
.jxdt-list{
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}
.jxdt-list:after{
    content: "";
    width: 1px;
    height: 245px;
    background: #d2d2d2;
    position: absolute;
    top: 3px;
    left: 15px;
}

.jxdt-list ul li a{
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 22px;
}
.jxdt-list ul li a:after{
    content: "";
    background: url(../img/dot.png) no-repeat center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: -21px;
    z-index: 2;
}
.jxdt-list ul li:hover a:after{
    background: url(../img/dot-on.png) no-repeat center;
}
.jxdt-list ul li:hover a{
    color: #ba270f;
}
.jxdt-list ul li span{
    color: #9e9e9e;
    font-size: 14px;
    display: block;
    line-height: 36px;
}
/* 教学动态结束 */
.main3{
    /* padding-top: 30px; */
    background: #fff;
}
/* 对外培训开始 */
.main3 .dwpx:first-child{
   margin-left:0;
}
.dwpx{
    /* width: 62%; */
    width: 627px;
    float: left;
    margin-left: 25px;
}
.dwpx-list{
    padding: 0 5px;
    padding-top: 30px;
}
.dwpx-list .ys-img{
    width: 140px;
    height: 92px;
    overflow: hidden;
}
.dwpx-list .ys-img img{
    width: 140px;
    height: 92px;
}
.dwpx-list ul li{
    padding: 5px 16px 17px 6px;
    margin: 5px 0;
    /* float: left; */
    /* width: 50%; */
    transition: all .3s;
}
.dwpx-list ul li:hover{
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 5px;
}

.dwpx-list ul li:hover .list-a>a{
    color: #c40505;
}
.list-a{
    width: 100%%;
    margin-top: 10px;
}
.list-a a{
    font-size: 15px;
}
.list-a>p{
    font-size: 12px;
    color: #8c8686;
    text-indent: 2em;
    text-align: justify;
    margin: 5px 0;
}
.list-a span{
    font-size: 12px;
    color: #a39d9d;
}
/* 对外培训结束 */

/* 制度建设开始 */
.zdjs{
    width: 36%;
}
.zdjs-list{
    padding-top: 30px;
}
.zdjs-list ul li{
    margin-bottom: 30px;
}
.zdjs-list ul li a{
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 30px;
}
.zdjs-list ul li a:after{
    content: "\25b6";
    font-size: 12px;
    color: #a40000;
    position: absolute;
    top: 1px;
    left: 10px;
}
.zdjs-list ul li:hover a{
    color: #a40000;
}
/* 制度建设结束 */