﻿  /*处室与级部的列表页*/
	.office_list{
		height:100%;
		width:100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
   /* 字体框 */

  .animaTextBox {

      width: 1200px;

      height: 120px;

      margin: 0 auto;

      position: relative;

      display: none;

  }

  .mar{

  	margin: 10px auto 16px;

  }

.animaTextBox img{

    width: 100%;

    height: 100%;

}

.textBox {
     position: absolute;
    left: 34%;
    top: 0;
    transform: translateX(-50%);
    color: #f3c24e;
    line-height: 120px;
    font-size: 42px;
    font-family: "宋体";
    letter-spacing: 3px;
    font-weight: bold;

  }
  .textBox span{
    font-family: "宋体";    
  }

.content_list{

	 display: -webkit-flex;

   display: flex;

  -webkit-justify-content: space-between;

   justify-content: space-between;

   width: 1200px;

   margin: 0 auto 20px;
   margin-top:20px;
   margin-bottom: 20px;

}

.content_list .content_left{
	float: left;
	width: 310px;

	height: 100%;

	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);

}

.content_list .content_right{
	float: right;
	width: 878px;

	height: 100%;

	border: 1px solid #cfcfcf;

}

 .content_list .content_left .content_left_head{

	width: 310px;

	height: 70px;

	background-color: #0d488d;

	color: #FFFFFF;

	font-size: 20px;

	line-height: 70px;

	text-align: center;

} 

.content_list .content_left ul{

	border: 1px solid #cfcfcf;

	border-top:none ;

	padding: 0px 19px;

} 

.content_list .content_left ul li{

	height: 49px;

	line-height: 49px;

	border-bottom: 1px solid #e3e3e3;

	padding-left: 7px;

} 

.content_list .content_left ul li.active a{

	color: #0d488d;

} 

.content_list .content_left ul li:hover a{

	color: #0d488d;

} 

.content_list .content_left ul li a{

	display: block;

	color: #000000;

	font-size: 16px;

} 

.content_list .content_left ul li:last-child{

	border-bottom: none;

} 

.content_list .content_right .content_right_head{

	margin: 26px 17px 0px 17px;

	border-bottom: 1px solid #cfcfcf;

	overflow: hidden;
  padding-bottom: 10px;

}

 .content_list .content_right .content_right_head .name{

  		line-height: 34px;

  		font-size: 18px;

  		font-weight: 400;

  	}

.content_list .content_right .content_right_head .name i{

  		font-size: 20px;

  		color: #0d488d;

  		margin: 0px 8px 0px 10px;

  	}  	

 .content_list .content_right .content_right_head .weizhi{

  		font-size: 12px;

  		color: #666666;
      line-height: 34px;

  	}

.content_list .content_right .content_right_head .weizhi a{

  		font-size: 12px;

  		color: #666666;

  	}

 .content_list .content_right .content_right_head .weizhi a:hover{

  		color: #0d488d;

  		cursor: pointer;

  	}

  