@charset "UTF-8";


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}



/* yui3 fonts */

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}


/* 通用样式 */

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt26 {
    margin-top: 26px;
}

.ewb-mt30 {
    margin-top: 30px;
}

/* 信息列表 */
.wb-data-item {
    padding-top: 7px;
}

.wb-data-list {
    line-height: 32px;
    padding-left: 16px;
    background: url('/images/listimg.png') 0 50% no-repeat;
}

.wb-data-infor {
    color: #333;
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -32px;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #c21828;
}

/* phone */
@media (max-width: 767px) {
    .ewb-mt20,
    .ewb-mt26,
    .ewb-mt30 {
        margin-top: 10px;
    }

    .wb-data-item {
        padding-top: 2px;
    }

    .wb-data-list {
        line-height: 28px;
    }

    .wb-data-date {
        float: right;
        margin-top: -28px;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-mt20,
    .ewb-mt26,
    .ewb-mt30 {
        margin-top: 15px;
    }

}


/* headeer */

/* top */
.ewb-logo {
    float: left;
    padding: 33px 0;
}

.ewb-search {
    float: right;
    border: 1px solid #777;
    border-radius: 25px;
    margin-top: 43px;
}

.input-tips {
    position: relative;
    float: left;
    z-index: 1;
    padding-left: 18px;
    width: 211px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    height: 38px;
    line-height: 38px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    float: left;
    width: 57px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    background: url('../images/ser_btn.png') no-repeat center #d00b1d;
}


/* phone */

@media (max-width: 767px) {
    .ewb-logo {
        float: none;
        text-align: center;
        padding: 12px 0 5px 0;
    }

    .ewb-search {
        float: none;
        margin: 5px 0 12px 0;
    }

    .input-tips {
        width: 79%;
    }

    .ewb-search-btn {
        width: 21%;
    }

}

@media (max-width: 480px) {
    .ewb-logo>img {
        width: 50%;
    }

    .input-placeholder,
    .input-box,
    .ewb-search-btn {
        height: 32px;
        line-height: 32px;
    }
}

/* nav */
.ewb-nav {
    background-color: #2d2d2d;
}

.ewb-nav-item {
    position: relative;
    float: left;
    width: 12.5%;
}

.ewb-nav-item>a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-nav-item.cur>a,
.ewb-nav-item>a:hover {
    font-weight: bold;
    background-color: #d00b1d;
}
.ewb-navsec-items>li:hover{
    background-color: #d00b1d;
}
.ewb-nav-item:hover .ewb-navsec-items{
    display: block;
}

.ewb-navsec-items{
    display: none;
    position: absolute;   
    top:70px;
    left:0;
    right: 0;
    z-index: 999;
    background-color:#333;
}
.ewb-navsec-items>li{
    padding:0 5px;
    border-top:1px solid #eee;
  
}
.ewb-navsec-link{
    display: block;
    font-size: 0;
    text-align: center;
    height: 70px;
   -webkit-text-size-adjust:none;
}
.ewb-navsec-link>span{
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    font-size: 14px;
}
.ewb-navsec-link>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
/* phone */
@media (max-width: 767px) {
    .ewb-nav-item {
        width: 25%;
    }

    .ewb-nav-item>a {
        font-size: 14px;
        line-height: 30px;
    }

    .ewb-nav-item.cur>a {
        font-size: 14px;
    }
    .ewb-nav-item:hover .ewb-navsec-items{
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .ewb-nav-item:hover .ewb-navsec-items{
        display: none;
    }

}


/* banner 轮播 */
.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-carousel.item {
    display: block;
}

#ewb-imgscroll img {
    height: 250px;
}


/* 分页按钮 */
.owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 15px;
    height: 12px;
}

.owl-dots .owl-dot {
    float: left;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: url('/images/stag.png') no-repeat;
    display: block;
}

.owl-dots .owl-dot.active span {
    width: 49px;
    background-image: url('/images/stag_cur.png');
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    #ewb-imgscroll img {
        height: auto;
    }

}

/* phone */
@media(max-width: 767px) {
    #ewb-imgscroll img {
        height: auto;
    }
}


/* footer */
.ewb-footer {
    background-color: #2d2d2d;
}

.ewb-footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 15px 0;
}

.ewb-footer p a {
    color: #fff;
}


/* phone */
@media(max-width: 767px) {
    .ewb-footer p {
        font-size: 14px;
        padding: 10px 0;

    }
}

/* 对详情页的最低高度设置和换行设置 */
.ewb-article-info {
    min-height: 280px;
	width:100%;
	height:100%;
	word-wrap: break-word;
	padding-top:5px;
	/* padding: 20px 42px 94px; */
	border-bottom: 1px dashed #d8d8d8; 
}

