/* 通栏 */
.container{
  width: 1440px;
}
/* 样式重置  */
img {
  object-fit: cover;
}
ul{
  list-style: none;
}

body{
  background-color: #F5F5F5;
}
.entrance{
  width: 140px;
  height: 40px;
  margin: 10px auto;
  color: #fff;
  border-radius: 5px;
  background-color: #900000;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.entrance span{
  width: 100px;
  display: inline-block;
  text-align: center;
}
.entrance .right-image{
  width: 40px;
  height: 100%;
  border: 2px solid #900000;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more>a::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(/assets/portal/wxscxzx/images/more1.png);
}
/* banner */
#loader {
  position: fixed;
  background-color: #000000;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.banner .top{
  background-color:#685A58;
  line-height: 7vh;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.banner .login-form input{
  font-family: "微软雅黑";
  outline: 0;
  background:transparent;
  width: 180px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 3px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.banner .login-form input.check {
	display: inline-block;
	height: 17px;
	width: 17px;
	border: 1px solid #BEBEBE;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	-webkit-appearance: none;
	font: normal normal normal 14px/1 FontAwesome;
	outline: 0;
	background: 0 0;
	margin-bottom: 0.2em;
	margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 0;
  padding-right: 0.3rem;
  border-radius: 0;
}

.banner .login-form input.check:checked:after {
	content: "✔";
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.banner .login-form button{
  width: 68px;
  height: 32px;
  margin: 0 20px; 
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
}
.banner .top .time{
  display: flex;
  justify-content: space-between;
}
.banner .top .login{
  margin-right: 88px;
}
.banner .top a{
  color: #fff;
}
.banner .top a:hover{
  color: #B21616!important;
}

/* 导航 */
.navigation{
  width: 100%;
  /* height: 184px; */
  /* position: sticky; */
  /* top: 0; */
  z-index: 5;
  background-color: rgba(255,255,255,.7);
  background-image: url('/assets/portal/wxscxzx/images/logo1.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.navigation .container{
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .title{
  width: max-content;  
  display: flex;
}
.navigation li{
  line-height: 48px;
  font-size: 20px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  border-bottom:3px solid transparent;
}
.title>li{
  margin-left: 80px;
  padding-bottom: 20px;
}
.title>li:first-child{
  margin-left: 0px;
}

.navigation .title li span{
  color: #534242;
  padding-bottom: 10px;
}

.navigation li:hover>a span{
  color: #CA0000!important;
}
.navigation .title li .second_nav{
  position: absolute;
  top: 51px;
  left: -40px;
  width: 180px;
  text-align: center;
  z-index: 2;
  background-color: rgba(255,255,255,.7);
  display: none;
}
.navigation .title li .second_nav a{
  display: inline-block;
  line-height: 40px;
  border-bottom:3px solid transparent;
}
.navigation .title li .second_nav li:hover a{
  transition: border-color 1s;
  border-color:#CA0000;
}

.navigation li:hover .second_nav{
  display: block;
}
.navigation li .second_nav li span{
  color: #534242!important;
  font-size: 15px;
}
.navigation li .second_nav li:hover span{
  color: #CA0000!important;
}

.middle{
  overflow: hidden;
  background-color: #fff;
}
/* 轮播图 */
.middle .swiper{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url('/assets/portal/wxscxzx/images/lunbo_bg.png') 100% center repeat;
  padding: 40px 0;
  box-sizing: border-box;
}
.middle .swiper-pagination-bullet-active{
  background-color: #fff;
}
.middle .swiper::after{
  content:'';
  width: 100%;
  height: 400px;
  position: absolute;
  top: 100%;
  z-index: 1;
  background: url('/assets/portal/wxscxzx/images/lunbo_more_bg.png') 100% center repeat;
}
.middle .swiper-container {
  width: 1700px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.middle .swiper-slide{
  cursor: pointer;
}
/* .middle .swiper-slide img{
  width: 100%;
  height: 100%;
} */
.middle .swiper-button-prev{
  margin-left: 140px;
}
.middle .swiper-button-next{
  margin-right: 140px;
}
.middle .swiper-container .swiper-button-prev,.swiper-button-next{
  width: 60px;
  height: 90px;
  box-sizing: border-box;
  text-align: center;
  font-size: 45px;
  color:#fff;
  background-image: none;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  border-radius: 5px;
  transition: opacity .5s;
}
.middle .swiper-container .center{
  width: 100%;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.middle .swiper-container .center:hover .swiper-button-prev{
  opacity: 1;
}
.middle .swiper-container .center:hover .swiper-button-next{
  opacity: 1;
}

.middle .container{
  margin-top: 42px;
  width: 1530px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 38px 45px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px rgba(187,187,187,0.50);
}
.middle .container .left_flower{
  position: absolute;
  width: 182px;
  height: 396px;
  bottom: 125px;
  left: -180px;
}
.middle .news_tabs .row{
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
/* 校园简介 */
.middle .news_tabs .school_introduction{
  width: 400px;
  box-sizing: border-box;
  font-size: 0;
}
.middle .news_tabs .school_introduction .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.middle .news_tabs .school_introduction .header .title{
  width: 348px;
  line-height: 74px;
}
.middle .school_introduction .header .title>h3{
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  display: inline-block;
}
.middle .school_introduction .header .title>span{
  color: #666;
}
.middle .news_tabs .school_introduction .header .more a{
  font-size: 20px;
  color: #999999;
}
.middle .news_tabs .school_introduction>.content img{
  width: 400px;
  height: 200px;
}
.middle .news_tabs .school_introduction>.content p{
  font-size: 16px;
  padding: 22px;
  height: 200px;
  border: 1px solid #C9C9C9;
}

/* 校园资讯 */
.middle .news_tabs .campus_news{
  box-sizing: border-box;
}
.middle .news_tabs .campus_news .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.middle .news_tabs .campus_news .header .title{
  width: 348px;
  line-height: 74px;
}
.middle .campus_news .header .title>h3{
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  display: inline-block;
}
.middle .campus_news .header .title>span{
  color: #666;
}
.middle .news_tabs .campus_news .header .more a{
  font-size: 20px;
  color: #999999;
}
/*  校园资讯 */
div.slideBox {
  width: 452px;
  height: 200px;
}

div.slideBox ul.items li a img {
  width: 452px;
  height: 200px;
}

div.slideBox div.tips div.title a {
  display: inline-block;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-title{
  width: 410px;
  text-align: center;
  margin-top: 12px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 60px;
}
.fs-18{
  font-size: 18px;
}
.fs-16{
  font-size: 16px;
}
.color-red{
  color: #78132D;
}
.color-grey{
  color: #969696;
}
.click-detail{
  color: #78132D;
  position: absolute;
  margin-left: 310px;
  margin-top: -26px;
}
.yichu2{
  margin-bottom: 30px;
}
.newslist{
  border-bottom:1px dashed #ccc;
  height: 30px;
  margin-top: 18px;
}
.newslist a{
  color: #000;
}

/* 媒体报道中的header样式提取公共 */
.middle .header.type2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.middle .header.type2 .title{
  width: 348px;
  line-height: 74px;
}
.middle .header.type2 .title>h3{
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  display: inline-block;
}
.middle .header.type2 .title>span{
  color: #666;
}
.middle .header.type2 .more a{
  font-size: 16px;
  color: #999;
}

/* 媒体报道 */
.middle .news_tabs .line{
  border-left: 1px solid #D2D2D2;
}
.middle .news_tabs .media_report{
  width: 490px;
  box-sizing: border-box;
  padding-left: 53px;
}
.middle .media_report .content li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.middle .media_report .content li .time{
  border: 1px solid #685A58;
}
.middle .media_report .content li .time>.month{
  width: 88px;
  line-height: 35px;
  background-color:#685A58;;
  color: #fff;
  text-align: center;
}
.middle .media_report .content li .time>.date{
  width: 82px;
  line-height: 35px;
  background-color: #fff;
  text-align: center;
}
.middle .media_report .content li>.detail{
  width: 335px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
}
.middle .media_report .content li>.detail:hover h4{
  color: #CA0000;
}
.middle .media_report .content li>.detail:hover p{
  color: #CA0000;
}
.middle .media_report .content li>.detail>h4,.middle .media_report .content li>.detail>p{
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 校园相册 */
.middle .school_campus{
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.middle .school_campus .title{
  font-size: 20px;
  font-weight: bold;
}
.middle .school_campus .content{
  width: 100%;
  height: 200px;
}
.schoolAlbum {
  width: 1440px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.schoolAlbum-box {
  width: 1320px;
  display: inline-block;
  overflow: hidden;
  margin: 0 60px;
  position: relative;
}

.schoolAlbum .prev{
  width: 36px;
  height: 124px;
  position: absolute;
  left: 0px;
  top: 15px;
  background: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schoolAlbum .next{
  width: 36px;
  height: 124px;
  position: absolute;
  left: 1400px;
  top: 15px;
  background: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#roll img {
  width: 236px;
  height: 152px;
}

#roll dd {
  width: 236px;
  height: 152px;
  float: left;
  margin-left: 20px;
}


.news-more{
  width: 1530px;
  margin: 0 auto;
  margin-top: 160px;
  position: relative;
  z-index: 2;
}
.news-more>.right_flower{
  width: 177px;
  height: 364px;
  position: absolute;
  top: -100px;
  right: -180px;
}
.news-more>.content{
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
/* 学校要闻 */
.red-title{
  padding: 2px 10px;
  height: 32px;
  line-height: 32px;
  background: #685A58;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.middle .news_of_school{
  width: 320px;
}
.middle .news_of_school .header{
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  margin-bottom: 20px;
}
.middle .news_of_school .header .title{
  width: 260px;
  height: 56px;
  padding: 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-image: url(/assets/portal/wxscxzx/images/header-bg.png);
}
.middle .news_of_school .header .title>h3{
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  display: inline-block;
}

.middle .news_of_school .header .title>p{
  color: #666;
}
.middle .news_of_school .header .more{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.middle .news_of_school .content li{
  width: 480px;
  margin-bottom: 20px;
  cursor: pointer;
}
.middle .news_of_school .content li:hover h3{
  color: #CA0000;
}
.middle .news_of_school .content li>.top{
  display: flex;
  align-items: center;
}
.middle .news_of_school .content li>.top .num{
  width: 17px;
  line-height: 17px;
  text-align: center;
  background-color: #685A58;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
}
.middle .news_of_school .content li>.top>h3{
  max-width: 360px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middle .news_of_school .content li>.top .new{
  width: 42px;
  line-height: 16px;
  text-align: center;
  background-color: #900000;
  color: #fff;
  margin-left: 10px;
  border-radius: 6px 0;
}
.middle .news_of_school .content li .date{
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  padding-left: 30px;
}

/* 快速通道 */
.middle .fast_track{
  padding-bottom: 110px;
}
.middle .fast_track .content{
  width: 1530px;
  display: flex;
  overflow-x: auto;
}
.middle .fast_track .content li{
  float: left;
  margin-left: 46px;
  flex-shrink:0;
  width: 202px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #E8E8E8;
  cursor: pointer;
}
.middle .fast_track .content li:first-child{
  margin-left: 0;
}

.middle .fast_track .content li>.imageBox{
  background: #D5D5D5;
}
.middle .fast_track .content li>.imageBox img{
  width: 44px;
  height: 44px;
  margin: 10px 9px;
}
.middle .fast_track .content li>span{
  margin-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.middle .fast_track .content li:hover span{
  color: #CA0000;
}

/* 尾部/底部区域 */
.footer{
  width: 100%;
  color: #fff;
  position: relative;
  bottom: 0;
}
.footer .top{
  width: 100%;
  height: 302px;
  background: url(/assets/portal/wxscxzx/images/banner-botton.png) no-repeat;
  background-size: 100% 100%;
}

.footer .bottom{
  background: #685A58;
  text-align: center;
  padding: 20px 0;
}
.footer .bottom pre{
  line-height: 50px;
}
.footer .bottom a{
  color: inherit;
}
