@font-face {
  font-family: 'iconfont';  /* Project id 274560 */
  src: url('//at.alicdn.com/t/font_274560_3sqfmb7m3ga.woff2?t=1627540627958') format('woff2'),
       url('//at.alicdn.com/t/font_274560_3sqfmb7m3ga.woff?t=1627540627958') format('woff'),
       url('//at.alicdn.com/t/font_274560_3sqfmb7m3ga.ttf?t=1627540627958') format('truetype');
}
@font-face {
  font-family: 'control';  /* Project id 980246 */
  src: url('//at.alicdn.com/t/font_980246_n0wbzbnbqmo.woff2?t=1625123428924') format('woff2'),
       url('//at.alicdn.com/t/font_980246_n0wbzbnbqmo.woff?t=1625123428924') format('woff'),
       url('//at.alicdn.com/t/font_980246_n0wbzbnbqmo.ttf?t=1625123428924') format('truetype');
}
/* 热门课题 */
.hot-topics{
	padding: 16px;
	box-sizing: border-box;
}
.hot-topics a{
	color: #262626;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.hot-topics a:last-child{
	margin-bottom: 0;
}
.hot-topics .hot-number{
	background: #FE5900;
	color: #FFFFFF !important;
	border-radius: 2px;
}
.hot-topics a div:nth-child(1){
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #E8E8E8;
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 18px;
	text-align: center;
}
.hot-topics a div:nth-child(2):hover{
	color: #FE5900;
}
.hot-topics a div{
	margin-right: 8px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 20px;
}
.hot-topics .hot-text{
	color: #FE5900;
}
/* 相关机构 */
.office-jg-ul{
	padding: 0 20px;
	box-sizing: border-box;
}
.office-jg-ul li{
	width: 100%;
	margin-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dashed #E8E8E8;
	display: flex;
	align-items: center;
}
.office-jg-ul li:last-child{
	border-bottom: none;
}
.office-jg-ul li .jg-img{
	width: 66px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
}
.office-jg-ul li .jg-img img{
	width: 100%;
	height: 100%;
}
.office-jg-ul .jg-infor{
	width: 149px;
}
.office-jg-ul .jg-infor-name{
	width: 100%;
	font-size: 13px;
	font-family: PingFangSC;
	color: #262626;
	line-height: 18px;
	margin-bottom: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.office-jg-ul .jg-infor-name:hover{
	width: 100%;
	font-size: 13px;
	font-family: PingFangSC;
	color: #1a8cff;
	line-height: 18px;
	margin-bottom: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.office-jg-ul .jg-infor-pj{
	width: 100%;
	font-size: 12px;
	font-family: PingFangSC;
	color: #8C8C8C;
	line-height: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 主体 */
.office-cont-left{
	margin-top: 0;
}
.office-cont-right{
	margin-top: 0;
}
.bk-detail{
	padding: 40px 50px 50px;
	box-sizing: border-box;
}
.bk-detail-tit{
	height: 38px;
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #262626;
	line-height: 38px;
	margin-bottom: 20px;
}
.bk-detail-label{
	display: flex;
	justify-content: space-between;
	height: 18px;
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ABABAB;
	line-height: 18px;
	margin-left: -15px;
}
.bk-detail-label div span{
	margin-left: 16px;
}
.line{
	width: 100%;
	height: 1px;
	background: #D8D8D8;
	margin: 31px 0 20px;
}
.bk-detail-text p{
	font-size: 16px;
	font-family: PingFangSC;
	color: #262626;
	/*text-indent:32px;*/
	line-height: 29px;
	margin-bottom: 20px;
}
.bk-detail-text p img{
	display:block;margin:0 auto;
}
/*.bk-detail-text p:nth-child(1){
	text-indent:0;
}*/
.bk-detail-text p font {
	display: block;
}
.bk-detail-text img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.bk-detail-fx{
	line-height: 17px;
	display: flex;justify-content: space-between;
}
.bk-detail-fx span{
	display: inline-block;
	font-size: 12px;
	font-family: PingFangSC;
	color: #999999;
	line-height: 17px;
}
.bk-detail-fx-r img{
	width: 17px;
	height: 17px;
	margin-right: 4px;
	cursor: pointer;
}
.bk-detail-fx-r{
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC;
	color: #999999;
	line-height: 17px;
	display: flex;
}
.bk-detail-fx-r p{
	display: inline-block;
	line-height: 17px;
	margin-left: 2px;
	color: #999999;
}
.bk-detail-fx-r i{
	font-family: 'iconfont';
	font-size: 18px;
	line-height: 17px;
	color: #999999;
}
.bk-detail-fx-r div{
	height: 20px;
	line-height: 20px;
	margin-left: 16px;
	display: flex;
	cursor: pointer;
}
.bk-detail-bottom{
	margin-top: 30px;
	width: 100%;
	height: 128px;
	background: #FFFFFF rgba(230, 247, 255, 0.3);
	background-image: url(../img/ghs_bg_img.png);
	padding: 21px 0 0 215px;
	box-sizing: border-box;
}
.bk-detail-bottom-text{
	height: 37px;
	font-size: 26px;
	font-family: Helvetica;
	color: #1A8CFF;
	line-height: 31px;
	margin-bottom: 8px;
	font-weight: 600;
}
.bk-detail-form{
	display: flex;
}
.form-input{
	width: 220px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #EBEBEB;
	padding: 10px 0 10px 16px;
	box-sizing: border-box;
}
.form-input input{
	outline: none;
	width: 100%;
}
.form-input input::placeholder{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ABABAB;
}
.form-btn{
	width: 110px;
	height: 40px;
	background: #1A8CFF;
	border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
/* 相关推荐 */
.bk-result-list>li:last-child .bk-result-item-con {
	border-bottom: 0px;
}
.bk-result-list>li {
	width: 100%;
	margin-bottom: 24px;
}
.office-result-nav{
	margin-bottom: 18px;
}

.bk-result-list>li .bk-result-item-con {
	width: calc(100% - 40px);
	margin: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-l {
	width: 170px;
	height: 128px;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	margin-right: 16px;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-l img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r{
	width: calc(100% - 190px);
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-tit{
	display: flex;
	margin-top: 12px;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-tit .bk-rlist-r-tit-type{
	padding: 2px 5px;
	background: #F4F7F9;
	border-radius: 2px;
	border: 1px solid rgba(132, 154, 174, 0.2);
	margin-right: 8px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #849AAE;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-tit .bk-rlist-r-tit-text{
	/*width: calc(100% - 70px);*/
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #262626;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-tit .bk-rlist-r-tit-text:hover{
	/*width: calc(100% - 70px);*/
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #1a8cff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-infor{
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
	margin: 12px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bk-rlist-r .bk-rlist-r-label .bk-rlist-r-tit-type {
	width: 58px;
	height: 25px;
	background: #F4F7F9;
	border-radius: 2px;
	border: 1px solid rgba(132, 154, 174, 0.2);
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #849AAE;
	text-align: center;
	line-height: 25px;
	float:left;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-label{
	float: left;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-label span{
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ABABAB;
	margin-left: 16px;
	line-height: 25px;
}
.bk-result-list>li .bk-result-item-con .bk-rlist-r .bk-rlist-r-label .bk-rlist-r-label-on{
	color: #1A8CFF;
}
.office-bk-recommend{
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 61px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 24px;
	font-size: 18px;
	font-family: PingFangSC;
	color: #333333;
}
/* 收藏成功提示 */
.alert-collection {
	width: auto;
	height: 44px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: none;
}

.alert-coll {
	width: auto;
	height: 44px;
	padding: 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alert-coll .coll-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.alert-coll .coll-l i {
	width: 16px;
	color: #35D3A3;
	margin-right: 4px;
}

.alert-coll .coll-l span {
	display: block;
	font-size: 14px;
	color: #35D3A3;
	line-height: 16px;
}

.alert-coll>i {
	display: block;
	width: 1px;
	height: 12px;
	background: #FFFFFF;
	margin: 0 8px;
}

.alert-coll .coll-r {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.alert-coll .coll-r span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-right: 4px;
}

.alert-coll .coll-r i {
	width: 16px;
	font-size: 12px;
	color: #fff;
}
/* 弹出层 */
.popup{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.4);
	display: none;
}
.popup-box{
	width: 480px;
	height: 334px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 60px 0;
	box-sizing: border-box;
}
.success-icon{
	width: 72px;
	height: 72px;
	margin: 0 auto;
}
.success-icon i{
	font-size: 70px;
	font-family: 'control' !important;
	color: #1A8CFF;
	line-height: 70px;
}
.success-text{
	margin: 20px auto 16px;
	text-align: center;
	height: 28px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}
.success-remind{
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	text-align: center;
	margin-bottom: 24px;
}
.success-btn{
	width: 88px;
	height: 32px;
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	cursor: pointer;
}
/* 提示 */
.text-tip {
    display: block;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 10px 10px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 3px;
    display: none;
    z-index: 9999;
    font-size: 12px;
    text-align: center;
}
.loading{
	width: auto;
	padding: 0 15px;
}
.loading .weui-loading{
	margin-bottom: 3px;
}


.download {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding-bottom: 30px;
}

.tables {
	width: 100%;
}

.tables thead tr {
	width: 100%;
	height: 52px;
	background: #F5F6F7;
}

.tables thead tr th {
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	line-height: 52px;
}

.tables thead tr th:nth-child(1),
.tables tbody tr td:nth-child(1) {
	width: 529px;
	padding-left: 40px;
}

.tables thead tr th:nth-child(2),
.tables tbody tr td:nth-child(2) {
	width: 136px;
	text-align: center;
}

.tables thead tr th:nth-child(3),
.tables tbody tr td:nth-child(3) {
	width: 148px;
	padding-right: 40px;
	text-align: center;
}

.tables tbody tr {
	width: 100%;
	height: 50px;
	padding: 0 40px;
	background: #FAFBFC;
}

.tables tbody tr td {
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 50px;
}

.bk-original-text{
	width: 35px;
	height: 25px;
	padding: 2px;
	background: #F4F9FF;
	color:#1A8CFF;
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid #94D4FF;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
.bk-rlist-original-text{
	width: 35px;
	height: 25px;
	background: #F4F9FF;
	color:#1A8CFF;
	border-radius: 2px;
	border: 1px solid #94D4FF;
	margin-right: 8px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
/**内容行高字体*/
.bk-detail-text-inner p{
	font-size:18px !important;
	line-height:30px !important;
	color:#333333 !important;
	font-family:sans-serif,微软雅黑,黑体 !important;
	margin-top:22px !important;
}
.bk-detail-text-inner font{
	font-size:18px !important;
	line-height:30px !important;
	color:#333333 !important;
	font-family:sans-serif,微软雅黑,黑体 !important;
}
.bk-detail-text-inner span{
	font-size:18px !important;
	line-height:30px !important;
	color:#333333 !important;
	font-family:sans-serif,微软雅黑,黑体 !important;
}