/* 通用样式 */
*{
	margin: 0;
	padding: 0;

}
body{
	font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
	font-size: 12px;
	-webkit-font-smoothing:antialiased;

}
ul,li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#000;
	webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}
img{
	border: 0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear: both;
}

.container{
	width: 100%;
	min-width: 1200px;
}
.con_center{
	width: 1200px;
	margin:0 auto;
}


/*导航*/

.nav-wrap{
	height: 40px;
	line-height: 40px;
	background: #b32524;


}

/*新闻动态*/

.xwdt {
	width: 810px;
	height: 355px;
	margin:20px 0 0 0;
}
.con_center h2{
	height: 50px;
	line-height: 50px;
	/*border-bottom: 2px solid #e5e5e5;*/
}
h2 span.bkmc{
	font-size: 18px;
	color:#b32524;
	padding:0 0 0 10px;
	float: left;
}
h2 span.more{
	float: right;
	margin: 0 10px 0 0;



}
h2 span.more a{
	font-size: 12px;

	

}
div.line{
	height: 2px;
	margin-bottom:10px;
}
div.line-l{
	height: 2px;
	background: #b32524;
	width: 90px;
}
div.line-r{
	height: 2px;
	background: #e5e5e5;
	width: 720px;
}

.tpxw{
	width: 360px;
	height: 290px;
	
}

.xwdt-bt{

	width: 445px;
	height: 290px;
}

/*通知公告*/
.tzgg{
	width: 350px;
	height: 335px;	
	border:1px solid #e5e5e5;
	background: #fffcf7;
	margin:20px 0 0 0;
}

.tzgg h2{
	height: 50px;
	line-height: 50px;
	background: #e5e5e5;

}

.tzgg h2 span.bkmc{
	font-size: 18px;
	color: #b32524;
	padding:0 0 0 10px;
	float: left;
}
.tzgg-bt{
	width: 445px;
	height: 290px;
}

/*党群工作*/
.dqgz{
	width: 395px;
	height: 275px;		
}
.dqgz .line-r{
	width: 305px;

}
.dqgz-bt{
	width: 395px;
	height: 225px;		
}

/*教学科研*/
.jxky{
	width: 395px;	
	margin:0 25px;	
}
.jxky .line-r{
	width: 305px;

}
.jxky-bt{
	width: 395px;
	height: 225px;		
}

/*学生工作*/
.xsgz{
	width: 355px;
	height: 275px;	

}
.xsgz .line-r{
	width: 265px;

}
.xsgz-bt{
	width: 395px;
	height: 225px;		
}

/*招生就业*/
.zsjy{
	width: 580px;
	height: 305px;	

}
.zsjy .line-r{
	width: 490px;

}
.zsjy-tp{
	width: 260px;
	height: 250px;		
}

.zsjy-bt{
	width: 300px;
	height: 250px;		
}

/*十九大图*/
.sub_banner{
          width: 1150px;
          height:90px;
          float:left;
}
/*规章制度*/
.gzzd{
	width: 580px;	
}
.gzzd .line-r{
	width: 490px;

}
.gzzd-tp{
	width: 260px;
	height: 250px;		
}

.gzzd-bt{
	width: 300px;
	height: 250px;
}
/*专题栏目*/
.ztlm{
	height: 230px;
}
.ztlm .line-r{
	width: 1110px;

}
.ztlm-bt{
	height: 155px;
}

/*bottom*/
.bottom-wrap{
	height: 135px;
	background: #b32524;
}
.bottom p{
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

/*列表页面*/


.list{
	border:1px solid #ccc;
	border-bottom: none;
	border-top:none;
}
.list-l{
	width: 200px;
	margin:30px 0 0 20px;
}
.list-l h3{
    background-color: #a31715;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-indent: 20px;
    font-weight: 500;
}    
.list-r{
	width: 910px;
	margin:25px 0 0 30px;
}

.list-r .line-r{
	width: 820px;

}