/*股价*/
.gujia{
    margin:45px auto;
    background-color: #F2F4F5;
    width:850px;
    padding:0 60px 35px;
    overflow: hidden;
}
.gujia table{
    margin:30px 0 55px;
}
.gujia table .tr1{
    line-height:60px;
}
.gujia table td{
    text-align: left;
    color: #cc3524;
}
.gujia table .td1{
    width:230px;
}
.gujia table .td2,.gujia table .td3{
    width:81px;
}
.gujia table .td4{
    width:239px;
}
.gujia table .tr2 .s-1{
    font-size:36px;
}

.gujia table .tr2 td{
     font-size:23px;
 }
.gujia p{
    color: #cc3524;
}
/*三个分类.*/
.articel{
    width:100%;
}
.articel .ul-1{
    width:100%;
    border-top:1px solid #DDDDDD;
}
.articel .ul-1 li{
    border-bottom:1px solid #DDDDDD;
    height:200px;
    width:100%;
    transition:all .3s;
}
.articel .ul-1 li a{
    width:1160px;
    height:160px;
    display: block;
    position: relative;
    margin:0 auto;
    padding:40px 0 0 40px;
}
.articel .ul-1 li a .zuodong{
   width:940px;
    margin:0 auto;
    position: relative;
}
.articel .ul-1 li .left{
    color: #ec6c1f;
    position: absolute;
    top:0;
    left:0;
    transition:all .3s;
}


.articel .ul-1 li .left h1{
    font-size:48px;
    transition:all .5s;
}
.articel .ul-1 li .left h2{
    font-size:18px;
    text-align: right;
    transition:all .5s;
}

.articel .ul-1 li .right{
    position: absolute;
    top:0;
    left:200px;
    transition:all .3s;
    width:695px;
}

.articel .ul-1 li .right h3{
    font-size:18px;
    margin:10px 0 6px 0;
}
.articel .ul-1 li .right p{
    color: #9e9d9d;
    line-height:24px;
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
}

.articel .ul-1 li img{
    position: absolute;
    top: 54px;
    left: 296px;
    transition:all .6s;
    opacity:0;
}
.articel .ul-1 li:hover .left{
    left:-40px;
}
.articel .ul-1 li:hover .right{
    left:240px;
}
.articel .ul-1 li:hover .left h2,.articel .ul-1 li:hover .left h1{
    color: #EC6C1F;
}
.articel .ul-1 li:hover .right p{
    color: #EC6C1F;
}
.articel .ul-1 li:hover img{
    opacity:1;
}

/*治理结构*/
.jiegou{
    width:1200px;
    margin:0 auto 80px;
}
.jiegou h1{
    color: #ec6c1f;
    font-size:26px;
    text-align: center;
    margin:40px 0 10px;
}
.jiegou h2{
    color: #ec6c1f;
    font-size:16px;
    text-align: center;
    text-transform: uppercase;
    font-family:"arial";
    margin:20px 0 25px;
}

