.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.banner{
	    border-top: 8px #4174b3 solid;
}
.banner img {
	width: 100%;
}
.banner .banner-wap{
	display: none;
}
/* 当前位置开始 */
.current-position {
	line-height: 60px;
	font-size: 14px;
}

.current-position a {
	line-height: 60px;
	font-size: 14px;
}

.current-position>div {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}
.main{
	overflow: hidden;
}
.list_com{
	width: 48%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	height: 286px;
}
.gbwj{width: 100%;}
.list_com+.list_com{
	margin-right: 4%;
}
.main> :nth-child(3) {
	margin-right: 0px;
}
.main> :nth-child(5) {
	margin-right: 0px;
}
.tit{
	border-bottom: 1px solid #e3e3e3;
}

.tit .more,
.tit>span {
	float: right;
	margin-bottom: -3px;
}

.tit .more a,
.tit>span>a{
	font-size: 14px;
	color: #999999;
	line-height: 42px;
	
}

.tit li {
	float: left;
	margin-right: 22px;
	position: relative;
	text-align: center;
}

.tit li a{
	display: block;
	padding: 1px;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #3b7dc8;
	padding: 0px 5px;
	border-bottom: 3px solid #e84d0e;
}
.list_com .list ul{
	margin-top: 10px;
}
.list_com .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 45px;
}

.list_com .list li a {
	line-height: 45px;
	float: left;
	max-width: 80%;
}

.list_com .list li span {
	height: 45px;
	line-height: 45px;
}

.list_com .list li::before {
	background-color: #477ab7;
	margin-top: 22px;
}

.list_com .list li::after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.list_com .list li:hover a {
	color: #477ab7;

}
.h-zw-more {
	display: none;
}
.cgzs_list{
	overflow: hidden;
}
.cgzs_list ul li{
    width: 33.3%;
	margin-top: 15px;
	text-align: center;
	float: left;
}

.cgzs_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
	
}
.cgzs_list ul li a:hover{  
	font-weight: bold;
	color: #477ab7;
}
.cgzs_list ul li img{
    width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.cgzs_list ul li a:hover img {
	transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
.cgzs_list ul li span{
    display: block;
	text-align: center;
    cursor: pointer;
	line-height: 2;
}
/*老年版*/
.old_type .current-position {
	line-height: 60px;
	font-size: 28px;
}

.old_type .current-position a {
	line-height: 60px;
	font-size: 28px;
}

.old_type .current-position> :nth-child(1) {
	padding: 0 !important;
}

.old_type .current-position .outstanding> :nth-child(1)> :nth-child(1)> :nth-child(1)> :nth-child(1) {
	background-size: 30px !important;
	padding-left: 36px !important;
	padding-bottom: 5px;
}

.old_type .current-position div> :nth-child(1) {
	padding-left: 30px !important;
	padding-bottom: 5px;
	background-size: 30px !important;
}

.old_type .current-position div a {
	margin: 0 5px;
}
.old_type .tit li a {
	font-size: 36px;
	height: 72px;
	line-height: 72px;
}
.old_type .tit>span>a{
	font-size: 28px;
	color: #999999;
	line-height: 72px;	
}
.old_type .list_com{
	width: 100%;
	height: 411px;
	margin-top: 50px;
}
.old_type .list_com+.list_com{
	margin-left: 0px;
}
.old_type .list_com .list li {
	padding-left: 25px;
	line-height: 64px;
}

.old_type .list_com .list li a {
	line-height: 64px;
	font-size: 32px;
	max-width: 75%;
}

.old_type .list_com .list li span {
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}

.old_type .list_com .list li::before {
	height: 8px;
	width: 8px;
	background-color: #477ab7;
	margin-top: 32px;
}
.old_type .cgzs_list ul li{
    width: 25%;
	margin-top: 25px;
	text-align: center;
	float: left;
}
.old_type .cgzs_list ul li span{
	font-size: 32px;
}
/*手机版*/
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
	}
	.banner{
		border-top: 4px solid #4174b3;
	}
	.banner .banner-pc{
		display: none;
	}
	.banner .banner-wap{
		display: block;
	}
	.current-position {
		font-size: 16px;
		line-height: 2 !important;
		padding: 10px 3%;
	}

	.current-position a {
		font-size: 16px;
		line-height: 2 !important;
	}

	.current-position> :nth-child(1) {
		padding: 0px 0px 10px 0px;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
		box-sizing: border-box;
	}

	.current-position div> :nth-child(1) {
		padding-left: 30px !important;
		padding-bottom: 2px;
		background-size: 22px !important;
	}

	.current-position div a {
		margin: 0 5px;
	}

	.current-position .outstanding> :nth-child(1)> :nth-child(1)> :nth-child(1)> :nth-child(1) {
		background-size: 26px !important;
		padding-left: 36px !important;
		padding-bottom: 2px;
	}

	.current-position .outstanding a {
		padding: 0 10px;
	}

	.current-position .outstanding> :nth-child(1)> :nth-child(1)> :nth-child(1) {
		white-space: nowrap;
		vertical-align: top;
	}

	.current-position .outstanding> :nth-child(1)> :nth-child(1)> :nth-child(2) td {
		display: inline-block;
		vertical-align: top;
	}
	.main {
		padding: 0px 3%;
		width: 100%;
		box-sizing: border-box;
	}
	.list_com{
		width: 100%;
		height: unset;
	}
	.list_com+.list_com{
		margin-left: 0px;
	}
	.list_com .list li{
		line-height: 32px;
	}
	
	.list_com .list li a {
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
		float: unset;
		max-width: none;
		display: inline;
		line-height: 32px;
	}
	.list_com .list li span{
		line-height: 32px;
		height: 32px;
	}
	.list_com .list li::before{
		margin-top: 16px;
	}
	
	.list_com .list li:hover a {
		padding-left: 0px;
	}
	.h-zw-more {
		display: inline-block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background-color: #f4f4f4;
		border-radius: 5px;
		color: #999;
		margin-top: 20px;
		font-size: 16px;
	
	}
	
	.h-zw-more a {
		color: #999;
	}
	.tit .more{
		display: none;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}