﻿/**!
 * 详情页
 * author: wangkai;
 * date:2019-03-26
 */

strong {
	font-weight:bold;
}

em {
	font-style: italic !important;
}

.ewb-main {
    min-height: 834px;
    background: #fff;
}

.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-assinfo-cms {
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ewb-assinfo-cms span {
	display: block;
	font-weight: bold;
}

.ewb-assinfo-cms a {
	display: block;
	color: #333;
}

.ewb-assinfo-cms 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%;
	color: #0d7ddc;
    font-weight: bold;
}

.ewb-imp-body {
	padding-left: 4px;
	margin-top: -34px;
}

.ewb-imp-main {
	min-height:550px !important;
}


/*表单*/
.pd0{
    padding-top: 0px;
}
.ewb-form-type {
    position: relative;
    min-height: 37px;
    text-align: center;
    /*background-color: #edf2fb;*/
}

.ewb-form-type h3 {
    padding: 15px 5px;
    line-height: 27px;
    font-size: 18px;
    font-weight: bold;
    color: #0965c8;
}


.ewb-ul{
    /*padding: 9px 7px 0px 7px;*/
    overflow: hidden;
    border: 1px Solid #edf2fb;
    align-items:center; 
    display: -webkit-flex;
}

.ewb-ul li{
    list-style: none;
    float: left;
    display: block;
    margin:0px;
    text-align: center;
    /*min-height: 70px;*/
    line-height: 32px;
}
.ewb-ul li span{
    color: #0965c8;
}
.one{
    width: 15%;
    vertical-align: middle;
}
.two{
    width: 30%;
}
.three{
    width: 20%;
}
.four{
    width: 20%;
}
.five{
    width: 15%;
}
.blod{
    font-weight: bold;
    font-size: 16px;
}
.left{
    text-align: left !important;
}
.h40,.h40 li{
    height: 40px;
    line-height: 40px;
    background-color: #edf2fb;
}
.notop{
    border-top:none;
}
.gry2{
    background-color: #edf2fb;
}
.red{
    color: #D90102;
}

.ewebeditor_doc{
    background-color: #FFF !important;
    border: 0px !important;
}


/**!
* 营口子站表格页
* date:2021-03-16
* author: huangcong;
*/

.ewb-route {
    margin: 0 23px;
    padding: 17px 0 13px 0;
    line-height: 22px;
}

.ewb-route p {
    padding-left: 24px;
    font-size: 12px;
    color: #666;
    background: url('../images/route_ico.png') left 5px no-repeat;
}

.ewb-route p b {
    font-weight: bold;
    color: #0c5caa;
}

.ewb-route p a {
    color: #666;
}

.ewb-route p span {
    color: #107edc;
}
.ewb-route p span.canclick{cursor:pointer;color: #666;}
.ewb-route i {
	font-style: normal;
}

.ewb-main {
    min-height: 834px;
    background: #fff;
}

.table-info{
    padding: 20px;
}

.table-info table{
    width: 100%;
    table-layout: fixed;
}

.table-info table td{
    border: solid 1px #ccc;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
}

.table-tt{
    background: #efefef;
    font-weight: bold;
    text-align: right;
}

@media(max-width:767px){
    .table-info{
        padding: 1px;
    }

    .table-info table td {
        border: solid 1px #ccc;
        line-height: 20px;
        height: auto;
        font-size: 12px;
        padding: 5px 2px;
    }
}

/* 底部加 */
.ewb-article-content video {
	width: 100%;
	height: auto;
}

.ewb-article-content p video {
	margin-left: -2em;
}