/*关于河钢*/


/*公共样式*/

.peopleList {
    width: 100%;
    text-align: center;
    margin: 40px 0 80px 0;
}

.peopleList li {
    display: inline-block;
    float: left;
    width: 20%;
    margin-bottom: 30px;
}

.peopleList li h4 {
    color: #006699;
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.peopleList li p {
    font-size: 1.4rem;
    font-size: 14px;
    color: #666;
    /*width: 90%;*/
    height: 30px;
    /*     overflow: hidden; */
    margin: 0 auto;
	text-align:center;
	width:160px;
}

.title_line {
    width: 32px;
    border-bottom: 1px solid #999;
    margin: 0 auto 6px;
}

.relationship {
    margin: 40px 0 80px 0;
}
.relationship img{width:100%;}

.ph-relate-img {
    display: none;
}

.bigNews {
    margin-bottom: 30px;
}

.newsYear .newsTitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #006699;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    margin: 30px 0;
}

.newsTitle .leftBar {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 20px;
    background: #0060aa;
    margin-right: 35px;
    top: 6px;
}

.newsMore {
    position: relative;
    display: none;
}

.newsMore ul {
    height: 565px;
}

.newsMore ul li {
    cursor: pointer;
    border: 0;
}

.newsMore .listMounth {
    width: 17%;
    float: left;
    height: 47px;
    background: url("../../images/li-r.png") repeat-y right top;
}

.newsMore .listMounth p {
    font-size: 1.4rem;
    font-size: 14px;
    color: #999;
    /*line-height: 75px;*/
    margin-top: 24px;
    text-align: right;
    padding-right: 25px;
}

.newsMore .select {
    background: url("../../images/li-s.png") repeat-y right top;
}

.newsMore .select p {
    color: #333;
}

.newsMore .newsList {
    width: 83%;
    float: left;
    position: absolute;
    left: 17%;
    height: 565px;
    display: none;
    top: 0;
    overflow-y: scroll;
}

.newsList .newsTips {
    margin: 20px 30px;
}

.newsList .newsTips h5 {
    font-weight: bold;
    font-size: 1.4rem;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.newsList .newsTips p {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.speechContent {
    margin: 30px 0 0 50px;
}

.speechWhat h2 {
    font-size: 22px;
    font-weight: bold;
    font-size: 2.2rem; text-align:right; margin-right:3%;
}

.speechWhat p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 15px;
    color: #3f3f3f;
}

.speechWhat img.bossImg {
    float: right;
    margin: -45px 0 20px 20px;
}

.cultureContent {
    /* width: 1000px; */
    margin: 20px auto 50px;
}
.cultureContent ul {
    float: right;
    width: 490px;
}

.cultureContent ul li {
    padding: 0 5px 20px;
    background: url("../images/icon/bg-6-line.png") no-repeat center bottom;
    background-size: 100%;
    margin-top: 20px;
}

.cultureContent ul li h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}

.cultureContent ul li p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.bigCover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    /*opacity: 0.6;*/
   /* filter: alpha(opacity=60);*/
    top: 0;
    left: 0; background:#fff;
}

.bigCover .showBigImg {
   /* width: 90%;*/
    /* margin: 2% 5% 2% 5%; */
    position: relative;
}

.bigCover .showBigImg img {
    width: 100%;
}

.bigCover .showBigImg .close {
    position: absolute;
    display: inline-block;
  /*   width: 30px; */
	width:100%;
	height:100%;
    /* height: 30px; */
    z-index: 9;
    /* top: 20px; */
	top: 0px;
   /*  right: 20px; */
    right:0px;
}


/*pad单独样式 <1000px分辨率*/

@media screen and (min-width: 960px) and (max-width: 999px) {
    h1 {
        color: red;
    }
}


/*pad单独样式 <960px */

@media screen and (max-width: 768px) and (max-width: 959px) {}


/*手机单独样式 <768px */

@media screen and (max-width: 640px) and (min-width: 320px) {
.peopleList li p{width:100%;line-height:17px;}
    .newsYear .newsTitle {
        margin: 10px 0;
    }
    .newsList .newsTips {
        margin: 10px;
    }
    .container .container_body {
        width: 100%;
    }
    .relationship {
        width: 92%;
        margin: 10px auto;
    }
    .relationship img {
        width: 100% !important;
		height:auto !important;
    }
    .ph-relate-img {
        display: block;
    }
    .pc-relate-img {
        display: none;
    }
    .speechContent {
        width: 94%;
        margin: 15px auto;
    }
    .speechWhat {
        width: 100%;
    }
    .speechWhat img.bossImg {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
    .speechWhat p {
        margin-bottom: 5px;
    }
    .cultureContent {
        width: 90%;
        margin: 15px auto 40px;
    }
    .cultureContent ul {
        width: 100%;
        float: none;
    }
    .teamCover {
        width: 92%;
        margin: 0 auto;
    }
    .peopleList {
        margin: 10px 0;
    }
    .peopleList li {
        width: 50%;
        margin-bottom: 0px;
    }
    .bigCover .showBigImg {
        margin: 50% 5% 0 5%;
    }
    .bigCover .showBigImg .close {
        top: 0;
        right: 0;
    }
}