.bcg
{
	height: 100%;
}
.main
{
	padding-left: 20px;
}

.external
{
	border: 1px #e2e2e2 solid;
	background-color: white;
	border-radius:4px ;
	padding: 30px;
	margin-bottom: 30px;
}

.content
{
	width: 1100px;
	background-color:white ;
	display: flex;
}

.leader
{
	margin:0 20px 100px 0;
	border-right: 1px solid #BABABA;
	padding-right:20px;
	margin-bottom: 20px;
}

.leaderTitle
{
	padding: 0 10px;
	background-color:#026ABE;
	line-height:40px;
	width: 821px;
	font-weight: bold;
	color: #fff;
	font-family:Microsoft YaHei Light;
	font-size:18px;
}

.leaderTitle 
{
	padding: 0 0 0 15px;
}

.leaderMsg
{
    background-color: #ecf7ff;
    padding: 6px 33px;
    border-right: 1px #ccdce8 solid;
    border-left: 1px #ccdce8 solid;
    border-bottom: 1px #ccdce8 solid;
    display: flex;
    flex-direction: row;
    width: 821px;
    height: 200px;
}

.leaderPosition
{
	width: 100px;
    line-height: 165px;
    margin-right: 15px;
    font-weight: bold;
    font-family: Microsoft YaHei Light;
    font-size: 18px;
}

.leaderMsgContents
{
	margin:10px 20px 0 20px;
}

.zp img
{
    width: 110px;
    border: 1px #e2e2e2 solid;
    padding: 5px;
    background-color: white;
	
}

.xm
{
	text-align: center;
	line-height: 32px;
	font-size: 12px;
}

.xm a{
	text-decoration:none; 
	font-weight: bold;
	font-family:Microsoft YaHei Light;
	font-size:14px;
}

a:hover{
	color:#025194 ;
	
}


/* 机构样式 */

.org
{
	line-height: 52px;
}

.orgTitle
{
	height: 42px;
	width: 250px;
	background-color:#026ABE;
	font-weight: bold;
	color: #fff;
	font-family:Microsoft YaHei Light;
	font-size:18px;
	line-height: 42px;
	text-align: center;
}

.org ul li 
{
	padding-bottom:15px ;
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 53px;
  background-color:#ecf7ff;
  width: 250px;
  font-family:Microsoft YaHei Light;
  font-weight: bold;
  border:1px #ccdce8 solid;
}

.dropdown>span
{
	display: block;
	text-align: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 10;
  line-height: 26px;
  right: 250px;
  top:0px;
}

.dropdown:hover .dropdown-content {
  display: block;
  color: black;
}

.dropdown:hover 
{
	color: #fff;
	font-family:Microsoft YaHei Light;
	background-color:#026ABE;
	font-weight: bold;
}

/* 主要职能 */
.work
{
	width: 823px;
	border: 1px #e2e2e2 solid;
	padding: 30px;
	background-color: white;
	border-radius:4px ;
	width: 100%;
}

.workTitle 
{
	padding: 0 15px;
	height: 41px;
	line-height: 41px;
	border-bottom: 1px #e2e2e2 solid;
	background-color:#026ABE;
	font-weight: bold;
	color: #fff;
	font-family:Microsoft YaHei Light;
	font-size:18px;
}

.workContents
{
	font-family:微软雅黑, Microsoft YaHei;
	font-size:17px;
	padding:20px;
	color: rgb(34, 34, 34);
	line-height: 26px;
	white-space:normal;
	background-color:#ecf7ff;
	border:1px #ccdce8 solid;
}

.workContents ul li 
{
	padding-bottom:10px;
}

/* 页签模块 */
.hotDiv
{
	margin:30px  0px 40px 0; 
	height: 430px;
	background-color: white;
	border-radius:4px ;
	padding: 60px 30px 30px 30px;
	border: 1px #e2e2e2 solid;
}

.hot .wsxf-title
{
	width: 1112px;
}

.new-left
{
	width: 1112px;
	height:250px;
	float: left;
	line-height: 33px;
	padding-top: 5px;
	font-size:16px!important;
	font-family:Microsoft YaHei Semilight!important;
}

.listDetail
{
	line-height: 33px;
	
}

 dl dd a span
 {
	float: right;
 }

/* hover字体变色问题 */
.wsxf-title a:hover
{
	color: white;
}

/* 标题icon样式 */
.titleIcon 
{
	position: relative;
	top:5px;
}