body{
	font: 14px/1.6 "Microsoft YaHei", '微软雅黑', Tahoma, Verdana, Arial, '宋体', sans-serif;
}
a {
	text-decoration: none;
	color: #4183c4;
}

li {
	list-style: none;
}

b,
strong {
	font-weight: 700;
}

.clear {
	clear: both;
}
/* 固定 */
#main{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.toolbar {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #ddd;
}

.toolbar .title {
	color: #333;
	font-size: 16px;
	line-height: 55px;
	font-weight: 700;
}

.sidebar {

	width: 280px;
	border-right: 1px solid #ddd;
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	transition: left .25s ease;
	height: 100%;
	overflow-y: scroll;
	float:left;
}

.sidebar .sidebar-selector {
	position: relative;
	border-bottom: 1px solid #ddd;
	flex: none;
}

.sidebar .sidebar-selector .item {
	font-size: 14px;
	padding: 0 18px;
	
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999;
	cursor: pointer;
	margin-bottom: -1px;
}


.sidebar-selector .item.active {
	border-bottom: 1px solid #fafafa;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 18px;
	color: #333;
}
.sidebar-selector .short_menu_active {
	background: url(../images/short_menu_active.png) no-repeat 5px center;
	background-size: 13px 13px;
	}
	.sidebar-selector  .short_menu{
	background: url(../images/short_menu.png) no-repeat 5px center;
	background-size: 13px 13px;
}
	.sidebar-selector  .search{
	background: url(../images/search.png) no-repeat 5px center;
	background-size: 13px 13px;
}
	.sidebar-selector  .search_active{
	background: url(../images/search_active.png) no-repeat 5px center;
	background-size: 13px 13px;
}
.sidebar li a {
	color: #333;
	display: inline-block;
	line-height: 30px;
	word-break: keep-all;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
	padding-left: 15px;
}

.sidebar .sidebar-body {
	flex: auto;
	overflow: hidden;
	position: relative;
}

.catalog-body {
	flex: auto;
	overflow: hidden;
	position: relative;
	display: none;
}

.catalog-body ul {
	margin-left: -30px;
}

.catalog-body ul ul {
	margin-left: -10px;
}


/*.catalog-body ul i{
	display:block;
    width:0;
    height:0;
   border-width:28px 0 28px 28px; 
    border-style:solid;
    border-color:transparent transparent #fc0;
    position:absolute;
    top:0px;
    left:0px;
}*/

.triangle {
	background: url(../images/triangle_right.png) no-repeat 5px center;
	background-size: 5px 8px;
}

.dtriangle {
	background: url(../images/triangle_down.png) no-repeat 5px center;
	background-size: 8px 5px;
}

 .hidden {
	display: none;
}

.search-body {
	display: none;
}
.sidebar-body .show {
	display: block;
}
.search-body .search-form {
	padding: 12px 0 12px 0;
	/*border-bottom: 1px solid #eee;*/
	flex: none;
}

.search-form input {
	line-height: 30px;
	padding: 5px 0 5px 10px;
	width: 240px;
	background: #fff;
	border: 1px solid rgba(34, 36, 38, .15);
	border-radius: .28571429rem;
}
.search-form input:focus{
	border-color: #85b7d9;
}
.search-form input:focus+.search_icon{
	background: url(../images/search_active.png);
	background-size: 15px 15px;
}
.search_icon {
	width: 15px;
	height: 15px;
    position: absolute;
left: 225px;
top: 30px;
background: url(../images/search.png);
background-size: 15px 15px;
   
}
.search_icon img{
	display: block;
	 width: 13px;
    height: 13px;
}
.search-result .blankslate {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-weight: 200;
    color: #999;
    margin-top: -30px;
}
.search-body .search-result ul {
	display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.search-body .search-result ul li {
    padding: 5px 3px 5px 12px;
   
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}
 .search-result ul li.active {
    background-color: #e5e5e5;
    color: #333;
}
/*文章*/

.article {
	
	transition: left .25s ease;
	height: 100%;
	overflow-y: auto;
}

.article .article-head {
	position: relative;
	padding: 10px 20px;
	height: 50px;
}

.article .article-head h1 {
	margin: 0;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	line-height: 30px;
	padding-left: 200px;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7e888b;
}

.article-head .tools.left.floated {
	float: left;
}

.article-head .tools {
	width: 20px;
margin: 0 -10px;
background: url(../images/menu.png);
    background-size: auto auto;
background-size: 20px 20px;
height: 20px;
position: fixed;
}
.article-head .tools:hover{
	background: url(../images/menu_active.png);
	background-size: 20px 20px;
	}
.article-head .tools .item {
	color: #7e888b;
	display: block;
	height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.article .article-body {
	max-width: 980px;
	margin: 0 auto;
}

.article-body * {
	margin: 0;
	padding: 0;
}

.article .article-body h3 {
	font-size: 1.5em;
	margin-bottom: 14px;
	line-height: 1.7em;
	margin-top: 0;
}

.article-body pre {
	padding: 16px 16px 0 16px;
	overflow: auto;
	font-size: 85%;
	border: 0;
	border-radius: 3px;
	margin-bottom: 15px;
}

.article-body pre {
	background-color: #f7f7f7;
	font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
}

.article-body hr {
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}

.article-body p,
.article-body pre,
.article-body table,
.article-body ul {
	margin-bottom: 14px;
	line-height: 1.7em;
}

.article-navigation {
	max-width: 980px;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	padding: 9px 24px;
}

.article-navigation .prev {
	float: left;
	color: #999;
	padding: 2px 0;
}

.article-navigation .next {
	float: right;
	color: #999;
	padding: 2px 0;
}

.article-navigation::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*右侧悬浮icon*/.side-bar {
	width:80px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size:14px;
	line-height:0;
	z-index:100;
}
.side-bar a {
	width:80px;
	height:80px;
	line-height:20px;
	display:inline-block;
	background-color:#019EDD;
	color:#fff;
	text-align:center;
	margin-bottom:2px;
	cursor: pointer;
}
.qr-code-img{
	position: absolute;
    left: -150px;
	top: 160px;
	width: 150px;
	height: 150px;
	display: none;
}
.js-qr-code:hover .qr-code-img{
	display:block;
}
.side-bar a:hover {
	background-color:#56ABE4;
}
.side-bar .icon-qq span {
	background-position:-5px 0px;
}

.side-bar span {
	background: url(http://www.vlcms.com/Public/tpl/new/Public/images/gdt-img.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-top:15px;
}
.side-bar .icon-chat span {
	background-position:-3px -45px;
	position:relative;
}
.side-bar .icon-qq:hover .chat-tips {
	display:block;
}
.side-bar .icon-blog:hover .phone-tips {
	display:block;
}
.side-bar .icon-blog span {
	background-position:-2px -85px;
}
.side-bar .icon-mail span {
	background-position: -41px -119px;
}
.side-bar .icon-totop span {
	background-position:0 -334px;
}
.side-bar .icon-down span {
	background:url(http://new.vlcms.com/Public/tpl/new/Public/images/xueyuan.png)  no-repeat;
}
.side-bar .icon-hd span {
	background-position: -45px -0px;
}
.side-bar .icon-up span{
	 padding-top: 58px; 
	display: block;
	background:url(http://www.vlcms.com/Public/tpl/new/Public/images/arrows_up.png) no-repeat  center;
}
	.side-bar .phove{
			width: 100%;
		}
		.phove:hover p {
	display: none;
}
.phove_p {
    display: none;
    padding: 10px 0px;
        padding-right: 0px;
        padding-left: 0px;
    background: #019EDD;
    color: #fff;
    position: absolute;
    top: 142px;
    right: 90px;
    width: 200px;
    height: 70px;
    border-radius: 10px;
    line-height: 50px;
    font-size: 20px;
}
.chat-tips {
	padding:20px;
	border:1px solid #d1d2d6;
	position:absolute;
	right:70px;
	top:-55px;
	background-color:#ffffff;
	display:none;
}
.phone-tips {
	border:1px solid #d1d2d6;
	position:absolute;
	right:70px;
	top:160px;
	background-color:#ffffff;
	display:none;
}
.chat-tips i, .phone-tips i {
	width:9px;
	height:16px;
	display:inline-block;
	position:absolute;
	right:-9px;
	top:80px;
	background-position:-10px -210px;
}
.wximg:hover p {
	display:block;
}
.wximg p {
	position:absolute;
	bottom:60px;
	right:80px;
	display:none;
}
.icon-hd:hover p {
	display:block;
}
.icon-hd p {
	display: none;
    position: absolute;
    bottom: 0px;
    right: 90px;
    background: #fff;
    border-radius: 5px;
}
.icon-hd p img {
	    width: 150px;
    margin: 5px;
	margin-bottom:0px;
}
.icon-hd p font{ width:100%; height:25px; line-height:25px; font-size:12px; color:#666; text-align:center;}
.wximg p img {
	width:150px;
	height:150px;
}
.phove:hover p {
	display:block;
}
.phove p {
	display:none;
	padding:10px 0px;
	background:#019EDD;
	color:#fff;
	position:absolute;
	top:142px;
	right:90px;
	width:220px;
	height:70px;
	border-radius:10px;
	line-height:50px;
	font-size:20px;
}
#signup-modal, #login-modal, #forgetform, .modal {
	display: none;
	width: 400px;
	padding: 0 40px 20px;
	background: white;
	border: 5px solid rgba(0, 0, 0, 0.2);
	margin-left: -190px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 1px 0 white inset;
	margin-top: 267px
}
#signup-modal a:hover, #login-modal a:hover, #forgetform a:hover, .modal a:hover {
	text-decoration: none
}
.modal h1, #forgetform h1, #signup-modal h1, #login-modal h1 {
	margin: 0 -40px;
	border-top: 1px solid #CCC;
	font-size: 16px;
	padding: 13px 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: left;
	margin-bottom: 20px
}
.modal {
    position: fixed;
    top: 65%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
        margin-top: -250px;
        margin-bottom: 0px;
        margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal .close, #signup-modal .close, #login-modal .close, #forgetform .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 18px 8px;
	height: 16px;
	overflow: hidden;
	opacity: .8;
	line-height:5px;
	cursor: pointer;
}
.modal .close{
	color: #333;
	font-size: 14px;
	line-height: 1.6em;
}
.modal .close:hover{
	background: #989898;
	color: #fff;

}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}