body {
	width: 95%;
	margin: 0 auto;
}
{
 text-decoration: none;
}
.one {
	width: 100%;
	/* background-color: #0c4280; */
}
.one-left {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	line-height: 140px;
	background: url(../img/login.png) no-repeat center left;
	z-index: 20;
}
.one-right {
	margin: 0 auto;
	float: right;
	color: white;
	width: 350px;
	font-size: 14px;
	margin-top: -59px;
	margin-left: 1160px
}
.one-1 {
	color: white;
	font-size: 14px;
}
.one-11 {
	padding-left: 62px;
}
#ser1 {
	margin-top: 5px;
	height: 28px;
	width: 200px;
	float: left;
	background-color: #1d388b;
	border: 0;
	color: white;
}
#ser2 {
	padding-top: 5px;
	float: left;
}
* {
	padding: 0;
	margin: 0;
}
.nav {
	width: 100%; /*宽度具有可继承性*/
	margin: 0 auto;
}
.nav > ul {
	list-style-type: none; /*//将标签前面的原点去掉*/
	width: 100%;
	display: flex; /*将竖标签转化为横标签*/
}
.nav > ul > li {
	flex: 1;
	padding: 15px 20px;
	text-align: center;
	background-color: white;
	cursor: pointer;
	position: relative;
}
.nav > ul > li > ul {
	position: absolute;
	transform: scale(0, 0);
	width: 100%;
	list-style: none;
	left: 0;
	top: 100%;
	z-index: 100;
}
.nav > ul > li > ul > li {
	padding: 10px 10px;
	text-align: center;
	background-color: #0099ff;
	cursor: pointer;
	transition: all .5s;
}
.nav > ul > li:hover ul {
	animation: anim .5s ease-in;
	transform: scale(1, 1);
}
.nav a {
	color: white;
	width: 100%;
	height: 100%;
}
.nav ul li ul li a:hover {
	color: red;
}
.nav > ul > li:first-child {
	border-radius: 0px 0px 0 0;
}
.nav > ul > li:last-child {
	border-radius: 0 0px 0 0;
}
.nav > ul > li:hover {
	background-color: white; /* 横向导航栏中鼠标点击颜色加深*/
}
.nav > ul > li:hover {
	color: #0000ff;
}
.nav > ul > li > ul > li:hover {
	background-color: #0066ff;
}
.nav > ul > li > ul > li:last-child {
	border-radius: 0 0 10px 10px;
}
.san {
	width: 100%;
	margin: 0 auto;
	background-color: #f8f8f8;
}
.san > ul {
	margin: 0 auto;
	width: 1200px;
	list-style: none;
	display: flex;
}
.san > ul > li {
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #f8f8f8;
	width: 300px;
	height: 75px;
	color: #333;
	font-size: 24px;
	float: left;
	padding-top: 10px;
}
.san > ul > li > a {
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
}
.san ul li:hover {
	background-color: #1d6ff3;
}
.san ul li:hover a {
	color: white;
}
.si {
	width: 1200px;
	margin: 20px auto;
}
.si1 {
	float: left;
	width: 500px;
}
.si1 .daohang {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-color: #555;
	text-align: left;
	font-size: 20px;
	border-width: 1px;
}
.daohang-line{
	width: 5px;
	height: 27px;
	background-color: #004486;
	display: inline-block;
	margin-right: 15px;
	vertical-align: text-top;
}
.dao {
	margin: 0 auto;
	float: left;
	width: 130px;
	height: 80px;
}
.dao1 {
	margin: 0 auto;
	float: left;
	width: 130px;
	height: 80px;
	overflow: hidden;
}
.dao1:hover {
	-webkit-transition: 0.5s time;
	-moz-transition: 0.5s time;
	-ms-transition: 0.5s time;
	-o-transition: 0.5s time;
	transition: 0.5s time;
	transform: scale(1.05);
}
.dao2 {
	display: block;
	float: left;
	width: 360px;
	height: 30px;
	margin: 0 auto;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dao3 {
	display: block;
	float: left;
	width: 360px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 11px;
	font-size: 14px;
	color: #a9a9a9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dao3 > a:hover {
	color: red;
}
.si2 {
	float: left;
	width: 380px;
	margin-left: 30px;
}
.si2 .daohang {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-color: #555;
	text-align: left;
	font-size: 20px;
	border-width: 1px;
}
.huo1-left {
	float: left;
	width: 65px;
	overflow: hidden;
	cursor: pointer;
}
.huo1-left:hover {
	transform: scale(1.05);
	transition: 0.5s;
}
.day {
	width: 100%;
	height: 34px;
	font-size: 18px;
	font-weight: bold;
	background-color: #e8e8e8;
	color: #000;
	box-sizing: border-box;
	padding: 6px;
	text-align: center;
}
.month {
	width: 100%;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	background-color: #888;
	box-sizing: border-box;
	padding: 6px 1px;
	text-align: center;
	color: #fff;
}
.huo1-right {
	float: left;
	margin-left: 15px;
	width: 300px;
	height: 65px;
}
.huo2 {
	width: 300px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 3px 0px;
}
.huo3 > a {
	width: 300px;
	height: 21.5px;
	font-size: 14px;
	color: #a9a9a9;
}
.huo4 {
	width: 300px;
	height: 21.5px;
	font-size: 14px;
	color: #a9a9a9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.si3 {
	float: left;
	width: 260px;
	margin-left: 30px;
}
.si3 .daohang {
	display: block;
	width: 100%;
	padding-bottom: 25px;
}
.si3-1 {
	width: 100%;
}
.month:hover {
	color: white;
}
.wu {
	width: 1200px;
	margin: 20px auto;
}
.wu1 {
	float: left;
	width: 500px;
}
.wu2 {
	float: left;
	width: 380px;
	margin-left: 30px;
}
.wu2 .daohang {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	text-align: left;
	font-size: 20px;
}
.wu3 {
	float: left;
	width: 260px;
	margin-left: 30px;
	margin-top: 5px;
}
.wu3 .daohang {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	padding-bottom: 5px;

}
.six {
	width: 100%;
	margin: 20px auto;
	background-color: #f8f8f8;
}
.six1 {
	width: 1200px;
	margin: 0 auto;
}
.six1 > ul {
	display: flex;
}
.six1 > ul > li {
	flex: 1;
	display: block;
	margin: 0 20px;
	text-align: center;
	background-color: red;
}
.six1 > ul > li:hover {
	background-color: green;
}
.qi {
	width: 100%;
	background-color: #0c4280;
	height: 115px;
	margin-bottom: 10px;
}
.qi1 {
	width: 1200px;
	margin: 0 auto;
}
.qi2 {
	float: right;
}
.qi2 > img {
	width: 90px;
	height: 90px;
	padding: 11px 0;
	padding-right: 170px;
}
.qi3 {
	float: left;
}
.qi3 > img {
	width: 90px;
	height: 90px;
	padding: 11px 0;
	padding-left: 277px;
}
.qi11 {
	font-size: 14px;
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
}
.qi12 {
	font-size: 14px;
	color: white;
	padding-top: 10px;
}
.qi11 > span {
	padding: 0 7px;
}
.qi11 > span > a {
	color: #fff;
}
.erweima {
	margin: 0 auto;
	float: right;
	width: 500px;
	height: 115px;
}
.erweima_left {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 8px;
	margin-left: 110px;
	background: url(../image/wuerweima.png);
}
.erweima_right {
	float: right;
	width: 100px;
	height: 100px;
	margin-top: 8px;
	margin-right: 100px;
}
.daohang {
	font-size: 20px;
	font-weight: bold;
	color: rgba(0, 79, 142, 1);
}
.slideTxtBox {
	width: 500px;
	text-align: left;
}
.slideTxtBox .hd {
	height: 45px;
	line-height: 30px;
	padding: 0 10px 0 0px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.slideTxtBox .hd ul li.on:hover {
	color:rgba(0, 79, 142, 1);
	font-weight: bold;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 2px;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	font-size: 20px;
}
/*.slideTxtBox .hd>ul>li:hover{
	text-shadow: 6px 6px 6px #FF0000;
}*/ /*字体阴影样式*/
.slideTxtBox .bd ul li a {
	font-size: 16px;
	height: 42px;
line-height:42px;
}
.wp_article_list .list_item .Article_PublishDate{
line-height:42px;
}
.wp_article_list .list_item .Article_Index{
margin-top:13px;
}
.slideTxtBox .hd ul li.on {
	height: 30px;
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	/* border-bottom: 2px solid #fff; */
}
.slideTxtBox .bd ul {
	padding-left: 1px;
	zoom: 1;
}
.slideTxtBox .bd > ul > li {
	height: 30px;
	list-style-image: url(../image/sanjiao.png);
	list-style-position: inside;
	border-bottom: dotted 0.5px #ccc;
	width: 485px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
	font-size: 14px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {
	position: absolute;
	right: 10px;
	top: 0;
}
.slideTxtBox .arrow a {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}
.data > a {
	font-size: 12px;
}
.slideTxtBox .arrow .next {
	background-position: 0 -50px;
}
.slideTxtBox .arrow .prevStop {
	background-position: -60px 0;
}
.slideTxtBox .arrow .nextStop {
	background-position: -60px -50px;
}
/* 本例子css */
.picMarquee-top {
	margin: 0 auto;
	width: 260px;
	overflow: hidden;
	position: relative;
}
.picMarquee-top .hd .prev, .picMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}
.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
}
.picMarquee-top .bd ul li .pic {
	text-align: center;
}
.picMarquee-top .bd ul li .pic img {
	width: 260px;
	height: 120px;
	display: block;
	padding: 4px;
}
.picMarquee-top .bd ul li .pic img:hover {
	border: solid 2px #cc0000;
}
.picMarquee-top .bd ul li .title {
	line-height: 24px;
}
/*学院热点*/
.slideBox {
	width: 380px;
	height: 260px;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 10px;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 380px;
	height: 230px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../image/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*学院简报*/
.js {
	width: 90%;
	margin: 10px auto 0 auto;
}
.js p {
	padding: 5px 0;
	font-weight: bold;
	overflow: hidden;
}
.js p span {
	float: right;
}
.js p span a {
	color: #f00;
	text-decoration: underline;
}
.js textarea {
	height: 50px;
	width: 98%;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
}
.group_buying {
	width: 100%;
	/* border: solid 1px #DDD; */
	font-family: Arial;
}
.group_buying h3 {
	background: url(../image/blank.png) 0 -255px;
	height: 31px;
	line-height: 31px;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
	color: #333
}
.group_buying h3 em {
	background: url(../image/blank.png) 0 -586px;
	font-style: normal;
	padding-left: 18px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: bold;
	font-size: 14px
}
.group_buying ul {
	/* margin: 0 10px 0; */
	zoom: 1;
}
.group_buying ul li {
	/* border-bottom: 1px dotted #ccc; */
	position: relative;
	height: 45px;
	line-height: 36px
}
.group_buying ul li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.group_buying .pic_r {
	position: absolute;
	left: 130px;
	top: 0;
	line-height: 24px
}
.group_buying .pic_r em {
	color: #c00;
	display: block;
	font-style: normal;
}
.group_buying .pic_r i {
	font-style: normal;
	display: block
}
.group_buying ul li p {
	clear: both;
	height: 30px;
	overflow: hidden
}

.group_buying ul .last {
	border-bottom: 0;
}
.group_buying .on {
	height: 125px;
	position: relative;
	/* width: 240px; */
	line-height: 30px;
	margin-top: 10px
}
.group_buying .on .dis_pi {
	display: block;
	width: 164px;
	height: 117px;
	float: left;
}
.dis_pi-text{
	width: 95px;
	height: 117px;
	float: left;
	background: #EFEFEF;
	padding-top: 21px;
	padding-left: 14px;
	box-sizing: border-box;
	cursor: pointer;
}
.dis_pi-text-title{
	width: 100%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #202020;
}
.dis_pi-text-label{
	width: 100%;
	height: 12px;
	font-size: 8px;
	line-height: 12px;
	color: #8A8A8A;
	margin-top: 5px;
}
.dis_pi-text-arrow{
	width: 10px;
	height: 18px;
	font-size: 15px;
	background-color: #004A8A;
	text-align: center;
	line-height: 18px;
	color: #fff;
	margin-top: 32px;
	font-family: "agency fb";
}
.on:hover .dis_pi-text{
	background-color: #004A8A;
	color: #fff;
}
.on:hover .dis_pi-text-title,.on:hover .dis_pi-text-label{
	color: #fff;
}
.on:hover .dis_pi-text-arrow{
	background-color: #fff;
	color: #004A8A;
}
@keyframes anim {
 from {
 transform: rotate(0deg) scale(0, 0);
}
to {
	transform: rotate(360deg) scale(1, 1);
}
}


.si1 .xxx {
	display: block;
	width: 100%;
	margin: 5px auto;
	border-bottom-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
	height: 82px;
}
.si2 .hhh li {
	display: block;
	float: left;
	width: 100%;
	height: 65px;
	margin: 3px auto;
}
.slideTxtBox .bd .qh li {
	height: 42px;
	list-style-image: url(../image/sanjiao.png);
	list-style-position: inside;
	border-bottom: dotted 0.5px #ccc;
	width: 485px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dtjt9_div_text{
bottom:0;
}

.dtjt9_div_text a:link{
line-height:35px !important;
color:#fff;
}
.dtjt9_div_img{
width:100%;
height:100%;
}
.dtjt9_div_text .dtjt9_div_text_title{
background:rgba(0,0,0,0.6);
color:#fff;
}
.dtjt9_div_img .number{
    bottom: 9px;
    z-index: 999999;
}














