﻿/**!
 * 详情页
 * author: wangkai;
 * date:2019-03-26
 */

strong {
	font-weight:bold;
}

.ewb-main {
    min-height: 834px;
    background: #fff;
    margin-top: 10px;
}

.ewb-route {
    border-bottom: 0;
}

.ewb-article {
    padding: 18px 23px 24px 23px;
}

.ewb-article-info {
    position: relative;
    padding: 12px 0 12px 9%;
    background-color: #f8f8f8;
}

.ewb-switch {
    position: absolute;
    top: 0;
    right: 12px;
    width: 25px;
    height: 20px;
    background: url('../images/wblistrh.png') center center no-repeat #0d7ddc;
    cursor: pointer;
}

.ewb-article-info.open .ewb-switch {
    background-image: url('../images/wblistrhup.png');
}

.ewb-article-wrap {
    height: 26px;
    overflow: hidden;
}

.ewb-article-list {
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-article-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    vertical-align: top;
}

.ewb-article-list li p {
    padding-right: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.ewb-article-tt {
    border-top: 1px solid #ededed;
    min-height: 69px;
    text-align: center;
    padding: 15px 20px;
    background: url('../images/article_tt_bg.jpg') center bottom repeat-y;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-article-tt h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #0d7ddc;
    width: 100%;
    word-wrap: break-word;
}

.ewb-article-tt i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.ewb-source {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dashed #e8e8e8;
    text-align: center;
    line-height: 24px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-source p {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 12px;
    color: #999;
}
.ewb-source p a{
	color:#999;
}

.ewb-source {
	-moz-user-select:none; /*火狐*/
	-webkit-user-select:none; /*webkit浏览器*/
	-ms-user-select:none; /*IE10*/
	-khtml-user-select:none; /*早期浏览器*/
	user-select:none;
}

.ewb-share a {
    margin: 4px 4px 4px 0 !important;
}

.ewb-article-content {
    padding: 14px 8px;
    word-break: break-all;
}

.ewb-article-content p {
    /* text-indent: 2em;
    line-height: 24px;
    color: #666; */
}
.ewb-attach,.ewb-video {
	margin:15px auto;
}
.ewb-attach li,.ewb-video li{
	line-height:1.5;
}
.ewb-attach li.ewb-attach-tip,.ewb-video li.ewb-video-tip{
	font-size:16px;
	line-height:2;
	display:none
}


.ewb-scan {
    margin: 0 auto;
    width: 154px;
    height: 177px;
    background-color: #e3eff9;
}

.ewb-scan-code {
    padding-top: 16px;
}

.ewb-scan-code img {
    display: block;
    margin: 0 auto;
}

.ewb-scan-code span {
    display: block;
    margin-top: 5px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #0c58a0;
}

/* 1100分辨率以下 */

@media (max-width: 1099px) {
    .ewb-article-info {
        padding-left: 6%;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-article {
        padding: 10px 10px;
    }
    .ewb-article-tt h3 {
        font-size: 20px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-article-info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ewb-article-list li {
        width: 100%;
    }
    .ewb-article-tt {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        background: #f8f8f8;
    }
    .ewb-article-tt h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.ewb-noborder {
	border-top: none;
}

.bdshare_popup_bottom a {
	display: none !important;
}

.bd_weixin_popup {
	height: 313px !important;
}

.ewb-assinfo {
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ewb-assinfo span {
	display: block;
	font-weight: bold;
}

.ewb-assinfo a {
	display: block;
	color: #333;
}

.ewb-assinfo a:hover {
	color: #0f59a3;
}

.ewb-apply-content {
	line-height: 23px;
}

.ewb-sub-title {
	margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    width: 80%;
}
