/**********  start News **********/
.content_news{
	position: absolute;
	left: 0;
	top: 0;
}
.content_news .news{
	position: relative;
	float: left;
	left: 40px;
	top: 40px;
	width: 100%;
	height: 100%;
}
.content_news .news .newslinks{
	width: 260px;
	height: auto;
	position: relative;
	float: left;
}
.content_news .news .newslinks .news_container{
	position: relative;
	float: left;
	width: 260px;
	height: 360px;
	background: url(../img/bgcontent.png);
	padding: 20px 0;
	margin: 0;
	overflow-y: hidden;
}

.content_news .news .newslinks .links{
	position: relative;
	float: left;
	bottom: 0px;
}

.content_news .news .newslinks .links li{
	position: relative;
	float: left;
	width: 215px;
	height: 50px;
	border-bottom: 1px solid #43545b;
	left: 21px;
}
.content_news .news .newslinks .links li:hover{
	background: #000 url(../img/arrownews.png) no-repeat 195px 13px;
	color: #ccc;	
}
.content_news .news .newslinks .links .newsld li:hover {
	color: #b1b1b1;	
}
.content_news .news .newslinks .links .newsld{
	color: #000;
	background: #000 url(../img/arrownews.png) no-repeat 195px 13px;
}
.content_news .news .newslinks .links .newsld p{
	color: #dddddd;
}
.content_news .news .newslinks .links .newsld a t.news p.title{
	color: #3691AD;
}
.content_news .news .newslinks .links li.firstitem{
	position: relative;
	float: left;
	width: 215px;
	height: 50px;
	border-top: 1px solid #43545b;
	left: 21px;
}
.content_news .news .newslinks .links li a{
	position: relative;
	float: left;
	width: 215px;
	height: 50px;
	padding-left: 10px;
	padding-top: 10px;
	color: #ccc;
}
.content_news .news .newslinks .links li .numbr{
	color: #1d80c5;
	font-weight: bold;
    float: left;
    height: 30px;
    padding-right: 10px;
    position: relative;
    width: 10px;
}
.content_news .news .newslinks .links li .tnews{
	color: #8c989d;
    float: left;
    height: 36px;
    overflow: hidden;
    position: relative;
    width: 183px;
    line-height: 21px;
    text-shadow: 0 1px 0 #000000;
}
.content_news .news .newslinks .links li a:hover .title, .content_news .news .newslinks .links li.newsld a .title{
    color: #3691AD;
}
.content_news .news .newslinks .links li a:hover p, .content_news .news .newslinks .links li.newsld a:hover p{
    color: #DDDDDD;
}
/*Change color title*/
.content_news .news .newslinks .links li .tnews .title{
    float: left;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    width: 183px;
    color: #EEE;
}
.content_news .news .newslinks .stnews{
	position: relative;
	float: left;
	width: 58px;
	height: 58px;
	left: 0;
	top: 1px;
}
.content_news .news .newscontent{
	width: 497px;
	height: 497px;
	background: url(../img/bgnews.png) no-repeat;
	position: relative;
	float: left;
	left: 40px;
}
.content_news .news .newscontent p{
	line-height: 21px;
	font-size: 13px;
	text-align: left;
	text-shadow: 0 1px 0 black;
}
.content_news .news .titledate{
	float: left;
	overflow: hidden;
    height: 450px;
    left: 50px;
    position: relative;
    top: 30px;
    width: 80%;
    text-align: justify;
    
}

.content_news .news .titledate p{ clear: both;}

.content_news .news .newscontent .seeproject{
	width: 140px;
	height: 31px;
	background: url(../img/vproject.png) no-repeat;
	background-position: 0 0;
	position: relative;
	float: left;
	display: block;
	top: 20px;
}
.content_news .news .newscontent .seeproject span.hover{
	width: 140px;
	height: 31px;
	background: url(../img/vproject.png) no-repeat;
	background-position: 0 -32px;
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
}
.newscontent .titledate .imgnews{
	background-position: 0 0;
	width: 395px;
	height: 110px;
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding-top: 1
}


.content_news .news .titlenews{
    float: left;
    font-size: 22px;
    height: 40px;
    position: relative;
    width: 82%;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    color: #3691AD;
    font-family: Helvetica Neue, Arial;
    text-align: left;
}
.content_news .news .titlenews .nmb{
    color: #fff;
}
.content_news .news .date{
	float: right;
    font-size: 13px;
    height: 40px;
    line-height: 33px;
    position: relative;
    text-align: right;
    width: 18%;
    color: #ccc;
    padding-bottom: 10px;
}
.content_news .news .txtnews{
	line-height: 17px;
	position: relative;
	font-size: 14px;
	text-shadow: 0 1px 0 #000;
	clear: both;
}

.news_scrollup, .news_scrolldown{
	position: absolute;
	width: 215px;
	height: 20px;
	left: 21px;
	background: black;
	opacity: .2;
	filter: alpha(opacity=20);
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
	z-index: 9999;
}

.news_scrollup a, .news_scrolldown a{
	position: relative;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
	margin: 0 auto;
	right: -50%;
	margin-left: -8px;
	bottom: 35%;
	cursor: arrow;
}

.news_scrollup:hover, .news_scrolldown:hover{
	opacity: .75;
	filter: alpha(opacity=75);
}

.news_scrollup:hover a, .news_scrolldown:hover a{
	opacity: 1;
	filter: alpha(opacity=100);
}

.news_scrolldown{
	bottom: 58px;
}

.news_scrollup a{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #0597D4 transparent;
	-webkit-transform:rotate(360deg);
}

.news_scrolldown a{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #0597D4 transparent transparent transparent;
	-webkit-transform:rotate(360deg);
	bottom: 0;
	top: 80%;
}

.news_scroller{
	position: relative;
	float: left;
	height: 360px;
	overflow-y: hidden;
}
/********** end News **********/