﻿/*公共样式*/
*,body{
	margin: 0 auto;
	/*font-family: "微软雅黑";*/
	list-style:none;
}
.blue1{
	background-color: #014aa7;
}
.blue2{
	background-color: #0b58bb;
}
.span2{
	width: 20%;
}
.mt30{
	margin-top: 30px;
}
.p0{
	padding: 0 !important;
}
a{text-decoration: none !important;}
/*大标题样式*/
.title{
	font-size: 26px;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	color: #fff;
}
/*全文检索输入框*/
.input_box{
	padding-top:16%;
}
/*学院新闻*/
.xyxx{
	background-color: #f1f0f0 !important;
	padding: 0 !important;
}
.xyxx a{
	font-size:14px;
}
.img{
	-webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-left: -12vw;
    height: 22vw;
}
.img .rotate{
	position: relative;
    cursor: pointer;
    -moz-transition: width 0.42s ease-in-out;
    -o-transition: width 0.42s ease-in-out;
    /* -webkit-transition: width 0.42s ease-in-out; */
    /* transition: width 0.42s ease-in-out; */
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    /* -webkit-transform: skew(-25deg); */
    transform: skew(-25deg);
    -webkit-background-size: cover;
    background-size: cover;
}
.img .rotate img{
	width:100%;
	/*transform: scale(1.1);*/
	display: block;
}
.img .mask{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity:50);zoom:1
	-moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    /*transform: scale(1.1);*/
}
.img h3{
	display: none;
	position: absolute;
	top: 30%;
	left: 35%;
	color: #fff;
    font-size: 25px;
    line-height: 24px;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -moz-transform: skew(25deg) rotate(-60deg);
    -ms-transform: skew(25deg) rotate(-60deg);
    -webkit-transform: skew(25deg) rotate(-60deg);
    transform: skew(25deg) rotate(-60deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    letter-spacing: .075em;
    /*text-align: center;*/
    max-width: 400px;
    margin: auto;
}
.rotate:hover .mask{
	display: block;
	moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
.rotate:hover h3{
	display: block;
}
/*参观我们的校园*/
.visit{
	position: relative;
	overflow: hidden;
}
.visit .visit_img{
	width:100%;
    cursor:pointer;
	-moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.visit_blue{
	position: absolute;
    background-color: #0B58BB;
	opacity: 0.5;
	filter:alpha(opacity:50);zoom:1;
    padding: 10px 72px;
    top: 50%;
    left: 20%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 60%;	
}
.visit_blue .font_style{ 
	color:#fff;
	font-weight: bold;
	font-size: 24px;
}
.visit_box:hover .visit_img{
	/*-moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    transform: scale(1.5);*/
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}
/*底部*/
.kslj{
	padding-top: 20px;
	padding-bottom: 30px;
}
.kslj > span{
	display: block;
	float: left;
}
.line{
	width: 80px;
	height: 8px;
	background-color: #fff;
	border-radius:5px;
	margin: 10px 15px;
}
.yqlj a{
	color: #fff !important;
	font-size: 14px;
}
.yqlj a:visited{
	color: #fff !important;
	font-size: 14px;
}
/*列表页内容*/
.main{
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	padding-left:2%;
	padding-right:2%;
}
.main .weizhi{
	color: #000022;
	font-size: 16px;
	text-align: right;
	padding: 15px;
}



.main .zuo{
	background-color: #fff;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.main .zuo .decorate{
	background-color: #0a53bf;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.main .zuo li{
	list-style-type: none;	
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	
}
.main .zuo li a{
	line-height: 40px;
	font-size: 14px;
	color: #4f4f4f;
}
.main .zuo .xz{
	background-color: #0a53bf !important;
}
.main .zuo .xz a{
	color: #fff !important;
}

/*列表页左侧导航*/
.list_dt {
	padding-top:10px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	color: #4f4f4f;
	line-height: 40px;
	font-size:18px;
}

.list_dt:hover {
	background: #fff;
	color: #4f4f4f;
}

.list_dt:hover ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4285f4
}

#open {
	background: #fff;
}

#open ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4285f4;
}
.list_dt_icon {
	position: absolute;
	right: 10px;
	top: 11px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/off.png) no-repeat;
	background-size: cover
}

#open .list_dt_icon {
	background: url(../images/open.png) no-repeat;
	background-size: cover
}

.list_dd {
	display: none
}
.list_dd ul{
	padding: 0;
	margin: 0 auto;
}
.list_li {
	background: #fff;
	list-style-type: none;
	color: #4f4f4f;
	width:100%;
	padding: 0 30px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	border-bottom: 1px solid #f5f5f5;
}

.list_li:hover {
	background: #4285f4;
	color: #fff;
}
/*列表左侧导航*/

.main .you{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding: 20px;
}
.main .you .title2{
	color: #0d3164;
	font-size: 20px;
	font-weight: bold;
	padding:0 15px;
}
.main .you .title3 a{
	color: #0d3164;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	padding:0 15px;
	float: left;
}
.main .you .title3_active a{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	padding:0 15px;
	background-color: #0d3164;
	float: left;
}
.main .you .xian{
	width: 3%;
	height: 4px;
	background-color: #d57d1e;
	display: block;
	float: left;
	margin-left: 25px;
	margin-top:15px;
}
.main .you .list{
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
}
.main .you .list .date{
	text-align: center;
	color: #535353;
	font-size: 18px;
	padding: 15px 0 5px 0;
}
.main .you .list .year{
	text-align: center;
	color: #535353;
	font-size: 14px;
}
.main .you .list .list-title{
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	padding-bottom: 10px;
}
.main .you .list .list-con{
	font-size: 14px;
	color: #676767;
}
.main .you .xs{
	font-size:20px;
	color: #8d8e8e;
	line-height: 30px;
	padding: 15px 0;
}
.main .you .xs a{
	font-size:20px;
	color: #8d8e8e;
	line-height: 30px;
}
.main .you .zm{
	width: 100%;	
	border-bottom: 1px solid #ddd;
}
.main .you .zm a{
	display: block;
	color: #0a53bf;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 10px;
	/*background-color: #0a53bf;*/
	/*float: left;*/
	/*text-align: center;*/
}
.main .you .name{
	padding: 15px 0;
}
.main .you .name a{
	color: #3f3f3f;
	font-size: 18px;
	padding-right: 15px;
}


/*教师内容页*/
.tea_style{
	text-align: center;
}

/*爱在商学院移动展示效果代码*/
.phone{
	display:none !important;
}

/*通知公告*/
.tz_height{
	width:100%;
	height:484px;
	overflow:hidden;
}
.tz-style{
	font-size: 1.6em;
    color: #ED7500;
}
.tzgg{
	clear:both;
	padding-left:10px;
	padding-right:15px;
}
.tzgg .tz-title{
	width:80%;
	float:left;
	/*line-height:2.1em;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tzgg .tz-time{
	width:20%;
	float:right;
	/*line-height:2.1em;*/
	text-align:right;
}
.tzgg a{
	color:#282828;
	font-size:14px;
}
.thumbnail .caption{
	padding:3%;
}
.thumbnail .caption .pic_tit{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tz-line{
	height:78px;
	line-height:78px;
}
.tz_list{
	width:100%;
	height:406px;
	line-height:2.1em;
}
.xy_height{
	height:484px;
}
.xy_img{
	height:78px;
	width:100%;
	display:block;
}
.xy_img img{
	height:100%;
	width:auto;
}
.xyxx{
	height:406px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:300px;
	overflow:hidden;
	display:block;
}
.xy_height .xy_box img{
	height:100%;
	width:auto;
}

/*媒体查询电脑*/
@media screen and (min-width: 798px) and (max-width: 1025px) {
.flexslider{
	height:437px !important;
}
.tz_height{
	width:100%;
	height:311px;
	overflow:hidden;
}
.tz_list{
	width:100%;
	height:233px;
	line-height:2.1em;
}
.xy_height{
	height:311px; 	
}
.xyxx{
	height:233px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:160px;
	overflow:hidden;
	display:block;
}

}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.tz_height{
	width:100%;
	height:311px;
	overflow:hidden;
}
.tz_list{
	width:100%;
	height:233px;
	line-height:2.1em;
}
.xy_height{
	height:311px; 	
}
.xyxx{
	height:233px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:160px;
	overflow:hidden;
	display:block;
}
} 
@media screen and (min-width: 1280px) and (max-width: 1367px) {
.tz_height{
	width:100%;
	height:363px;
	overflow:hidden;
}
.tz_list{
	width:100%;
	height:285px;
	line-height:2.1em;
}
.xy_height{
	height:363px; 	
}
.xyxx{
	height:285px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:210px;
	overflow:hidden;
	display:block;
}
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
.tz_height{
	width:100%;
	height:363px;
	overflow:hidden;
}
.tz_list{
	width:100%;
	height:285px;
	line-height:2.1em;
}
.xy_height{
	height:363px; 	
}
.xyxx{
	height:285px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:210px;
	overflow:hidden;
	display:block;
}
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
.tz_height{
	width:100%;
	height:363px;
	overflow:hidden;
}
.tz_list{
	width:100%;
	height:285px;
	line-height:2.1em;
}
.xy_height{
	height:363px; 	
}
.xyxx{
	height:285px;
	overflow:hidden;
}
.xy_height .xy_box{
	height:210px;
	overflow:hidden;
	display:block;
}
}
@media screen and (min-width: 1680px) and (max-width: 1920px){

} 
@media (min-width: 1920px) {

} 

 

/*媒体查询手机*/
@media (min-width:385px) and (max-width:414px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
  	.xyxx{
	    height: auto !important;
		width:100%;
	}
}
@media screen and (max-width: 319px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:auto;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
  
 }
@media screen and (min-width: 320px) and (max-width: 359px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
  
}
@media screen and (min-width: 360px) and (max-width: 374px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
}
@media screen and (min-width: 375px) and (max-width: 383px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
  
 }
@media screen and (min-width: 384px) and (max-width: 399px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
  
}
@media screen and (min-width: 400px) and (max-width: 413px) {
 .xx{display:none !important;}
 .flexslider{height:190px !important;}
 .visit_blue{
	position: absolute;
    background-color: rgba(0, 65, 129, 0.55);
    padding: 8px 49px;
    top: 50%;
    left: 25%;
    margin-top: -50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 700;
    width: 45%; 
  }
  .img_ph{width:50px !important;}
  .visit_blue .font_style{font-size:14px !important;}
  .img{display:none;}
  .phone{display:block !important;}
  
  #vsb_content img{width:100% !important;height:auto !important;}
  #vsb_content table{width:100% !important;}
  
  /*学院新闻修改代码*/
  .tz_height{
	height:100% !important;
	overflow:hidden;
	}
	.tz-line{
		line-height:95px;
	}
	.tzgg{
		line-height:2.3em;
		overflow:hidden;
	}
	.xy_height{
		height:100% !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto;
	}
	.xy_height .xy_box img{
		height:auto;
		width:100%;
	}
	.xy_img{
		height: auto;
    	width: 100%;
	}
	.xy_img img{
		height: auto;
    	width: 100%;
	}
	.xyxx{
	    height: auto !important;
		width:100%;
	}
 }
@media screen and (min-width: 418px) and (max-width: 799px) {
	.flexslider{
		height:326px !important;
	}
	.img{display:none;}
    .phone{display:block !important;}
	.tz_height{
	height:auto !important;
	overflow:hidden;
	}
	.tz_list{
		width:auto !important;
		height:auto !important;
		line-height:2.1em;
	}
	.xy_height{
		height:auto !important; 	
	}
	.xyxx{
		height:auto !important;
		overflow:hidden;
	}
	.xy_height .xy_box{
		height:auto !important;
		overflow:hidden;
		display:block;
	}
	.xy_height .xy_box img{
	height:auto !important;
	}
	.input_box{
	padding-top:6%;
	}
}



