		.ind_news_menu ul {
			width: 260px;
			margin: 20px auto;
		}

		.ind_news_menu ul li {
			width: 120px;
			float: left;
			text-align: center;
			height: 30px;
		}

		.ind_news_menu ul li a {
			color: #474646;
			font-size: 18px;
			line-height: 30px;
			cursor: pointer;
			border: 1px solid #474646;
			display: block;
		}

		.ind_news_menu ul li:hover a {
			background: #0089ce;
			border: 1px solid #0089ce;
			color: #fff;
		}

		.ind_news_menu ul li .xz {
			color: #fff;
			background: #0089ce;
			border: 1px solid #0089ce;
		}

		.ind_news_menu ul .xz a {
			color: #fff;
		}

		.ind_news .ind_news_list .img {
			float: left;
			width: 70%;
			position: relative;
			overflow: hidden;
		}

		.ind_news .ind_news_list .img img {
			height: 221px;
			display: block;
			width: 100%;
			-webkit-transition: all 2s;
			-ms-transition: all 2s;
			-moz-transition: all 2s;
			transition: all 2s
		}

		.ind_news .ind_news_list:hover .img img {
			-webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
			-ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
			-moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
			transform: matrix(1.2, 0, 0, 1.2, 0, 0);
			-webkit-transition: all 2s;
			-ms-transition: all 2s;
			-moz-transition: all 2s;
			transition: all 2s
		}


		.ind_news .ind_news_list .right {
			width: 30%;
			height: 221px;
			padding-top: 15px;
			float: left;
			background-color: #fff;
			box-shadow: 1px -1px 3px #f0f0f1;
		}

		.ind_news .ind_news_list .right .tit {
			color: #474646;
			font-size: 18px;
			font-weight: bold;
		}

		.ind_news .ind_news_list .right p {
			color: #474646;
			line-height: 20px;
			font-size: 14px;
			padding: 0 45px;
		}

		.ind_news .ind_news_list .right .more {
			width: 108px;
			height: 30px;
			border: 1px solid #474646;
			line-height: 30px;
			text-align: center;
			color: #474646;
			font-size: 14px;
			letter-spacing: 2px;
			display: block;
			margin-top: 10px;
			margin-left: 45px;
		}

		.ind_news .ind_news_list .right .more span {
			margin-left: 5px;
			display: block;
			width: 17px;
			height: 11px;
			background: url(../images/ind_png_66.png);
			background-position-x: 0;
			-webkit-transition: all 1s;
			-ms-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
			float: right;
			margin-right: 20px;
			margin-left: -15px;
			margin-top: 9px;
		}

		.ind_news .ind_news_list .right .more:hover {
			border: 1px solid #0089ce;
			color: #0089ce;
		}

		.ind_news .ind_news_list .right .more:hover span {
			background-position-x: 17px;
			-webkit-transition: all 1s;
			-ms-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
		}

		.ind_news .ind_news_list .img span {
			display: block;
			position: absolute;
			top: 50%;
			margin-top: -13px;
			height: 26px;
			width: 20px;
			background: url(../images/ind_news_l.png);
			right: 0;
		}

		.ind_news .ind_news_list {
			display: block;
			overflow: hidden;
			margin-bottom: 10px;
		}

		.ind_news .ind_news_list1 .right {
			box-shadow: -1px 1px 3px #f0f0f1;
		}

		.ind_news .ind_news_list1 .img span {
			background: url(../images/ind_news_r.png);
			left: 0;
		}

		.ind_news_more {
			width: 158px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			float: right;
			background: #0089ce;
			text-transform: uppercase;
			display: block;
			margin: 2px auto 50px auto;
		}
		.groupNews .ind_news_list .right img{
			width: 170px;
			display: block;
			margin: 0 auto;
			margin-bottom: 10px;
		}
		.groupNews .ind_news_list .right .tit{
			text-align: center;
		}