@import "less/news.less";
/* news page */
.box_containerlienhe{

	/* padding:5px; */
	

	/* padding-top:0; */
	

	color: #000;
	
	

	background: rgba(255, 255, 255, 0.27);

}
.box_containerlienhe h2{
	/* margin:0; */
}
.box_containerlienhe .date{font-size:12px;font-style:italic}
.box_containerlienhe  .fix-title{

}
.box_containerlienhe .box_new
{

	padding:5px 15px;
	float:left;
	border-bottom:1px dotted #A0A0A4;
	}
.box_containerlienhe .box_new:last-child
{
	border-bottom:none;
	}

.box_containerlienhe .box_new h1 a
{
	color:#000000;
	font-size:17px;
	text-decoration:none;
  margin:5px;
	}
.box_containerlienhe .box_new h1 a:hover
{
	color:#F00 !important;
}

.box_containerlienhe .othernews h1
{
	color:#d31158;
}

.box_containerlienhe .othernews ul
{
	list-style:none;
	margin-top:10px;
}
.box_containerlienhe .othernews ul li
{
  padding:3px 10px 3px 40px;
}
.box_containerlienhe .othernews ul li a
{
	color:#d31158;
	background:url(../images/bg_tieude.png)no-repeat left 0;
}
.box_containerlienhe .othernews ul li a:hover
{
	color:#D40000;
}

.wrap-box-newsimg{max-width:100%}
.wrap-box-news{color:#333;background: #fff;
    padding: 10px 0px;}
.wrap-box-news .news-item .thumb img{
    display:block;
    width:100%;
    height:253px;
}
.wrap-box-news .news-item .thumb{
	margin-bottom:10px;
	
	text-align: center;
}	
.wrap-box-news .news-item{
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	padding:10px;
}
.wrap-box-news .news-item h2{
	margin:0;
	font-size:19px;
	line-height:21px;
	margin-bottom:5px;
	font-weight:bold;
}
.wrap-box-news .news-item  a{
	color: #555;
}
.wrap-box-news .news-item  a:hover{
	text-decoration:none;
    color:#3c599b;
}
.news-content{
    border-radius: 0;
    padding: 0px 10px;
    background: #fff;
    text-align:justify;
}
.news-content .header h2{
	font-size: 15px;
	/* font-weight:bold; */
	line-height: 24px;
	margin:0;
	margin-bottom: 7px;
	font-family: ModernHBold;
    border-bottom: 1px solid #002c5f;
    padding-bottom: 10px;
    color:#002c5f;
    margin-top:10px;
}
.news-content .header .date{
	font-style:italic;
	font-size:13px;
}
.news-content .description{	
	font-weight:bold;
	margin-bottom:10px;
	font-size: 16px;
}

.news-content .other-news  ul{
	list-style:none;
	margin:0;
	padding-left: 0;
}