body {
	background: #F0F2F5;
	font-family: arial,verdana,helvetica,'PingFang SC','HanHei SC',STHeitiSC-Light,Microsoft Yahei,sans-serif;
	margin: 0;
    padding: 0;
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	color: #3D464D;
	text-decoration: none
}

a:hover, a:focus {
	color: #00CCCC;
}

em, i {
	font-style: normal
}

dl {
	margin: 0
}

dd {
	margin-left: 0
}

p, pre, td { word-wrap: break-word; word-break: break-all; }

p {
	margin:0
}

#header-gongzhao {
	width: 100%;
	height: 72px;
	line-height: 72px;
	background: #FFF;
}

#header-gongzhao .header {
	width: 1200px;
	margin: 0 auto;
}

#header-gongzhao .logo {
	float: left;
	padding: 10px 10px 0 0;
	position: relative;
	color: #FFF;
	width: 156px;
	height: 52px;
}

#header-gongzhao .logo img {
	vertical-align: middle;
}

#header-gongzhao .header .logo a {
	float: left;
	display: block;
	width: 146px;
	height: 52px;
	background: url('http://www.gongzhao.work/public/statics/images/gzlogo.png') no-repeat;
}

#header-gongzhao .header nav {
	float: left;
	height: 72px;
	line-height: 72px;
}

#header-gongzhao .header nav ul li {
	float: left
}

#header-gongzhao .header nav ul li a {
	display: block;
	color: #000000;
	padding: 0 19px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
}

#header-gongzhao .header nav ul li a.current, #header-gongzhao .header nav ul li a:hover {
	color: #00CCCC;
}

#header-gongzhao .header nav ul li.active a {
	color: #000000;
	font-weight: 700;
}

#header-gongzhao .search {
	float: right;
    height: 36px;
    font-size: 14px;
	background: #f2f3f4;
	border-radius: 20px;
	margin-top: 18px;
}

#header-gongzhao .search-input {
	float: left;
	width: 226px;
    padding: 0 16px;
    min-width: 0;
    line-height: 36px;
    background: transparent;
    border: none;
    outline: none;
}

#header-gongzhao .search-icon {
	float: right;
	width: 32px;
    height: 30px;
    border: none;
    background: url('http://www.gongzhao.work/public/statics/images/searchs.png');
	background-position: 5px 10px;
	background-size: 18px 18px;
    background-repeat:no-repeat;
	margin-right: 10px;
	cursor: pointer;
}

#header-gongzhao .userlr {
	float: right;
	margin-left: 20px;
}

#header-gongzhao .userlr a {
	font-size: 16px;
}

.u-search {
	width: 1200px;
	height: 118px;
	margin: 15px auto 0;
	padding: 15px 0;
	background: #FFF;
}

.u-search ul {
	float: left;
	width: 100%;
}

.u-search .u-search-province {
	border-bottom: 1px solid #EFEFEF;
}

.u-search .u-search-province li {
	float: left;
	width: 6.22%;
	height: 38px;
	font-size: 15px;
	text-align: center;
}


.u-search .u-search-type li {
	float: left;
	width: 7.1%;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	text-align: center;

}


.search-container {
	float: left;
	width: 100%;
	background: #339999;
	margin-bottom: 20px;
}

#container {
    width: 1200px;
    margin: 15px auto;
}

.u-title {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 49px;
	background: #FFF;
	border-bottom: 1px #F8F9FB solid;
}

.u-title i {
	float: left;
	font-size: 16px;
	margin-left: 25px;
}

.u-title i.cur {
	color: #414a60;
	border-bottom: 3px solid #00CCCC;
}

.u-side .u-title i {
	margin-left: 18px;
}

.u-more {
	float: right;
	font-size: 12px;
	color: #666;
	margin-right: 30px;
}

.u-more a {
	color: #666;
}

.u-info {
	float: left;
	width: 900px;
}

.u-side .viewed-list {
	float: left;
	width: 100%;
	min-height: 520px;
	padding-top: 10px;
    background-color: #FFF;
}

.u-side .viewed-list li {
	float: left;
	width: 92%;
    padding: 0 3% 10px;
}

.u-side .viewed-list li a {
	color: #333;
	font-size: 14px;
}

.u-side .viewed-list li a:hover, .u-side .viewed-list li a.cur {
	color: #00CCCC;
}

.u-side .viewed-list .desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    max-height: 3.6;
    word-break: break-all;
    position: relative;
    padding-left: 18px;
}

.u-side .viewed-list .desc::before {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #00CCCC;
    content: "";
}


.u-side .notice-info {
	float: left;
	width: 94.2%;
	font-size: 12px;
	color: #999;
	margin-left: 5.8%;
}

.u-side {
	float: right;
	width: 288px;
}

.u-side .u-ads {
	width: 100%;
	margin-top: 15px;
}

.u-side .u-logo {
	width: 100%;
	margin: 15px 0px -5px 0px;
}

#u-info .search-bar {
	float: left;
	width: 100%;
	height: 45px;
    margin: 15px 0px 0px;
    background-color: #FAFAFA;
}

#u-info .search-title {
	float: left;
	width: 100px;
	line-height: 44px;
	padding: 0 15px;
	background: #F6F6F6;
	letter-spacing: 2px;
	border: 1px solid #E8E8E8;
	text-align: center;
}

#u-info .search-input {
	float: left;
	border: 1px solid #E8E8E8;
	color: #999;
}

#u-info .search-button {
	float: right;
}

#u-info .search-button input {
	width: 136px;
	height: 46px;
	line-height: 46px;
    text-align: center;
    background-color: #4085D0;
	font-size: 16px;
	letter-spacing: 3px;
    color: #FFF;
    border: 0;
}

#u-info .search-input .search-key {
    width: 460px;
    height: 30px;
    line-height: 30px;
    padding: 7px 15px;
    border: 0;
    font-size: 13px;
    color: #414a60;
}

#u-info .notice-list, #u-info .info-main {
	float: left;
    background: #FFF;
	width: 100%;
	padding: 4px 0 10px 0;
	min-height: 300px;
}

#u-info .info-content {
	float: left;
	width: 830px;
	background: #FFF;
    padding: 5px 35px 35px 35px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 32px;
	color: #555;
}

#u-info .info-content img {
	max-width: 100%;
}

#u-info .info-content .content table {
	width: 100%;
	border-color: #666;
	border-width: 1px;
	border-collapse: collapse;
}

#u-info .info-content .content table th {
     border-width: 1px;
     padding: 8px;
     border-style: solid;
     border-color: #666;
     background-color: #dedede;
}

#u-info .info-content .content table td {
     border-width: 1px;
     padding: 8px;
     border-style: solid;
     border-color: #666;
     background-color: #ffffff;
}

#u-info .info-content a {
	color: #00CCCC;
}

#u-info .info-content a:hover {
	color: #216ae4;
}

#u-info .info-content .title {
    font-size: 26px;
    line-height: 50px;
    font-weight: 400;
	text-align: center;
	color: #555;
}

#u-info .info-content .info {
	float: left;
	width: 100%;
    color: #999;
    font-size: 14px;
	margin: 5px 0 20px;
}

#u-info .info-content .info .author {
    float: left;
	width: 100%;
	text-align: center;
	background: #F5F5F5;
}

#u-info .info-content .info .author a {
	color: #999999;
}

#u-info .info-content .info .author a:hover {
	color: #00CCCC;
}

#u-info .info-content .info .author .job-btn {
	float: right;
	margin-right: 10px;
}

#u-info .info-content .info .author .job-btn a {
	color: #FF6666;
}

#u-info .info-content .info .author .job-btn a:hover {
	color: #1482f0;
}









#u-info .info-nav {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #999;
}

#u-info .info-nav a {
	color: #999;
}

#u-info .info-nav a:hover {
	color: #00CCCC;
}







#u-info .info-recomment {
	float: left;
	width: 820px;
    padding: 0px 35px 5px;
    margin-top: 5px;
}

#u-info .info-recomment .title {
	float: left;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: 400;
}

#u-info .info-recomment .text-title {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}

#u-info .info-recomment .text-title .time {
	color: #AAA;
}

#u-info .info-recomment .text-title a {
	color: #666;
}

#u-info .info-recomment .text-title a:hover {
	color: #00CCCC;
}

#u-viewed {
	float: right;
	width: 280px;
	margin-bottom: 15px;
    padding-bottom: 5px;
    background-color: #FAFAFA;
}

#u-viewed h2 {
	float: left;
	width: 88%;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
    margin-left: 6%;
	border-bottom: 1px solid #EEE;
}

#u-viewed i {
	float: left;
	height: 39px;
	line-height: 39px;
	border-bottom: 3px solid #00CCCC;
	color: #555;
}

#u-viewed .viewed-list {
    margin: 5px 5px 0px;
    background-color: #FFF;
}

#u-viewed .viewed-list li {
    padding: 5px 6px;
	font-size: 13px;
}

#u-viewed .viewed-list li a {
	color: #666;
}

#u-viewed .viewed-list li a:hover {
	color: #00CCCC;
}

#u-viewed p {
	padding: 10px 25px;
	border-bottom: 1px solid #FAFAFA;
}

#u-viewed p.title {
	text-align: center;
	color: #3075C2;
	background: #FAFAFA;
}

#u-viewed .desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    max-height: 3.6;
    word-break: break-all;
    position: relative;
    padding-left: 19px;
}

#u-viewed .desc::before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #00CCCC;
    content: "";
}

#u-info .info-fav-share, #u-info .info-tip {
	float: left;
	width: 840px;
	padding: 10px 30px;
	font-size: 12px;
}

#u-info .info-tip .text {
	width: 810px;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px;
	border-radius: 4px;
    border: 1px solid #EEE;
    color: #999;
	text-align: center;
}

#u-info .info-v {
	float: left;
	position: relative;
	
}

#u-info .info-v a, #u-info .info-v span {
	display: block;
	width: 100px;
	height: 36px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	background: transparent;
	overflow: hidden;
	margin-right: 15px;
}

#u-info .info-v a { 
	color: #00CCCC;
	border: 1px solid #00CCCC;
}

#u-info .info-v span {
	color: #666;
	border: 1px solid #00CCCC;
}

#u-info .info-v a:hover {
	color: #3075C2;
	border: 1px solid #3075C2;
}

#u-info .share-box {
	float: right;
}

#u-info .share-box .share-title {
	float: left;
	height: 36px;
	line-height: 36px;
}

#u-info .share-box .share-weixin,  #u-info .share-box .share-weibo {
	float: left;
    position: relative;
	width: 50px;
	height: 36px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	cursor: pointer;
	padding-left: 50px;
	margin-left: 15px;
}

#u-info .share-box .panel-weixin {
    position: absolute;
    width: 260px;
    height: 126px;
    padding: 15px;
    border: 1px solid #e9eaec;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 2px;
    left: -20px;
    top: -166px;
    background-color: #fff;
    visibility: hidden;
	z-index: 1000;
}

#u-info .share-weibo {
	background: url('../public/statics/images/home.png') 20px 6px no-repeat;
}

#u-info .share-weixin {
	background: url('../public/statics/images/home.png') 20px -27px no-repeat;
}

#u-info .share-weixin:hover,  #u-info .share-weibo:hover {
	color: #216ae4;
	border: 1px solid #3075C2;
}


#u-info .share-box .panel-weixin .weixin-qr {
    float: left;
    width: 126px;
    height: 126px;
    margin-right: 10px;
}

#u-info .share-box .panel-weixin h3 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    border: 0 none;
    padding: 0;
}

#u-info .share-box .panel-weixin img {
    width: 126px;
}

#u-info .notice-list h2 {
	float: left;
	width: 710px;
	font: 500 16px/26px "Microsoft Yahei";
	letter-spacing: 1px;
	padding: 12px 25px 10px;
	color: #3075C2;
	border-bottom: 2px solid #F2F2F5;
	margin: 0px;
}

#u-info .data-blank {
    width: 360px;
    margin: 0 auto;
	padding: 116px 0 0;
	height: 400px;
	text-align: center;
}

#u-info .data-blank b {
    font-size: 14px;
    font-weight: 200;
    color: #9fa3b0;
}

#u-info .data-blank p {
    margin-top: 20px;
}

#u-info .data-blank .gong-button {
    margin-right: 0;
    font-size: 13px;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
	background: #00CCCC;
	padding: 8px 20px;
	color: #FFF;
}

#u-info .data-blank .gong-button:hover {
	background: #3075C2;
}

#u-info .notice-list a {
	float: left;
	width: 96%;
	padding: 10px 0;
	margin: 0 2%;
	color: #9FA3B0;
}

#u-info .notice-list a:hover {
	background: #F6F6F6;
}

#u-info .notice-list a .icon, .job-list .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 42px solid #1482f0;
    border-left: 42px solid transparent;
}

#u-info .notice-list a .icon b, .job-list li .icon b {
    position: absolute;
    top: -41px;
    left: -19px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #fff;
}

#u-info .job-detail {
	float: left;
	width: 850px;
	padding: 0px 15px;
}

#u-info .info-base {
	float: left;
	width: 100%;
	height: 30px;
}

#u-info .info-base .name {
	float: left;
	width: 87%;
	margin: 0px;
	padding: 0px;
}

#u-info .info-base .time {
	float: left;
	width: 12%;
	text-align: right;
	color: #A1A1A1;
	font-size: 12px;
}

#u-info .info-other {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

#u-info .info-other dl {
	float: right;
}

#u-info .info-other dl dd {
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0px 8px;
	margin: 0px 5px;
	background: #F8F9FB;
	border: 1px solid #F2F4F7;
	color: #999;
}

#u-info .info-other .info-city-number {
	color: #999;
}

#u-info .info-other .city {
	float: left;
	color: #888;
}

#u-info .info-other .time, #u-info .info-other .timebegin, #u-info .info-other .timeend, #u-info .info-other .del {
	float: right;
	text-align: right;
}

#u-info .info-other .time {
	width: 213px;
	color: #459DF6;
	background: #F8F9FB;
	padding: 0px 10px;
}

#u-info .info-other .timebegin {
	width: 213px;
	color: #FD5F39;
	background: #F8F9FB;
	padding: 0px 10px;
}

#u-info .info-other .timeend {
	width: 213px;
	color: #999;
	background: #F8F9FB;
	padding: 0px 10px;
}

#u-info .info-other .del {
	color: #62B0FF;
}

#u-info .notice-list .job-city {
	color: #999;
	padding: 0px 5px;
	margin-right: 2px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}

#u-info .notice-list .job-title, .company-title {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
	color: #464646;
    text-overflow: ellipsis;
}

.company-title {
	font-size: 14px;
}

#u-info .notice-list li .name .job-title:hover {
	color: #1482f0;
}

.pub-time {
	float: right;
	margin-right: 10px;
	color: #FA4628;
}

.footer-seperator {
	clear: both;
	height: 30px;
}

#footer {
    clear: both;
	background: #313438;
    color: #9fa3b0;
}

#footer .beian {
	width: 100%; 
	line-height: 25px;
	padding-top: 12px;
}

#footer .weixin-bottom {
	clear: both;
	height: 146px;
	margin-top: 5px;
	width: 100%;
}

#footer .weixin-qr {
	display: inline-block;
	width: 100px;
	line-height: 25px;
	margin: 10px auto;
	padding-right: 20px;
	font-size: 13px;
	color: #FFF;
}

#footer .weixin-qr img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
}

#footer .copyright {
    clear: both;
    margin: 0 auto;
    padding: 0 0 5px 0;
    color: #9fa3b0;
	letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

#footer .weixin {
    padding: 7px 15px 7px 42px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #FFF;
	color: #9fa3b0;
	margin-right: 10px;
	cursor: pointer;
}

#footer .wxgzh {
	position: relative;
	background: url('../public/statics/images/home.png') 10px -31px no-repeat;
}

#footer .wxxcx {
	position: relative;
	background: url('../public/statics/images/home.png') 10px -136px no-repeat;
}

#footer .weixin:hover {
    color: #216ae4;
    border: 1px solid #3075C2;
}

#friends {
    clear: both;
	background: #313438;
    color: #9fa3b0;
}

.friends-links {
    height: auto;
}

.links {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
    width: 1000px;
    font-size: 12px;
	line-height: 26px;
}

.friends-links dt {
    float: left;
    width: 100px;
    font-size: 12px;
	color: #9fa3b0;

}

.friends-links dd {
    margin-left: 102px;
    width: auto !important;
    margin-right: 55px;
}

.links .links-item a {
    color: #9fa3b0;
    font-size: 12px;
    margin-right: 26px;
    display: inline-block;
}

.links label {
    position: absolute;
    right: 0;
    top: -7px;
    color: #9fa3b0;
    cursor: pointer;
}

.links .frlink-slidedown {
    background: url('../public/statics/images/home.png') 5px -206px;
}

.links .frlink-slideup {
    background: url('../public/statics/images/home.png') 5px -229px;
}

.frlink {
    width: 24px;
    height: 24px;
    display: inline-block;
}

a.gray {
    color: #9fa3b0;
}

.u-type {
	margin: 15px auto 0;
	width: 1200px;
	padding: 12px 0 2px;
	border: 1px solid #ededed;
	background: #FFF;
	font-size: 13px;
}

.u-type .u-subject {
	float: left;
	width: 100%;
}

.u-type .u-subject li {
	float: left;
	width: 14.2%;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}


.u-type .u-subject li .cur {
	color: #FF0000;
}

.u-type .rows, .u-type .rowss {
	float: left;
	padding: 5px;
}

.u-type .rows {
	width: 100%;
}

.u-type .rows span, .u-type .rowss span {
	float: left;
	width: 66px;
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
}

.u-type .rowss span.bianzhi {
	width: 65px;
}

.u-type .rowss span.baoming {
	width: 58px;
}

.u-type .rows .u-type-province {
	float: left;
	width: 1100px;
}

.u-type .rows span, .u-type .rowss span {
	color: #666;
}

.u-type .rows ul {
	float: left;
	width: 1100px;
}

.u-type .rowss ul {
	float: left;
}

.u-type .rows #i-provinces {
	float: left;
	width: 100%;
	background: #F6F6F6;
	padding-top: 10px;
	margin-bottom: 10px;
}

.u-type .rows #u-provinces {
	float: left;
	width: 100%;
	background: #F6F6F6;
	padding-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.u-type .rows .u-search-province {
	float: left;
	width: 1100px;
}

.u-type .rows ul a, .u-type .rowss ul a {
	padding: 2px 6px;
}

.u-type .rows ul a:hover, .u-type .rows ul a.cur, .u-type .rowss ul a:hover, .u-type .rowss ul a.cur {
	background-color: #4487D0;
	color: #FFF;
	border-radius: 3px;
}

.u-type .rows ul li, .u-type .rowss ul li {
	float: left;
	height: 35px;
	margin-right: 8px;
}

.u-type .rows .more, .u-type .rowss .more {
	color: #FF6666;
}

.u-type .u-nav {
	float: left;
	width: 97.2%;
	height: 30px;
	margin-left: 0.2%;
	padding-left: 2.4%;
	line-height: 30px;
	color: #AAA;
	background: #FAFAFA;
}

.clear {
    overflow: hidden;
    -ms-zoom: 1;
}

#u-info .company-list {
	float: left;
    background: #FFF;
	width: 100%;
	min-height: 520px;
	padding-bottom: 10px;
}

#u-info .company-list ul {
	float: left;
}

#u-info .company-list li {
	float: left;
	position: relative;
	width: 880px;
    height: 50px;
	padding: 15px 10px;
	color: #9FA3B0;
	border-bottom: 1px #F2F2F5 solid;
}

#u-info .company-list li:hover {
    background-color: #F8F9FB;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

#u-info .company-list li .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 42px solid #1482f0;
    border-left: 42px solid transparent;
}

#u-info .company-list li .icon b {
    position: absolute;
    top: -41px;
    left: -19px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #fff;
}

#u-info .company-list li .job-title, .company-title {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
	color: #333;
    text-overflow: ellipsis;
}

.subject-list {
	float: left;
	width: 94%;
	padding: 15px 3%;
	font-size: 15px;
	line-height: 28px;
	color: #464646;
}

.subject-qrcode {
	float: left;
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 30px;
}

.subject-qrcode img {
	width: 150px;
	height: 150px;
	border: 1px solid #EEE;
	border-radius: 10px;
}

.circle {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FF3333;
    border-radius: 20px;
    font-size: 12px;
	transform: scale(0.92);
    color: #FFFFFF;
    margin-right: 3px;
}

.mini-program {
	float: left;
	width: 100%;
	height: 850px;
	background: url(https://weapp.gongzhao.work/public/statics/images/appbg.png) #F4F4F4 0 0 no-repeat;
	background-size: 100% auto;
}

.mini-box {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.mini-box .mini-content {
	float: left;
}

.mini-box .mini-content h2 {
    margin: 140px 0 58px 0;
    font-size: 38px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-weight: 400;
}

.mini-box .mini-code {
	float: left;
	width: 600px;
	height: 220px;
	padding: 10px 20px;
	background: #FFF;
	border-radius: 10px;
}

.mini-box .mini-app {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 20px;
    float: left;
    width: 195px;
    height: 189px;
    margin: 20px auto;
    text-align: center;
}

.mini-box .min-app-1 {
    border-right: 1px solid #E8E9EB;
}

.mini-box .min-app-2 {
    position: relative;
    border-right: 1px solid #E8E9EB;
}

.mini-app img {
    width: 126px;
    height: 126px;
    display: block;
    margin: 0 auto 12px;
}

.mini-box .mini-iphone {
	float: right;
    margin-top: 62px;
    width: 375px;
    height: 667px;
    background: url(https://www.gongzhao.work/public/statics/images/gzapp.png) no-repeat;
    background-size: 100% auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div.pagejump {
	float: left;
	width: 100%;
	margin: 25px 0px; 
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
}

div.pagejump a {
	border: #E6E6E6 1px solid;
	padding: 3px 8px;
	color: #9C9C9C;
	background: #F5F5F5;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.pagejump a:active, div.pagejump a:hover {
	border: #35A1C7 1px solid; 
	background: #459DF6; 
	color: #FFF;
}

div.pagejump span.current {
	border: #35A1C7 1px solid; 
	padding: 3px 8px; 
	margin-right: 4px;
	font-weight: bold; 
	background: #459DF6;
	color: #FFF; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.pagejump span.disabled {
	border: #F3F3F3 1px solid; 
	padding: 3px 8px;
	color: #CCC; 
}

.g52ee1833164341ef {
    display: none;
}

.g528338f3yad11ca2 {
    display: none;
}

.g52898jd739dja311 {
    display: none;
}

.g52621938f2mn8931 {
    display: none;
}

.g5291dkq3913a9315 {
    display: none;
}

.g522833882ldjd9k6 {
    display: none;
}

.g521ad1398ai41313 {
    display: none;
}

.g520138dk82dd8138 {
    display: none;
}

.g52ad18817rlddad2 {
    display: none;
}

.g5298jdu38173djda {
    display: none;
}

.g5293838524f68724 {
    display: none;
}

.g529kuufj18344gg3 {
    display: none;
}

.g52c83138457dk131 {
    display: none;
}

.g5238adaff3888424 {
    display: none;
}

.g52i3814434166ckd {
    display: none;
}

.t61ee1833164341ef {
    display: none;
}

.t618338f3yad11ca2 {
    display: none;
}

.t61898jd739dja523 {
    display: none;
}

.t61621938f2mn8931 {
    display: none;
}

.t6191dkq3913a9315 {
    display: none;
}

.t612833882ldj4267 {
    display: none;
}

.t611ad1398ai41313 {
    display: none;
}

.t610138dkt63dd138 {
    display: none;
}

.t61ad18h666lddad2 {
    display: none;
}

.t6198jdu38173djda {
    display: none;
}

.t6193838524f68724 {
    display: none;
}

.t619kuufj18344gg3 {
    display: none;
}

.t61c83138457dk131 {
    display: none;
}

.t6138adaff3888643 {
    display: none;
}

.t61i38ht434166ckd {
    display: none;
}

.pcaee1833164341ef {
    display: none;
}

.pca8338f3yad11ca2 {
    display: none;
}

.pca898jd739dja523 {
    display: none;
}

.pca621938f2mn8931 {
    display: none;
}

.pca91dkq3913a9315 {
    display: none;
}

.pca2833882ldj4267 {
    display: none;
}

.pca1ad1398ai41313 {
    display: none;
}

.pca0138dkt63dd138 {
    display: none;
}

.pcaad18h666lddad2 {
    display: none;
}

.pca98jdu38173djda {
    display: none;
}

.pca93838524f68724 {
    display: none;
}

.pca9kuufj18344gg3 {
    display: none;
}

.pcac83138457dk131 {
    display: none;
}

.pca38adaff3888643 {
    display: none;
}

.pcai38ht434166ckd {
    display: none;
}

.aotee1833164341ef {
    display: none;
}

.aot8338f3yad11ca2 {
    display: none;
}

.aot898jd739dja523 {
    display: none;
}

.aot621938f2mn8931 {
    display: none;
}

.aot91dkq3913a9315 {
    display: none;
}

.aot2833882ldj4267 {
    display: none;
}

.aot1ad1398ai41313 {
    display: none;
}

.aot0138dkt63dd138 {
    display: none;
}

.aotad18h666lddad2 {
    display: none;
}

.aot98jdu38173djda {
    display: none;
}

.aot93838524f68724 {
    display: none;
}

.aot9kuufj18344gg3 {
    display: none;
}

.aotc83138457dk131 {
    display: none;
}

.aot38adaff3888643 {
    display: none;
}

.aoti38ht434166ckd {
    display: none;
}

.q9683858140194dk1 {
    display: none;
}

.q9683247kduq83476 {
    display: none;
}

.q96381881e1348133 {
    display: none;
}

.q969946kkur133d32 {
    display: none;
}

.q96847414dfkkg897 {
    display: none;
}

.q96938kdjd97713kc {
    display: none;
}

.q96383djf38dkad23 {
    display: none;
}

.q964kf84588dk3813 {
    display: none;
}

.q96356kf3663313df {
    display: none;
}

.q96rk484824ff13f2 {
    display: none;
}

.q964484fku3313fd3 {
    display: none;
}

.q9649664fli3484f1 {
    display: none;
}

.q9648676816989f32 {
    display: none;
}

.q9684666f4gfk48uu {
    display: none;
}

.q965797lk4894v3ff {
    display: none;
}

.q9657797989gg5368 {
    display: none;
}


.g52998dda31313141 {
    display: none;
}

.g52425fiafffg425h {
    display: none;
}

.g524525fafghg5yjc {
    display: none;
}

.g525235fgagfsgf42 {
    display: none;
}

.g527745hghhfsf3fa {
    display: none;
}

.g5213fkaa44682224 {
    display: none;
}

.g52afafrte77473q3 {
    display: none;
}

.g526677gggssaea21 {
    display: none;
}

.g52636gsgsgq452kj {
    display: none;
}

.g5523gfggfr6uuhg1 {
    display: none;
}

.g5277ghhwrtdffa13 {
    display: none;
}

.g52575656hhkkjssa {
    display: none;
}

.g52t26342frgf2133 {
    display: none;
}

.g526884hjhth4tgff {
    display: none;
}

.t61998745flkkgf22 {
    display: none;
}

.t615157636gfsf45f {
    display: none;
}

.t6166fgsgsdg31rgf {
    display: none;
}

.t6125245ffffsw246 {
    display: none;
}

.t61735ghhgaga3ffa {
    display: none;
}

.t616363hghs2454ff {
    display: none;
}

.t61246gsgsgw2aadd {
    display: none;
}

.t61452gfsgsga11df {
    display: none;
}

.t6145342gsgvag1dd {
    display: none;
}

.t61afaf4t5gffaad3 {
    display: none;
}

.t61k78jjhdhg45gfs {
    display: none;
}

.t61afa46ggdffssae {
    display: none;
}

.t61agafaf34ffafa4 {
    display: none;
}

.t61hhhsg4fadfafad {
    display: none;
}

.t61afagrg4adfafaa {
    display: none;
}

.t61afaf4tgdfgadad {
    display: none;
}

.t61557abc3634t85g {
    display: none;
}

.t615dfefa634t4364 {
    display: none;
}

.t61537ewq634thd75 {
    display: none;
}

.t61573deh634thhfy {
    display: none;
}

.q96994eeaewe33d32 {
    display: none;
}

.q96994yrvur13e223 {
    display: none;
}

.g52998332ggs4254g {
    display: none;
}

.g529kuu774f3ab141 {
    display: none;
}

.g52998213qerqr445 {
    display: none;
}

.g52998dd42654gsgf {
    display: none;
}

.g52abeufgsfgsf4gf {
    display: none;
}

.g52aa66444141ggdg {
    display: none;
}

.t61afaabcfgtfs3da {
    display: none;
}

.t61afdaf45321faa3 {
    display: none;
}

.t61af42jd4fadf442 {
    display: none;
}

.t61d343agedaacc32 {
    display: none;
}

.t61faferabcs5hh43 {
    display: none;
}

.t61a3dfadee556gfd {
    display: none;
}

.aot9deeddaaaabbg4 {
    display: none;
}

.aot93auuf2ffs4ccc {
    display: none;
}

.aotad75fdfd34432d {
    display: none;
}

.aot9a3323hgg44g33 {
    display: none;
}

.aot9hhrrggsf344g2 {
    display: none;
}

.aot9ka42fcc4gg333 {
    display: none;
}

.abc9dee77553344g4 {
    display: none;
}

.abc932ytefffs4ccc {
    display: none;
}

.abcad343dfdrre32d {
    display: none;
}

.cdf9adfe3hgg4fg33 {
    display: none;
}

.cdf96677g5gf344g2 {
    display: none;
}

.cdf9ka3427c4gg333 {
    display: none;
}