.main-content{
	width: 1200px;
	margin: auto;
}
.main-content-left{
	width: 280px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	display: inline-table;
}
.main-content-left h3{
	width: 100%;
	font-size: 20px;
	line-height: 60px;
	color: #FFFFFF;
	background-color: #8B0F0F;
	border: 1px solid #CCCCCC;
}
.main-content-left a{
	display: block;
	width: 252px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #CCCCCC;
        overflow: hidden; 
        white-space: nowrap; 
        text-overflow: ellipsis; 
}
.main-content-left a:hover{
	color: #FFFFFF;
	background-color: #8B0F0F;
}
.main-content-right{
	width: 910px;
	height: auto;
	padding: 15px 0;
	box-sizing: border-box;
	display: inline-table;
}
.main-content-address{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #E1E1E1;
}
.main-content-address span:last-child{
	display: none;
}
.main-content-right ul{
	width: calc( - 40px);
        padding:20px 0;
	box-sizing: border-box;
}
.main-content-right li{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dotted #E1E1E1;
}
.main-content-right li:last-child{
	border: none;
}
.main-content-right li a{
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-content-right li span{
	float: right;
}

.banner img{
	width: 100%;
	height: auto;
}

/*新闻正文内容部分css*/
.content-detail{
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
}
.content-detail h3{
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}
.content-detail .content-resource{
	width: 100%;
	height: auto;
	line-height: 46px;
	text-align: center;
	color: #CCCCCC;
	margin-bottom: 20px;
}
.content-detail .content-text *{
	/*text-indent: 32px !important;
	line-height: 30px !important;
	font-size: 15px !important;
	text-align: justify !important;
	text-justify: inter-ideograph !important;*/
}

.content-detail .content-text img{
    display: block;
    margin: 10px auto !important;
    max-width: 100%;
}

/*现任领导css*/
.main-content-leader{
	width: 100%;
	height: auto;padding: 20px 0;
	/*padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;*/
}
.main-content-leader table{
      border-collapse: collapse;
   }
.main-content-leader tr{border:1px solid #eeeeee;}
.main-content-leader-item{
	width: 100%;
	height: auto;
	/*padding: 10px;*/
	box-sizing: border-box;
	/*border: 1px solid #E1E1E1;*/
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.main-content-leader-item-image{
	width: 150px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
}
.main-content-leader-item-image img{
	width: 100%;
	height: auto;
	display: block;
	/*border: 1px solid #E1E1E1;*/
}
.main-content-leader-item-image p{
	width: 100%;
	height: auto;
	line-height: 30px;
	/*border: 1px solid #E1E1E1;*/
}
.main-content-leader-item-intro{
	width: 725px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	/*border: 1px solid #E1E1E1;*/
	max-height: 260px;
	overflow: hidden;
        overflow-y: scroll;
}
.main-content-leader-item-intro *{
	text-indent: 32px !important;
	line-height: 30px !important;
	font-size: 15px !important;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
/*现任领导css*/

/*师资队伍*/
.szdw-type{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #033B8E;
	color: #FFFFFF;
	text-align: center;
}
.szdw-name{
	width: 100%;
	height: auto;
	padding-left: 4px;
	margin-bottom: 10px;
}
.szdw-name-list{
	width: 115px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin-top: 10px;
}
.szdw-name-list a{
	display: block;
	width: 100%;
	height: 100%;
}
.szdw-name-list a:hover{
	background: #033B8E;
	color: #FFFFFF;
}
/*师资队伍*/
