*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.clearfix::after {
    clear: both;
}
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
}
.about {
    overflow: hidden;
}
.newsBread {
    font-weight: 400;
    color: #bdbdbd;
    padding: 15px 0;
    font-size: 13px;
    overflow: hidden;
    border-bottom: 1px #f3f3f3 solid;
}
.newsBread a {
    color: #bdbdbd;
}
.newsBread .newsBread_head_font {
    color: #8a8a8a;
}
.container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.about-news-show {
    padding-top: 35px;
    padding-bottom: 35px;
}

.about-news-show .artcile-name {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    color: #333;
}
.about-news-show .artcile-info {
    color: #999999;
    margin-top: 40px;
    /* border-top: 1px dotted #bfbfbf;
    border-bottom: 1px dotted #bfbfbf; */
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 13px;
}
em,
i {
    font-style: normal;
    font-weight: 400;
}
.about-news-show .artcile-ed {
    margin-top: 30px;
    min-height: 500px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.prev-next {
    width: 100%;
    /* height: 50px; */
    display: flex;
    justify-content: space-between;
}
.prev-next-return {
    overflow: hidden;
    position: relative;
}
li {
    list-style: none;
}
.prev-next-return .prev,
.prev-next-return .next {
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 49%;
    /* line-height: 50px; */
    padding: 16px 50px;
    color: #333;
    background: #eee;
    float: left;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.prev-next-return .prev,
.prev-next-return .next {
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 49%;
    /* line-height: 50px; */
    padding: 16px 50px;

    color: #333;
    background: #eee;
    float: left;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.prev-next-return .return {
    position: absolute;
    right: 0;
    float: right;
    display: inline-block;
    width: 175px;
    background: #f45f1d;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.prev-next-return .return img {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.prev-next-hover:hover {
    background: #f45f1d !important;
    color: #fff !important;
}
.prev-next-hover:hover a {
    color: #fff !important;
}

.related-news {
    overflow: hidden;
    margin-bottom: 30px;
}
.about-news-show {
    padding-top: 35px;
    padding-bottom: 35px;
}

.about-news-show .relatedBt {
    margin-bottom: 10px;
    position: relative;
    margin-top: 40px;
    height: 40px;
}
.about-news-show .relatedBt span {
    /*background: #f45f1d;
    */
    width: 296px;
    height: 40px;
    background: url("../images/h_b.png") no-repeat;
    line-height: 40px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 2px;
    color: #333;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
}

.related-news li {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    padding-right: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.related-news li a {
    color: #333;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

/* .related-news li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ED6827;
    border-radius: 50%;
  
} */
.related-news li a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: 4px;
    margin-right: 8px;
}
.related-news li a:hover {
    color: #ed6827;
    /* border-bottom: 1px solid #ED6827; */
}
.related-news li a span:hover {
    border-bottom: 1px solid #ed6827;
    padding-bottom: 10px;
}
.related-news li a:hover i {
    background-color: #ed6827;
}
.related-news li .time {
    color: #999999;
    float: right;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 80px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .prev-next-return .prev,
    .prev-next-return .next {
        text-align: center;
    }
    .prev-next-return .prev span,
    .prev-next-return .next span {
        display: none;
    }
}
