@charset "utf-8";
/* CSS Document */

/*滚动广告*/
.sc_news{height: 32px;background: #f2f2f2;}
.sc_newslist{padding-left: 10px;width: 1102px;height: 32px;line-height: 32px;}
/*头条*/
.news_hot{width: 1145px;border:1px solid #e4e4e4;padding: 22px;}
.nh_img{width: 648px;height: 388px;}
.nh_con{width: 468px;}
.nh_icon{width: 55px;height: 45px;top: 0;left: 0;z-index: 90;}
.nh_tt{height: 75px;}
/*本地新闻*/
.bor{border:1px solid #e7e7e7;border-top: 3px solid #e7e7e7;}
.news_tit{width: 112px;border-top: 3px solid #24abd7;top: -3px;left: -1px;font-size: 18px;color: #24abd7;text-align: center;padding-top: 5px;}
.bdnews,.xsnews,.tpnews{width: 749px;padding: 22px;height: 409px;}
.bdnews_l,.bdnews_r{margin-top: 24px;}
.bdnews_l{width: 412px;height: 384px;}
.bdnews_r{width: 312px;}
.bd_tit{height: 24px;line-height: 24px;font-size: 18px;color: #24abd7;border-bottom: 1px solid #e7e7e7;margin-bottom: 10px;}
/*县市新闻*/
.xsnews{margin-top: 30px;height: 459px;}
.xsnews_top{margin-top: 24px;margin-bottom: 28px;}
.xstl{width: 412px;height: 240px;}
.xstr{width: 324px;}
/*新闻图片*/
.tpnews{height:500px;margin-top: 30px;}
.xwtp1{width: 228px;height: 144px;top:45px;left: 22px;}
.xwtp2{width: 228px;height: 330px;top:191px;left: 22px;}
.xwtp3{width: 514px;height: 314px;top:45px;left: 253px;}
.xwtp4{width: 266px;height: 158px;top:363px;left: 253px;}
.xwtp5{width: 245px;height: 158px;top:363px;left: 522px;}
/*新闻爆料*/
.xwbl,.xwzt,.xwwz,.gnyw,.wtyl{padding: 22px;width: 329px;}
.xwzt,.xwwz,.gnyw,.wtyl{margin-top: 30px;}
.xwbl{height: 274px;}
.xwbl_img{margin-top: 24px;height: 106px;}
.xwbl_list li{height: 37px;line-height: 37px;border-bottom: 1px dotted #e7e7e7;}
/*新闻专题*/
.xwzt{height: 244px;}
.xwzt_img{margin-top: 24px;height: 104px;}
/*问政*/
.xwwz{height: 212px;}
.xwwz_list{margin-top: 24px;}
/*国内要闻*/
.gnyw{height: 271px;}
.gnyw_list{margin-top: 24px;}
/*文体娱乐*/
.wtyl{height: 212px;}
.wtyl_list{margin-top: 24px;}

.news_word{
    /*width: 380px;*/
    /*height: 443px;*/
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 20px;
}
.news_word li{
    margin-bottom: 10.5px;
}
.news_word li:nth-of-type(5n+1) a{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.news_word li a{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_word p{
    padding-bottom: 11.5px;
    border-bottom: 1px solid #eeeeee;
}
.news_word p:first-of-type + li {
    margin-top: 5px;
}
.news_word p:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}