@charset "utf-8";
body{
	background: #f8f8f8;
	overflow-y: scroll;
	overflow-x: auto !important;
}
html,body{
	width: auto;
	height: auto;
}
strong{
    font-weight: normal;
}
.fr{
	float: right;
}
.grey9{
    color: #999;
}

.bigsearch .stext{
    font: 12px/1.5 "microsoft yahei","微软雅黑","simsun","宋体";
}

.home-banner{
	height: 300px;
    margin-top: 50px;
    background-image: url(/uploads/image/sriuhbanner/banner1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.home-content{
	margin: 0 auto;
}
.home-user-msg{
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.user-header{
	width: 120px;
	height: 120px;
	position: absolute;
	top: -40px;
	background: #fff;
}
.user-header img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;

}
.user-con{
	margin-left: 130px;
	padding-top: 18px;
	width: 815px;
}
.user-con .name{
	color: #333;
	font-size: 18px;
}
.user-con .name a{
    text-decoration: none;
    color: #95a0b7;
}
.user-con .name a .vip-icon.vip-icon-active{
    color: #f60;
}
.user-con .name .approve-icon-active{
	color: #00a1e9;
}
.user-con .brief{
    color: #999;
    font-size: 14px;
    margin-top: 8px;
    line-height: 18px;
}
.user-operation{
	float: right;
	margin-top: 27px;
}
.user-operation .atten,
.user-operation .dm{
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
}
.user-operation .atten{
	color: #fff;
	background: #00a1e9;
	border: 1px solid #00a1e9;
}
.user-operation .atten:hover{
    background: #2faff0;
}
.user-operation .dm{
	color: #666;
	background: #f8f8f8;
	border: 1px solid #eee;
}
.user-operation .dm:hover{
    background: #eee;
}

.home-nav{
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 0;
}
.home-nav-con{position: relative;}
.home-nav a.home-nav-list{
	display: inline-block;
	width: 126px;
	text-align: center;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #eee;
    border-left: 1px solid #eee;
	font-size: 14px;
    margin-right: -1px;
}
.home-nav a:hover{
	text-decoration: none;
}
.home-nav a.active{
	background: #f8f8f8;
	color: #333;
}
.homepage-box{
	margin: 10px auto;
	overflow: hidden;
}
.homepage-box .homepage-side{
    width: 250px;
	float: right;
}
.homepage-item{
	font-size: 14px;
}
.homepage-item li{
	height: 48px;
	line-height: 48px;
	cursor: pointer;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 10px;
    color: #999;
    border-radius: 4px;
}
.homepage-item li.active{
	color: #fff;
    background: #00a1e9;
}
.homepage-con{
	width: 980px;
    float: left;
	display: none;
	overflow: hidden;
}
.homepage-nav{
	position: relative;
    height: 48px;
    line-height: 48px;
    background: white;
    overflow: hidden;
    border: 1px solid #eee;
    padding-right: 20px;
    border-radius: 4px;
}
.home-viewtag{
	float: left;
}
.home-viewtag li{
	float: left;
	padding: 0 15px;
	cursor: pointer;
	color: #ccc;
	border-right: 1px solid #eee;
}
.home-viewtag li.active{
	color: #f60;
}
.home-search{
	float: right;
	border: 1px solid #eee;
	background: #f8f8f8;
	margin-top: 11px;
    position: absolute;
    top: 0;
    right: 270px;
    border-radius: 4px;
    overflow: hidden;
}
.home-search form .btn{
	float: right;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    background: url(/uploads/image/srimages/zoom.png) no-repeat center center;
    outline: none;
}
.home-search form .text{
	float: left;
    width: 220px;
    border: none;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    background: #f8f8f8;
	outline: none;
}

.homepage-list{
	background: #fff;
    border: 1px solid #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.my-word-tabs{display: none;margin-bottom: 20px;}
.homepage-list-nav{
	font-size: 14px;
	height: 48px;
	line-height: 48px;
    border: 1px solid #eee;
    border-bottom: none;
    background: #fafafa;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 4px;
}
.homepage-list-filter{
	float: right;
}
.homepage-list-filter b{
	float: left;
	color: #999;
    cursor: pointer;
}
.homepage-list-filter b.active{
	color: #f60;
}
.homepage-list-filter .spacer{
	float: left;
	height: 13px;
	width: 1px;
	background: #ccc;
	margin: 18px 20px 0;
}
.homepage-list-nav .back{
    color: #999;
    text-decoration: none;
}
.homepage-list-nav .back:hover{
    color: #00a1e9;
}
/*文档列表*/
.sd-list-con {
    border-bottom: 1px dashed #ccc;
    margin: 20px 20px 0;
}
.sd-type-title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 13px;
}
.sd-type-title .type {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
.sd-type-title .sd-title {
    color: #666;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    max-width: 740px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sd-type-title .sd-title:hover{
    text-decoration: underline;
    color: #00a1e9;
}
.sd-type-title .sd-recom {
    float: left;
    color: #ababab;
    cursor: pointer;
    position: relative;
}
.sd-type-title .sd-like-share {
    float: right;
    color: #999;
    display: none;
}
.sd-type-title .sd-like-share li{
	float: left;
	margin-left: 16px;
	cursor: pointer;
}
.sd-type-title .sd-like-share li i{
	font-size: 14px;
}
.sd-like-share .like:hover,
.sd-like-share .share:hover{
	color: #f90;
}
.sd-list-detail {
    padding-bottom: 20px;
}
.sd-list-detail .sd-cover {
    float: left;
    margin-right: 15px;
    display: block;
    width: 120px;
    height: 68px;
    border: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.sd-list-detail .sd-cover{
	width: 100px;
	height: 57px;
}

.no_of_pages {
    position: absolute;
    padding-bottom: 3px;
    line-height: 12px;
    margin: 0px;
    padding-left: 5px;
    bottom: 0px;
    padding-right: 2px;
    display: block;
    background: url(/uploads/image/ssbimages/pagecount_tab_v2_52x52.png) no-repeat 0px 0px;
    color: #fff;
    font-family: arial,'helvetica neue',helvetica,trebuchet,sans-serif;
    font-size: 9px;
    cursor: pointer;
    right: 0px;
    padding-top: 3px;
    _background: url(/uploads/image/ssbimages/page_bg_52x52.gif) no-repeat 0 0;
}
.sd-list-detail .original-cover {
    position: absolute;
    left: 135px;
    top: 0;
    display: none;
    width: 160px;
    height: 227px;
    border: 1px solid #efefef;
    background: #fff;
    opacity: 0.98;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
}
.sd-list-detail .sd-box .sd-con {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.sd-list-detail .sd-box .sd-intro {
    height: 24px;
    line-height: 24px;
    margin-top: 0;
    font-size: 12px;
    color: #999;
}
.sd-intro i {
    vertical-align: middle;
    padding: 0 10px;
}
.sd-intro .sd-hot i {
    vertical-align: -2px;
    color: #ccc;
    padding: 0;
    margin-left: -2px;
}
.sd-intro .sd-hot i.current {
    color: #f90;
}
.loding{
    float: left;
}

/*app下载提示*/
.sd-app-tips {
    padding: 15px 12px;
    width: 336px;
    border: 1px solid #eee;
    background: #fff;
    position: absolute;
    z-index: 1;
    box-shadow: 3px 3px 5px #eee;
    display: none;
}
.sd-app-tips img {
    width: 100px;
    height: 100px;
    float: left;
}
.sd-app-tips .p-sucess {
    font-size: 18px;
    color: #00a1e9;
    text-align: left;
    margin-top: 25px;
}
.sd-app-tips .p-suc-tips {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 2px;
}
.sd-app-tips em {
    display: block;
    width: 8px;
    height: 15px;
    background:  no-repeat;
    position: absolute;
    top: 14px;
    left: -8px;
}
/*文档列表*/

/*文档列表二*/
.word2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.word2 li {
    float: left;
    margin: 20px 22px 0 34px;
    position: relative;
}
.word2 li .books {
    position: relative;
    border: solid 1px #eee;
    background: white;
    padding: 1px;
}
.word2 li .books a {
    width: 134px;
    height: 197px;
    display: block;
}
.word2 li .books em {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    border-top-left-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    color: white;
    font-family: verdana, geneva, sans-serif;
    font-style: normal;
    font-size: 12px;
}
.word2 li .names {
    padding: 10px 0 0;
    line-height: 20px;
}
.word2 li .names h2 a {
    color: #666;
    display: block;
    width: 138px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.word2 li .names h2 a:hover{
    color: #00a1e9;
}
.word2 li .names p {
    height: 20px;
    line-height: 20px;
    color: #999;
}
/*展示3*/
.word3 {
    padding-top: 1px;
}
.word3 li {
    height: 16px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    padding: 16px 5px 16px 0;
    margin: -1px 20px 0;
}
.word3 li:last-child{border: none}
.word3 li img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.word3 li .title {
    color: #333;
    float: left;
    max-width: 540px;
    margin-right: 6px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.word3 li .title:hover{
    color: #00a1e9;
}
/*文辑*/
.homepage-corpus{
	background: #fff;
	padding: 20px 20px 0;
	overflow: hidden;
}
.homepage-corpus li{
	overflow: hidden;
	width: 144px;
	float: left;
	margin: 0 18px 20px;
}
.change-cover {
    display: block;
    background: url(/uploads/image/sricorpus/book2.png) no-repeat;
    float: left;
    height: 205px;
    width: 144px;
}
.change-cover-mid {
    display: table-cell;
    vertical-align: middle;
    height: 192px;
    width: 137px;
}
.change-cover .img {
    max-height: 192px;
    margin: 1px 0 0 6px;
    width: 137px;
    vertical-align: middle;
}
.homepage-corpus li .h3{
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: 144px;
}
.homepage-corpus li p{

}

/*文件夹*/
.homepage-folder{
	overflow: hidden;
	background: #fff;
	padding: 30px 30px 0;
}
.homepage-folder li{
	width: 150px;
	float: left;
	margin: 0 13px 30px;
}
.homepage-folder li .folder-cover{
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	height: 202px;
}
.homepage-folder li .folder-cover .cover1,
.homepage-folder li .folder-cover .cover2,
.homepage-folder li .folder-cover .cover3,
.homepage-folder li .folder-cover .cover4{
	width: 63px;
	height: 90px;
	border: 1px solid #eee;
	margin: 6px 0 0 6px;
	background-size: contain;
    background-position: center;
    float: left;
    background-repeat: no-repeat;
}
.homepage-folder li .folder-cover .cover-create{
	width: 63px;
	height: 90px;
	border: 1px solid #eee;
	margin: 6px 0 0 6px;
    float: left;
    background: #f8f8f8;
    position: relative;
}
.cover-create .ch-line{
	position: absolute;
	height: 4px;
	width: 28px;
	background: #eee;
	top: 43px;
	left: 18px;
}
.cover-create .cv-line{
	position: absolute;
	height: 28px;
	width: 4px;
	background: #eee;
	left: 30px;
    top: 31px;
}

.homepage-folder li .h3{
	display: block;
	color: #666;
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*状态和侧边*/
.homepage-side .user-atten{
	margin: 0;
	border: 1px solid #eee;
	background-color: #fff;
}
.homepage-user-task{
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}
.homepage-user-task .similar,.homepage-user-info .similar{
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	padding: 0 10px;
    background: #fafafa;
}
.similar p{
	float: right;
    font-size: 14px;
    color: #ccc;
}
.similar p span{
	cursor: pointer;
	color: #999;
}
.similar p .active{
	color: #00a1e9;
}
.side-task-con li{
	padding: 10px;
	border-top: 1px solid #eee;
}
.side-task-con a{
	display: block;
	font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side-task-con a:hover,.side-task-in-con li a:hover{
	color: #00a1e9;
}
.side-task-con i{
	float: right;
}
.side-task-in-con,.side-task-con{display: none;}
.side-task-in-con.active,.side-task-con.active{
	display: block;
}
.side-task-in-con li{
	padding: 10px;
	border-top: 1px solid #eee;
}
.side-task-in-con li a{
	width: 73%;
	display: inline-block;
	font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side-task-in-con li .task-appro-status{
	float: right;
}
.color999{color: #999;}
.colorred{color: red;}
.side-task-c9{
	color: #999;
	line-height: 24px;
}
.homepage-user-info{
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 10px;
}
.homepage-user-info li{
	line-height: 50px;
	border-top: 1px solid #eee;
	padding: 0 10px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.homepage-user-info li.info-clearfix{
	line-height: 22px;
	padding: 10px;
	white-space: normal;
}
.homepage-user-info li .side-info-c9{
	color: #999;
	font-size: 14px;
}
.info-li-l{
	float: left;
}
.info-li-r{
	float: left;
  width: 185px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
}
.info-li-r i{
	margin-right:10px;
	font-style: normal;
}
.slide-btn{
	text-align: center;
	line-height: 50px;
	color: #999;
	border-top: 1px solid #eee;
	font-size: 14px;
	cursor: default;
}
.slide-btn-slidedown{
	display: block;
}
.slide-btn-slideup{
	display: none;
}
.slide-btn-slidedown.active{
	display: none;
}
.slide-btn-slideup.active{
	display: block;
}
.slide-btn .iconfont{
	font-size: 12px;
	margin-left: 5px;
}
.slide-con{
	display: none;
}

/*home-page position*/
#phone-tips {
    width: 398px;
    border: 1px solid #eee;
    border-bottom: none;
    background: #f9fffe;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#phone-tips img {
    display: block;
    width: 170px;
    height: 170px;
    margin: 30px auto;
}
#phone-tips .phone-intro {
    background: #2ca297;
    height: 70px;
    color: #fff;
    text-align: center;
}
#phone-tips .phone-intro h3 {
    font-size: 24px;
    padding: 4px 0;
}
#phone-tips .phone-intro p {
    font-size: 14px;
}
#phone-tips em {
    background: url(/uploads/image/srimages/sprite-bg.png) no-repeat 0 -283px;
    display: block;
    height: 8px;
    left: 190px;
    position: absolute;
    top: -8px;
    width: 15px;
    z-index: 1;
}
/*缺省*/
.no-data{
    text-align: center;
    padding: 40px;
}
.no-data img{

}
.no-data p{
    color: #999;
    font-size: 14px;
    line-height: 50px;
}
a.no-data-btn{
    display: inline-block;
    background: #00a1e9;
    color: #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-decoration: none;
}
a.no-data-btn:hover{
    background: #2faff0;
}
.publish-kind{
    position: absolute;
    top: 0;
    right: 260px;
    font-size: 16px;
}
.publish-kind a{
    color: #333;
    margin: 0 20px;
}
.publish-kind a span{
    color: #95a0b7;
}


/*org*/
.orgz-home{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.orgz-home .orgz-intro{
    position: absolute;
    width: 100%;
    top: -80px;
}
.orgz-intro .orge-logo{
    width: 130px;
    height: 130px;
    background: #fff;
    float: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.orgz-intro .orge-logo img{
    width: 120px;
    height: 120px;
    margin: 5px;
    border-radius: 4px;
}
.orgz-brief{
    margin-left: 150px;
    padding-top: 20px;
    overflow: hidden;
}
.orgz-brief h3{
    float: left;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}
.orgz-brief a{
    float: left;
    text-align: center;
    height: 22px;
    line-height: 20px;
    background: #f60;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 11px;
    padding: 0 12px;
    margin: 8px 8px 0 0;
}
.orgz-brief a i{
    float: left;
    margin-right: 6px;
    line-height: 21px;
}
.orgz-brief a:hover{text-decoration: none;}

.orgz-home .orgz-nav-box{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: url(/uploads/image/sriuhome/bg6.png) repeat;
}
.orgz-home .orgz-nav{
    overflow: hidden;
    margin-left: 150px;
    position: relative;
}
.orgz-home .orgz-nav a{
    display: block;
    width: 130px;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.orgz-home .orgz-nav a.active{
    background: #ec2629;
}

.orgz-box{
    background: #f8f8f8;
    margin: 20px auto;
}
.orgz-side{
    float: right;
    width: 250px;
}
.orgz-p{
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.orgz-p .orgz-logo{
    font-size: 0;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.orgz-logo img{
    height: 70px;
}
.orgz-eval{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    font-size: 14px;
}
.orgz-eval i{
    color: #eee;
    font-size: 14px;
}
.orgz-eval i.active{
    color: #fab619;
}
.orgz-col{
    overflow: hidden;
    margin-right: -1px;
}
.orgz-col li{
    font-size: 14px;
    width: 33.33%;
    height: 62px;
    text-align: center;
    float: left;
    position: relative;
}
.orgz-col li:not(:last-child):before{
    content: '';
    height: 62px;
    border-right: 1px solid #eee;
    position: absolute;
    right: 0;
}
.orgz-col li .orange{
    line-height: 1;
    padding-top: 15px;
}
.orgz-i{
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.orgz-i h3{
    font-size: 16px;
    background: #ec2629;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
}
.orgz-i h3 a.ilink{
    float: right;
    height: 40px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}
.orgz-i h3 a:hover{text-decoration: none;}
.orgz-i p{
    padding: 15px;
    font-size: 12px;
    color: #999999;
    line-height: 23px;
}
.orgz-subs{
    font-size: 0;
    padding: 15px 10px 0;
}
.orgz-i .orgz-subs p{
    margin: -25px 0 0 -15px;
}
.orgz-subs .orgz-ordered{
    display: inline-block;
    width: 30%;
    padding: 0 1.6%;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.orgz-subs .orgz-ordered img{
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.orgz-subs .orgz-ordered .orgz-name{
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.orgz-ordered-more{
    display: block;
    margin-bottom: 15px;
    margin-top: -5px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.orgz-c{
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
}
.orgz-c li{
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}
.orgz-c li:nth-of-type(n 85){display: none;}
.orgz-c.active li:nth-of-type(n 85){display: block;}
.orgz-c li a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.orgz-c li a.active{
    color: #ec2629;
}
.orgz-c li a i{
    float: right;
    color: #d8d8d8;
}
a:hover{text-decoration: none;}



.orgz-list{
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.orgz-list h3{
    height: 70px;
    background: #fff;
    line-height: 70px;
    padding: 0 20px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}
.wordz{
    overflow: hidden;
    padding-bottom: 20px;
    margin-right: -10px;
}

.wordz li{
    float: left;
    margin: 20px 22px 0 34px;
    position: relative;
    width: 138px;
}
.wordz li.audios{
    margin: 20px 25px 0 20px;
}
.wordz li .books {
    position: relative;
    border: solid 1px #eee;
    background: white;
    padding: 1px;
}
.wordz li .books a {
    width: 134px;
    height: 197px;
    display: block;
}

.wordz li .audio {
    position: relative;
    border: solid 1px #eee;
    background: white;
    padding: 1px;
}
.wordz li .audio a {
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
}
.wordz li .audio a .video-see{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 130px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    text-align: right;
    color: #fff;
    background: #333;
    opacity: .6;
    filter:alpha(opacity=60);
}
.wordz li .audio a .video-see i{font-size: 12px;}

.wordz li .books .org-hot{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
}
.wordz li .names {
    padding: 10px 0 0;
    line-height: 20px;
}
.wordz li .names a {
    color: #666;
    display: block;
    width: 138px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wordz li.audios .names a{
    width: 150px;
}
.orgz-link{
    display: block;
    color: #999;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
}
.orgz-link:hover{
    text-decoration: none;
}


.orgz-con{
    width: 980px;
    float: left;
}
.orgz-con.orgz-nocert-con{
	width: 100%;
}
.nav-search{
    float: right;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 9px;
}
.nav-search form .btn {
    float: right;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: url(/uploads/image/srimages/zoom.png) no-repeat center center;
    outline: none;
}
.nav-search form .text {
    float: left;
    width: 205px;
    border: none;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    background: #fff;
    outline: none;
}
.orgz-con .sd-list-con{border-bottom: 1px solid #eee;}
.orgz-con .sd-list-con:last-child{border: none}

/*corpus*/
.org-corpus{
    overflow: hidden;
    margin-right: -20px;
}
.org-corpus li{
    width: 283px;
    height: 343px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
}
.org-corpus li .orgt{
    display: block;
    margin: 20px;
    font-size: 0;
    position: relative;
}
.org-corpus li .orgt:hover .ocovers{
    display: block;
}
.org-corpus li .orgt .ocovers{
    display: none;
    position: absolute;
    width: 245px;
    height: 133px;
    top: 0;
    left: 0;
    background: #333;
    background: rgba(0,0,0,.6);
}
.org-corpus li .orgt .ocovers .otitles{
    display: block;
    width: 150px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 22px;
    color: #fff;
    margin: 50px auto 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.org-corpus li .orgt img{
    width: 245px;
    height: 133px;
    border-radius: 4px;
}
.org-corpus li .orgc{
    display: block;
    margin: 0 20px;
}
.org-corpus li .orgc h3{
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.org-corpus li .orgc .orgzc{
    color: #999;
    font-size: 12px;
    line-height: 17px;
    height: 68px;
    overflow: hidden;
}
.org-corpus li .orgb{
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 49px;
    color: #ccc;
}
.org-corpus li .orgb span{
    margin-right: 30px;
}
.org-corpus li .orgb i{
    margin-right: 5px;
    font-size: 14px;
}

/*机构文辑定制*/
.oc-header{
    margin-bottom: 20px;
    font-size: 14px;
}
.oc-nav{
    height: 48px;
    line-height: 48px;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 0 20px;
}
.oc-nav i{
    font-size: 14px;
}
.oc-title{
    border: 1px solid #eee;
    border-top: none;
    padding: 15px 20px;
    background: #fff;
    overflow: hidden;
}
.oc-line{
    height: 12px;
    border-left: 1px solid #999;
    margin: 0 10px;
    float: left;
    margin-top: 7px;
}
.oc-line:last-child{display: none;}
.oc-title a{
    float: left;
    color: #333;
    line-height: 25px;
}
.oc-title a.active,
.oc-title a:hover{
    color: #00a1e9;
}
.oc-down,
.oc-like{
    float: right;
    color: #ccc;
}
.oc-down{margin-left: 12px;}
.oc-down:hover{color: #00a1e9}
.oc-like:hover{color: #f60;}
/*20190517*/
.orgz-nav .orgz-btn{
	float: right;
	margin:13px 119px 0 0;
}
.orgz-nav .orgz-btn a{
	width: 60px;
	height: 24px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	background: #00a1e9;
	font-size: 12px;
}
.orgz-nav .orgz-btn a:hover{
	background-color: #2faff0;
}
.orgz-nav .orgz-btn .atten-btn{margin-right: 10px;}
.orgz-d{
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff;
}
.orgz-d ul{overflow: hidden;}
.orgz-d li{
	float: left;
	width: 50%;
	text-align: center;
	height: 70px;
	border-bottom: 1px solid #eee;
}
.scan-data{
	border-left: 1px solid #eee;
	margin-left: -1px;
}
.orgz-d li span{
	display: block;
	font-size: 14px;
}
.orgz-d li .coloror{
	color: #ff6600;
	margin-top: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.orgz-d p{
	line-height: 58px;
	font-size: 14px;
	padding-left: 20px;
}
.orgz-d p .iconfont{
	font-size: 18px;
	color: #eee;
	margin-right: 5px;
}
.orgz-d p .iconfont.active{
	color: #fab619;
}
.orgz-side-con{
	margin-top: 20px;
}
.orgz-side-head{
	padding: 5px 0 5px 15px;
	background-color: #ec2629 ;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.orgz-side-head span{
	font-size: 14px;
	display: inline-block;
	float: right;
	width: 80px;
	height: 40px;
	border-left: 1px solid #ff6161;
}
.orgz-side-main{
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.orgz-side-head .iconfont{
	margin:0 4px 0 15px;
}
.orgz-side-subs ul{
	overflow: hidden;
}
.orgz-side-subs li{
	float: left;
	margin: 20px 12px 0px 20px;
}
.orgz-side-subs .orgz-side-main{
	padding: 0 0px 25px;
}
.orgz-side-subs li img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.orgz-side-subs li.headimg-center{
	margin: 25px 37px 0;
}
.orgz-side-subs li p{
	font-size: 12px;
	color: #333;
	width: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.orgz-logo{
	height: 70px;
	display: block;
	margin: auto;
}
.orgz-side-main .orgz-intro{
	padding: 15px 0px 20px 0px;
	border-top: 1px solid #eee;
	margin: 0 15px;
}
.orgz-intro p{font-size: 12px;line-height: 23px;}
.orgz-section{
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff;
	margin-top: 20px;
}
.orgz-con-head{
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}
.orgz-con-main{
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: -1px;
}
.orgz-book-item{
	float: left;
	width: 395px;
	overflow: hidden;
	margin-right: 20px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.orgz-nocert-con .orgz-book-item{
	width: 372px;
}
.orgz-book-cover{
	width: 100px;
	height: 128px;
	display: block;
	float: left;
}
.orgz-book-detail{
	float: left;
	width: 273px;
	margin-left: 22px;
	font-size: 12px;
}
.orgz-nocert-con .orgz-book-detail{
	width: 250px;
}
.orgz-book-name{
	color: #333;
	font-size: 16px;
	line-height: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.orgz-book-score{
	color: #333;
	padding: 13px 0;
	line-height: 14px;
}
.orgz-book-score .iconfont{
	font-size: 12px;
	color: #eee;
}
.orgz-book-score .iconfont.active{
	color: #ffba00;;
}
.orgz-book-author{
	color: #333;
	padding-bottom: 16px;
}
.orgz-book-txt{
	height: 40px;
	color: #999;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.orgzbook-pos{
	height: 52px;
	line-height: 52px;
	font-size: 12px;
	color: #333;
}
.orgzbook-pos .color-blue{
	color: #00a1e9;
}
.orgzbook-scon{
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}
.orgzb-schead{
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	margin: 0 20px;
	border-bottom: 1px solid #ebebeb;
}
.orgzbook-scon .btn{
	display: block;
	width: 210px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #00a1e9;
	border-radius: 4px;
	margin: 20px;
}
.orgzbook-scon .btn:hover{
	background-color: #2faff0;
}
.orgzbook-scon .orgz-logo{
	margin-top: 20px;
}
.orgzb-scmain .client-con{overflow: hidden;}
.client-con li{
	float: left;
	width: 50%;
}
.client-con li img{
	display: block;
	height: 24px;
	margin:20px auto 14px;
}
.client-con li p{
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.orgzb-scmain .client-code{
	width: 120px;
	height: 120px;
	display: block;
	margin: 30px auto 15px;
}
.orgzb-scmain .client-txt{
	text-align: center;
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
}
.orgzb-sclabel{
	/*padding-top: 20px;*/
	margin: 20px 20px 10px 20px;
	overflow: hidden;
}
.orgzb-sclabel span{
	display: block;
	float: left;
	padding: 8px 14px;
	border-radius: 4px;
	background: #f2f2f2;
	font-size: 12px;
	color: #333;
	margin: 0 10px 10px 0;
}
.rec-book-item{overflow: hidden;margin: 20px;}
.rec-book-cover{
	width: 60px;
	height: 78px;
	float: left;
}
.rec-book-txt{
	float:right;
	width: 134px;
	height: 78px;
	margin-left: 14px;
	position: relative;
}
.rec-book-txt .rec-book-aut{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 0;
}
.orgzbook-con{
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 20px;
	min-height: 1144px;
}
.orgzbook-detali{}
.orgzbook-detalitxt h3{
	font-size: 20px;
	color: #333;
	line-height: 22px;
}
.orgzbook-detalitxt p{
	font-size: 12px;
	line-height: 14px;
	color: #666;
	padding-bottom: 8px;
}
p.orgzbook-score{
	font-size: 12px;
	padding: 13px 0 17px;
}
p.orgzbook-score .iconfont{
	font-size: 12px;
	color: #eee;
	margin-right: 5px;
}
p.orgzbook-score .iconfont.active{
	color:  #ffba00;;
}
.orgzbook-cover{
	float: left;
	width: 135px;
	height: 174px;
}
.orgzbook-detalitxt{
	padding-left: 157px;
}
.orgzbook-btn-con{
	margin-top: 10px;
}
.orgzbook-btn-con a{
	display: inline-block;
	color: #00a1e9;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #00a1e9;
}
.orgzbook-btn-con a.btn-filled{
	background-color: #00a1e9;
	color: #fff;
	margin-right: 15px;
}
.orgzbook-btn-con a.btn-filled:hover{
	background-color: #2faff0;
}
.orgzbook-table{margin-top: 20px;}
.orgzbook-table-nav{overflow: hidden;border-bottom: 1px solid #ebebeb;}
.orgzbook-table li{float: left;margin-right: 40px;padding: 20px 0;}
.orgzbook-table-nav a{
	/*height: ;*/
	padding: 20px 0;
	font-size: 16px;
	color: #666;
}
.orgzbook-table .active a{
	border-bottom: 2px solid #00a1e9;
	color:#00a1e9;
}
.orgzbook-table-main{
	padding-top: 20px;
}
.orgzbook-table-con{
	display: none;
}
.orgzbook-table-con.current{
	display: block;
}
.orgzbook-table-con p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
/*评论*/
.orgzbook-comment-head{
	height: 68px;
	line-height: 68px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	margin-top: -20px;
}
.orgzbook-comment-head a{
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #e4f7fe;
	border-radius: 4px;
	font-size: 12px;
	float: right;
	padding: 0;
	margin-top: 20px;
	cursor: pointer;
}
.orgzbook-comment-item{
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
}
.orgzbook-comment-item a{float: left;}
.orgzbook-comment-item img{
	height: 38px;
	width: 38px;
	border-radius: 4px;
}
.orgzbook-comment-info{
	padding-left: 52px;
	font-size: 12px;
	line-height: 13px;
}
.orgzbook-comment-con .orgzbook-comment-info p{
	font-size: 12px;
	line-height: 13px;
	color: #999;
}
.orgzbook-comment-info a{
	font-size: 12px;
	line-height: 13px;
	margin-right: 5px;
}
.orgzbook-comment-info .iconfont{
	font-size: 12px;
	line-height: 13px;
	vertical-align: top;
	margin-left: 3px;
	color: #eee;
}
.orgzbook-comment-info .iconfont.active{
  color: #fab619;
}
.orgzbook-comment-info .comment-btn{text-align: right;cursor: pointer;}
.orgzbook-comment-info .comment-btn .iconfont{
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #ebebeb;
  text-align: center;
  line-height: 16px;
  color: #999;
  border-radius: 2px;
}
.orgzbook-comment-con p.orgzbook-comment-d{
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	line-height: 19px;
	padding-left: 52px;
	padding-top: 14px;
}
.orgzbook-box{margin-bottom: 40px;}
/*评论弹框*/
.org-publisher-comment-wrap{background-color: #fff;padding: 0 10px;}
.org-publisher-comment-wrap .header{
	font-size: 14px;
	color: #333333;
	padding: 10px 0 20px;
}
.org-publisher-comment-wrap .header small{
	font-size: 12px;
}
.org-publisher-comment-wrap .iconfont{
	color: #d7d7d7;
	margin-right: 5px;
	font-size: 14px;
	cursor: pointer;
}
.org-publisher-comment-wrap .iconfont.active{
	color: #ffba00;;
}
em.err-mes{
	font-style: normal;
	font-size: 12px;
	color: #ff3322;
}
.org-publisher-comment-wrap .mainbody{
	width: 560px;
	height: 200px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 4px
}
.org-publisher-comment-wrap textarea{
	resize: none;
	width: 532px;
	height: 138px;
	border: none;
	padding: 14px;
	font-size: 14px;
	color: #333;
	background: #fafafa;
	outline: none;
	word-break: break-all;
}
.org-publisher-comment-wrap textarea::-webkit-input-placeholder { 
    font-size:14px;
    color: #999;
} 
.org-publisher-comment-wrap textarea:-moz-placeholder { 
    font-size:14px;
    color: #999;
} 
.org-publisher-comment-wrap textarea::-moz-placeholder { 
    font-size:14px;
    color: #999;
} 
.org-publisher-comment-wrap textarea:-ms-input-placeholder { 
    font-size:14px;
    color: #999;
}
.org-publisher-comment-wrap .mainbody p{
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding:6px 14px 13px 0;
}
.org-publisher-comment-wrap .footer-btn{
	margin-top: 20px;
	float: right;
	display: block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;	
	font-size: 12px;
	background: #00a1e9;
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
}
.org-publisher-comment-wrap .footer-btn.disabled{
	background: #ebebeb;
	color: #999999;
}
/*机构未认证*/
.orgznocert-header-info{
	overflow: hidden;
	height: 70px;
	width: 1200px;
	margin: 20px auto 0;
	background-color: #fff;
}
.orgznocert-header-info img,
.orgznocert-header-info h2
{
	float: left;
}
.orgznocert-header-info h2{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
	border-left: 1px solid #eee;
	padding-left: 14px;
}
.orgznocert-header-r{
	float: right;
}
.orgznocert-header-r p{
	float: left;
	line-height: 70px;
	font-size: 14px;
	color: #333;
	margin:0 20px 0 20px;
}
.orgznocert-header-r a{
	float: left;
	display: block;
	width: 88px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #00a1e9;
	border-radius: 4px;
	margin-top: 19px;
	margin-right: 20px;
}
.orgznocert-header-r a:hover{
	background-color: #2faff0;
}
.orgznocert-header-r p span{
	font-size: 14px;
	color:#ff6600;
}
.orgznocert-header-r p .iconfont{
	color: #eeeeee;
}
.orgznocert-header-r p .iconfont.active{
	color: #fab619;;
}

.switch-btn{
    overflow: hidden;
    line-height: 24px;
    float: right;
    margin: 13px 0;
}
.switch-btn input {
    display: none;
    *display: block;
}
.switch-btn label {
    width: 42px;
    background: #e0e0e0;
    height: 24px;
    border-radius: 12px;
    float: left;
    margin-right: 10px;
    *display: none;
}
.switch-btn label em {
    width: 22px;
    height: 22px;
    float: left;
    margin: 1px;
    border-radius: 11px;
    background: #fff;
}
.switch-btn input:checked   label {
    background: #00a1e9;
}
.switch-btn input:checked   label em {
    float: right;
}
.switch-btn input:disabled   label {
    opacity: 0.5
}

.editbg {
    position: absolute;
    top: -12px;
    right: 0;
}
.editbg:hover{
    top: -8px;
}
.editbg .icobtn {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.editbg .icobtn i{
    font-size: 30px;
}

.paging01{
    padding:10px 20px;
    overflow:hidden;
    height: 50px;
    line-height: 50px;
}
.paging01 li{
    float:left;
    margin:5px;
    height:28px;
    border:solid 1px #ddd;
    background:#eee;
    cursor:pointer;
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:28px;
}
.paging01 li.nextpage{width:68px;}
.paging01 li.number{width:38px;text-align: center}
.paging01 li.current,
.paging01 li.current:hover,
.paging01 li.nextpage:active{
    border:solid 1px #00a1e9  !important;
    background:#00a1e9 !important; 
    cursor:auto;
    color:white;
    font-weight:bold;
}
.paging01 li.disable:active{
    border:solid 1px #ddd  !important;
    background:#eee !important; 
    cursor:auto;
    color:#ccc;
    font-weight:bold;
}
.paging01 li:hover{border-color:#999; color:#333;}
.paging01 li.disable{color: #ccc; cursor: default;}
.paging01 li.disable:hover{border-color: #ddd;}
.paging01 li.forward{background: #fff;border: none;}
.paging01 li.forward select{border: 1px solid #ddd;outline: none;height: 28px;margin: 0 5px;}

/* 换肤——皮肤列表 */
.mytemplate{
    display: none;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    background: ;
    background: rgba(0,0,0,.7);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#b3000000,endcolorstr=#b3000000);
}
.mytemplate .topic{
    height: 40px;
    border-bottom: solid 1px #333;
    line-height: 40px;
    color: white;
    font-size: 16px;
}
.mytemplate .topic h5{float: left; padding: 0 10px;}
.mytemplate .topic .close{
    float: right;
    color: #fff;
}
.mytemplate .topic .close:hover{background-position: 0 -16px;}

.myskins{
    background: rgba(0,0,0,.5);
    filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000);
    padding: 20px 0;
    overflow: hidden;
}
.oksinks{
    padding: 10px 0;
    text-align: center;
}
.oksinks button{margin: 0 10px;}
.myskins ul{overflow: hidden;}
.myskins li{
    float: left;
    position: relative;
    margin: 10px 20px;
    padding: 2px;
    background: white;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: margin-top 1s;
    -moz-transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    -o-transition: margin-top 1s;
}
.myskins li,
.myskins li img{
    width: 120px;
    height: 60px;
    overflow: hidden;
}
.myskins li .name{
    display: none;
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: white;
    -moz-transition: display 2s;
    -webkit-transition: display 2s;
    -o-transition: display 2s;
}
.myskins li .name .iconfont{font-size: 30px;}

.myskins li:hover{background: honeydew;}
.myskins li:hover .name{display: block;}
.myskins li.current{background: #f30;}
.myskins li.current .name{
    display: block;
    color: #f30;
}
.myskins li.addbg{
    text-align: center;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 0 2px #757575 inset;
    font-size: 14px;
    color: #757575;
    overflow: visible;
}
.myskins li.addbg i{
    font-size: 20px;
    display: block;
    margin-top: 4px;
}
.myskins .custom-color{display: none;}
.myskins .custom-color li,
.myskins .custom-color li .abg-color{
    width: 80px;
    height: 60px;
}
.myskins .custom-color li.current{background: #fff;}
.myskins .custom-color li.current .name{color: #fff;}

.myskins .custom-color li .name{background: none;}


.mybanner .mywww,
.mybanner .likeme,
.mybanner .editbg {
    position: absolute;
    z-index: 1;
}

.mybanner .mywww {
    top: 165px;
    right: 100px;
}

.mybanner .likeme {
    top: 160px;
    right: 10px;
}

.mybanner .editbg {
    top: -5px;
    right: 0;
    left: 0;
}
.mybanner .editbg:hover{top: -1px;}

.mybanner .icobtn {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-decoration: none;
}
.mybanner .icobtn .iconfont{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.orgbanner h2{
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.myheader {position: relative;}
.orgheader{padding: 0 0 10px;}