* {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
h3,h1{
	font-weight: normal;
}

.index-top {
	height: 32px;
	line-height: 32px;
	background-color: #eaf1fb;
	font-size: 12px;
}
.top-max {
	width: 1200px;
	margin: 0 auto;
}
.top-le {
	float: left;
}
.top-le .shu {
	padding: 0 5px;
	color: #565658;
}
.top-le .red {
	color: #fb1d3e;
}
.top-le span {
	float: left;
	display: block;
}
.top-le p {
	float: left;
}
.top-ri {
	float: right;
}
.top-ri a {
	color: #565658;
}
.top-ri .shu {
	color: #565658;
}

.header {
	height: 130px;
	width: 1200px;
	margin: 0 auto;
}
.header .logo {
	float: left;
	padding-top: 30px;
}
.header .sousuo {
	float: left;
	padding: 45px 0 0 240px;
}
.header .logo img{
	width:180px
}
.header .sousuo .s-ku {
	width: 220px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 40px;
	font-size: 14px;
	color: #444444;
	border-radius: 18px 0 0 18px;
	border: none;
	outline: none;
	border: solid 1px #999;
	background: #fff url(../image/search.png) no-repeat 15px 50%;
}
.header .sousuo .submit {
	width: 94px;
	cursor: pointer;
	border-radius: 0 18px 18px 0;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #74bde8;
	font-size: 16px;
	border: none;
	outline: none;
	color: #fff;
	margin-left: -10px;
}
.header .header-rx {
	float: right;
	padding: 35px 15px 0 0;
}
.header .header-rx h1 {
	color: #ff6178;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
.header .header-rx h1:nth-child(1) {
	letter-spacing: 2px;
}
.header .header-rx h2 {
	color: #9a9a9a;
	font-size: 12px;
	font-weight: normal;
}

.index-nav {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.index-nav ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
}
.index-nav ul li .on{
	color: #74BDE8;
}
.index-nav ul li a {
	color: #444444;
	font-weight: bold;
	font-size: 18px;
}
.index-nav ul li a:hover{
	color: #74BDE8;
}
.index-nav ul li>a:hover {
	border-bottom: solid 2px #74BDE8;
}
.index-nav ul li dl {
	display: none;
	border: solid 1px #f6f6f6;
	width: 120px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 9;
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	
}
.index-nav ul li dl dt {
	height: 35px;
	line-height: 35px;
}
.index-nav ul li dl a {
	font-size: 13px;
}

.index-nav ul li dl dt a:hover {
	background-color: #f3f3f3;
	display: inline-block;
	width: 100%;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 460px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(404.png) repeat-x;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 70px;
	height: 7px;
	margin: 5px;
	background-color: #74BDE8;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	background-color: #0c3f59;
}
.fullSlide .prev {
	position: absolute;
	left: 15px;
	top: 50%;
	line-height: 0px;
	font-size: 66px;
	width: 31px;
	height: 49px;
	background: url(404.png) no-repeat;
}
.fullSlide .next {
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 0px;
	font-size: 66px;
	width: 31px;
	height: 49px;
	background: url(404.png) no-repeat -50px 0;
}

.index-casemax {
	width: 100%;
	height: 110px;
 border-bottom: -moz-box-shadow:0px 3px 5px #e3e3e3;
	-webkit-box-shadow: 0px 3px 5px #e3e3e3;
	box-shadow: 0px 3px 5px #e3e3e3;
	;
}
.index-ca {
	width: 1200px;
	margin: 0 auto;
}
.index-ca ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 30px;
}
.index-ca ul li h1 {
	font-size: 26px;
	font-weight: normal;
	color: #ff6376;
}
.index-ca ul li p {
	color: #666;
	padding-top: 5px;
}

.index-wti {
	width: 1180px;
	margin: 0 auto;
	margin-top: 60px;
}
.index-wti .hd {
	height: 38px;
	line-height: 38px;
}
.index-wti .hd ul {
	float: left;
}
.index-wti .hd h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index-wti .hd ul li {
	float: left;
	width: 100px;
	text-align: center;
}
.index-wti .hd ul li a {
	font-size: 16px;
	color: #676767;
}
.index-wti .hd ul .on a {
	color: #74BDE8;
	border-bottom: 2px #74BDE8 solid;
	padding-bottom: 5px;
}
.index-wti .bd ul {
	margin-right: -20px;
}
.index-wti .bd ul li {
	width: 230px;
	height: 120px;
	text-align: center;
	float: left;
	position: relative;
	margin-right: 13px;
	margin-top: 20px;
	-moz-box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 1px 0px 19px #d9d7d7;
	box-shadow: 1px 0px 19px #d9d7d7;
}
.index-wti .bd ul li img {
	width: 230px;
    height: 120px;
}
.index-wti .bd ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5)
}
.index-wti .bd ul li p a {
	color: #fff;
}




.index-zjia {
	width: 1180px;
	margin: 0 auto;
	margin-top: 60px;
}
.index-zjia .hd {
	height: 38px;
	line-height: 38px;
}
.index-zjia .hd ul {
	float: left;
}
.index-zjia .hd h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index-zjia .hd ul li {
	float: left;
	width: 120px;
	text-align: center;
}
.index-zjia .hd ul li a {
	font-size: 16px;
	color: #676767;
}
.index-zjia .hd ul .on a {
	color: #74BDE8;
	border-bottom: 2px #74BDE8 solid;
	padding-bottom: 5px;
}
.index-zjia .bd ul {
	margin-right: -55px;
}
.index-zjia .bd ul li {
	width: 275px;
	text-align: center;
	float: left;
	position: relative;
	margin-right: 22px;
	margin-top: 20px;
	border: solid 1px #e8e8e8;
	transition: all 0.3s ease;
	padding: 25px 0;
}
.index-zjia .bd ul li:hover {
	-moz-box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 1px 0px 19px #d9d7d7;
	box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.index-zjia .bd ul li img {
	width: 110px;
	height: 110px;
	border: solid 1px #74BDE8;
	padding: 8px;
	border-radius: 100%;
}
.index-zjia .bd ul li h1 {
	padding: 20px 0;
	font-size: 18px;
}
.index-zjia .bd ul li p {
	line-height: 28px;
}
.index-zjia .bd ul li p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.index-zjia .bd ul li span {
	display: block;
	padding: 10px 0;
}
.index-zjia .bd ul li a {
	width: 110px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	background-color: #74bde8;
	color: #fff;
	display: inline-block;
}


.picMarquee-left-zhuanjia{
	width:1160px;
}




.centerbanner {
	width: 100%;
	height: 100px;
	background: url(../image/centerbanner.png) no-repeat center;
	margin: 45px 0;
}

.index-anli {
	width: 1180px;
	margin: 0 auto;
}
.index-anli-le {
	width: 956px;
	float: right;
}
.index-anli-tab {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.index-anli-tab .hd {
	height: 38px;
	line-height: 38px;
}
.index-anli-tab .hd ul {
	float: left;
}
.index-anli-tab .hd h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index-anli-tab .hd ul li {
	float: left;
	width: 100px;
	text-align: center;
}
.index-anli-tab .hd ul li a {
	font-size: 16px;
	color: #676767;
}
.index-anli-tab .hd ul .on a {
	color: #74BDE8;
	border-bottom: 2px #74BDE8 solid;
	padding-bottom: 5px;
}
.index-anli-tab .bd ul li img{
	width: 285px;
    height: 160px;
}
.index-anli-tab .bd ul li {
	transition: all 0.3s ease;
}
.index-anli-tab .bd ul li:hover {
	-moz-box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 1px 0px 19px #d9d7d7;
	box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.al-body-le {
	margin-top: 20px;
}
.kc-le {
	float: left;
}
.kc-le img{
	width: 205px;
	height: 285px;
}
.kc-ri {
	
}
.kc-ri ul {
	margin-right: -20px;
}
.kc-ri ul li {
	float: left;
	margin-right: 10px;
}
.kc-ri ul li p {
	text-align: center;
	padding: 8px 0;
}
.kc-ri ul li p a{
	color:#333;
}
.index-anli-ri {
	width: 200px;
	float: left;
	margin-top: 20px;
}
.index-new-tab {
	width: 200px;
	margin: 0 auto;
	margin-top: 60px;
}
.index-new-tab .hd {
	height: 38px;
	line-height: 38px;
}
.index-new-tab .hd ul {
	float: left;
}
.index-new-tab .hd h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index-new-tab .hd ul li {
	float: left;
	width: 80px;
}
.index-new-tab .hd ul li a {
	font-size: 16px;
	color: #676767;
}
.index-new-tab .hd ul .on a {
	color: #74BDE8;
	border-bottom: 2px #74BDE8 solid;
	padding-bottom: 5px;
}
.index-new-tab .bd dl dt {
	height: 30px;
	line-height: 30px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-new-tab .bd dl dt a {
	font-size: 14px;
	color: #000000;
}
.index-new-tab .bd dl dt span {
	margin-right: 3px;
	text-align: center;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.index-new-tab .bd dl dt:nth-child(1) span {
	color: #FB1D3E;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #ff2b2b;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
}
.index-new-tab .bd dl dt:nth-child(2) span {
	background-color: #ff672b;
	border-radius: 2px;
	color: #fff;
}
.index-new-tab .bd dl dt:nth-child(3) span {
	background-color: #f90;
	border-radius: 2px;
	color: #fff;
}

.index-zxalmax {
	background: rgba(97,127,165,1);
	height: 300px;
	margin-top: 60px;
}
.index-zxan {
	width: 1180px;
	margin: 0 auto;
}
.index-zxan-le {
	width: 247px;
	float: left;
}
.index-zxan-le a {
	display: block;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: rgba(255,98,119,1);
	margin: 0 auto;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
}
.index-zxan-le img {
	padding: 70px 0 15px 0;
}
.picMarquee-left {
	padding-top: 60px;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	float: right;
}
.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("404.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 {
	width: 280px !important;
	margin-right: 15px;
	padding: 20px 10px 20px 10px;
	background: #fff;
	border-radius: 3px;
	position: relative;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.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 h1 {
	font-size: 16px;
	font-weight: normal;
}
.picMarquee-left .bd ul li p {
	line-height: 25px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.picMarquee-left .bd ul li p a {
	font-size: 14px;
	color: #999;
}
.picMarquee-left .bd ul li span {
	display: inline-block;
	float: right;
	color: #999;
}



.index-toutiao {
	width: 1180px;
	margin: 0 auto;
	margin-top: 60px;
}
.index-toutiao .hd {
	height: 38px;
	line-height: 38px;
}
.index-toutiao .hd ul {
	float: left;
}
.index-toutiao .hd h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index-toutiao .hd ul li {
	float: left;
	width: 100px;
	text-align: center;
}
.index-toutiao .hd ul li a {
	font-size: 16px;
	color: #676767;
}
.index-toutiao .hd ul .on a {
	color: #74BDE8;
	border-bottom: 2px #74BDE8 solid;
	padding-bottom: 5px;
}
.index-toutiao .bd dl dt{
	width:535px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 55px;
}
.ttiao-le{
	float: left;
	width: 150px;
}
.ttiao-le img{
	width:150px;
	height:100px;
}
.ttiao-ri{
	float: right;
	width: 360px;
}
.ttiao-ri h1{
	font-size: 16px;
	font-weight: normal;
}
.ttiao-ri p{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 23px;
	margin-top: 5px;
	color: #a9a9a9;
}
.ttiao-ri .ttiao-time{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.ttiao-ri .ttiao-time span{
	color: #a9a9a9;
	font-size: 12px;
}

.index-footer{
	background:rgba(237,240,245,1);
	margin-top: 100px;
	padding-bottom:15px;
}
.footer{
	width: 1180px;
	margin: 0 auto;
	padding-top: 40px;
}
.footer-le{
	float: left;
}
.footer-co {
	float: left;
}
.footer-co ul li{
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 20px;
	
}

.footer-co{
	float: left;
}
.footer-co ul li a{
	color: #425c7d;
	
	font-size: 18px;
}
.footer-ri{
	float: right;
}
.footer-ri p{
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
}
.banquan p{
	text-align: center;
	font-size: 14px;
	color: #88898b;
}
.banquan p a{
	color: #88898b;
}

.page-h3{
	width: 1180px;
	margin: 0 auto;
}
.page-h3{
	margin-top: 10px;
}
.page-h3 h3{
	font-weight: normal;
	font-size: 16px;
	padding: 15px 0;
	color: #676767;
}
.page-h3 a{
	color: #676767;
}
.page-body{
	width: 1180px;
	margin: 0 auto;
}
.page-body-le{
	width: 840px;
	float: left;
}
.page-body-ri{
	width: 280px;
	float: right;
}
.xw-list ul li{
	border-bottom: dashed 1px #999;
	
	padding: 20px 0;
}
.xw-list ul li .xw-list-l{
	float: left;
	width: 225px;
	height: 150px;
	border-radius: 10px;
}
.xw-list ul li .xw-list-r{
	float: left;
	width: 580px;
	margin-left: 30px;
}
.xw-list ul li .xw-list-r a{
	color:#333;
}
.xw-list ul li .xw-list-r h1{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
.xw-list ul li .xw-list-r p a{
	color: #676767;
	font-size: 16px;
}
.xw-list ul li .xw-list-r p{
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0;
}
.xw-list ul li .xw-list-r span{
	color: #999;
	margin-top: 5px;
	display: inline-block;
}
.xw-list ul li .xw-list-r .span-time{
	background: url(../image/tim-ico.png) no-repeat 0 50%;
	display: inline-block;
	
	padding-left: 20px;	
}
.xw-list ul li .xw-list-r .span-iutar{
	background: url(../image/bf-ico.png) no-repeat 0 50%;
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;	
}
.page-ri-01{
	border: solid 1px #E3E3E3;
	border-radius: 5px;
}
.page-ri-01 h3{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color:#74bde8;
	font-weight: bold;
	border-bottom: solid 1px #74bde8;
	width: 120px;
	padding-left: 15px;
}
.page-ri-01 ul li{
	height: 35px;
	line-height: 35px;
}
.page-ri-01 ul li a{
	color: #666666;
	font-size: 14px;
}
.page-ri-01 ul li a:hover{
	color: #74BDE8;
}
.page-ri-01 ul li span{
	 margin-right: 3px;
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
}
.page-ri-01 ul li:nth-child(1) span{
	width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff2b2b;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
}
.page-ri-01 ul li:nth-child(2) span{
	width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff672b;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
}
.page-ri-01 ul li:nth-child(3) span{
	width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #f90;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
}
.page-ri-01 ul li{
	padding-left: 10px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
}
.page-ri-02{
	margin: 20px 0;
}
.page-ri-03{
	border: solid 1px #E3E3E3;
    border-radius: 5px
}
.page-ri-03 h3 {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #74bde8;
    font-weight: bold;
    border-bottom: solid 1px #74bde8;
    width: 120px;
    padding-left: 15px;
}
.page-ri-03 .page-ri-03-l{
	float: left;
	width: 78px;
	height: 78px;
	border-radius: 100%;
	margin-left: 10px;
}
.page-ri-03 .page-ri-03-r{
	float: left;
	margin-left: 10px;
	width: 170px;
}
.page-ri-03 .page-ri-03-r h1{
	font-size: 18px;
	padding-top: 8px;
	margin-top: 5px;
}
.page-ri-03 .page-ri-03-r h1 a{
	color: #000000;
}
.page-ri-03 .page-ri-03-r h1 a:hover{
	color: #74BDE8;
}
.page-ri-03 .page-ri-03-r span{
	margin-top: 5px;
	display: inline-block;
}
.page-ri-03 ul li{
	padding: 10px 0;
	border-bottom: dashed 1px #999;
}

.page-show{
	margin-top: 25px;
}
.page-show-title{
	text-align: center;
	border-bottom: dashed 1px #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.page-show-title  h1{
	font-size: 24px;
	color:rgba(0,0,0,0.7);
}
.page-show-title p{
	margin-top: 20px;
	color: #999;
}
.page-show p{
	line-height: 32px;
	text-indent: 2em;

}
.page-show img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width:500px;
}

.por-list ul li{
    margin-right: 20px;
    transition: all 0.3s ease;
        border-bottom: dashed 1px #999;
        padding: 20px 5px;
}
.por-list ul li:hover{
	-moz-box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 1px 0px 19px #d9d7d7;
	box-shadow: 1px 0px 19px #d9d7d7;
	-webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.por-list ul li p a{
	color: #444444;
}
.por-list ul li .por-list-le{
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	float: left;
}
.por-list ul li .por-list-ri h3{
	font-weight:550;
}
.por-list ul li .por-list-ri h3 a{
	color: #000000;
}
.por-list ul li .por-list-ri h3 a:hover{
	color: #74BDE8;
}
.por-list ul li .por-list-ri p{
	padding: 5px 0;
	line-height: 27px;
}
.por-list ul li .por-list-ri{
	float: right;
	width: 640px;
}

.passage{
	margin-top: 40px;
}
.passage div{
	margin-bottom: 25px;
}
.passage div lable{
	font-size: 18px;
}
.passage .text{
	width: 600px;
	height: 40px;
	border: none;
	border:solid 1px #999;
	border-radius: 5px;
	padding-left: 15px;
}
.passage textarea{
	vertical-align: middle;
	width: 590px;
	height: 100px;
}
#upload-text{
	padding: 10px;
}
.passage p{
	color: #999;
}
.tj-input{
	margin-left: 150px;
}
.tj-input input{
	width: 400px;
	margin: 0 auto;
	height: 40px;
	background-color: #74BDE8;
	font-size: 18px;
	border: none;
	outline: none;
	color: #FFFFFF;
	border-radius: 3px;
}
.RadioStyle input {
	display: none
}
.RadioStyle label {
	font-size:16px;
	border: 1px solid #fff;
	background: rgba(247,250,253,1);
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 25%;
	display: inline-block;
	margin-top: 0.18116rem;
	border-radius: 0.09058rem
}
.RadioStyle input:checked + label {
	color: #00a4ff;
	border: solid 1px #00A4FF;
}

#pages{
	width: 420px;
    margin: 30px auto;
}
#pages li{
	float: left;
    width: 46px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    margin: 0 6px;
}
#pages .active {
	background-color:#009ce7
}
#pages .active span{
	color:#fff;
}
#pages span{
	color:#333;
}
#pages li a{
	color:#333;
}

.police-bei{
	text-align:center;
}
.police-bei a{
	color:#88898b;
}
.police-bei img{
	vertical-align:middle
}
.police-bei span{
	vertical-align:middle;
}