.ms-controller,
.ms-important,
[ms-controller],
[ms-important] {
	display: none;
	visibility: hidden;
}

a,
a:hover,
a:visited,
a:active {
	text-decoration: none;
}


/*copy by bootstrap*/

.pm-col-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 20%;
}


/*for pm transform*/

.hover-transform {
	margin: 5px 0;
	padding: 10px;
	/*height: 112px;*/
	border: 1px solid #e4ecf3;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-transform:hover {
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	transform: translateY(-6px);
}

.no-padding {
	padding: 0;
}

.no-border {
	border: none;
}


/*for box-shadow*/

.box-shadow {
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}


/*start*/

.main {
	position: relative;
}

.menu {
	width: 244px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	/*box-shadow: 0 0 1rem rgba(0, 0, 0, .1);*/
	height: 100vh;
}

.menu .menu-logo {
	border-bottom: #ddd 1px solid;
}

.menu .menu-logo a {
	width: 100%;
}

.menu .menu-logo a img {
	width: 100%;
}

.menu .menu-nav {
	margin-bottom: 200px;
	height: calc(100vh - 230px);
	overflow-y: auto;
}

.menu .menu-list {}

.menu .menu-list li {
	margin-top: 3px;
}

.menu .menu-list li a {
	display: block;
	padding: 3px 0 3px 0;
	font-size: 14px;
	line-height: 26px;
	height: 32px;
	text-decoration: none;
	color: #666;
	text-align: center;
}

.menu .menu-list li a:hover {
	background: #515151;
	color: #ffffff;
}

.menu .menu-share {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: 0;
}

.menu-share {
	padding: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.menu .bdsharebuttonbox a.share-btn {
	margin-left: 6px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #fff;
	color: #5491ff;
	width: 22px;
	height: 22px;
}

.menu .bdsharebuttonbox a.share-btn.tsina {
	background-image: url(../images/tsina.png) !important;
}

.menu .bdsharebuttonbox a.share-btn.qzone {
	background-image: url(../images/qzone.png) !important;
}

.menu .bdsharebuttonbox a.share-btn.weixin {
	background-image: url(../images/weixin.png) !important;
}

.menu .bdsharebuttonbox p.share-text {
	margin-bottom: 3px;
	margin-top: 3px;
}

.alert {
	margin-top: 10px;
	margin-bottom: 0;
}

.content {
	height: calc(100vh - 20px);
	position: relative;
}

.content-box {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.full-img {
	display: block;
}

.full-img img {
	width: 100%;
}

.panel {
	margin: 20px 0;
}

.panel-default>.panel-heading {
	padding: 20px 15px 0 15px;
	background-color: #ffffff;
	border-bottom: none;
}

.web-logo {
	width: 35px;
	height: 35px;
}

.pm-link {
	display: block;
}

.web-name {
	width: calc(100% - 60px);
	height: 35px;
	padding-left: .5em;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.web-content-bottom {
	padding: 5px 0;
	height: 50px;
}
.panel-heading{overflow:hidden;}
.panel-heading h3{float:left;margin-right:30px;}
.footer {
	width: 100%;
	position: fixed;
	left: 0%;
	bottom: 0%;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
			text-align: center;
}
.search-bar {
    margin-left: 150px;
    margin-top: 28px;
	position:relative;
}
.search-engine-wrapper {
    float: left;
    height: 40px;
    position: relative;
    width: 154px;
}
.search-engine-trigger {
    background: rgba(0, 0, 0, 0) url("../images/top-bar-icon_20180104.png") no-repeat scroll 0 -240px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 18px;
}
.search-engine-trigger:hover {
    opacity: 0.6;
}
.search-engine-wrapper.single .search-engine-trigger {
    display: none;
}
.search-engine-link.no-link {
    cursor: auto;
}

.search-engine {
    display: block;
    padding-right: 34px;
}
.search-engine-wrapper.single .search-engine {
    cursor: inherit;
}
.search-engine-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    display: none;
    left: -8px;
    padding: 8px 0;
    position: absolute;
    top: 40px;
    z-index: 1;
}
.search-engine-list.visible {
    display: block;
}
.search-engine-list li {
    cursor: pointer;
    padding: 4px 15px;
}
.search-engine-list li:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.search-engine-list li img {
    display: block;
    height: 40px;
    width: 120px;
}
.search-main {
    float: left;
}
.ad{text-align:center;}
.search-form {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #666;
    border-radius: 1px;
    float: left;
    position: relative;
}
.search-category-wrapper {
    float: left;
    position: relative;
}
.search-category-wrapper::after {
    background: rgba(0, 0, 0, 0) url("../images/top-bar-icon_20180104.png") no-repeat scroll 0 -320px;
    content: "";
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 13px;
    width: 12px;
}

.search-category {
    color: #b2b2b2;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    width: 48px;
	box-sizing: content-box;
}
.search-category-list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #f7f7f7 #f7f7f7;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: 0;
    padding: 2px 0;
    position: absolute;
    top: 36px;
    z-index: 1;
}
.search-category-list.visible {
    display: block;
}
.search-category-list a {
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 56px;
}
.search-category-list a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.search-key {
    border: 0 none;
    float: left;
    height: 36px;
    outline: 0 none;
    padding: 0 10px;
    width: 442px;
}
.search-form {
    border-color: #7bf;
}
.search-form.hover, .search-form.focus {
    border-color: #08f;
}
.search-button {
    background: #7bf none repeat scroll 0 0;
}
.top-joke {
    color: #666;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}
.search-hotkeys-wrapper {
    margin: 15px 0 10px 147px;
    position: relative;
}
.search-hotkeys {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 4px 31px 1px 13px;
    word-break: keep-all;
}
.search-form.hover .search-button, .search-form.focus .search-button {
    background: #08f none repeat scroll 0 0;
}
.search-hotkeys a {
    color: #666;
    float: left;
    margin-right: 20px;
}
@media (max-width: 1200px) {
.search-key {
    width: 382px;
}
}
.search-key:hover, .search-key:focus {
    background: #f7f7f7 none repeat scroll 0 0;
}
.search-button {
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 36px;
    outline: 0 none;
    width: 98px;
}
.ad img{width:100%;}	
.search-suggest-wrapper {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    display: none;
    left: 0;
    position: absolute;
    top: 36px;
    width: 518px;
    z-index: 2;
}
@media (max-width: 767px) {
	.menu {
		width: 100%;
		height: inherit;
		position: inherit;
	}

	.content {
		padding-left: 0;
	}
	.footer {
		width: 100%;
		position: fixed;
		left: 0%;
		bottom: 0%;
		z-index: 10;
		padding-left: 0;
		text-indent: 2em;
		height: 40px;
		line-height: 20px;
		text-align: center;
	}
}