* {
	font-size: 0.65 rem;
}

body {
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

ul li{
	vertical-align: middle;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.page-main {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 0 2rem;
}

.headerLine {
	height: 50px;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	background-color: #009ACD;
	color: #fff;
	line-height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.headercontainer {
	margin: 0 auto;
	height: 50px;
	max-width: 1024px;
	padding: 0 10px;
}

.headercontainer .topLeft {
	float: left;
}

.headercontainer .topRight {
	float: right;
}

.headercontainer .topRight span {
	font-weight: bold;
	line-height: 50px;
}

.headercontainer .topRight span:nth-of-type(1) {
	font-weight: 700;
}

.headercontainer .topRight span:nth-of-type(2) {
	margin-left: 5px;
}

.pg_head {
	background-color: #fbf9fa;
	position: relative;
	margin-top: 50px;
}

.pg_head img {
	width: 100%;
}

.mqs {
	background-color: #fbf9fa;
	padding-bottom: 1rem;
}

#mq {
	width: 85%;
	margin: 0 auto;
	font-size: 12px;
	height: 33px;
	overflow: hidden;
}

#mq ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mq ul li {
	height: 33px;
	line-height: 16px;
	color: #f00;
	overflow: hidden;
}

.tabledisply {
	display: table;
	padding-bottom:2rem;
}

.pg_box {
	background-color: #FFFFFF;
	text-align: center;
	padding: 2rem 1rem;
}

.pg_boxhead {
	text-align: left;
	margin-bottom: 2.5rem;
}

.pg_boxhead img {

}

.pg_boxheadtwo {
	text-align: left;
}

.pg_boxheadtwo img {
	height: 3rem;
}

/*第一个模块*/
.pg_box .imgbox {
	width: 4.4rem;
	height: 4.4rem;
	background-color: #0096ce;
	border-radius: 50%;
	margin: 0 auto;
}

.pg_box .imgbox img {
	height: 2.4rem;
	margin-top: 1rem;
}

.pg_box .imgword {
	font-weight: bold;
	font-size: 1.4rem;
	padding-top: 1rem;
}

.pg_box .subimgword {
	width: 7.4rem;
	text-align: left;
	line-height: 1.4em;
	padding-top: 0.8rem;
	margin: 0 auto;
	font-size: 0.8rem;
	color: #7a7a7a;
	font-weight: 400;
}

.pg_box .arrowr {
	height: 3rem;
	margin-top: 0.5rem;
}

.pg_box .leftside {
	width: 60%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #999;
	line-height: 18px;
}

.pg_box .leftside ul {
	margin: 0;
	padding: 15px 0 0 20px;
}

.pg_box .leftside ul li {
	padding: 0;
	margin: 0;
	font-size:14px;
	text-align:justify;
    text-justify:inter-ideograph;
}

.pg_box .rightside {
	width: 40%;
	float: right;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}

.pg_box .rightside p{
	text-indent:2em;
	color:#333;
	font-size:14px;
	text-align:justify;
    text-justify:inter-ideograph;
    margin:0;
    padding-top:8px;
}

.pg_box .rightside img,
.pg_box .leftside img{
	width:35px;
	height:35px;
	border-radius:50%;
	vertical-align:middle;
}

.pg_box .rightside .pg_boxheadtwo>span,
.pg_box .leftside .pg_boxheadtwo>span{
	display:inline-block;
	font-size:18px;
	height:35px;
	line-height:35px;
	color:#FF0000;
	font-weight:700;
	margin-left:5px;
	vertical-align:middle;
}

@media screen and (min-width: 347px) {
	.wxbg {
		display: none;
	}
	.qqbg {
		display: none;
	}
	.paperItems>img {
		height: 60px;
	}
}

@media screen and (min-width: 520px) {
	.pg_tab {
		width: 100%;
	}
	.autowidth {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.wxbg {
		display: none;
	}
	.qqbg {
		display: none;
	}
	.paperItems>img {
		height: 60px;
	}
}

@media screen and (min-width: 640px) {
	.pg_tab {
		width: 90%;
	}
	.autowidth {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.wxbg {
		display: none;
	}
	.qqbg {
		display: none;
	}
	.paperItems>img {
		height: 70px;
	}
}

@media screen and (min-width: 980px) {
	.pg_tab {
		width: 80%;
	}
	.autowidth {
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}
	.wxbg {
		display: block;
	}
	.qqbg {
		display: block;
	}
	.paperItems>img {
		height: 80px;
	}
}

/*第二个模块*/
.pg_tab {
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.pg_tab .mui-segmented-control {
	border-color: #0096ce; border-radius: 0;
}

.pg_tab .mui-segmented-control .mui-control-item {
	color: #0096ce;
	border-color: #0096ce;
}

.pg_tab .mui-control-item.mui-active {
	color: #FFFFFF;
	background-color: #0096ce;
}

.pg_table {
	border-collapse: collapse;
	color: #9c9c9c;
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

.pg_table li {
	border: 1px solid #B8B8B8;
	border-top: none;
	padding: 0.5rem 0.8rem;
}

.pg_table:nth-of-type(1) li {
	border-top: 1px solid #B8B8B8;
}

.pg_tab .mui-segmented-control .mywrap {
	width: 33.3333%;
	float: left;
}

.pgorange {
	color: #0096ce !important;
	line-height: 2em;
	font-weight: bold;
}

/*第三个模块*/
.pg_boxhead2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.pg_subboxhead2 {
	margin-top: 1rem;
	font-size: 1.4rem;
	text-align: left;
	color: #000000;
}

.pg_iptbox {
	border: 1px solid #B8B8B8; border-radius: 5px;
	margin-bottom: 1rem;
}

.pg_iptlabel {
	font-size: 1.2rem;
	width: 6rem;
	font-weight: bold;
	text-align: left;
}

.pg_ipt input {
	margin-bottom: 0;
	border: none;
	position: relative;
	padding-left: 0;
}

.pg_ipt .pg_iptspan {
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.8rem;
	font-size: 0.8rem;
	color: #0f0f0f;
}

.pg_sel {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.pg_btn {
	background-color: #0096ce;
	font-size: 1.4rem;
	color: #FFFFFF;
	border: 1px solid #0096ce; border-radius: 0;
}

.pg_btn2 {
	background-color: #00AAEE;
	font-size: 1.4rem;
	color: #FFFFFF;
	border: 1px solid #00AAEE;
}

.cancelbtn {
	background-color: #ddd;
	border: solid 1px #ddd;
	color: #000
}

/*footer*/
.pg_foot {
	text-align: left;
	border-top: 1px solid #b8b8b8;
	padding-bottom: 1.5 rem;
}

.pg_foot_head {
	font-size: 1.8rem;
	font-weight: bold;
}

.pg_foot_icon {
	padding: 0px;
}

.pg_foot_icon img {
	border: 1px solid #b8b8b8;
	background:#fff;
}

.pg_foot_word {
	padding-bottom: 1rem;
}

.pg_foot_qr {
	text-align: center;
}

.pg_foot_qr img {
	width: 7rem;
}

.wxbg {
	position: fixed;
	top: 50px;
	left: 6%;
	z-index: 99999;
}

.qqbg {
	width: 112px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -222px;
	z-index: 9999;
}

.qqbg ul {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

.qqbg ul li {
	list-style: none;
	width: 100px;
	margin-top: 8px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
}

.qqbg ul li>a {
	width: 100px;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	text-align: center;
	position: relative;
}

.qqbg ul li a .qq_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}

.qqbg ul li>a img {
	width: 100%;
}

.qqbg ul li:nth-last-child(1) {
	padding: 0;
	height: 120px;
	background: none;
}

.qqbg ul li:nth-last-child(1)>p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-weight: 400;
	text-align: center;
}

/*报纸相关*/
.paperItems {
	text-align: center;
	min-width: 80px;
	font-size: 0.8rem;
	border: solid 1px #ddd;
	padding: 2px 5px;
	margin: 5px 5px 5px 0;
	float: left;
	cursor: pointer;
}

.paperItems>p {
	font-weight: bolder;
	line-height: 0.8rem;
	margin: 2px 0;
	padding: 0;
}

.selected {
	border: solid 1px #f00;
	color: #000;
}

.paperItems.selected>p {
	color: #000
}

.loading-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	background-color: #000;
	filter: alpha(Opacity = 80);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.loading-text {
	position: fixed;
	width: 240px;
	height: 140px;
	line-height: 140px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto; text-align : center;
	background-color: #fff;
	z-index: 99999;
	border-radius: 10px;
	text-align: center;
}

#right{ padding:20px 0;}
#right a{ font-size:14px;}
#right td{ padding:5px;}

.pg_boxhead{ position:relative}
.search-box{ position:absolute; top:220px;}
.search-box .submit{ float:right; width:37px; height:30px; background:url(../images/s.png) no-repeat; position:absolute; right:1px; top:1px; text-indent:300px; overflow:hidden; border:none; border-radius:3px;}
.search-box .text{ width: 400px;height:32px; line-height:32px; padding:0; text-indent:10px;}

.qqbg li{
	cursor: pointer;
}
























