/*新闻中心*/

.journalism{

    background-color: white;

}

.journalism > div {

    display: inline-block;

}



/*新闻中心 左侧*/

.journalism_left {

    position: relative;

    text-align: left;

    vertical-align: top;

}

.journalism_left img {

    width: 600px;

    height: 327px;

}

.journalism_left p {

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 50px;

    font-size:18px;

    padding: 14px 0 0 10px;

    color: white;

    background-color: black;

    opacity: 0.6;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



/*新闻中心右侧*/

.journalism_right {

    width: calc(3 * 189px);

    margin-left: calc(100% - 600px - 3 * 189px);

}



.journalism_right > div{

    font-size: 0;

}

.journalism_right ul{

    text-align: left;

}

.journalism_right li{

    margin-top: 23px ;

}

.journalism_right_title p{

    display: inline-block;

}



.journalism_right_title p:nth-child(1){

    font-size:16px;

    width: calc(100% - 200px);

    color: #333;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

}

.journalism_right_title p:nth-child(2){

    float: right;

    margin-top:5px;

    font-size:12px;

    color: #999999;

    width: 190px;

    text-align: right;

}

.journalism_right_text{

    display: none;

    margin-top: 16px;

    font-size: 12px;

    color: #999999;

    line-height: 18px;

    height: 36px;

    overflow: hidden;

}

.journalism_right_p{

    display: block;

}

/*新闻中心--子标题*/

.journalism_title {

    display: inline-block;

    width: 189px;

    height: 57px;

    line-height:24px;

    font-size: 18px;

    padding: 17px 0;

    background-color: #EEEEEE;

}

/*新闻中心得底部*/

.journalism_footer{

    width: 100%;

    padding: 0;

}

.journalism_footer a {

    display: inline-block;

}

.journalism_footer > div{

    width: 1200px;

    margin: 0 auto;

    background-color: #F7F7F7;

}

.journalism_footer div a > div {

    position: relative;

    width: 396px;


    height: 174px;



    margin: 0 calc((1200px - 396px * 3) / 6);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}



.journalism_footer a:nth-child(1) > div {

    background-image: url("../img/news.png");

}

.journalism_footer a:nth-child(2) > div {

    background-image: url("../img/enterprise.png");

}

.journalism_footer a:nth-child(3) > div {
    background-image: url("../img/notice.png");
}

.journalism_footer div a .divBg{

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 45px;

    background-color: #000;

    opacity: 0.5;

}

.journalism_footer div p {

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 45px;

    line-height: 45px;

    font-size: 16px;

    color: white;

}

/*广告*/

.advertisement{

    background-color: #fff;

}

.advertisement img{

    width:1200px;
    height: 174px;
    margin: 0 auto;

}

/*集团业务*/

#groups {

   width: 100%;

    background-image: url("../img/f64206cb33ecbf954d2b18f82e5dec02.png");

    background-repeat: no-repeat;

    background-size: 100% 100%;

    text-align: center;

}



.groups li {

    position: relative;

    display: inline-block;

    width: calc((100% - 84px) / 6);

    height: 385px;

    margin: 0 7px;

    list-style: none; /*去掉li列表前的标记*/

}



.groups li a > img {

    width: 100%;

    height: 100%;

}



.groups li div {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    padding-top: 170px;

    background-color: #11156e;

    opacity: 0.6;

}

.groups li div p:nth-child(1) {

    font-size:18px;

    color:rgba(255,255,255,1);

    line-height:62px;

}

.groups li div img {

    height:3px;

    width: 58px;

}

#groups .groups li div p:last-child{

    display: none;

}

/*查看详情按钮*/

.third_title {

    width: 165px;

    height: 40px;

    margin: 260px auto 0 auto;

    padding-top: 8px;

    color: #1373AD;

    font-size:14px;

    background-color: white;

}

/*去掉遮罩层*/

#groups .groups li:hover div{

    padding: 0;

    height: 0;

    opacity: 1;

}


#groups .groups li:hover div p:last-child{

    display: block;

}

/*成员*/

#member {

    width: 100%;

    padding: 140px 0 0 0;

}

.member {

    text-align: left;

    background-color: #1967b7;

    height: 441px;

}



.member > img {

    width: 62.14%;

    height: 100%;

    vertical-align: top;

}



.member > div {

    position: relative;

    display: inline-block;

    text-align: center;

    height: 100%;

    padding: 50px 0 0 58px;

    width: 37.86%;

    background-image: url("../img/500905809.png");



}

.member .ul_box{

  width: 100%;

  height: 350px;

  overflow: hidden;

  vertical-align: top;

}

.member ul {

    text-align: left;

    width: 100%;

    line-height: 36px;

    color: #fff;

    vertical-align: middle;

    transition: 0.4s;

}

.member ul li{

    font-size: 14px;

    height: 35px;

}

.member ul li a{

    font-size: 14px;

   color: #FFF

}

.member div > img{

    position: absolute;

    bottom: 10px;

    left: 250px;

}

.member div > img:nth-child(2){

    left: 220px;

}

    /*全球布局*/

#layout{

    width: 100%;

    min-width: 1200px;

}

.layout img {

    width: 1200px;

    height: 522px;

}

