@font-face {
  font-family: 'iconfont';
  src: url('//www.gongzhao.work/public/statics/alifonts/gongzhao/iconfont.woff2?t=1657679057494') format('woff2'),
       url('//www.gongzhao.work/public/statics/alifonts/gongzhao/iconfont.woff?t=1657679057494') format('woff'),
       url('//www.gongzhao.work/public/statics/alifonts/gongzhao/iconfont.ttf?t=1657679057494') format('truetype');
}

.iconfont {
    font-family: "iconfont"!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic_search::before {
	font-size: 20px;
    content: "\e6cb";
}

.ic_searchs::before {
	font-size: 19px;
    content: "\e63e";
}

.ic_home::before {
	font-size: 22px;
    content: "\e62e";
}

.ic_gong::before {
	font-size: 20px;
    content: "\e685";
}

.ic_tiku::before {
	font-size: 20px;
    content: "\e66c";
}

.ic_message::before {
	font-size: 20px;
    content: "\e620";
}

.ic_my::before {
	font-size: 20px;
    content: "\e64e";
}

.ic_return::before {
	font-size: 20px;
    content: "\e600";
}

.ic_clear::before {
	font-size: 20px;
    content: "\e68f";
}

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

.index-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: #00CCCC;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.index-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: #F8F8F8;
	border-top: 1px solid #EFEFEF;
	z-index: 9999;
}

.index-bottom li {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.index-bottom li a {
	float: left;
	width: 100%;
	height: 100%;
}

.index-bottom li p {
	float: left;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

.index-bottom li.current-li a {
	color: #00CCCC;
}

.index-bottom li a:hover {
	color: #00CCCC;
}

.index-header .header-search {
	float: left;
	width: 20%;
	font-size: 12px;
	margin-top: 12px;
}

.index-header .header-search-icon {
	float: left;
	width: 100%;
}

.index-header a, .index-header a:hover {
	color: #FFF;
}

.index-header .header-title {
	float: left;
	width: 50%;
	line-height: 60px;
	font-size: 17px;
}

.index-header .header-type {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-top: 12px;
}

.index-header .header-type-icon {
	float: left;
	width: 100%;
}

.index-province {
	float: left;
	width: 100%;
	margin: 62px 0 6px;
	padding: 10px 0 0;
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}

.index-province li {
	float: left;
	width: 25%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #FAFAFA;
}

.gong-box {
	float: left;
	width: 92%;
    padding: 0 4%;
	margin: 5px 0;
	background: #FFF;
}

.gong-box .gong-title {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.gong-box .gong-title-text {
	float: left;
	width: 50%;
	font-size: 15px;
	font-weight: bold;
}

.gong-box .gong-title-more {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 10px;
	color: #888;
}

.gong-box .gong-title-more a {
	color: #999;
}

.content-items {
    float: left;
	width: 100%;
    padding: 10px 0;
	margin-bottom: 10px;
    background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}

.item-title {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

.item-base {
	font-size: 10px;
	color: #888;
	font-weight: 300;
}

.item-publishtime {
	float: right;
	line-height: 20px;
}

.item-seporate {
	color: #EAEEED;
	margin: 0 5px;
}


.item-sign {
	float: left;
	width: 100%;
	height: 22px;
	font-size: 10px;
}

.item-signup {
	color: #888;
}

.item-signup-time {
	float: right;
}

.circle {
    float: left;
    width: 19px;
    height: 19px;
    line-height: 20px;
    text-align: center;
    background: #FF3333;
    border-radius: 19px;
    font-size: 10px;
    color: #FFFFFF;
    margin-right: 3px;
}

.time {
	color: #459DF6;
}

.timebegin {
	color: #fd5f39;
}

.timeend {
	color: #AAA;
}

.gong-gzh {
	float: left;
	width: 92%;
	height: 38px;
	padding: 6px 4%;
	margin: 5px 0;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: #FFF;
}

.gong-gzh .gong-gzh-icon {
	float: left;
	width: 50px;
}

.gong-gzh .gong-gzh-icon img {
	width: 38px;
	height: 38px;
	border: 1px solid #EFEFEF;
}

.gong-gzh .gong-gzh-text {
	float: left;
	width: 50%;
}

.gong-gzh .gong-gzh-text .gong-gzh-words {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
}

.gong-gzh .gong-gzh-text .gong-gzh-tip {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #CCC;
}

.gong-gzh .gong-gzh-button {
	float: right;
	padding: 5px 20px;
	background: #00CCCC;
	border-radius: 20px;
	font-size: 14px; 
	color: #FFF;
	margin-top: 5px;
}

.gong-gzh .gong-gzh-button a, .gong-gzh .gong-gzh-button a:hover {
	color: #FFF;
}

.footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #CCC;
	margin-bottom: 56px;
}

.footer a {
	color: #CCC;
}

/* ËÑË÷Ò³ */
.search-header {
	float: left;
	width: 92%;
	height: 56px;
	padding: 0 4%;
	background: #FFF;
	font-size: 14px;
	border-bottom: 1px solid #EEE;
}

.search-header .search-return {
	float: left;
	width: 10%;
	line-height: 56px;
}

.search-header .search-input {
	float: left;
	width: 75%;
	height: 36px;
	background: #EFEFEF;
	margin-top: 10px;
	border-radius: 5px;
}

.search-header .search-input-icon {
	float: left;
	width: 12%;
	margin-left: 3%;
	line-height: 36px;
	
}

.search-header .search-input-banner {
	float: left;
	width: 85%;
}

.search-header .search-key, .search-header .searchkey {
	width: 90%;
	height: 34px;
	line-height: 34px;
	border: 0px;
	background: #EFEFEF;
	font-size: 15px;
}

.search-header .search-cancel {
	float: right;
	width: 15%;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
}

.search-history {
	float: left;
	width: 92%;
	padding: 15px 4%;
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}

.search-history .search-history-banner {
	float: left;
	width: 100%;
}

.search-history .search-history-banner-title {
	float: left;
	color: #999;
}

.search-history .search-history-banner-cancer {
	float: right;
	width: 15%;
	text-align: center;
}

.search-history .searchlist, .search-history .search-hot {
	float: left;
	width: 100%;
	padding: 15px 0 0;
}

.search-history .searchlist li {
	float: left;
	padding: 3px 12px;
	margin-bottom: 6px;
	background: #EFEFEF;
	border-radius: 6px;
	margin-right: 6px;
	font-size: 12px;
}

.search-history .search-hot li {
	float: left;
	width: 100%;
	padding: 0 0 12px;
	font-size: 11px;
}

.search-history .search-right-more {
	width: 60px;
	font-size: 12px;
    padding: 0 10px;
    background: rgba(255, 192, 203, 0.479);
    border-radius: 15px;
}

.search-history .search-right-more a {
	color: #FF6633;
}

.like-box {
	float: left;
	width: 100%;
	margin: 125px 0;
}

.like-box .like-gzh-text {
	float: left;
	width: 60%;
	height: 20px;
	line-height: 20px;
	color: #888;
	font-size: 15px;
	margin: 0 20%;
	text-align: center;
	font-weight: bold;
}

.like-box .like-gzh-photo {
	float: left;
	width: 60%;
	margin: 15px 20% 15px;
	padding: 12px 0 10px;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}

.like-box .like-gzh-photo img {
	width: 90%;
}

.like-box .like-gzh-tip {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
	text-align: center;
}