/* --news-- */
strong, b {
    font-weight: bold;
}
.news-content{
	width: 1200px;
	min-height: 720px;
    /*padding-left: 50px;*/
	margin: 0px auto 50px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.news-title-content{
	background-color: #f1f6f0;
}
.news-title-content>div{
	display: inline-block;
	vertical-align: middle;
	height: 46px;
	color: #3090c7;
	background-color: #f1f6f0;
	line-height: 46px;
	font-size: 15px;
}
.news-title-title{
	width: 1000px;
	padding-left: 220px;
	box-sizing: border-box;
}
.new-title-time{
	width: 195px;
	text-align: center;
}
.news-content-ul li{
	height: 50px;
	border-bottom: 1px solid #eee; 
}
.news-content-ul li:first-child{
	margin-top: 20px; 
	height: 46px;
	border-bottom: none;
}
.news-list-title{
	float: left;
	width: 1000px;
	height: 30px;
	margin: 10px 0;
	padding-left: 30px;
	box-sizing: border-box;
}
.news-list-title a{
	width: 100%;
	font-size: 15px;
    color: #e25656;
	line-height: 30px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.news-list-title a:hover,
.news-list-more a:hover{
	color: #076ce8;
	text-decoration: none;
}
.new-list-time{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	margin: 10px 0;
}
/* --// news-- */

/*-- affiche --*/
.affiche-brief-content{
	width: 1200px;
	height: 160px;
	margin: 30px auto 60px;
}
.affiche-brief-content>div{
	width: 550px;
	height: 160px;
	box-sizing: border-box;
	padding: 10px 15px; 
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
}
.affiche-brief-left{
	margin-right: 90px;
}
.affiche-brief-content img{
	float: right;
	margin: 23px 10px auto 10px;
}
.affiche-brief-content h2{
	font-size: 15px;
	padding: 10px;
	color: #000; 
}
.affiche-brief-content p{
	font-size: 13px;
	line-height: 1.5rem;
	text-indent: 2rem;
	color: #999;
}
.affiche-brief-content a{
	color: #328dc1;
}

.hole-table{
	width: 1200px;
	margin: 10px auto 50px;
	border: 1px solid #eee;
}
.hole-table tr{
	text-align: center;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
	border-bottom: 1px solid #eee;
}
.hole-table tr:last-child{
	border-bottom: none;
}
.hole-table tr.hole-table-head{
	height: 46px;
	line-height: 46px;
	background-color: #f1f6f0;
	color: #3090c7;
	font-size: 15px;
}
span.hole-a-content{
    width: 470px;
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.hole-table tr a{
	color: #e25656;
}
.hole-table tr a:hover,
.hole-table tr a:active
{
	color: #076ce8;
	text-decoration: none;
}
.hole-table-left{
	text-align: left !important;
	padding-left: 10px;
	box-sizing: border-box;
}
/*-- // affiche --*/
