/*后台所需第三方样式写在此处*/
/*分页用样式*/
p {
    margin: 0
}
#page {
    height: 40px;
    padding: 20px 0px;
}
#page a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}
#page a:hover {
    color: #077ee3;
    border: 1px #077ee3 solid;
}
#page a.cur {
    border: none;
    background: #077ee3;
    color: #fff;
}
#page p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}
#page p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}
#page p.pageRemark b {
    color: red;
}
#page p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}
.dates li {
    font-size: 14px;
    margin: 20px 0
}
.dates li span {
    float: right
}



/*文章列表用样式*/
.wb-data-item {
    padding-left: 8px;
    /*padding-top: 8px;*/
    padding-right: 8px;
    margin-top: 0px;
}
.wb-data-item li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.wb-data-item li a{
    text-decoration: none;
}
.wb-data-list {
    line-height: 30px;
    padding-left: 8px;
    /*border-bottom: 1px dashed #bcbcbc;*/
    list-style-type: none;
}
.wb-data-infor {
    display:inline-block;
    color: #000;
    /*width:83%;*/
    text-decoration: none;
}
.wb-data-infor a {
    color: #000;
}
.wb-data-date {
    float: right;
    color: #a6a6a6;
}
.wb-data-list:hover .wb-data-date, .wb-data-list:hover a {
    cursor: pointer;
    color: #df1f1f;
}

/* 内容页正文 */

.ewb-show-con {
    padding:0 20px 20px;
    background:#fff;
    /*padding-top: 24px;*/
}

.ewb-show-tt {
    text-align: center;
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
    color:#000;
}

.second
{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.ewb-show-info {
    position: relative;
    line-height: 37px;
    *height: 37px;
    background-color: #f8f8f8;
    text-align: center;
    color: #666;
}
.ewb-gap {
    display: inline-block;
    padding: 0 20px;
}
.ewb-play-img {
    text-align: center;
    /*padding: 30px 0;*/
    padding:0 0 18px 0;
}
#ivs_title {
    width:354px;margin: 0 auto;
}
.ewb-show-txt {
    line-height: 32px;
    /*text-indent: 40px;*/
    font-size: 16px;
}