
/*
资讯首页页样式，版本1.0
*/


.navbar {
    margin-bottom: 5px;
}

.navbar-brand {
    padding: 10px 15px 10px 15px;
}

.navbar-brand img {
    height: 30px;
}

.news_menu {
    /*margin: 5px 15px 5px 15px;*/
    background-color: #ffffff;
    overflow-y:hidden;
    height:34px;
    font-size: 18px;
    width: 100%;
}

.news_top {
    margin-top: 81px;
}

.article_link {
    text-decoration: none!important;
}

.article_link:visited h1 {
    /*color: #aaa;*/
    text-decoration: none;
}

.article_link:focus h1 {
    text-decoration:none;
}

#category-head{
    width:100%;
    display: inline;
    white-space: nowrap;
    overflow-x:scroll;
    float:left;
    overflow-y:hidden;
    margin: 0;
    padding: 0;
    padding: 5px 0px 5px 0px;

}

#category-head li{
    display:inline-block;
    width:24%;
    height:30px;
    /*padding-right:10px;*/
    text-align: center;
    
}

#category-head li a{
    color: #000000;
    text-decoration:none;
}

.desc {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    float: left;
}

.news-img ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}

.news-img ul li {
    display: inline-block;
    overflow: hidden;
    width: 33.3%;
    box-sizing: border-box;

}

.news-img ul li:first-child {
    padding-right: 4px;
}

.news-img ul li:last-child {
    padding-left: 4px;
}

.news-img img {
    border: none;
    display: block;
    width: 100%;
    pointer-events: none;
}
.news-img.right_img {
    overflow: hidden;
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 20px;
}

.news-img.right_img img {
    border: none;
    display: block;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity ease .3s;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    text-decoration: none;
}

.list_img_holder {
    height: 6rem;
    position: relative;
    background: url(../img/img_ holder.png) #efefef no-repeat 50%;
    background-size: 50%;
}

.list_img_holder img {
    border: none;
    display: block;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity ease .3s;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    text-decoration: none;
}

.news_info {
    color: #999;
    overflow: hidden;
    font-size: 0;
    margin-top: 6px;
    margin-bottom: 12px;
}

.news_info span {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle;
}

.news_info .space {
    margin-right: 10px;
}

.bottom_line {
	border-bottom: 1px solid #ccc;
}

.news-title {
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.news_video {
    background: url(data:image/gif;base64,R0lGODlh7AA5AIAAAOHh4f///yH5BAEAAAEALAAAAADsADkAAAL/j…KeOsLC45S5cWljXJBWuGaWugxmqZdsEuqGipxJ6qmZM/5paqCdohFbrMAgGWuttt6Ka2wFAAA7) #efefef no-repeat 50%;
    background-size: 54px;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 3.75rem;
}

.video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg,rgba(0,0,0,.8),transparent);
}

.dotdot {
    position: absolute;
    top: 0;
    color: #fff;
    margin: 5px 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_detail {
    margin-top: 20px;
}

.news_video img {
    border: none;
    display: block;
    width: 100%;
    pointer-events: none;
}

.video-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/playicon_video.png) no-repeat 50%;
    background-size: 50px;
}





.news-app:after, .ui-cf:after {
    clear: both
}

/*.news-app, .news-app-active .news-app {
    display: block
}*/

.news-app-active .special-tools {
    bottom: 88px
}

.news-app {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .83);
    padding: 12px 0 12px 9px;
    z-index: 1010;
}

.news-app:after, .news-app:before {
    content: " ";
    display: table
}

.news-app-icon {
    float: left;
    margin-right: 7px
}

.news-app-icon img {
    width: 32px;
    height: 32px
}

.news-app-text {
    float: left
}

.news-app-text .news-app-title {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    vertical-align: text-top;
    font-weight: 700
}

.news-app-text .news-app-desc {
    color: #8a8a8a;
    font-size: 10px;
    height: 14px;
    line-height: 16px
}

.news-app-btn {
    float: right;
    height: 28px;
    background: #e76491;
    color: #fff;
    border-radius: 2px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 2px;
    padding: 0 15px
}

.news-app-close {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    .news-app-btn {
        padding: 0 10px
    }

    .news-app-title {
        font-size: 12px
    }
}

.news-app-active {
    display: block
}