
.opacity{
	display: block!important;
}
.zxabout_chairman{
	margin-top: 110px;
}
.zxabout_chairman .padding_china_width {
  width: 1400px;
  position: relative;
  background-image: url(../zx_yhd_back_03.html);
  margin:0 auto;
  margin-top: 60px;
}
.zxabout_chairman .padding_china_width:after{
	display: block;
	content:'';
	clear:both;
}
/*右侧通用的样式*/
.zxabout_chairman .padding_china_width .right_content {
  float: left;
  width: 74%;
  height:calc(100% - 300px)
}

/*左侧菜单栏*/
.zxabout_chairman .padding_china_width .nav_zx_left {
  float: left;
  width: 22%;
  margin-right: 4%;
}
.zxabout_chairman .padding_china_width .nav_zx_left li {
  line-height: 42px;
}
.zxabout_chairman .padding_china_width .nav_zx_left li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  padding: 17px  45px;
  color: #666;
  border-left: 1px solid #ccc;
  margin-left: 12px;
}
.zxabout_chairman .padding_china_width .nav_zx_left li.toppoint i{
	width: 10px;
    height: 10px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    background: #636363;
}

.zxabout_chairman .padding_china_width .nav_zx_left li.bottompoint i{
	width: 10px;
    height: 10px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 8px;
    margin-top: 30px;
    background: #636363;
}
.zxabout_chairman .padding_china_width .nav_zx_left li.active i {
    width: 14px;
    height: 14px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 6px;
    margin-top: 24px;
    border: 2px solid #0E3A60;
    background: white;
}
.zxabout_chairman .padding_china_width .nav_zx_left li i {
    width: 12px;
    height: 12px;
    /* background: black; */
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    margin-left: 6px;
    margin-top: 25px;
    background: #636363;
}
.zxabout_chairman .padding_china_width .nav_zx_left .title {
  font-size: 24px;
  line-height: 24px;
  color: #323232;
  padding-bottom: 10px;
}
.zxabout_chairman .padding_china_width .nav_zx_left .title_en {
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  padding-bottom: 22px;
}
.zxabout_chairman .padding_china_width .nav_zx_left .active a,
.zxabout_chairman .padding_china_width .nav_zx_left :hover a {
  color: #003c6d;
  font-weight: 600;
}
.zxabout_chairman .padding_china_width .nav_zx_left .active a i,
.zxabout_chairman .padding_china_width .nav_zx_left :hover a i {
  background: #0E3A60;
}
.zxabout_chairman .padding_china_width .nav_zx_left .drop_out {
  cursor: pointer;
  background: url(../zx_select_arrow_03.html) 97% center no-repeat;
}
.zxabout_chairman .padding_china_width .nav_zx_left .drop_in i {
  display: inline-block;
  width: 6px;
  height: 2px;
  background: #ccc;
  font-size: 0;
  margin: 10px 10px 5px 22px;
}


/*右侧样式*/
.right_content .partyContent{
	
}
.right_content .partyContent .tabs_title{
	/*border-bottom: 2px solid #d9d9d9;*/
	line-height: 35px;
	color:#4d4d4d;
	font-weight: 200;
	font-size: 0;
	cursor: pointer;
	/*margin-top: -2px;*/
}
.right_content .partyContent .tabs_title p{
	width:33%;
	display:inline-block;
	padding-bottom: 35px;
	font-size: 26px;
	text-align: center;
	border-bottom:2px solid #d9d9d9;
}
.right_content .partyContent .tabs_title p.active{
	border-bottom:2px solid #809eb6;
	color:#003c6d;
}

.right_content .partyContent .tabs_content{
	
}
.right_content .partyContent .tabs_content > div{
	display: none;
}
.tabs_content .item{
	padding: 12px 25px 12px 0px;
	border-bottom: 2px solid #f3f3f3;
}
.tabs_content .item:after{
	content:'';
	display: block;
	clear: both;
}
/*日期部分*/
.tabs_content .item .date{
	float: left;
	width:100px;
	height:50px;
	margin-right: 30px;
	background: #003C6D;
	border-radius: 5px;
	padding:5px;
	box-sizing: border-box;
}
.tabs_content .item .date .inside{
	border:1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 38px;
	color:#fff;
	text-align: center;
}
/*新闻部分*/
.tabs_content .item .article{
	float: left;
	width:calc(100% - 135px);
}

.tabs_content .item .article .title{
	line-height: 28px;
	font-size: 18px;
	color:#333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.tabs_content .item .article .title a:hover{
	height: 1px;
	border-bottom: 1px solid #666;
}

.tabs_content .item .article .content{
	line-height: 20px;
	font-size: 12px;
	color:#999;
	display:-webkit-box; 
	overflow:hidden;
　　text-overflow:ellipsis;
    word-break:break-all;
　　-webkit-box-orient:vertical; 
　　-webkit-line-clamp:2;
    height:18px;
	
}
@media screen and (max-width: 1440px) {
	
	.zxabout_chairman .padding_china_width {
		width:1200px;
		padding-bottom: 20px;
	}
	
	.zxabout_chairman .padding_china_width .nav_zx_left{
		width:22%;
	}
	
	.zxabout_chairman .padding_china_width .right_content{
		width:74%;
	}

	.zxabout_chairman .padding_china_width .nav_zx_left .title_en{
		padding-bottom: 0;
	}
	.zxabout_chairman .padding_china_width .nav_zx_left li.active i{
		margin-top: 15px;
	}
	.zxabout_chairman .padding_china_width .nav_zx_left li i{
		margin-top: 15px;
	}
	.zxabout_chairman .padding_china_width .nav_zx_left li a{
		line-height: 25px;
		padding: 10px 30px;
	}
	.zxabout_chairman .padding_china_width .nav_zx_left li.bottompoint i{
		margin-top: 12px;
	}

}
.right_content h3{
	margin: 0;
	/*margin-bottom: 34px;*/
	font-size: 24px;
	line-height: 46px;
	color: #323232;
	font-weight: normal;
}