﻿/*河钢新闻独有样式*/
.container .container_body > article > header{
    border: 0;
}
.newsAndVideo{
    width: 100%;
    margin:40px 0;
}
.newsAndVideo li{
    display: inline-block;
    float: left;
    width:480px;
    position: relative;
}
.center-news{
    margin-right: 40px;
}
.news-title{
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    cursor: pointer;
}
.news-title span{
    display: inline-block;
    position: relative;
    width: 10px;
    height:2px;
    background: #006699;
    top:-4px;
}
.newsSecond-title{
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 50px;
}
.newsSecond-title a{
    color: #879EAC;
    font-size: 1.2rem;
    font-size: 12px;
    float: right;
    font-weight: normal;
}
.newsSecond-title a span{
    display: inline-block;
    position: relative;
    top:2px;
    width:15px;
    height:15px;
    background: url("../images/icon/center-more.png") no-repeat 1px -18px;
}
.centerNews-list{
    border-top: 1px solid #ccc;
    width: 1000px;
    position: relative;
    display: none;
}
.centerVideoList{
    left:-520px;

}
.newsVideoList{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.newsVideoList a{
    font-size: 1.4rem;
    font-size: 14px;
    color: #333;
	 display: inline-block;
      max-width:100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
	
}
.newsSecond-title a.listShow span{
    background:url("../images/icon/center-more.png") no-repeat 1px 1px;
}
.newsVideoList a span{
    display: inline-block;
    position: relative;
    top:6px;
    width: 25px;
    height: 25px;
    background: url("../images/icon/video-icon.png") no-repeat center 4px;
}
.newsVideoList a span.news-line{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 2px;
    background: #006699;
    top: -4px;
    right:5px;
}
.newsVideoList .data{
    font-size: 1.2rem;
    font-size: 12px;
    float: right;
    color: #879EAC;
}
.showVideoList{
    display: block;
}
.playBg{
    width: 480px;
    height: 306px;
    top:75px;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #333;
    opacity: 0.6;
    filter: 60;
    background: url("../images/icon/center-play.png") no-repeat center;
}
/*pad单独样式 <1000px分辨率*/
@media screen and (max-width: 999px) {
    h1{
        color:red;
    }
}
/*pad单独样式 <960px */
@media screen and (min-width: 768px) and (max-width: 959px) {
}
/*手机单独样式 <768px */
@media screen and (min-width: 320px) and (max-width: 768px) {
    .hgNews{
        width: 92%;
        margin:10px auto;
    }
    .newsAndVideo li{
        width: 100%;
    }
    .center-news img{
        width: 100%;
    }
    .newsSecond-title{
        line-height: 28px;
    }
    .centerNews-list{
        width: 100%;
    }
    .showVideoList{
        /*display: none;*/
    }
    .playBg{
        width: 100%;
        height:157px;
    }
    .center-video img,.news_img{
        width: 100% !important;
		height:auto !important;
    }
    .news-title{
        margin-bottom: 0;
    }
    .newsAndVideo{
        margin:0;
    }
    .newsVideoList a{
        display: inline-block;
        max-width:77%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .centerVideoList{
        left: 0;
    }

}
