.news_e{
	margin-top:30px;
	margin-bottom: 30px;
	/* padding-bottom:30px; */
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.SwitchImage2{margin-right: 40px;}
h2.title_header{
	border:none;
	/* border-top:1px solid #ededed; */
	position: relative;
	font-family: "Roboto Condensed",Arial,Sans-Serif;
}
.N-E{display:flex;align-items: center;}
.cont_right a.detail{display:none;}
.cont_right li{
	padding:10px 0 10px;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.cont_right li:hover .title_type{
	color:#5d247d;
}
/*  旧*/
h2.title_header a.more{background:url(../image/20170524175132.png) no-repeat center;display: block;float: right;width: 45px;height: 45px;}
h2.title_header a.more:hover{font-weight: bold; font-size:14px;background:url(../image/20170524174940.png) no-repeat center;}
/* 新 */
h2.title_header a.more22{
	width:auto;
	height:30px;
	line-height: 30px;
	background:none;
	display:inline-block;
	border:1px solid gray;
	border-radius:25px;
	padding:0px 25px;
	color:#333333;
	font-size:14px;
	position:absolute;
	bottom: 0;
	right:0;
}
h2.title_header a.more22:hover{background:none;border-color:#511b66;color:#511b66;}
.cont_right .span_date{
	/* float:right; */
	font-size:16px;
	color:#55157c;
	position: absolute;
	bottom: 7px;
	right: 0;
	display: none;
}
.cont_right .title_type{
	font-size: 20px;
	color:#333333;
	font-weight: bold;
	/* overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; */
	font-family: "Roboto Condensed",Arial,Sans-Serif;
	margin:10px 0 10px;
}
.cont_right p{
	font-size:16px;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.groups{
	width:48%;
	position: relative;
	margin-top:30px;
	overflow: hidden;
}
.groups img{
	transition: all 1s;
	width:100%;
	height:100%;
}
.groups span{
	font-size:30px;
	color:#fff;
}
.groups a{
	font-size:20px;
	border:1px solid #fff;
	color:#fff;
	padding:5px 20px;
	margin-top:40px;
	display: none;
}
.groups>div{
	transition: all 1s;
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	height:90px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
}
.groups:hover a{
	display:inline-block;
}
.groups:hover img{
	transform: scale(1.2)
}
.groups:hover>div{
	height:100%;
}
.SwitchImage .swiper-box ul li h2{display:none;}
.SwitchImage div.pagination{right:50% !important;bottom: 20px !important;transform: translateX(50%);}
.SwitchImage, .SwitchImage img, .SwitchImage .Img_Box,.SwitchImage .swiper-box{height:500px !important;}

div.col-md-4 .article_box .pic-1,
div.col-md-4 .article_box .art-1,
div.col-md-4 .article_box .article_list,
div.col-md-4 .article_box .art-1 li,
.article_box .left_img{
	width:100% !important;
	height:auto;
}
div.col-md-4 .article_box .art-1 li a{color:#000;}
.article_box.js_box img{height:124px !important;}

div.edu .article_box .art-1 li{
	/* width:46% !important; */
}

/* 9.18 */
.pd15-0{padding:10px 0 15px;}
.fl .article_box .art-1{
	max-height: 104px;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}
.fl .article_box .art-1::-webkit-scrollbar{width: 0;}
.fl .article_box .art-1{scrollbar-width: none;-ms-overflow-style:none;}
.fl .article_box .art-1 li p{line-height: 26px;}

.col-md-4.col-sm-12.fl.edu .article_list.art-1{
	/* background: url(/Sites/Uploaded/UserUpLoad/20200106/20200106144348.png) no-repeat right bottom; */
	background: url(../image/20200106160455.png) no-repeat right 7px,url(../image/20200106160536.png) no-repeat right bottom;
  background-size: 30px 14px;
}
.Video {
  position: relative;
  height: 414px;
  margin-top: 30px;
  border-top: 1px solid #ededed;
  /* margin-bottom: 40px; */
}
.leftBox {
  height: 300px;
  /* background: #744593; */
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  width: 100%;
}
/* .leftBox::before {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #744593;
}
.leftBox::after {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background: #744593;
} */
.leftBox p {
  display: block;
  width: 450px;
  margin-top: 60px;
  text-indent: 2em;
  line-height: 30px;
  color: #333;
}
.leftBox p .details{
  display: none;
}
.video_main {
  position: absolute;
  right: 0;
  top: 30px;
}
.Video .title {
  font-size: 20px;
  padding-top:20px;
}
.Video .title a {
  color: #744593;
}
.Video .title a::after {
  width: 40px;
  height: 2px;
  content: "";
  display: block;
  background: #744593;
  margin-top: 10px;
}
.leftBox .more {
  display: block;
  width: 90px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-top: 19px;
}
@media only screen and (max-width:768px){
	.SwitchImage2{margin-right:0;}
	.article_box img{margin-right:0;}
	.SwitchImage2 .Img_Box,.SwitchImage2 .Img_Box .pic{display: flex;justify-content: center;align-items: center;}
	.SwitchImage2 .swiper-box,.SwitchImage2{width: 100%;}
	.SwitchImage2 .swiper-box{height:400px;}
	.pd15-0{padding:10px 0;}
	.col-sm-12{margin-bottom: 0;}
  .fl .article_box .art-1{max-height: none;}
  .col-md-4.col-sm-12.fl.edu .article_list.art-1{background: none;}
  .Video {
 height: auto;
}
.Video .title,.leftBox {
  display: none;
}
.video_main {
  position: inherit;
  width: 100% !important;
}
}
@media only screen and (max-width:500px){
	.SwitchImage2 .swiper-box{height:220px;}
} 