header .nav li:nth-child(5) a span {
    color: #34A0D5;
    border-bottom: 2px solid #34A0D5;
}
/*container开始*/
.container{
    margin-top: 40px;
    margin-bottom: 20px;
}
/*左侧开始*/
.container .left{
    float: left;
    width: 720px;
}
.generalNews li{
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 1px;
}
.generalNews .top .title{
    float: left;
    font-size: 18px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.generalNews .top .title:hover{
    color: #34A0D5;
}
.generalNews .top .time{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.generalNews .middle{
    margin-top: 20px;
    margin-bottom: 20px;
}
.generalNews .imgItem .middle img{
    width: 680px;
    height: 340px;
}
.generalNews .bottom span{
    font-size: 14px;
    color: #666;
    line-height: 21px;
}
.generalNews .bottom a{
    text-decoration: underline;
    font-size: 14px;
    color: #000;
}
.generalNews .bottom a:hover{
    color: #34A0D5;
}

.generalNews .videoItem .middle{
    position: relative;
}
.generalNews .videoItem .middle img{
    width: 680px;
    height: 382px;
}
.generalNews .videoItem .middle .play{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 310px;
    top: 168px;
    background-image: url("../../img/icon_play_60.png");
    background-repeat: no-repeat;
    background-size: 60px;
}
.generalNews .videoItem .middle .play:hover{
    background-image: url("../../img/icon_play_60_hl.png");
}
.container .left .more{
    text-decoration: underline;
    text-align: center;
    background: #fff;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #666;
    display: none;
}

/*右侧开始*/
.container .right{
    float: right;
    width: 340px;
    background: #fff;
}











