.news_header{
    height:200px;
    width:100%;
    background:url(../images/news_header.png) no-repeat center;
    background-color:#110350;
}
.news_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:58px;
    text-align: center;
}
.news_header .label-content{font-size: 14px;color: #fff; line-height: 150%; position: relative; top: 68px; text-align: center;}
.news_header .nav{
    line-height:16px;
    position: absolute;
    left:0;
    top:22px;
}
.news_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.news_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#ABABAB;
    vertical-align: middle;
    margin-left:3px;
}
.hot_word{
    padding: 45px 0;
    text-align: center;
    /* background-color:#F9FAFB; */
}
.hot_word .title{
    display: inline-block;
    line-height: 30px;
    margin-bottom:10px;
    font-size:13px;
    color:#666;
    vertical-align: middle;
}
.hot_word .item{
    font-size:14px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin:0 10px 10px 10px;
    cursor:pointer;
    border-radius:15px;
    padding:0 19px;
    background-color:#f2f2f2;
}
.hot_word .item.selected,.hot_word .item:hover{
    color:#fff;
    background-color:#EE8C0D;
}
.news_list .no_data{
    font-size:18px;
    color:#333;
    padding:30px 0;
    text-align: center;
}
.news_list .item{
    padding: 30px 0px 30px 320px;
    width:580px;
    height:170px;
    border-bottom:1px solid #EDEDED;
    position: relative;
}
.news_list .item .image{
    width:250px;
    height:150px;
    position: absolute;
    left:40px;
    top:30px;
}
.news_list .item .play_btn{position: absolute;width: 74px;
    height: 74px;
    left: 140px;
    top: 60px;}
.news_list .item .title{
    font-size:15px;
    color:#000E35;
    line-height:21px;
    padding-top:7px;
    cursor:pointer;
}
.news_list .item .title:hover{
    color:#EE8C0D;
}
.news_list .item .stat{
    margin-top:13px;
    line-height:23px;
}
.news_list .item .stat img{
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.news_list .item .stat .read{
    width:16px;
    height:16px;
}
.news_list .item .stat span{
    display: inline-block;
    font-size:12px;
    color:#333;
    margin-right:40px;
    vertical-align: middle;
}.news_list .item .stat span.tags a{padding-right:5px;}
.news_list .item .intro{
    line-height:23px;
    color:#333;
    font-size:13px;
    height:46px;
    overflow:hidden;
    margin-top:10px;
}
.news_list .item .tags{margin-top:10px;}
.news_list .item .tags a,.news_detail .tag a{color:#EE8C0D;font-size:14px; border:1px solid #EE8C0D; padding:5px 10px; margin-right:10px;border-radius:5px;}
/* 详情页 */
.news_detail{
    width:900px;
    margin:0; padding: 0;
}
.news_detail .title{
    margin-top:30px;
    font-size:20px;
    color:#000E35;
    line-height:28px;
    text-align: center;
}
.news_detail .tag{
    font-size:12px;
    color:#999;
    margin-top:6px;
    text-align: center;
}
.news_detail .stat{
    margin-top:13px;
    line-height:23px;
    text-align: center;
    margin-top:9px;
}
.news_detail .stat img{
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.news_detail .stat .read{
    width:16px;
    height:16px;
}
.news_detail .stat span{
    display: inline-block;
    font-size:12px;
    color:#333;
    margin-right:40px;
    vertical-align: middle;
}
.news_detail .stat .read_text{
    margin-right:0;
}
.news_detail .content{
    margin-top:15px;
    font-size:13px;
    color:#333;
    line-height:25px;
    width: 100%;
  /*   background-color: ghostwhite; */
    padding: 0;
}
.news_detail .content img{
    max-width:900px;
    margin:auto;
}
.news_detail .content *{
    white-space:normal!important;
}
.news_detail .share{
    margin-top:45px;
    text-align: center;
}
.news_detail .share .title .text{
    font-size:13px;
    line-height:25px;
    margin:0 22px;
    display: inline-block;
    vertical-align: middle;    
}
.news_detail .share .title .line{
    height:1px;
    display: inline-block;
    width:92px;
    vertical-align: middle;
    background-color:#ddd;
}
.news_detail .share .list{
    margin-top:9px;
}
.news_detail .share .list a{
    display: inline-block;
    margin:0 12px;
    vertical-align: top;
    width:36px;
    height:36px;
}
.news_detail .share .list img{
    width:36px;
    height:36px;
}
.rec_news{
    width:1000px;
    margin:28px auto 0 auto;
    padding-bottom:90px;
}
.rec_news .title{
    font-size:13px;
    color:#333;
    line-height:25px;
}
.rec_news .list .item{
    font-size:13px;
    color:#333;
    line-height:25px;
    display: inline-block;
}
.rec_news .list .item:hover{
    font-weight:bold;
}

#yingyong .news-left{float:left; width:200px;}
#yingyong .news_detail{width:800px; float:right;}
#solist .item .image{max-width: 250px; max-height: 150px; width: auto; height: auto;}

@media (max-width: 768px) {
	.hot_word{padding:20px 0;}
	.news_list{
    background-color:#fff;
}
.news_list .item{
    padding: 4.5vw 0 4.5vw 37.6vw;
    margin: 0 4vw;
    display: block;
    border-bottom:1px solid #F2F2F2;
    position: relative;
	width:auto;
	height:auto;
}
.news_list .item .image{
    width:33.3vw;
    height:20vw;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10vw;
}
.news_list .item .title{
    font-size:14px;
    color:#333;
    line-height: 20px;
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}