.article_types{
    padding-top: 25px;
}
.article_types ul{
    overflow: hidden;
    padding: 10px 10px;
    background-color: #eee;
    border-radius: 5px;
}
.article_types ul li{
    float: left;
    color: #555;
    margin-right: 5px;
    line-height: 34px;
}
.article_types ul li.on{
    color: #ffffff;
    background: #e43;
}
.article_types ul li:hover{
    background-color:#ddd;
    color: #444;
}
.article_types ul li a{
    padding: 0 14px;
    border-radius: 3px;
    display: block;
    height: 34px;
    color: inherit;
}
.a_banner{
    padding-top: 20px;
}
.a_banner .top_news{
    overflow: hidden;
    padding-top: 20px;
}
.top_news ul{
    overflow: hidden;
}
.top_news ul li{
    width: 50%;
    text-align: center;
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.top_news ul li.first{
    font-size: 24px;
    padding-bottom: 18px;
    text-align: center;
    width: 100%;
    color: #333;
}
.top_news .news1{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}
.top_news .news2{
    padding-top: 30px;
}
.top_news ul a{
    color: inherit;
}
.a_banner .top_banner{
    width:426px;
    height:240px;
}
.news_main{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}
.news_main img{
    max-width: 100%;
    height: auto;
}
.news_main .left{
    width: 650px;
}
.news_main .right{
    width: 424px;
}
.news_main #news_detail_right{
    width:350px;
}
.news_title{
    height: 35px;
}
.news_title h3{
    color: #ee4433;
    font-size: 24px;
    border-left: 5px solid #ee4433;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    font-weight: normal;
}
.news_type{
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 16px 0 25px;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.news_type span{
    font-family: 'iconfont';
    vertical-align: middle;
    color: #ee4433;
    font-weight: bold;
}
.news_type:hover  .types{
    display: block;
}
.news_type .types{
    position: absolute;
    left:-1px;
    top: 33px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #ffffff;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}
.news_type .types a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
}
.news_type .types a:hover{
    color: #f00;
}
.news_type .types li:nth-child(odd){
    background-color: rgba(0,0,0,0.1);
}
.news_list{
    border-top:1px solid #ddd;
    padding-top: 10px;
    margin-top: 15px;
}
.news_list .list_wrap li{
    overflow: hidden;
    padding: 20px 15px 20px 0;
    border-bottom: 1px dashed #eee;
}
.news_list li .preview{
        width: 185px;
        height: 103px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}
.preview img{
    width: 100%;
    height: 100%;
}
.news_list li .right_info{
    width: 437px;
    overflow: hidden;
}
.news_list .right_info h3{
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    height: 48px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3px;
}
.news_list .right_info a{
    color: inherit;
}
.news_list .right_info p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.news_list .right_info .detail{
    color: #e43;
    font-size: 12px;
    cursor: pointer;
}
.news_list .time{
    color: #807E7E;
    font-size: 12px;
}
.block_title{
    height: 42px;
    line-height: 42px;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.block_title h3{
    font-weight: normal;
    position: absolute;
    border-bottom: 1px solid #ee4433;
    font-size: 20px;
    bottom: -1px;
}
.banner_image{
    width: 100%;
    height: 100%;
    position: relative;
    background:50% no-repeat;
    background-size: cover;
}
.banner_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding:0 10px 20px 10px;
}
.banner_text a{
    color: inherit;
}
.banner-btn{
    font-family: 'iconfont';
    position: absolute;
    top:50%;
    font-size: 50px;
    z-index: 100;
    cursor: pointer;
    color: #ffffff;
    margin-top: -25px;
}
.banner-prev{
    left: 0;
}
.banner-next{
    right: 0;
}
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-pagination-bullet-active{
    background: #e43;
}

.news_main #title{
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.news_main .timer{
    overflow: hidden;
    padding: 10px 0 20px 0;
    font-size: 12px;
    color: #959595;
}
.news_main .timer span{
    margin-left: 10px;
}
.hot_article li{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.hot_article .index{
    float: left;
    display: inline-block;
    background-color:#ee4433;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin-top: 9px;
    color: #ffffff;
    margin-right: 12px;
}
.hot_article a{
    color: #333;
}

.toutiao_image{
    width:320px;
    height:180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.toutiao_title{
    width:320px;
    max-height:50px;
    color: #333333;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.toutiao_title img{
    position: relative;
    top: 0;
    left: 0;
}
.toutiao_wrap{
    position: relative;
    padding-left: 12px;
}
.toutiao_content{
    width:311px;
    max-height:162px;
    font-size:14px;
    color: #999797;
    margin-top: 25px;
    overflow: hidden;
    text-align: justify;
    line-height: 24px;
    position: relative;
}
.toutiao_content a{
    color: #EE4433;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    cursor: pointer;
    background-color: #ffffff;
}
.article_from{
    color: #807E7E;
    font-size: 12px;
    margin-top: 8px;
}
.zcfg h3{
    font-size:16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcfg .article_from{
    margin-top: 18px;
}
.advert_article{
  width: 750px;
  height: 55px;
  position: relative;
}
.advert_article i{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
    font-size: 12px;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.advert_article_wrap li{
    margin-bottom: 10px;
}
.advert_article_wrap li:last-child{
    margin-bottom: 20px;
}