
/*
新闻详情页样式，版本1.0
*/
.container {
	border-bottom: 1px solid #ccc;
}
.news img {
	/*width: 100%;*/
}
.title {
	margin-bottom: 16px;
}
.news-title {
	font-size: 22px;
	font-weight: 700;
}

.ad-text {
	font-size: 15px;
	text-decoration:none;
	color: #000;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: 500;
}

.ad-text span {
	color: #9D9D9D;
	float: right;
}

.container-fluid img {
	margin-bottom: 56px;
}


.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
}