/* 页头开始 */
.header {
	width: 100%;
	min-width: 1200px;
	height: 100px;

	box-sizing: border-box;
	background-color: #8a0016;

}

.header .logo a {
	width: 692px;
	height: 74px;
	padding-top: 9px;
	display: block;
	

}
h3{
  float: left;
  color: #fff;
  font-size: 30px;
  padding-top: 40px;
  line-height: 1;
  font-weight:bold;
}


/* 搜索 */

/* 页头结束 */



/* 导航样式开始 */
.header-nav {

	width: 100%;
	min-width: 1200px;
  border-top: 1px solid #fff;
	  background: #8a0016;
	font-size: 16px;
	
}

.nav ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}

.nav ul:after {
	clear: both;
}

.nav ul>li {
	float: left;
	position: relative;
	width: 200px;
	text-align: center;
	
}
.nav ul li:hover{
	background:url() no-repeat center top;
}
.nav a {
	display: block;
	padding: 0px 20px;
	line-height:50px;
	color: #fff;

	
}

.nav a:hover {
	text-decoration: none;
	color: #8a0016;
	background: #ffffff;
}

.nav li ul {
	
	font-size: 14px;
	background: rgba(255,255,255,0.7);

}

.nav li ul li a {
	width: 120px;
	font-size: 16px;
	 color: #8a0016;
	border: none;
	text-align: center;
	background: no-repeat;
	margin: 0px;
	line-height: 40px;
}
.nav ul li:hover ul li a{background-image: no-repeat;}

.nav li:hover ul li a:hover {
	width: 120px;
	text-align: center;
	
	  background: #8a0016 !important;
	color: #ffffff;
	

}

.nav5 ul>li:hover ul {
	max-height: 1000px;
	background-image: no-repeat;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.nav5 li ul {
	position: absolute;
	left: 0;
	background-image: no-repeat;
	top: 50px;
	z-index: 2;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

/* 导航样式结束 */

/* 页脚开始 */
.footer {
  width: 100%;
  height: 150px;
  background: #535353;
}
.footer ul {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer ul li{
  float: left;
  width: 29.5%;
  height: 100px;
}
.footer ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 40%;
  text-align: center;
}
.footer ul li:nth-child(2) span {
  display: inline-block;
  float: left;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
  width: 253px;
  height: 50px;
  margin-top: 25px;
  margin-left: 20px;
  margin-left: 40pxs;
}
.footer ul li:nth-child(2) p {
  font-size: 18px;
  color: #fff;
  line-height: 100px;
}
.footer ul li:nth-child(3) p {
  text-align: right;
  color: #fff;
}
.footer ul li:nth-child(1) {
  width: 27%;
  text-align: left;
}
.footer ul li:nth-child(1) span {
  display: inline-block;
  width: 100px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 7px;
}

/* 焦点图 */
.aside-pic {
	width: 100%;
	position: relative;

	
}

.aside-pic .swiper-container {
	width: 100%;
	height: 450px;
}

.aside-pic .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.aside-pic img {
	width: 100%;
	/* min-width: 1200px; */
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.aside-pic .pagination {
	position: absolute;
	right: 14px;
	text-align: right;
	bottom: 17px;
	width: 100%;
	z-index: 9;
}

.aside-pic .swiper-pagination-switch {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 8px;
	cursor: pointer;
	background: #fff;
}

.aside-pic .swiper-active-switch {
	background: #e7b56e;
}

.aside-pic p {
	height: 54px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 54px;
	padding: 0 20px;
	box-sizing: border-box;
}

.aside-pic img:hover {
	transform: scale(1.1);
}


/* 新闻速递 */
.LeftBox {
  width: 1160px;
  min-height: 142px;
  margin-bottom: 30px;
}
.LeftBox:after {
  content: '';
  display: block;
  clear: both;
}
ul.collogeStudent {
  width: 100%;
  height: 168px;
}
ul.collogeStudent li.collogeStudentItem{
  width: 100%;
  height: 75px;
  cursor: pointer;
}
ul.collogeStudent li.collogeStudentItem img {
  width: 140px;
  height: 75px;
}
ul.collogeStudent li.collogeStudentItem div {
  width: 270px;
  height: 75px;
}
ul.collogeStudent li.collogeStudentItem div p.collogeStudentItemTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.collogeStudent li.collogeStudentItem div p.collogeStudentItemContent {
  height: 49px;
  font-size: 12px;
  color: #666;
  line-height: 17px;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
ul.collogeStudent li.collogeStudentItem div:hover p.collogeStudentItemTitle {
  color: #8a0016;
}
ul.collogeStudent li.collogeStudentItem:nth-child(1) {
  margin-bottom: 18px;
}
.fastNavBox {
  width: 240px;
  height: 100%;
}
.fastNavBox ul {
  width: 100%;
  min-height: 400px;
}
.fastNavBox ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255,255,255,0.8);
  margin-bottom: 8px;
  cursor: pointer;
}
.fastNavBox ul li span {
  color: #666;
  font-size: 18px;
  display: inline-block;
  width: 130px;
  text-align: left;
}
.fastNavBox ul li .tab1:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 26px;
  background: url("../images/1.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab2:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url("../images/2.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab3:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/3.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab4:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/4.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab5:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/5.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab6:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 26px;
  background: url("../images/6.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li .tab7:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url("../images/7.png") no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.fastNavBox ul li:hover span {
  color: #8a0016;
}
.title {
  color: #cf0515;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0px;
  height: 31px;
}
.title_text {
  padding: 4px 10px;
  border-bottom: 3px solid #cf0515;
}
.more {
  cursor: pointer;
}
.NewsItem_date {
  color: #666;
  font-size: 12px;
}
.NewsItem {
  height: 35px;
  line-height: 35px;
  position: relative;
}
.NewsItem:hover span {
  color: #8a0016;
  cursor: pointer;
}
.NewsItem:hover .slot {
  background: #8a0016;
}
.width_550 {
  width: 550px;
  height: 100%;
}
.Items_Box {
  margin-top: 5px;
}
.Items_Box .NewsItem_title {
  width: 425px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slot {
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.Color {
  color: #cf0515;
}
.paddingT {
  padding: 20px 10px 0px 10px;
}
.paddingRL {
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewsConent {
  width: 100%;
  height: 231px;
}
.NewsConentLeft,
.NewsConentRight {
  width: 48%;
  height: 231px;
}
.NewsConentLeft .NewsItem,
.NewsConentRight .NewsItem{
  height: 28px;
  line-height: 28px;
}
.NewsConentLeft .NewsItem .more,
.NewsConentRight .NewsItem .more {
  top: 16px;
}
.titleTabs{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}
.Eng {
  font-size: 12px !important;
  color: #8a0016;
  padding-left: 10px;
  font-weight: bold;
}
.title_tab {
  height: 40px;
  line-height: 40px;
  color: #8a0016;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #8a0016;
}



.downloadlist-box{
border-bottom:1px dashed #fd9f86;
}
    

.pdf-down{text-indent:60px;
    line-height:32px;
    color:#000000;
    cursor:pointer;}
    
.downloadlist-title{
   padding-bottom:10px;
    border-bottom:1px dashed #fd9f86;
}
 