@charset "utf-8";
/* CSS Document */

.Frame_news_module3{ border:1px solid rgb(23, 140, 229); }
.Frame_news_module3 p,.Frame_news_module3 ul,.Frame_news_module3 h1,.Frame_news_module3 h2{ margin: 0; padding: 0; list-style: none;}

.Frame_news_module3 .title{ background: #f3f3f3 }

.Frame_news_module3 .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_module3 .triangle_border_down{
    width:39px;
    height:39px;
    position:absolute;
    top:0px;
    right:-39px;
	overflow: hidden;
}
.Frame_news_module3 .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_module3 .list{
	width:33.33%;
	padding:10px; 
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.Frame_news_module3 .list .box{
	border:1px solid #ccc;
	height:250px;
}
.Frame_news_module3 .list h2{ font-size: 16px; border-bottom:1px dotted #ccc; font-weight: normal; line-height:40px; padding:0 10px; }
.Frame_news_module3 .list h2 .fr{ font-size: 14px; }
.Frame_news_module3 .list a{ color:#333; }
.Frame_news_module3 .list li { font-size: 14px; color:#333; line-height:40px; padding:0 10px; }
.Frame_news_module3 .list li a{ color:#666;}
.Frame_news_module3 .list li a p{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.Frame_news_module3 .list li span{ float:right; padding-left:10px; }