@media (max-width: 576px) {
    .news .banner {
        height: 180px !important;
    }

    .news .content .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .news .content .span4 {
        height: 200px;
        border-right: none !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .news .detail .span3 {
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    .news .header {
        font-size: 16px;
    } 

    .news .content .span8 p:nth-of-type(1) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news .content .row {
        height: 120px;
        padding-top: 0px !important; 
        padding-bottom: 0px !important;
    }

    .news .content .newimg {
        width: 156px;
        height: 90px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .news .content .newcontent {
        width: calc(100% - 200px);
        margin-top: 10px;
        padding-left: 8px;
    }

    .news .content .newcontent h5 {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news .content .newcontent p:nth-of-type(1) {
        font-size: 12px;
        line-height: 16px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        margin-bottom: 10px;
    }

}

@media (min-width: 577px) { 
    .news .header {
        font-size: 16px;
    }

    .news .content .row {
        height: 130px;
    }

    .news .content .newimg {
        width: 276px;
        height: 130px;
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .news .content .newcontent {
        margin-top: 25px;
    }

    .news .content .newcontent h5 {
        font-size: 18px;
    }

    .news .content .newcontent p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .news .head .span10{
        white-space: nowrap;
    }
}

@media (min-width: 1200px) { 
    .news .content .newcontent {
        width: 70%;
    }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {

    .news .content .newcontent {
        width: 60%;
    }
} 

@media screen and (min-width: 577px) and (max-width: 979px) {

    .news .content .newcontent {
        width: 50%;
    }
} 

.news .banner {
    position: relative;
    height: 20.8vw;
}

.news .banner > img {
    width: 100%;
    height: 100%;
}

.news .banner > h1 {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.news .banner > h2 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.news .head {
    background: #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666666;
} 

.news .head .span10 {
    text-align: right;
}

.news .head .span10 a {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #666666;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.news .head select {
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("./../img/arrow.8f4759b16f6c.png") no-repeat scroll right 11px transparent;
    
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    position: absolute; 
    right: 0; 
    top: -8px; 
    outline: none;
    border: none;
    direction: rtl;
    height: auto !important;
    padding: 0 15px 0 0 !important;
    line-height: auto !important;
}
    
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.news .head select::-ms-expand { display: none; }

.news.head select option {
    direction: ltr;
}

.news .a1 {
    border-left: none !important;
}

.news .head .span10 a.active{
    color: #199ED8
}

.news .content .row {
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.news .content .row > a {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.news .content .row:hover {
    box-shadow: 4px 4px 5px 4px rgba(0 ,0 ,0 , 0.3);
}

.news .content .newimg {
    border-right: 1px solid #ccc;
    float: left;
    margin-top: 15px;
}

.news .content .newimg  img {
    width: 100%;
    height: 100%;
}

.news .content .newcontent {
    float: left;
}

.news .content .newcontent h5 {
    color: #333;
    margin-bottom: 10px;
}

.news .content .newcontent{
    color: #333;
    opacity: 0.6;
    height: 48px;
}

.news .content .newcontent span {
    color: #333;
    opacity: 0.6;
    filter:Alpha(opacity=60);
}

.news .detail .span9 {
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: -3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px -3px 3px #efecec, 0px 3px 3px #efecec;
    -moz-box-shadow:-3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px -3px 3px #efecec, 0px 3px 3px #efecec;
    -webkit-box-shadow: -3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px -3px 3px #efecec, 0px 3px 3px #efecec;
    min-height: 610px;
}

.news .detail .span9 h4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
}

.news .detail .span9 > span {
    text-align: center;
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 50px;
}

.news .detail .span9  div {
    min-height: 450px;
    padding-left: 15px;
    padding-right: 15px;
}

.news .detail .span9 div p {
    line-height: 24px;
    color: #333;
}

.news .detail .span9 a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.news .detail .span3 {
    margin-top: 30px;
}

.news .detail .span3 > header {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    background: #ccc;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.news .detail .span3 ul {
    box-shadow: -3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px 3px 3px #efecec;
    -moz-box-shadow:-3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px 3px 3px #efecec;
    -webkit-box-shadow: -3px 0px 3px #efecec, 3px 0px 3px #efecec, 0px 3px 3px #efecec;
    list-style: none;
}

.news .detail .span3 li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.news .detail .span3 li:nth-of-type(5) {
    border: none;
}

.news .detail .span3 li a {
    color: #333;
    line-height: 22px;
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news .content {
    padding-bottom: 20px;
}