
/* 中间 */
.con-bg{
	width: 100%;
	background: url("../images/con_bg.jpg")/*tpa=https://zs.haust.edu.cn/images/con_bg.jpg*/ no-repeat center center;
}
.white-bg{
	width: 1300px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 50px 30px;
}
/* 中部1 */
.con-1{
	width: 100%;
	height: 380px;
}
.notice{
	width: 595px;
	height: 380px;
	float: left;
}
.notice-tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cecece;
}
.tit{
	height: 50px;
	line-height: 50px;
	float: left;
}
.tit>p{
	display: inline-block;
}
.tit p,.tit img{
	vertical-align: middle;
}
.more{
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: right;
}
.notice-list{
	height: 305px;
}
.notice-list>ul{
	height: 305px;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.notice-list>ul>li{
	width: 100%;
	height: 65px;
        display:flex;
        justify-content:center;
        align-items:center;
}
.notice-list>ul>li:hover .date{
	border: none;
	background: #e5872f;
	color: #FFFFFF;
}
.date{
	width: 74px;
	height: 65px;
	border: 1px solid #dcdcdc;
}
.date>p{
	height: 16px;
	text-align: center;
	margin-top: 9px;
}
.list-txt{
	width: 500px;
	line-height: 30px;
	margin-left:20px;
}
.news{
	width: 595px;
	height: 380px;
	float: right;
}
/* 中部2 */
.con-2{
	width: 100%;
	height: 330px;
	margin: 50px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.student{
	width: 380px;
	height: 330px;
	float: left;
}
.student-tit{
	width: 380px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cecece;
}
.student-list{
	width: 100%;
}
.student-list>li>p{
	display: inline-block;
	float: left;
	width: 310px;
	line-height: 40px;
}
.student-list>li>span{
	display: inline-block;
	width: 50px;
	float: right;
	text-align: right;
	line-height: 40px;
}

/* 列表页 */
 .con-con{
	width: 1300px;
	margin: -20px 0;
}
.con-l{
	width: 270px;
	float: left;
    margin-left: -20px;
}
.left-tit{
	width: 100%;
	height: 80px;
	background:#1a407f;
}
.left-tit span{
	height: 80px;
	line-height: 80px;
	margin-left: 20px;
	float: left;
}
.left-tit img{
	margin-right: 10px;
	float: right;
}
.left-tit span,.left-tit img{
	vertical-align: middle;
}
.left-list{
	width: 100%;
	height: 580px;
	background: url("../files/left_list_bg.jpg") no-repeat center center;
}
.left-list>li{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.left-list>li>p{
	width: 210px;
	display: inline-block;
}
.left-list>li>p>a{
	margin-left: 10px;
}
.left-list>li>img{
	margin-right: -8px;
	float: right;
}

.left-list>li:hover{
	background: #850006;
}
.left-list>li:hover a{
	color: #FFFFFF;
}
.con-r{
	width: 980px;
	float: right;
}
.right-tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b2b2b2;
}
.tit-l{
	height: 50px;
	width: 300px;
	float: left;
}
.tit-l .hei18{
	display: inline-block;
}
.tit-r{
	float: right;
}
.contentr-txt{
	width: 100%;
}
.article-list>li{
	width: 100%;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #e5e5e5;
	background: url("../files/icon_pot2.png")/*tpa=https://zs.haust.edu.cn/images/icon_pot2.png*/ no-repeat left center;
}
.article-list>li>p{
	display: inline-block;
	width: 800px;
	float: left;
	padding-left: 40px;
}
.article-list>li>span{
	display: inline-block;
	width: 80px;
	height: 53px;
	float: right;
	text-align: right;
}
.page{
	height: 70px;
	text-align: center;
	margin: 0 auto;
} 
/* 图片列表页 */
.tutor-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tutor-list>li{
	height: 60px;
	width: 460px;
	line-height: 60px;
	background: url("../files/icon_pot2.png")/*tpa=https://zs.haust.edu.cn/images/icon_pot2.png*/ no-repeat left center;
	border-bottom: 1px solid #e5e5e5;
}
.tutor-list>li>a>p{
	float: left;
	margin-left: 40px;
}
.tutor-list>li>a>img{
	float: right;
}
/* 详情页 */
.txt-tit{
	height: 125px;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
}
.text{
	width: 780px;
	margin: 0 auto;
}
.text img{
	margin: 0 auto;
	margin-bottom: 30px;
}
.text p{
	text-indent: 28px;
}
/* 底部 */