.relationship-tabbtn li {
    width: 25%;
}

/*信息披露*/
.relationship-con{
    margin:45px auto 90px;
}
.relationship-con .relationshipcon-L{
    width:70%;
    float:right;
}
.relationship-con .relationshipcon-R{
    width:25%;
    float:left;
}
.relationshipcon-R-imgbox{
    overflow:hidden;
	margin:15px 0px;
}
.relationshipcon-R-imgbox img{
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
.relationshipcon-R-imgbox img:hover{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.relationship-L-list li{
    margin-bottom:30px;
	padding-top:20px;
	position:relative;
    border-top: 1px solid #b3b3b3;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.relationship-L-list li:after{
    content:"";
	width:0%;
	height:1px;
	left:0%;
	top:0px;
	position:absolute;
	background:#0067b6;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.relationship-L-list>li:hover:after{
    content:"";
	width:100%;
}
.relationship-L-list>li>a{
    display:block;
	width:100%;
	height:100%;
	font-size:16px;
	position:relative;
}

.relationship-L-imgbox{
    width:10%;
	float:left;
	overflow: hidden;
	border:1px solid #ddd;
	padding:3px;	
}
.relationship-L-imgbox img{
    width:100%;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.relationship-L-imgbox:hover img{
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.relationship-L-textbox{
    width:87%;
	float:right;
    margin-left:3%;
	color:#39393A;
	font-size: 26px;
}
.relationship-L-list>li>a:hover .relationship-L-textbox{
    color: #0a51a7;
}
.relationship-L-textbox .relationship-L-title{
	font-size: 26px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}

/*信息披露-左侧*/
.relationshipcon-R .hot-newstitle{
    color:#fff;
	background:#0067b6;
	line-height:40px;
	text-align:center;
	width:100%;
	font-size: 18px;
	margin:0px;
}
.relationshipcon-R .hot-newsimg{
    width:100%;
	display:block;
}
.relationshipcon-R .hot-newslist li{
    margin-top:10px;
	border-bottom:1px solid #ddd;
	line-height: 40px;
}
.relationshipcon-R .hot-newslist li a{
    display:block;
	width:100%;
	text-decoration:none;
	color: #39393a;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.relationshipcon-R .hot-newslist li a i{
    padding-right:8px;
}
.relationshipcon-R .hot-newslist li a:hover{
    color: #0a51a7;
}
#video{
     width:100%;
 }

