.con{
	width:1000px;
	margin:0px auto;
	padding-bottom:50px;
}
.con .weizhi{
	margin: 10px auto;
    width: 1180px;
    line-height: 30px;
    font-family: "宋体";
	color: #3063a4;
}
.con .weizhi:before {
    content: "\ea86";
    font-size: 24px;
	font-family: 'icomoon';
    float: left;
	padding-right:2px;
}
.con .weizhi a{
	color: #3063a4;
}
.con .cate_list{
	width:180px;
	float:left;
	margin-top:10px;
	overflow:hidden;
	border-radius:6px;
}

.con .cate_list.fix{
	position:fixed;
	top:0px;
}
.con .cate_list .cate{
    color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	background:#495669 url(../images/news_list_ico0.png) no-repeat 15px 50%;
	text-indent:45px;
	text-decoration:none;
	-webkit-transition: all .3s;
    transition: all .3s;
	font-size:14px;
}
.con .cate_list .cate.active , 
.con .cate_list .cate:hover{
	background-color:#0e6eb8;
}

.con .right{
	width:780px;
	float:right;
	padding:10px 0px 50px 0px;
}
.con .right .title{
	height:30px;
	line-height:30px;
	border-left:6px solid #ffbd27;
	font-size:20px;
    color:#333;
	text-indent:20px;
	margin:0px 0px 20px 0px;
	border-bottom:none;
}
.con .right .news_list{
	width:100%;
}
.con .right .news_list .news{
	position:relative;
	width:750px;
    background:#fff;
    height:110px;
    margin-bottom:10px;
    overflow:hidden;
    border:1px solid #f1f1ff;
}
.con .right .news_list .news:hover{
	box-shadow: 0 0 12px 4px rgba(0,0,0,.1);
}
.con .right .news_list .news .news_time{
	height:70px;
    width:70px;
    border-radius:50%;
    background:#547fba;
	float:left;
	margin:20px 0px 0px 20px;
	text-align:center;
	color:#fff;
}
.con .right .news_list .news .news_time .year{
	font-size: 20px;	
    padding-top: 14px;
	heihgt:22px;
	line-height:22px;
}
.con .right .news_list .news .news_time .time{
	font-size: 16px;	
	heihgt:20px;
	line-height:20px;
}

.con .right .news_list .news .strs{
	display:block;
	width: 620px;
	margin-left:20px;
	float:left;
	text-decoration:none;
}
.con .right .news_list .news .strs span{
	display:block;
}
.con .right .news_list .news .news_title{
	color: #333;
    overflow: hidden;
	max-height:48px;
    line-height: 24px;	
    font-size: 16px;
	padding-top:6px;
}
.con .right .news_list .news .news_content{
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow:hidden;
	padding-top:5px;	
}
.con .right .news_list .news .look{
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: url(../images/news_list_look.png) no-repeat 0px 50%;
    padding-left: 25px;
    width: 590px;	
}
.con .right .news_list .news .an{
	position: absolute;
    width: 140px;
    text-indent: 35px;
    background: #ffbd29 url(../images/news_list_jiantou.png) no-repeat 95px 50%;
	top:0px;
    right: -120px;
    z-index: 100;
    opacity: 0;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
	height: 110px;
    line-height: 110px;
	font-size:14px;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}
.con .right .news_list .news:hover .an{
	right: 0;
    opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
}


/*新闻查看页*/
.info_right .news_info{
	border:1px solid #ededed;
	padding:20px 20px 60px 20px;
}
.info_right .news_title{
	line-height:36px;
	text-align:center;
	font-size:26px;
	font-weight:700;
	margin-bottom:10px;
	color:#15A4A8;
	padding:15px 0px;
}
.info_right .news_time{
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	margin-bottom:60px;
	color:#333;
}
.info_right .news_content img{
	max-width:100%;
}
.info_right .news_content p{
	margin-bottom:10px;
}

.con .nocate_right{
	width:100%;
	padding-bottom:60px;
}

/**
 * 九宫格
 */
.news_jgg{
	width:250px;
	display:block;
	float:left;
	margin:0px 0px 20px 15px;
}
.news_jgg0{
	margin-left:0px;
}
.news_jgg .img{
	display:block;
	width:248px;
	height:240px;
	border:1px solid #efefef;
	transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.news_jgg .img:hover{
	opacity: 0.8;
}
.news_jgg .name{
	height:32px;
    line-height:16px;
    text-align:center;
    font-size:14px;
    color:#333;
    display:block;
	overflow:hidden;
	padding-top:6px;
}













