/***************************************************** * 象牙塔中国样式--文件编写注释规范 *****************************************************/ @charset "utf-8"; /***************************************************** * 文件名称:index_news_line.css * 作 者:界面设计制作部---XX * 创建日期:2021-5-30 * 内容概要:左边切换,右边列表的样式 *****************************************************/ .index_news_line{width:100%; padding:0px;margin:6px 0px; } .index_news_line .row{width:1380px; height:610px; margin:0px auto; padding:0px;background-color:#FFFFFF;border:0px solid #ff0000;} /* index_news_line_left */ /*index_news_line_left start*/ .index_news_line_left{width:920px; float:left; padding:0px; margin:0px; overflow:hidden; border:0px solid #ff0000; } /*index_news_line_left_content start*/ .index_news_line_left_content{width:455px; height:300px; float:left;border:0px solid #00ff00; overflow: hidden;} /*nav-tabs start*/ .index_news_line_left_content .nav-tabs { border-bottom:1px solid #EFF4F8;margin:3px 0px;height:42px; line-height:42px; } .index_news_line_left_content .nav-tabs > li { float: left;height:31px;line-height:31px;border: 0px solid #EFF4F8;border-bottom:0px solid #EFF4F8; } .index_news_line_left_content .nav-tabs > li > a { margin-right: 2px; font-size: 20px;color:#BE0115; font-weight:bold; line-height:31px; background-color:#fff; border: 0px solid #EFF4F8; border-bottom: 0px solid #EFF4F8; border-radius: 0px 0px 0 0; /*border-bottom: 1px solid #0033CC;*/ padding: 5px 15px; margin-bottom: 0px; } .index_news_line_left_content .nav-tabs > li > a, .index_news_line_left_content .nav-tabs > li > a:focus, .index_news_line_left_content .nav-tabs > li > a:hover { color: #555; cursor: default; background-color: #fff; border: 0px solid #EFF4F8; border-bottom: 1px solid #EFF4F8; } .index_news_line_left_content .nav-tabs > li.active > a, .index_news_line_left_content .nav-tabs > li.active > a:focus, .index_news_line_left_content .nav-tabs > li.active > a:hover { color: #102382; cursor: default; background-color: #fff; border: 1px solid #EFF4F8; border-top: 1px solid #102382; border-bottom: 0px; } /*nav-tabs end*/ /*内容的新闻列表*/ .index_news_line_left_content_tab_content { width:100%; clear: both; padding:0px 6px; height:280px; overflow-y:hidden;border:0px solid #e4ff38; margin-bottom: 2px; margin-top: 15px; } .index_news_line_left_content_tab_content a{ height:39px; line-height:39px; display:block;font-size:16px; color:#0e3a69; border-bottom:0px dashed #CCCCCC; background:url("/static/p_index/images/public/dot.png") no-repeat 2px 15px;text-indent:10px; } .index_news_line_left_content_tab_content a,.index_news_line_left_content_tab_content a:visited{font-size:17px; color:#0e3a69;} .index_news_line_left_content_tab_content a:hover{font-size:17px;color:#0D79C1; text-decoration:none; } .index_news_line_left_content_tab_content span{font-size:14px;color:#999;} /*index_news_line_left_content end*/ /*index_news_line_left end*/ /* index_news_line_right */ /*index_news_line_right start*/ .index_news_line_right{width:450px; float:right; overflow:hidden; margin:0px; background-color:#fff;border:0px solid #434eff;} /*新闻列表 标题*/ .index_news_line_right .index_news_line_right_title{ width:100%; border-bottom:0px solid #ff0000; height:38px; line-height:38px; margin:2px 0px;padding:0px 3px;} .index_news_line_right .index_news_line_right_title_left{ width:60%; float:left; text-align:left;font-size: 17px;color:#ff0000; font-weight:bold;} .index_news_line_right .index_news_line_right_title_right{ width:30%; float:right; text-align:right;font-size:16px; } .index_news_line_right .index_news_line_right_title_right a,.index_news_line_right_title_right a:visited{font-size:15px;color:#0e3a69;} .index_news_line_right .index_news_line_right_title_right a:hover{font-size:15px;color:#0D79C1;text-decoration:none;} .index_news_line_right .index_news_line_right_content{ width:100%;height:535px;line-height:38px; margin:3px 0px;padding:0px 3px; } /*未签收单位*/ .no_sign_department{width:100%;height:42px; overflow: hidden; border:0px solid #ff0000;background-color:#ffffff;} .no_sign_department table{width:100%;} /**/ ul.u_n_r{width:100%;height:550px; overflow: hidden; border:0px solid #ff0000;background-color:#ffffff;} ul.u_n_r li{ line-height:23px; font-size:16px; color:#292929; background:url("/static/p_index/images/public/dot.png") no-repeat 6px 18px;text-indent:10px; border:1px solid #efefef; margin-bottom:6px;clear:both; padding:4px 6px; /*height:30px; white-space:nowrap; overflow-x:hidden; text-overflow:ellipsis;*/ } ul.u_n_r li a,ul.u_n_r li a a:visited{color:#0e3a69; font-size:16px;} ul.u_n_r li a:hover{font-size:16px;color:#0D79C1; text-decoration:none;} ul.u_n_r li a span{ height:30px; line-height:30px;font-size:16px;font-weight:500;float:left; color:#666;padding-right:6px;} /*index_news_line_right end*/