.news_content dt,.news_content dd{
    float:left;

}
.news_content dt{
    width:30%;
}
.news_content dt img{
    width:100%;
}
.news_content dd{
    width:70%;
    padding-left: 25px;
    height:100%;
    font-size:18px;
    color:#000;
    padding-top: 8px;
    
}

.news_content dl{
    overflow:hidden;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
    position: relative;
}
.news_content dd .date{
    position:absolute;
    left:30%;
    bottom:20px;
    font-size:14px;
    color:#666;
    padding-left: 25px;
}
.news_content .sly_list{
    overflow:hidden;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
    position: relative;
}
.news_content .sly_list .fe_sly{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news_content .sly_list .fe_sly .sly_list_img{
    width:30%;
}
.news_content .sly_list .fe_sly .sly_list_img img{
    width:100%;
    display: block;
}
.news_content .sly_list .fe_sly .sly_list_txt{
    width:70%;
    padding-left: 25px;
    font-size:16px;
    color:#999;
   line-height:1.7;
}
.news_content .sly_list .fe_sly .sly_list_txt h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.pagination{
    margin-top: 60px;
}
.page{
    text-align: center;
}
/*新闻详情*/
.news_detail_content{
    /*text-align: center;*/
    line-height: 1.7;
}
.news_detail_content img{
    max-width:100%;
       height: auto;
    /*margin-bottom: 50px;*/
}
.news_detail_content .hyfa-xq-sj p img {
    vertical-align: top;
    /*margin-top: 2px;*/
    margin: 2px 6px 0;
    width:auto;
}
/*.news_detail_content p{
    text-align: left;
    line-height: 30px;
}*/
.hyfa-xq-bottom {
    margin-top: 48px;
}
.hyfa-xq-bottom .bottom_left {
    width: 50%;
    float:left;
}

.hyfa-xq-bottom .bottom_left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .bottom_left p, .hyfa-xq-bottom .bottom_left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .bottom_left p a:hover {
    color: #015cae;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
display:inline-block;
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}
.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.hyfa-xq-sj {
    text-align: center;
    margin: 30px 0;
}

.hyfa-xq-sj p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

.logo_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo_list .logo_item{
    margin: 0 10px;
    padding: 10px 9px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.logo_list .logo_item img{
    max-width: 100%;
    max-height: 100%
}
.logo_rtxt .text{
    float: right;
    width: 58%;
    margin-top: 40px;
    line-height: 1.8;
}

@media screen and (max-width: 991px){
    .news_content dd p{
        font-size:16px;
        white-space: nowrap;             
        overflow: hidden;               
        text-overflow: ellipsis;
    }
    .news_content dd .date{
        bottom:10px;
    }
    .news_content dd{
        padding-top: 4px;
    }
    .hyfa-xq-sj{
        margin:-20px auto 20px;
    }
.logo_rtxt .text{
    float: none;
    width: 100%;
}
}
@media screen and (max-width: 750px){
    .news_content .sly_list .fe_sly .sly_list_img{
        width:100%;
        margin-bottom: 10px;
    }
    .news_content .sly_list .fe_sly .sly_list_txt{
        width:100%;
        padding-left: 0;
    }
}
