@media (max-width: 998px) {
.pc {
	display: none;
}
.m {
	display: block;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.con {
	width: 100%;
	margin: 0 auto;
}
.view_news .bt{padding-bottom:0;}
.view_news .body{padding-top:0;}
/*mobile*/
.position {
	background: url("../img/postition1000.jpg") no-repeat;
}
.mobile {
	width: 100%;
	position: absolute;
	height: 42px;
	display: block;
	top: 0;
	left: 0;
	z-index: 99991;
	background: #2167A8;
	position: fixed;
	text-align: center;
}
.indexproname .indexproimgdes {
	background: #fff;
}
.mobile-search-btn {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}
.mobile-search-btn i {
	color: #fff;
	font-size: 20px;
}
.mobile-inner-header {
	width: 30px;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}
.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 2px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	text-align: left;
	float: left;
	width: 50px;
	position: relative;
	cursor: pointer;
	text-align: right;
	margin-left: 0;
	text-align: center;
	line-height: 31px;
	font-size: 30px;
	margin-top: 0;
}
.mobile-inner-header-icon-out i {
	font-size: 28px;
	position: absolute;
	left: 12px;
	top: 0
}
.mobile-inner-header-icon-click i {
	display: none;
}
.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background-color: #fff;/* display: none; */
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}
 @keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
 @keyframes clickthird {
 0% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
 @keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg);
}
 100% {
 transform: translateY(-4px) rotate(0deg);
}
}
 @keyframes outsecond {
 0% {
 transform: translateY(0) rotate(45deg);
}
 100% {
 transform: translateY(4px) rotate(0deg);
}
}
 @keyframes outthird {
 0% {
 transform: translateY(0) rotate(90deg);
}
 100% {
 transform: translateY(12px) rotate(0deg);
}
}
.mobile-inner-nav {
	width: 320px;
	left: -320px;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	width: 0;
	transition: left 0.3s ease-in-out;
	height: 0;
	background-color: rgba(27,27,27,0.7);
}
.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #fff;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile-inner-nav li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mobile-inner-nav li {
	position: relative;
	font-size: 14px;
}
.mobile-inner-nav li.on {
	background-color: #2167A8
}
.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 3rem;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 50px;
	background: url("../img/down.png") no-repeat center;
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
 @-webkit-keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.mobile_subNav {
	display: none;
	background: #477fb9;
}
.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-size: 1rem;
}
.mobile-inner-nav dd a:hover {
	background-color: #2167A8
}
.mobile_search {
	clear: both;
	position: fixed;
	height: 48px;
	overflow: hidden;
	/* background-color: #F8F5EC; */
	right: 36%;
	top: 0;
	z-index: 99993;
	display: block;
	text-align: center;
	width: 89%;
	left: 30px;
}
.mobile_search .search {
	border: 1px solid #ccc;
	margin: 0.5rem;
	overflow: hidden;
	height: 37px;
	position: relative;
}
.mobile_search img {
	height: 30px;
	margin-top: 6px;
}
.mobile_search input.notxt {
	width: 100%;
	color: #333;
	border: none;
	padding-right: 38px;
	height: 38px;
	box-sizing: border-box;
}
.mobile_search input.notxt1 {
	width: 40px;
	right: 0;
	background: url(../fonts/search.svg) no-repeat center #2167A8;
	border: none;
	height: 37px;
	left: auto;
}
.mobile-links {
	width: auto;
	margin: 0 20px 10px;
	overflow: hidden;
	padding: 10px 0 0;
	opacity: 0.6;
	font-size: 14px;
}
.mobile-links span {
	float: left;
	padding: 0 15px;
}
.mobile-links span a {
	border: none;
	line-height: 25px;
	padding: 4px 0;
	font-size: 14px;
}
.nav-open .mobile-inner-nav {
	width: 100%;
	display: block;
	position: fixed;
	left: 0px;
	top: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	opacity: 1;
	transform: scale(1);
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10;
	padding: 50px 0 20px;
}
/*mobile*/
.top {
}
.topcon {
	background: url(../img/topbg.jpg) no-repeat;
	background-size: 100%;
	height: 100px;
}
.logo {
	float: left;
	margin: 20px;
}
.logo img {
}
.topR {
	width: 658px;
	float: right;
}
.call {
}
.call img {
	width: 100%;
}
.navM {
	float: left;
	width: 100%;
	display: flex;
	margin-left: 0;
}
.navM li {
	float: left;
	position: relative;
	width: 14%;
	text-align: center;
	list-style: none;
	line-height: 40px;
	height: 50px;
	font-size: 14px;/* flex: 1; *//* padding: 0 2.6%; */
}
.navM li:hover .erji {
	display: block;
}
.navM li:hover, .navM li.on {
	background: #259f46;
}
.navM li a {
	color: #fff;
	position: relative;
	display: block;/* position: relative; */
}
.navM li a img {
	display: none;
}
.navM li >a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: 5px;
	opacity: .8;
	top: 50%;
	position: absolute;
	transition: 500ms;/* right: 0; */
}
.navM li:hover a:after {
	transform: rotate(178deg);
}
.navM li.none >a:after {
	border: none;
}
.navM li:first-child >a:after {
	display: none;
}
.erji {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	top: 45px;
	display: none;
	z-index: 10;
	padding: 10px 0;
	text-align: center;
}
.erji a {
	color: #000 !important;
	display: block;
	/* height: 36px; */

	line-height: 36px;
	font-size: 14px;
	text-align: center;
	padding-left: 0;
}
.erji a:hover {
	background: #eee;
}
ul.newslist_time {
	margin: 0px;
	padding: 21px 21px 21px 21px;
}
li.newslist {
	margin: 0px;
	padding-left: 14px;
	list-style-type: none;
	height: 28px;
}
li.newslist_time {
	margin: 0px;
	padding-left: 13px;
	list-style-type: none;
	height: 23px;
	background: transparent url(../img/listt.jpg) 0px 5px no-repeat;
}
li.newslist_time .time {
	float: right;
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #57585a;
	padding: 0px;
}
a.newslist_time:link, a.newslist_time:visited, a.newslist_time:active {
	color: #424242;
	text-decoration: none;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
a.newslist_time:hover {
	color: #e10000;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.banner {
	width: 100%;
	margin: 0 auto;
	margin-top: 41px;
}
.banner img {
}
.main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background: #E7EDFD;
}
.left {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px;
}
.box1 {
}
.cpml {
}
.cpml img {
	width: 100%;
}
.box1con {
	width: 204px;
	margin: 18px auto;
}
.box1con a {
	display: block;
	text-decoration: none;
	font: 12px/33px Verdana, Arial, Helvetica, sans-serif;
	height: 39px;
	text-align: left;
	background: url(../img/dot2.jpg) 0px 0px no-repeat;
	padding-left: 44px;
	color: #303030;
}
.serch {
	width: 204px;
	margin: 0 auto;
}
.serch p {
}
.serch p img {
}
.sousuo {
	width: 97%;
}
.sousuo select {
	width: 100%;
	height: 25px;
}
.sousuo input {
	height: 21px;
	width: 98%;
	margin: 5px auto;
}
.sousuo #button {
	width: 53px;
}
.box2 {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 90%;
	margin: 10px auto;
}
.box2tit {
	background: #2269AA;
	font-size: 13px;
	color: #fff;
	width: 74%;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: -8px;
}
.name {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
.name2 {
	font-size: 16px;
	text-align: center;
}
.company {
	font-size: 13px;
	color: #666;
	width: 90%;
	margin: 10px auto;
}
.company p {
}
.web {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
}
.web p {
}
.web p a {
}
.right {
	float: right;
	width: 95%;
	margin-top: 9px;
	margin-left: 0;
}
.r1 {
	overflow: hidden;
	width: 100%;
}
.intro {
	float: none;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.title {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-right: 32px;
	width: 100%;
}
.title a {
	float: right;
	line-height: 52px;
	margin-right: 10px;
}
.title a img {
}
.t1 {
	background: url(../img/title2.jpg) no-repeat 0 0;
	margin: 0px 0;
}
.introcon {
	width: 100%;
	font-size: 14px;
	padding: 0;
}
.abtinfo{padding:0 10px 10px; clear:both;}
.introcon img {
	float: none;
	width: 95%;
	height: auto;
	margin: 10px;
}
.hezuo {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 11px;
}
.hezuo a {
	display: block;
	height: 20px;
	margin: 10px 0;
	line-height: 20px;
	background: #fff url(../img/arrow.jpg) 0px 2px no-repeat;
	font-size: 12px;
	padding-left: 13px;
	color: #666;
}
.show {
	background: #fff;
	width: 100%;
	margin: 10px auto;
}
.hezi {
	background: #fff;
}
.title2 {
	background: url(../img/top.png) 0px 0px no-repeat;
	height: 25px;
	color: #fff;
	font-weight: 700;
	padding-left: 16px;
	padding-top: 4px;
}
.title2 a {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.news {
	overflow: hidden;
	display: block;
	justify-content: space-between;
	margin: 10px 0px;
}
.newsitem {
	float: left;
	width: 100%;
	
	background: #fff;
	margin: 0;
	margin-top: 10px;
}
.link {
	background: #fff;
	border: 1px solid #ddd;
}
.linkcon {
	width: 98%;
	margin: 10px auto;
	font-size: 12px;
	overflow: hidden;
}
.linkcon a {
	margin: 10px;
	float: left;
}
.footer {
	width: 100%;
	margin: 0 auto;
}
.footlink {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background: url(../img/bg.png) 0px 0px repeat-x;
}
.footlink a {
	color: #fff;
	font-weight: 700;
	margin: 0 5px;
	font-size: 14px;
}
.footer2 {
	text-align: center;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: url(../img/bottombg.jpg) repeat-x;
}
.footer2 p {
	text-align: center;
}
.footer2 p span {
}
.footer2 p a {
}
.t2 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title4.jpg) 0px 0px no-repeat;
}
.t3 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title5.jpg) 0px 0px no-repeat;
}
.t4 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title3.jpg) 0px 0px no-repeat;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../img/arrow.png") 0 0 no-repeat;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../img/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 100%;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	height: 24px;
	font-size: 12px;
	line-height: 24px !important;
}
.picScroll-left .bd ul li .title a {
	float: none;
	line-height: 24px;
	color: #666;
}
/* æœ¬ä¾‹å­css */
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox .hd {
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	line-height:20px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: auto;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
div#newsquery {
	margin: 0px auto;
	padding: 0px;
	background: #fff;/* width: 96%; */
}
div#newsquery ul {
	margin: 0 auto;
	padding: 0;
	width: 96%;
}
div#newsquery li {
	list-style-type: none;
	height: 35px;
	overflow: hidden;
	background: url(../img/line.jpg) 0px 4px no-repeat;
	line-height: 35px;
	font-size: 14px;
}
div#newsquery a:link, div#newsquery a:visited, div#newsquery a:active {
	text-decoration: none;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	overflow: hidden;
	line-height: 30px;
}
div#newsquery a:hover {
	text-decoration: underline;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #e10000;
}
div#newsquery li.title {
	padding-left: 20px;
}
div#newsquery div.title {
	float: left;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
div#newsquery .time {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	color: #999;
}
/* ============Â·Â­Ã’Â³============== */

div#showpages {
	clear: both;
	padding: 0px;
	margin: 20px 0px;
	width: 100%;
	height: 30px;
	white-space: nowrap;
}
div#pagesinfo {
	float: left;
	padding: 3px 8px;
	white-space: nowrap;
}
div#pages {
	float: right;
	padding-right: 8px;
	white-space: nowrap;
}
div#pages ul {
	margin: 0;
	padding: 0;
}
div#pages a:link, div#pages a:visited, div#pages a:active {
	color: #303030;
	text-decoration: none;
}
div#pages a:hover {
	color: #ff0000;
	text-decoration: none;
}
div#pages li {
	margin: 3px;
	padding: 2px 5px;
	list-style-type: none;
	float: left;
	background: #dcd9d4;
	color: #303030;
	border: 1px #dcd9d4 solid;
	white-space: nowrap;
}
div#pages li.pagesnow {
	color: #303030;
	background-color: #eee;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.pbutton {
	color: #303030;
	background-color: #dcd9d4;
	padding: 3px 5px 1px 5px;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.opt {
	color: #303030;
	padding: 0px;
	white-space: nowrap;
	border: 0px;
	background: #fff;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../img/arrow.png") no-repeat;
}
.picMarquee-left .hd .next {
	background-position: 0 -50px;
}
.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.picMarquee-left .bd {
	padding: 10px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 100%;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
}
.picMarquee-left .bd ul li .title a {
	float: none;
	font-size: 14px;
	color: #666;
}
.picMarquee-left .tempWrap {
	width: 100% !important;
}
.view_news .bt {
	font-size: 20px;
}
.view_news .sx li {
	overflow: hidden;
	max-width: 96%;
	min-width: 96%;
	border: 1px solid #e4eaec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 5px;
	display: flex;
	margin: 4px 0;
	/* padding-left: 1px; */
	float: left;
}
.view_news .sx li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #76838f;
	padding: 0;
	line-height: 20px;
	width: 68%;
}
.type {
	display: block;
	margin: 12px 0 0;
}
#newsquery2 {
	padding: 0;
}
.list_case li {
	width: 50%;
}
}
