hr{
    margin: 5px 0 10px;
}

.breadcrumb{
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
}
.breadcrumb>li+li:before{
    content:'>';
}

.table-newslist{
    font-size: 12px;
}
.table-newslist caption{
    padding-bottom: 20px;
    font-size: 14px;
}

.table-newslist>tbody>tr>td{
    padding:7px 8px;
    border:0;
}
.table-newslist>tbody>tr>td:last-child{
    color:#bcbfc9;
}
.table-newslist>tbody>tr:nth-of-type(odd){
    background-color: #f9fafc;
}
.label-orange{
    background-color: #fc6d04;
}
.label-green{
    background-color: #57b229;
}
.label-gray{
    background-color: #c6ccd4;
}
.label{
    display: inline-block;
    position: relative;
    margin-left: 20px;
    font-weight: normal;
    padding:0 4px;
    line-height: 16px;
    height:16px;
}
.label:before{
    position: absolute;
    content: " ";
    border: transparent 8px solid;
    top: 0;
    left: -15px;
    height: 0;
    width: 0;
}
.label-orange:before{
    border-right-color: #fc6d04;
}
.label-green:before{
    border-right-color: #57b229;
}
.label-gray:before{
    border-right-color: #c6ccd4;
}

.newslist-aside{
    padding:20px 12px;
}
.newslist-aside .list-unstyled li a {
    cursor: pointer;
}
.news-type>li a{
    display: block;
    padding:6px 0;
    background-color: #eaedf1;
    color:#707070;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-type>li a:hover{
    background-color: #d0d6df;
    color:#434343;
    text-decoration: none;
}
.newslist-aside li{
    padding-bottom: 10px;
}
.filter-bytime .input-group .form-control{
    height:30px;
    border-radius:0;
    border-right:0;
}
.filter-bytime .col-md-6:first-child{
    padding-right:5px;
}
.filter-bytime .col-md-6:last-child{
    padding-left: 5px;
}
.filter-bytime .input-group .input-group-addon{
    border-radius: 0;
    background-color: transparent;
    padding:6px 6px;
}
.newslist-aside .li-gap{
    margin-top: -10px;
    padding-bottom: 0;
    text-align: center;
    color: #cccccc;
    -webkit-transform:scaleX(4);
    transform:scaleX(4);
}
a:focus{
    text-decoration: none;
}


.fontsize-control{
    padding-top: 6px;
}
.fontsize-control span{
    display: inline;
    margin-left: 6px;
    padding:1px 3px;
    font-size: 14px;
    color:#707070;
    cursor: pointer;
    background-color: #f9fafc;
}

#news-detail{
    padding:15px;
}
#news-detail>h1{
    margin:35px 0 20px;
}
.news-detail-content{
    margin-top: 20px;
}
.news-detail-content>p{
    margin-bottom: 1.6em;
    /*!*text-indent:2em;*!去除首行空进两格*/
    line-height: 1.6;
}
.fontM>h1{
    font-size: 18px;
}
.fontM .news-detail-content{
    font-size: 14px;
}
.fontL>h1{
    font-size: 22px;
}
.fontL .news-detail-content{
    font-size: 16px;
}
.fontS>h1{
    font-size: 16px;
}
.fontS>h1+p{
    font-size: 12px;
}
.fontS .news-detail-content{
    font-size: 12px;
}

.icon-search2{
    display: inline-block;
    vertical-align: middle;
    width:14px;
    height:14px;
    background: url(../../images/icon-search.png) no-repeat top center;
}
.icon-fontl,.icon-fontm,.icon-fonts{
    display: inline-block;
    vertical-align: middle;
    width:14px;
    height:14px;
    -webkit-background-size:cover;
    background-size:cover;
}
.icon-fontl{
    background-image: url(../../images/icon-fl.png);
}
.icon-fontm{
    background-image: url(../../images/icon-fm.png);
}
.icon-fonts{
    background-image: url(../../images/icon-fs.png);
}

.form-group input.form-control {
    padding-left: 40px;
    background: url(../../images/icon_date.png) no-repeat 10px center;
    float: left;
    margin: 5px;
    width: 30%;
    box-sizing: border-box;
}

@media (min-width: 768px){
    .pd35{
        padding:20px 45px;

    }
}
@media (min-width: 992px) {
    .bars-war {
        width: 970px;
        margin: 0 auto;
    }
}