@import "less/news.less";
/* news page */
.box_containerlienhe{
/* padding:5px; */
/* padding-top:0; */
color: #000;
/* background: rgba(255, 255, 255, 0.27); */
/* margin: 15px 0px; */
}
.box_containerlienhe h2{
	/* margin:0; */
}
.box_containerlienhe .date{font-size:12px;font-style:italic}
.box_containerlienhe  .fix-title{
	margin-left:106px;
}
.box_containerlienhe .box_new
{

	padding:5px 15px;
	float:left;
	border-bottom:1px dotted #A0A0A4;
	}
.box_containerlienhe .box_new:last
{
	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;margin: 10px 0;}
.wrap-box-news .news-item .thumb img{

	margin:auto;
}
.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-bottom:10px;
}
.wrap-box-news .news-item h2{
	margin:0;
	font-size:19px;
	line-height:21px;
	margin-bottom:5px;
	font-weight:bold;
	font-family: Myriad Pro Regular;
}
.wrap-box-news .news-item  a{
	color: #0064DC;
}
.wrap-box-news .news-item  a:hover{
	text-decoration:none;
}
.news-content img{max-width:100%}
.news-content{
    border-radius: 5px;
    padding: 10px 5px;
    /* margin-top: 30px; */
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(204, 204, 204, 0.75);
}

.news-content .box-items .image {
    overflow: hidden;
}

.news-content .box-items .image img {
    transition: All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}

.news-content .box-items .name a {
    text-decoration: none;
}

.news-content .box-items .name a h2 {
    text-align: center;
    color: #007FC2;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.news-content .box-items .image:hover img {
    transform: scale(1.2);
}
.news-content .header h2{
	font-size: 23px;
	/* font-weight:bold; */

	line-height: 24px;
	margin:0;
	margin-bottom: 7px;
	
	font-family: utm_swissblack;
}
.news-content .header .date{
	font-style:italic;
	font-size:13px;
}
.news-content .description{	
	font-weight:bold;
	margin-bottom:10px;
	font-size: 16px;
}

.taive {
    color: #ff0000;
    font-size: 23px;
}


.news-content .other-news  ul{
	list-style:none;
	margin:0;
	padding-left: 0;
}