@charset "utf-8";
/* CSS Document */

.Frame_news_module4{ border:1px solid rgb(23, 140, 229); }
.Frame_news_module4 p,.Frame_news_module4 ul,.Frame_news_module4 h1,.Frame_news_module4 h2{ margin: 0; padding: 0; list-style: none;}

.Frame_news_module4 .title{ background: #f3f3f3 }

.Frame_news_module4 .title h1 {
    font-size: 18px;
    color: #fff;
	padding:0 20px;
	line-height:40px;
	height:39px;
	background: rgb(23, 140, 229);
	display:inline-block;
    position: relative;
}
.Frame_news_module4 .title .more{ color:#333; font-size:14px; line-height:40px; padding-right:10px; }

.Frame_news_module4 .title .nav{ display:inline-block; margin-left:100px; vertical-align:top; }
.Frame_news_module4 .title .nav a{ float:left; padding:0 20px; line-height:39px; color: #333  }
.Frame_news_module4 .title .nav a.cur{ border-bottom:1px solid rgb(23, 140, 229); font-weight:bold; }

/*向下*/
.Frame_news_module4 .triangle_border_down{
    width:39px;
    height:39px;
    position:absolute;
    top:0px;
    right:-39px;
	overflow: hidden;
}
.Frame_news_module4 .triangle_border_down span{
    display:block;
    width:0;
    height:0;
    border-width:40px 40px 0;
    border-style:solid;
    border-color:rgb(23, 140, 229) transparent transparent;/*黄 透明 透明 */
    position:absolute;
    top:0px;
    left:-40px;
}

.Frame_news_module4 .list{
	padding:10px; 
	box-sizing:border-box;
	vertical-align:top;
	height:220px;
}

.Frame_news_module4 .list h2{ font-size: 16px; border-bottom:1px dotted #ccc; font-weight: normal; line-height:40px; padding:0 10px; }
.Frame_news_module4 .list h2 .fr{ font-size: 14px; }
.Frame_news_module4 .list a{ color:#333; }
.Frame_news_module4 .list li { font-size: 14px; color:#333; line-height:40px; padding:0 10px; }
.Frame_news_module4 .list li a{ color:#666;}
.Frame_news_module4 .list li a p{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.Frame_news_module4 .list li span{ float:right; padding-left:10px; }