.main-body{
	overflow: hidden;
	margin-top: 25px;
}
.line-margin{
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 30px;
}
.line-margin2{
	margin-bottom: 20px;
	padding: 0 30px;
	height: 340px;
}
.block_title{
	height: 26px;
	border-bottom: 2px solid #ccc;
}
.block_inner a{
	color:#333;
}
.block_inner2 a{
	color:#333;
}
.title_name{
	height: 26px;
	width: 100px;
	border-bottom: 2px solid #CD3333;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}
.block_inner{
	min-height: 250px;
	overflow: hidden;
	margin-top: 20px;
}
.block_inner2{
	min-height: 250px;
	margin-top: 20px;
}
.block_small_inner{
	min-height: 180px;
}
.pic_block{
	height: 250px;
}
.pic_block img{
	height: 100%;
	width: 100%;
}
.block_word{
	padding: 15px;
	overflow: hidden;
	padding-top: 12px;
}
.block_inner .block_word > a{
	float: right;
	color:#CD3333;
	font-size: 12px;
}
.text_title{
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
.text{
	font-size: 12px;
}
/*通知公告*/
.inform_list{
	overflow: hidden;
	margin-bottom: 20px;
}
.inform_list:hover a{
	color: #CD3333;
}
.inform_list a{
	color:#333;
	font-size: 13px;
	transition:.3s;
}
.inform_title{
	float: left;
	width: 320px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.inform_title span{
	margin:0 10px;
}
.inform_time{
	float: right;
}
/*教学办公*/
.teach-pic{
	height: 170px;
	width: 270px;
	margin:0 auto;
}
.teach-pic img{
	height: 100%;
	width: 100%;
}
.teach-from{
	width: 270px;
	margin:10px auto;
	color: #CD3333;
	font-size: 16px;
}
.teach-title{
	width: 270px;
	margin:10px auto;
	font-size: 16px;
}
.teach-title:hover{
	color:#CD3333;
}
.teach-text{
	width: 270px;
	margin:10px auto;
	font-size: 12px;
}
.teach-cell{
	width: 33%;
	float: left;
	overflow: hidden;
}
.teach-cell3{
	width: 66%;
	float: left;
	overflow: hidden;
}
.teach-cell2{
	width: 34%;
	float: left;
	overflow: hidden;
}
.teach-img-line{
	overflow: hidden;
}
.teach-text-line{
	overflow: hidden;
}
.teach-title2{
	color: #CD3333;
	font-size: 12px;
}
.teach-list li{
	margin-top: 10px;
	position: relative;
}
.teach-list li:hover a{
	color:#CD3333;
}
.teach-list li a{
	line-height: 30px;
	font-size: 14px;
	transition:.3s;
}
.teach-title3{
	padding-left:15px;
}
.teach-icon{
	position: absolute;
	top: 0;
	left: 0;
}
/*专题链接*/
.pre-sub{
	height: 80px;
	position: relative;
	padding: 0 5px;
	margin-bottom: 15px;
}
.pre-sub img{
	height: 100%;
	width: 100%;
}
.pic-link{
	margin-top: 26px;
}
.pre-pic-link{
	margin-bottom: 10px;
	height: 110px;
	width: 405px;
}
.pre-pic-link img{
	height: 100%;
	width: 100%;
}
/*招生等样式*/
.msg-list li{
	height: 75px;
	margin-bottom: 15px;
}
.msg-list li:hover .msg-title{
	color:#CD3333;
}
.msg-date{
	width: 60px;
	height: inherit;
	background: #EBE9EA;
	float: left;
}
.msg-date-year{
	text-align: center;
	padding-top: 10px;
}
.msg-date-day{
	text-align: center;
	font-size: 30px;
	color: #9B0103;
	height: 30px;
}
.msg-title{
	height: 75px;
	margin-left: 3px;
	background: #EBE9EA;
	float: left;
	width: 325px;
	padding: 10px;
	font-size: 12px;
	line-height: 26px;
	transition:.3s;
}
.msg-more{
	float: right;
	margin-right: 20px;
}
.btn_group{
	margin-bottom: 25px;
}
.btn_group > .btn-group{
	width: 100%;
}
.btn_group > .btn-group > .btn,ul{
	width: 100%;
	text-align: left;
}
.btn_group > .btn-group > .btn > .caret{
	position: absolute;
    right: 15px;
    top: 20px;
}
.btn_block{
	height: 85px;
	background: rgba(198,218,229,1);
	padding:15px 15px;
	transition: .3s;
}
.icon_block{
	height: 52px;
	width: 52px;
	float: left;
}
.btn_name{
	float: left;
	font-size:21px;
	margin-top: 10px;
	margin-left: 5px;
	color:rgba(23,107,151,1);
}
.button_block > .col-xs-3 {
	margin-bottom: 15px;
}
.btn_block:hover{
	background: rgba(23,107,151,1);
}
.btn_block:hover .btn_name{
	color:#fff;
}
/*swiper*/
.swiper-container img{
	height:100%;
	width:100%;
}
.swiper-container{
	height:250px;
}
.swiper-container .swiper-btn{
	display: none;
}


.tip-list li{
	margin-top: 15px;
    position: relative;
}

.tip-list li a{
	font-size: 15px;
	font-weight: bold;
	transition:.3s;
}
.tip-list li:hover a{
	color: #CD3333;
}