﻿/* ----------------------------------- layout ----------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f9f9f9;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol,ul {
	list-style: none;
}
a {
	color: #900b09;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
img {
	border: 0;
}
a,input,textarea,button {
    outline: 0;
}
.gray {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #AE4141;
    border: 1px solid #AE4141;
    color: #FFF;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.gray:hover {
	background: #900b09;
	color: #FFF;
}

.new-icon {
	position: relative;
	display: inline-block;
    width: 13px;
    height: 14px;
    background: url("../images/ico-new.png") no-repeat scroll 0px 0px;
    top: -10px;
}
.double12-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    background: url("../images/double12-tag.png") no-repeat scroll 0px 0px;
    top: -10px;
}
.header-app {
	position: relative;
	float: right;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	background: url(../images/header-app.png) no-repeat 0px 0px;
	font-size: 15px;
	color: #333;
	margin: 28px 15px 0 0;
}
.header-app:hover {
	background: url(../images/header-app.png) no-repeat 0px -40px;
	color: #AE4141;
}
.create-btn {
	float: right;
	width: 64px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #900b09;
	background-color: transparent;
	margin: 25px 15px 0 0;
	border-radius: 4px;
	text-align: center;
	color: #900b09;
}
.create-btn:hover,.create-btn:focus {
	border: 1px solid #AE4141;
	background-color: #AE4141;
	text-decoration: none;
    color: #fff;
}
.vip-sicon {
	display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}
.vip-sicon0 {
	background: url("../images/vip-sicon0.png") no-repeat scroll 0% 0%;
}
.vip-sicon1 {
	background: url("../images/vip-sicon1.png") no-repeat scroll 0% 0%;
}
.vip-sicon2 {
	background: url("../images/vip-sicon2.png") no-repeat scroll 0% 0%;
}
.down-icon1 {
	display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.angle-down-icon {
    background: url("../images/icon-angle-down1.png") no-repeat scroll 0% 0%;
}
#header-l .dropdown-content {
    display: none;
    position: absolute;
    top: 65px;
    left: -25px;
    background-color: #fff;
    width: 235px;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
    line-height: 0;
    border-radius: 4px;
}
#header-l .dropdown:hover .dropdown-content {
    display: block;
}
#header-l .dropdown-content a {
	width: 100px;
    padding: 0 0 0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    text-align: center;
}
#header-l .dropdown-content a:hover {
	border-radius: 0;
	background-color: #fff;
	color: #900b09;
}
#header-l .dropdown-content a:first-child::before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    top: -8px;
    content: "";
    width: 0;
    height: 0;
    left: 45%;
    margin-left: -50px;
    position: absolute;
}
#header-r {
	float: right;
	width: 45%;
	height: 80px;
}
/* 头部搜索   */
#header_index .searchbox {
	float: right;
	position: relative;
	width: 190px;
	height: 35px;
    line-height: 35px;
	margin: 22px 20px 0 0;
	background: #EFEFEF;
	border-radius: 4px;
}
#header_index .searchbox input.box {
	width: 139px;
    height: 35px;
	line-height: 35px;
	background: #EFEFEF;
	font-size: 14px;
	color: #333;
	border: none;
	padding: 0 8px;
}
#header_index .searchbox input.box:hover {
	background-color: #f3f3f3;
}
#header_index .searchbox .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border: none;
	background: url("../images/icons.png") no-repeat scroll 0px 3px;
	text-indent: -9999px;
	cursor: pointer;
}
.sig-box {
	float: right;
}
.sig-box a {
	font-size: 15px;
	color: #333;
}
.sig-box a:hover {
	text-decoration: none;
	color: #900b09;
}
/* 已登录展示  */
#header_notification_bar,#dropdown-user{
	display: inline-block;
	position: relative;
}
.sig-box .dropdown-toggle-list {
    display: inline-block;
    color: #333;
}
.sig-box img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
} 
.sig-box .dropdown-menu{
    position: absolute;
    float: none;
    left: auto;
    top: 80%;
    width: 150px;
    z-index: 1200;
    background-color: #fff;
    margin: 0;
    padding: 9px 0;
    border: 1px solid #eee;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.sig-box .dropdown-menu a {
    display: inline-block;
    width: 120px;
    background-color: #fff;
    padding: 0;
    font-size: 15px;
    color: #333;
    text-align: left;
}
.sig-box .dropdown-menu .j {
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
    display: block;
}
.sig-box .dropdown-menu .j::before,.sig-box .dropdown-menu .j::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
}
.sig-box .dropdown-menu .j::before {
    border-color: transparent transparent #ddd transparent;
}
.sig-box .dropdown-menu .j::after {
    border-color: transparent transparent #fff transparent;
    top: 1px;
}
.sig-box .dropdown-list,.dropdown-feed-list {
	margin: 0;
	padding: 0;
}
.sig-box .dropdown-list li{
	height: 25px;
    line-height: 25px;
	padding-left: 10px;
}
.sig-box .dropdown-list li a{
	height: auto;
	color: #333;
}
.sig-box .dropdown-list li.divider{
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;	
}
.sig-box .dropdown-list li a:hover {
	color: #900b09;
	text-decoration: none;
}
.sig-box .sns-icon {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0px 2px;
    background-repeat: no-repeat;  
}
.sig-box .home-icon {
	background-image: url("../images/icon-home1.png");
}
.sig-box .cog-icon {
	background-image: url("../images/icon-cog1.png");
}
.sig-box .key-icon {
	background-image: url("../images/icon-key1.png");
}
.sig-box .icon-user1 {
	background-image: url("../images/icon-user1.png");
}
.sig-box .dropdown-menu a:hover .home-icon {
	background-image: url("../images/icon-home2.png");
}
.sig-box .dropdown-menu a:hover .cog-icon {
	background-image: url("../images/icon-cog2.png");
}
.sig-box .dropdown-menu a:hover .key-icon {
	background-image: url("../images/icon-key2.png");
}
.sig-box .dropdown-menu a:hover .icon-user1 {
	background-image: url("../images/icon-user2.png");
}
/* 消息通知  */
#header_notification_bar {
	margin-right: 15px;
}
#header_notification_bar .notice-icon {
	background: url("../images/notice-icon.png") no-repeat scroll 0px 0px;
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#header_notification_bar .badge {
	display: inline-block;
	line-height: 1;
    background-color: #999;
    color: #fff;
    padding: 3px 7px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}
#header_notification_bar .badge-danger{
    background-color: #ed4e2a;
}
.dropdown-menu.extended {
    width: 160px !important;
    padding: 0;
    left: -60px;
}
.dropdown-menu.extended li {
    height: auto;
    line-height: 25px;
    position: relative;
    padding: 0;
}
.dropdown-menu.extended li p {
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    color: #333;
}
.dropdown-menu.extended li a{
    display: block;
    width: auto;
    padding: 10px;
    border-top: 1px solid #f4f4f4;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.dropdown-menu.extended li a:hover {
	background-color: #f5f5f5;
	color: #900b09;
}
.dropdown-menu.extended li span {
	float: right;
}
.dropdown-menu.extended li span.badge-danger {
    background-color: #57b5e3 !important;
}
/* 简洁头部样式  */
.sig-header {
	width: 100%;
	min-width: 1129px;
	height: 80px;
	background: #EFEFEF;
	border-bottom: 1px solid #DDD;
}
.sig-header:hover {
	background: #F3F3F3;
}


/* 通用样式  */
.img-icon,.icons-img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-right: 5px;
}
.v-line::before {
    content: "| ";
    padding-right: 5px;
}
.icons-share-more {
    background: url("../images/share-more.png") no-repeat scroll 0% 0%;
}
.item-content {
    width: 100%;
    background: #ffffff;
    min-width: 1129px;
}
.graybg {
    background: #f9f9f9;
}
#wrapper {
	width: 1129px;
	margin: 25px auto 45px;
	min-height: 600px;
	overflow: hidden;
}
.wrapper-bg {
	background: #ffffff;
}
.index-wrapper {
	width: 1129px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
#navsecond,#sidebar {
	float: left;
	width: 190px;
	background: #efefef;
}
#navsecond h2,#sidebar h2 {
	font-size: 14px;
	color: #000;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#navsecond li,#sidebar li {
	line-height: 22px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#navsecond li a,#sidebar li a,#navsecond h2 a {
	color: #000;
}
#navsecond li a:hover,#sidebar li a:hover,#navsecond h2 a:hover {
	color: #ff0000;
}
#course {
	background-color: #B6B6B6;
	padding: 7px 0;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#course h2,#course h2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}
#maincontent {
	float: left;
	width: 719px;
	background: #ffffff;
	padding: 0 15px;
}
#maincontent h1 {
	font-size: 18px;
	color: #000;
}
#maincontent h1::before {
    content: "";
    background: #AE4141;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    margin-bottom: 3px;
    vertical-align: middle;
}
#maincontent h2 {
	font-size: 15px;
}
#maincontent div {
	padding: 15px 0;
	border-top: 1px solid #CCC;
}
#maincontent div:first-of-type {
	border-top: none;
}
#maincontent ol,#maincontent ul {
	margin-left: 25px;
}
#maincontent li,#maincontent p {
	line-height: 24px;
	margin-top: 10px;
}
#maincontent ol li {
	list-style-type: decimal;
}
#maincontent ul li,#maincontent ol li li {
	list-style-type: disc;
}
#maincontent ol ul li {
	list-style-type: lower-alpha;
}
.archive-content,.sitemap-content,.links-content,.toplist-content,.column-content {
	padding: 20px;
	background-color: #FFF;
	min-height: 600px;
	overflow: hidden;
}
.page-header {
	margin-bottom: 10px;
}
.page-header h2 {
	border-bottom: 1px solid #DDD;
	font-size: 24px;
    font-weight: 500;
	color: #333;
	padding-bottom: 10px;
}
.page-header .intro {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.bread-nav {
    margin-bottom: 15px;
    font-size: 14px;
}
.bread-nav img {
	vertical-align: middle;
}
.sidebar-box .tcode {
	margin: 15px 0;
	text-align: center;
}
/* 分页样式  */
.multipage {
   text-align: center;
   padding: 20px 0px;
   font-size: 14px;
}
.pagination em {
    display: inline-block;
    min-width: 40px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    font-style: normal;
    color: #900b09;
    margin-right: 3px;
    border: 1px solid #DDD;
    border-radius: 2px;
}
.pagination strong {
   display: inline-block;
   min-width: 40px;
   height: 32px;
   margin-left: 3px;
   line-height: 32px;
   color: #900b09;
}
.pagination a {
   display: inline-block;
   min-width: 40px;
   height: 32px;
   margin-left: 5px;
   line-height: 32px;
   border: 1px solid #DDD;
   background-color: #FFF;
   color: #333;
   border-radius: 2px;
   text-decoration: none;
}
.pagination a:hover {
   background: #AE4141;
   border: 1px solid #AE4141;
   color: #FFF;
   text-decoration: none;
}
.abox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding: 15px 0;
}

/* 分类导航 */
.sidebar-box .nav1 {
	width: 190px;
}
.sidebar-box .nav1 li {
	position: relative;
	overflow: visible !important;
}
.sidebar-box .nav1 a {
	display: block;
	width: 166px;
	height: 36px;
	line-height: 36px;
	color: #000;
	word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar-box .nav1 ul {
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
}
.sidebar-box .nav2 {
	width: 200px;
}
.sidebar-box .li1:hover {
	background: #efefef;
}
.sidebar-box .li1:hover .nav2 {
	background: #F5F5F5;
	display: block;
}

/* ----------------------------------- 关键词二级导航 -----------------------------------*/
#navfirst_item {
	width: 100%;
	min-width: 1129px;
	background-color: #b6b6b6;
	height: 35px;
}
#navfirst {
	width: 1129px;
	margin: 0 auto;
	overflow: hidden;
}
#navfirst ul#menu {
	position: relative;
	width: 1129px;
	height: 35px;
}
#navfirst ul#menu li {
	float: left;
	margin: 0 6px;
}
#navfirst ul#menu li,#navfirst ul#menu a {
	height: 35px;
	line-height: 35px;
}
#navfirst ul#menu li a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	padding: 0 5px;
}
#navfirst ul#menu li a:hover {
	background: #929292;
}
#navfirst ul#menu li a .home-icon {
	background: url("../images/icon-home.png") no-repeat scroll 0px -1px;
}

/* ----------------------------------- 注册、登录样式----------------------------------- */
.sig-wrapper {
	width: 1000px;
	margin: 80px auto;
	overflow: hidden;
}
.sign-banner {
	float: left;
	width: 550px;
	margin-right: 50px;
}
.sign-banner img {
	width: 550px;
}
.login-content {
	float: right;
	position: relative;
	width: 400px;
}
.reg-content {
	width: 600px;
	margin: 0 auto;
}
.form-wrapper {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 30px 40px;
	border-radius: 4px;
}
.form-wrapper .regbox {
	width: 400px;
	margin: 0 auto;
}
.sig-up {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	overflow: hidden;
}
.sig-up .form-title {
	float: left;
	font-weight: normal;
	font-size: 22px;
	color: #333;
}
.sig-up a {
	float: right;
	margin-top: 5px;
	font-size: 14px;
}
.sig-item {
    margin-top: 28px;
}
.sig-item2 {
    margin-top: 18px;
}
.sig-item .label-con {
    float: left;
    width: 80px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    text-align: right;
    margin-right: 15px;
}
.sig-item .required {
    padding: 0px 5px;
    font-size: 13px;
    color: #ff0000;
}
.form-con {
    display: inline-block;
    width: 268px;
    line-height: 18px;
    border: 1px solid #CCC;
    padding: 10px 8px 10px 10px;
    font-size: 15px;
    color: #666;
    vertical-align: middle;
    border-radius: 4px;
}
.form-con:focus {
	border: 1px solid #AAA;
    box-shadow: 2px 0px 5px 0px #fff;
}
.sig-item .input-user,.sig-item .input-pwd {
    padding: 10px 8px 10px 40px;
}
.input-code {
    width: 183px;
    padding: 10px 8px 10px 10px !important;
}
.pass-label {
	display: block;
	position: absolute;
	left: 47px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 20;
	background-image: url("../images/pass.png");
	background-repeat: no-repeat;    
}
.pass-user {
    background-position: 0px 5px;
    margin: 4px 0 0;
}
.pass-mm {
    background-position: 0px -25px;
    margin: 8px 0 0;
}
.code_box {
    width: 100px;
    height: 40px;
    padding-left: 10px;
    vertical-align: middle;
}
.sig-item .checkbox-text {
	vertical-align: 2px;
}
.sig-item .find-pwd {
	float: right;
}
.btn-session {
    padding: 10px 20px;
    width: 318px;
    font-size: 16px;
}
.reg-content .sig-item .label-con {
    width: 94px
}
.reg-content .form-con {
	width: 271px;
}
.reg-content .input-code {
	width: 134px !important;
}
.reg-content .btn-session {
	width: 400px;
}

/* 快速登录  */
.quicklogintt {
	position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.quicklogintt span {
    position: relative;
    padding: 0px 20px;
    background-color: #FFF;
    z-index: 1;
}
.quicklogintt::after {
    content: "";
    position: absolute;
    background-color: #E6E6E6;
    height: 1px;
    left: 0px;
    right: 0px;
    top: 18px;
}
.quicklogin {
    position: relative;
    padding-top: 5px;
    text-align: center;
}
.quicklogin a {
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
.quicklogin a:hover {
    color: #333;
}
.pop-sns {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    vertical-align: middle;
    content: none !important;
    background-image: url("../images/sns-sprite.png");
    background-repeat: no-repeat;
}
.icons-qq {
    background-position: 0px 0px;
}
.icons-weixin {
    background-position: -30px 0px;
}
.icons-weibo {
    background-position: -60px 0px;
}
.quicklogin a:hover .icons-qq,.other-login .icons-qq:hover {
    background-position: 0px -30px;
}
.quicklogin a:hover .icons-weixin,.other-login .icons-weixin:hover {
    background-position: -30px -30px;
}
.quicklogin a:hover .icons-weibo,.other-login .icons-weibo:hover {
    background-position: -60px -30px;
}
.weixinlogin {
    display: none;
    position: absolute;
    top: -210px;
    left: 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ccc;
}
/* 手机验证 */
.btn-phonecode {
	border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    background: #EFEFEF;
    margin-left: 10px;
}
.btn-phonecode:hover{
	background: #E5E5E5;
	color: #AE4141 !important;
	text-decoration: none;
}
.scodebox {
	display: none;
}
#codetip {
	display: none; 
	margin-left: 10px;
} 
.scodestatus {
	display: none; 
} 
.mphonetip {
	display: none;
}
.mphonetip {
	margin-left: 109px;
	margin-top: 10px;
	color: #900b09;
}
.scodestatus {
	background-position: 10px 5px;
    padding: 0 5px 0 40px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-indent: -9999px;
}
.scodesucess {
	background: url("../images/success.png") no-repeat; 
}
.scodeerror {
	background: url("../images/error.png") no-repeat;
}

/* ----------------------------------- work_view内容页 ----------------------------------- */
.project-wrapper #navsecond,.project-wrapper #sidebar,.project-wrapper .main-container {
	margin-bottom: -9999px;
    padding-bottom: 9999px;
}
/* 左边目录栏 */
#navsecond .dd-list li {
    padding-left: 6px;
}
#navsecond h2.menu-title {
	margin: 10px 0 0;
}
#navsecond li:first-child h2.menu-title {
	margin: 0;
}
#navsecond .dd-content {
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#navsecond .dd-list li.active {
	background-color: #DDD;
}
#navsecond .dd-list li.active a {
    color: #ff0000;
}
#navsecond .dd-list .dd-item.readed a {
	color: #666;
}
/* 中间模块 */
.main-container {
    float: left;
    width: 749px;
    background: #ffffff;
}
/* 上一页、下一页 */
#tpn,#bpn {
	width: 719px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.previous-link {
	float: left;
}
.next-link {
	float: right;
}
.previous-link,.next-link {
	color: #666;
}
.previous-link a,.next-link a {
	font-size: 13px;
	color: #666;
	cursor: pointer;
}
.previous-link a:hover,.next-link a:hover {
	color: #900b09;
}
.content-bg {
	width: 719px;
	margin: 0 15px 20px 15px;
}
.content-bg .content-head {
    padding-bottom: 3px;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
}
.content-bg .content-head h1 {
    display: inline-block;
	margin: 20px 0 0 0;
	font-size: 20px;
}
.correction {
	float: right;
	display: inline-block;
    border: 1px solid #c5c5c5; 
    border-radius: 3px;
    padding: 3px 10px; 
    font-size: 13px; 
    color: #666;
    margin: 20px 0 0 15px;
}
.correction:hover {
	color: #900b09;
}
.correction i,.content-group i {
	display: inline-block;
	width: 18px;
    height: 18px;
    margin-right: 2px;
    background-image: url(../images/content-group.png);
    background-repeat: no-repeat;
}
.content-group span,.correction i,.content-group i {
	vertical-align: middle;
}
.edit-icon {
	background-position: 0px -144px;
}
.correction:hover .edit-icon {
	background-position: 0px -198px;
}
.edit-error-icon {
	background-position: 0px -180px;
}
.correction:hover .edit-error-icon {
	background-position: 0px -162px;
}
.content-group a,.content-head-viewcount {
	float: left;
	display: inline-block;
	font-size: 13px;
	color: #666;
    margin: 10px 20px 0 0;
    line-height: 28px;
}
.content-group a:hover {
    color: #900b09;
}
.viewcount-icon {
	background-position: 0px -72px;
}
.star-icon {
	background-position: 0px -36px;
}
.content-group a:hover .star-icon {
	background-position: 0px -18px;
}
.star-icon-isdone {
	background-position: 0px 0px;
}
.thumbs-up-icon {
	background-position: 0px -54px;
}
.content-group a:hover .thumbs-up-icon{
	background-position: 0px -108px;
}
.thumbs-up-icon-isdone {
	background-position: 0px -90px;
}
.share-icon {
	background-position: 0px -215px;
}
.content-group a:hover .share-icon {
	background-position: 0px -125px;
}
.newversion-icon {
	background-position: 0px -252px;
}
.content-group a:hover .newversion-icon {
	background-position: 0px -234px;
}

/* 右边目录栏  */
#sidebar .pro-box {
	text-align: center;
	margin: 20px 0;
}
#sidebar .pro-box a {
	font-size: 15px;
	color: #333;
}
#sidebar .pimgcover {
	display: inline-block;
	border: 1px solid #EEE;
	box-shadow: 3px 3px 7px 0px #CCC;
    padding: 5px;
}
#sidebar .pro-info h4 {
	margin-top: 5px;
	padding: 0 5px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* 扩展栏目  */
.tools-box #tools {
	padding: 20px 0 5px;
}
.tools-box #tools h5 {
	margin: 0 auto 15px;
	overflow: hidden;
}
#tools #tools_1,#tools #tools_2,#tools #tools_3 {
	width: 85%;
	height: 40px;
	line-height: 40px;
	text-align: center;
    font-size: 14px;
    font-weight: normal;
	border-radius: 6px;
}
#tools #tools_1 a,#tools #tools_2 a,#tools #tools_3 a {
	display: block;
	color: #000;
}
#tools #tools_1 a {
	background: #e1dacf;
}
#tools #tools_1 a:hover {
	background: #e9e5df;
}
#tools #tools_2 a {
	background: #b2ab9b;
}
#tools #tools_2 a:hover {
	background: #c1bcae;
}
#tools #tools_3 a {
	background: #c5c5c5;
}
#tools #tools_3 a:hover {
	background: #d5d5d5;
}
/* 其他  */
.op-tools-area { display: none; }
.rmtitle { float:right; display: none;}
input[name='mtitle'] { display: none; }


/* ----------------------------------- work_cover手册封面 ----------------------------------- */
.main-container #pcover {
	margin: 15px 15px 0;
}
.main-container .portlet {
	margin-bottom: 20px;
	overflow: hidden;
}
.main-container .coverimg {
	float: left;
}
.main-container .coverinfo {
	margin-left: 190px;	
}
.main-container .coverinfo h1 {
	font-size: 20px;
	color: #000;
	margin: 10px 0;
}
.main-container .coverinfo-desc h2 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}
.main-container .coverinfo-desc p {
	font-size: 14px;
	color: #333;
}
.coverinfo-desc .content-btn-group {
	float: left;
}
.coverinfo-desc .content-btn-group a,.coverinfo-desc .content-head-viewcount {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin: 10px 20px 0 0;
	line-height: 28px;
}
.coverinfo-desc .content-btn-group a i.isdone {
    color: #ed9c28;
}
.main-container .project-desc,.main-container .project-desc2 {
	padding: 20px 0;
	border-top: 1px solid #aaa;
}
.main-container h2.project-desc-title {
	margin: 0;
}
.main-container .project-desc2 h3 {
    margin-bottom: 10px;
    width: 90%;
}
.main-container .project-desc2 .ask-btn {
	float: right;
	font-weight: 400;
}
.main-container .project-desc2 .portlet-body li {
	line-height: 24px;
}
.main-container .project-desc2 .portlet-body li a {
	display: inline-block;
	width: 80%;
	word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-container .project-desc2 .portlet-body li span {
	float: right;
	width: 20%;
}
.icons-question {
    background: url("../images/question-icon.png") no-repeat scroll 0% 0%;
}
.icons-artile {
	background: url("../images/icon-article.png") no-repeat scroll 0% 0%;
}

/* ----------------------------------- 广告模块  ----------------------------------- */
/* 内容页广告模块  */
.content-abox {
	margin: 10px 15px 0 15px;
}
.content-abox a {
	display: block;
}
.content-abox iframe,.content-abox img {
	width: 719px !important;
}
/* 实例、实战页广告模块  */
.try-abox {
	float: left;
    width: 72%;
    height: 70px;
    overflow: hidden;
    margin: 5px 0 5px 10px;
}
.try-abox iframe,.try-abox img {
    height: 70px;
}

/* ----------------------------------- 头条公告 ----------------------------------- */
.news-content {
    float: left;
    width: 884px;
    min-height: 600px;
    padding: 20px;
    margin-right: 15px;
    background: #FFF;
}
/* 公告列表  */
.news-cate {
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-radius: 2px;
    border-bottom: 1px solid #DDD;
    margin: 0 0 10px;
}
.news-cate li {
    float: left;
    margin-right: 10px;
}
.news-cate li a {
	padding: 0 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.news-cate li a.active {
    border-bottom: 2px solid #AE4141;
    color: #900b09;
}
.news-content .news-box {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #DDD;
}
.news-content .news-box-img {
    float: left;
    width: 170px;
    height: 114px;
}
.news-content .news-box-img img {
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.news-content .news-box-img img:hover {
	box-shadow: 3px 3px 7px 0px #DDD;
}
.news-content .news-right-box {
    margin-left: 190px;
}
.news-content .news-right-box h4 a {
    font-size: 15px;
    line-height: 24px;
}
.news-content .news-right-box p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}
.news-right-box .news-postdate{
	float: right;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

/* 专题列表页、专题内容页  */
.collection-cate {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
}
.collection-cate li {
    float: left;
    margin-right: 15px;
}
.collection-cate li a {
    padding: 0 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.collection-cate li a.active {
    border-bottom: 2px solid #AE4141;
    color: #900b09;
}
.collection-cate li a:hover {
    color: #900b09;
}
.collection-img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 25px auto 15px;
}
.collection-img img {
	display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.collection-follow,.collection-manage {
	border: 1px solid #AE4141;
	background-color: #ae4141;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
}
.collection-follow:hover,.collection-manage:hover {
	border: 1px solid #900b09;
	background-color: #900b09;;
	color: #fff;
}
.collection-follow.yfollow {
	background: #F5F5F5;
	border: 1px solid #CCC;
	color: #333;
}
/* 专题列表页  */
.collection-box {
	display: inline-block;
    width: 18.4%;
    height: 278px;
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 4px;
    margin: 20px 11px 10px 10px;
    padding: 0 20px 20px 20px;
}
.collection-box:hover {
	border: 1px solid #ccc;
}
.collection-intro {
    width: 100%;
	text-align: center;
}
.collection-box h4 a {
	display: block;
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.collection-box h4 a:hover {
	color: #900b09;
}
.collection-box .collection-desc {
	margin: 10px 0 15px;
	height: 18px;
	font-size: 13px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.collection-count {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}
/* 专题内容页  */
.collection-main {
	float: left;
    width: 70%;
}
.collection-aside {
	float: left;
	width: 25%;
	margin-left: 5%;
}
.collection-info-box {
    margin: 10px 0 30px;
    overflow: hidden;
}
.collection-info-box .collection-img {
    float: left;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.collection-info-box .btn {
    float: right;
    margin: 25px 20px 0 0;
}
.collection-info-box .collection-contribute {
	color: #900b09;
}
.collection-info-box .collection-title {
    margin: 10px 0 0 130px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.collection-info-box .info {
    margin: 10px 0 0 130px;
    font-size: 14px;
    color: #666;
}
.collection-article-box {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}
.collection-article-intro {
    float: left;
	width: 100%;
}
.have-img .collection-article-intro {
    width: 70%;
}
.collection-article-intro h4 a {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.collection-article-intro h4 a:hover {
	color: #900b09;
}
.collection-article-intro p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}
.collection-article-meta {
	margin-top: 10px;
}
.collection-article-meta a,.collection-article-meta span {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-right: 5px;
}
.collection-article-meta a {
	color: #900b09;
}
.collection-article-meta img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding-right: 5px;
	vertical-align: middle;
}
.collection-article-meta .v-line::before {
	content: "| ";
	padding-right: 5px;
}
.collection-article-img {
    float: right;
    width: 170px;
    height: 114px;
}
.collection-article-img img {
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.collection-aside .title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #333;
}
.collection-aside .desc {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.editor-list {
	margin-bottom: 20px;
}
.editor-list li {
	margin-bottom: 10px;
}
.editor-list li a {
	display: inline-block;
}
.editor-list li .avatar img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}
.editor-list li .name {
    position: relative;
    max-width: 60%;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.editor-list li .tag {
	border: 1px solid #666;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}
.collection-follower li {
	display: inline-block;
}
.collection-follower .avatar img {
	margin-right: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* 公告活动内容页  */
.article-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}
.article-group {
    margin-top: 20px;
    height: 30px;
    border-bottom: 1px solid #CCC;
}
.article-group .bdshare-button-style2-16::after{
	display: inline;
}
.article-group a, .article-group span {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.article-page-content {
	margin: 10px 0;
    font-size: 14px !important;
    color: #333 !important;
}
.article-page-content p {
    color: #333 !important;
}
.article-page-content table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.article-page-content table td {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    box-sizing: border-box;
}
.article-page-content img {
	max-width: 90%;
}
.article-operation {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0px;
    margin-top: 20px;
    overflow: hidden;
}
.article-operation .l a {
	display: inline-block;
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	padding: 5px 10px;
	border-radius: 20px;
	margin-right: 15px;
	font-size: 13px;
	color: #666;
}
.article-operation .l a:hover {
	color: #1CB177;
}
.article-operation .r span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
}
.article-thumbs-up {
	padding: 10px 25px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border-left: 4px solid #1cb177;
    box-sizing: border-box;
    box-shadow: 0 0 1px #d9d9d9;
}
.article-thumbs-up .btn-thumbs-up {
	display: inline-block;
    padding: 4px 12px;
    border-color: #1cb177;
    background: #1cb177;
	color: #FFF;
	margin: 10px 15px 10px 0;
	border-radius: 4px;
}
.article-thumbs-up .avatar-list {
    display: inline-block;
    font-size: 15px;
    color: #333;
}
.article-thumbs-up img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 3px;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    text-align: center;
	border-radius: 50%;
}

/* ----------------------------------- 最新更新 ----------------------------------- */
.archive-content li {
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #DDD;
}
.archive-content li h4 {
	font-weight: 500;
	font-size: 14px;
}
.archive-list span {
	float: right;
	font-size: 13px;
	color: #666;
}

/* ----------------------------------- 网站地图、友情链接 ----------------------------------- */
.sitemap-item,.links-item {
	padding: 20px 0;
}
.sitemap-item h3,.links-item h3 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
}
.sitemap-box {
	padding: 10px 0px;
    overflow: hidden;
}
.links-box,.img-links-box {
	padding: 20px 0px;
    overflow: hidden;
}
.sitemap-box a,.links-box a {
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 0 5px;
	font-size: 14px;
	text-decoration: underline;
}
.links-box a {
	text-decoration: none;
}
.img-links-box a {
	width: 17.8%;
	height: 75px;
	line-height: 75px;
	border: 1px solid #DDD;
	margin: 0 5px 20px;
	overflow: hidden;
	text-align: center;
}
.url-links-box a {
	margin: 0 10px 10px 0;
}
.img-links-box .link-img {
	max-width: 180px;
	max-height: 60px;
	vertical-align: middle;
}
.links-item h4 {
	font-size: 15px;
	color: #333;
	margin-left: 5px;
}
.links-item p {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
.links-intro {
    margin: 0 0 20px 20px;
}
.links-intro pre {
	display: block;
	width: 750px;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	padding: 10px 15px;
	margin: 15px 0;
    word-wrap: break-word !important;
	white-space: pre-wrap !important;
	overflow-x: auto;
	line-height: 1.7;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
}

/* ----------------------------------- 用户排行榜 ----------------------------------- */
.user-toplist {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.user-toplist:last-of-type {
	margin-right: 0;
}
.user-toplist-title {
	margin-top: 15px;
}
.user-toplist-title h2 {
	display: inline-block;
	font-size: 18px;
	color: #333;
}
.user-toplist-title h2::before {
	content: "";
	background: #AE4141;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 8px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.toplist-sort {
	margin: 15px 0;
	overflow: hidden;
}
.toplist-sort ul {
	float: left;
	display: inline-block;
}
.toplist-sort li {
	float: left;
	margin-right: 8px;
}
.toplist-sort li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.toplist-sort li a.active,.toplist-sort li a:hover {
	color: #900b09;
}
.my-top {
	float: right;
	display:inline-block;
	font-size: 14px;
	color: #666;
}
.toplist-block {
    margin-bottom: 30px;
}
.toplist-item {
	padding-left: 25px;	
}
.toplist-item li {
	position: relative;
    margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	list-style-type: decimal;
}
.toplist-item .top-userava img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}
.toplist-item a.top-username {
    line-height: 28px;
    width: auto;
    max-width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.toplist-item .top-usermeta {
	float: right;
	line-height: 28px;
    font-size: 14px;
    color: #666;
}

/* --------------------------- 编程入门教程、开源文档、编程实例  ---------------------------- */
#projectList #navsecond,#projectList #sidebar {
	background: transparent;
}
#projectList .sidebar-box {
	background: #FFF;
	margin-bottom: 15px;
}
#projectList #navsecond li,#projectList #sidebar li,#projectList #allProject,#projectList #allWebnav,#sidebar .sidebar-box li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #DDD;
	padding: 0 12px;
}
#project-content,#projectList #maincontent {
	float: left;
	width: 924px;
	margin: 0 0 0 15px;
	background: #FFF;
}
.pro-list{
	margin: 10px 0;
}
.item-title {
	padding: 0 20px;
}
.item-title h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
	font-size: 18px;
	color: #333;
}
.pro-list-content {
	margin-top: 20px;
    overflow: hidden;
}
.pro-item {
    width: 28%;
    height: 63px;
    background-color: #efefef;
	float: left;
    border-radius: 3px;
    padding: 15px 10px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
}
.pro-item:hover {
	background-color: #ddd;
}
.pro-item-img {
	float: left;
}
.pro-item-img img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.pro-item-desc{
	margin-left: 50px;
}
.pro-item-desc h4 {
    font-size: 14px;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
#project-content a {
	color: #333;
}
/* 编程实例、测验   */
#projectList #maincontent {
	width: 884px;
	padding: 0 20px;
}
#projectList #maincontent ul {
	margin: 15px 0;
}
#projectList #maincontent ul li {
    list-style-type: none;
}
#projectList #maincontent .quiz_button {
	height: 30px !important;
	border: 0;
	padding: 5px 8px;
	background-color: #AE4141;
	font-size: 13px !important;
	color: #FFF;
	border-radius: 2px;
	cursor: pointer;
}
#projectList #maincontent .quiz_button:hover {
	background-color: #900b09;
}
/* 在线工具列表  */
.tools-content .pro-list {
	margin: 15px 0;
}
.tools-content .item-title h2::before {
    content: "";
	background: #AE4141;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 8px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.tools-content .pro-list-content {
    padding: 0 5px;
}
.tools-content .pro-item {
	width: 21%;
	height: 50px;
}
.tools-content a {
	color: #333;
}



/* ----------------------------------- 代码实例 ----------------------------------- */
#projectList .sidebar-box ul .action{
	background: #eee;
}
/* 代码实例列表页 */
.codedemo-item {
    width: 100%;
    height: auto;
    padding: 25px 0 18px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.codedemo-item h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.codedemo-box a {
    margin: 5px 10px 5px 0px;
    display: inline-block;
    padding: 5px;
}
#project-content .archive-content{
	width:984px;
}
#project-content .archive-content ul li a span{
	width:850px;
	height:30px;
	float: left;
	word-break:break-all;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
.codedemo-runcode-box .icon-copy{
	background:rgba(0, 0, 0, 0) url("../images/icon-copy.png") no-repeat scroll 0 -1px;
}
.codedemo-runcode-box .runcode-menu .right-btrun{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color #d8d8d8 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-width: 0 1px 0 0;
    color: #666;
    cursor: pointer;
    float: left;
    font-weight: normal;
    height: 30px;
    padding: 12px 15px 0;
    position: relative;
	float: right;
	border-style: none none none solid;
}
.codedemo-answer-left{
	float: left;
	border: 1px solid #b6b6b6;
}
.codedemo-answer-right{
	float: right;
	border: 1px solid #b6b6b6;
}
/* 代码实例内容页 */
.codedemo-title{
	overflow: auto;
}
.codedemo-title h2 {
	float: left;
	font-size: 18px;
	color: #000;
}
.codedemo-correction {
	display: inline-block;
    border: 1px solid #c5c5c5; 
    border-radius: 3px;
    padding: 3px 10px; 
    font-size: 13px; 
    color: #666;
    margin-left: 10px;
}
.codedemo-tag {
	margin-top: 20px;
}
.codedemo-tag img {
	vertical-align: middle;
}
.codedemo-question{
	padding: 10px 0;
}
.codedemo-runcode-box {
	border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: auto;
}
.codedemo-runcode-box .runcode-menu{
	background: #eee;
    clear: both;
    height: 43px;
    overflow: auto;
}
.codedemo-runcode-box pre {
	width: auto;
	border: none;
	margin-top: 0;
}
.codedemo-runcode-box .btrun {
    padding: 12px 15px 0 15px;
    height: 30px;
    font-weight: normal;
    color: #666;
    border: 0 none;
    border-right: 1px #d8d8d8 solid;
    background: transparent;
    cursor: pointer;
    float: left;
    position: relative;
}
.codedemo-runcode-box .runcode-menu .active{
    color: #333;
    border-bottom: 1px #fff solid;
    background: #fff;
    cursor: default;
}
.codedemo-runcode-box .runcode-menu a:active{
    color: #333;
    border-bottom: 1px #fff solid;
    background: #fff;
    cursor: default;
}
.codedemo-runcode-box .runcode-body #view {
	min-height: 400px;
}
.codedemo-runcode-box .runcode-body #result-iframe {
	min-height: 400px;
}

/* ----------------------------------- 社群列表页  ----------------------------------- */
.groups-cate {
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}
.groups-cate li {
    float: left;
    margin-right: 5px;
}
.groups-cate li a {
	display: inline-block;
    padding: 0 15px;
    color: #333;
}
.groups-cate li:first-of-type a {
	border-radius: 2px 0px 0px 2px;
}
.groups-cate li a.active,.groups-cate li a.active:hover {
    background-color: #AE4141;
    color: #FFF;
}
.groups-cate li a:hover {
    color: #AE4141;
}
.groups-list {
	margin-top: 20px;
	overflow: hidden;
}
.groups-list .group-item {
	position: relative;
    width: 18.3%;
	float: left;
	background-color: #FFF;
	margin: 10px 9px 20px 8px;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
    border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #ececec;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.04);
	border-radius: 3px;
}
.groups-list .group-item:hover {
    border: 1px solid #ccc;
}
.group-type {
	position: absolute;
	left: 0;
	background-color: #000;
    opacity: 0.6;             /* Firefox、Chrome */     
    filter:alpha(opacity=60); /* IE8 */
    color: #FFF;
    padding: 3px 5px;
}
.group-img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 40px auto 20px;
	border-radius: 4px;
}
.group-detail {
	height: 106px;
	padding: 0 10px;
	overflow: hidden;
}
.group-name {
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.group-name a {
	font-size: 14px;
	color: #333;
}
.group-desc {
	margin-top: 10px;
	font-size: 13px;
    color: #666;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.group-count {
    margin: 15px 0;
    overflow: hidden;
    color: #666;
}
.group-count .group-greater {
	float: left;
	color: #333;
}
.group-count .group-greater:hover {
	color: #900b09;
}
.group-count .group-greater img {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 3px;
	vertical-align: middle;
}
.group-count span {
	float: right;
	line-height: 28px;
}
.group-btn {
    padding: 3px 10px;
}

/* ----------------------------------- 关于我们 ----------------------------------- */
.about-wrapper #navsecond,.about-wrapper #maincontent,.about-wrapper #sidebar {
	margin-bottom: -9999px;
    padding-bottom: 9999px;
}
#navsecond .tabs_list ul {
	margin: 0 12px;
}
#navsecond .tabs_list li {
	margin: 5px 0 0 0;
}
#navsecond .tabs_list li a {
    font-size: 14px;
    color: #000;
}
#navsecond .tabs_list li.active a,#navsecond .tabs_list li:hover a {
    color: #ff0000;
}
#maincontent #join-us h2 {
	font-size: 15px;
	color: #900b09;
}
#maincontent #join-us h3 {
	font-size: 14px;
	margin: 15px 0 0;
}
#maincontent .addr-img {
	display: block;
	margin: 20px 0 0 10px;
}
#maincontent .zfb-img {
	margin: 0 0 0 25px;
}
#maincontent #about-us img {
	margin-bottom: 20px;
}

/* ----------------------------------- 友情链接 ----------------------------------- */
#links-wrapper {
	width: 1129px; 
	margin: 0px auto; 
	text-align: left;
}
#links-wrapper .links-title {
	height: 42px;
	line-height: 42px;
	border-bottom: 3px solid #DDD;
}
#links-wrapper .links-title h3 {
    float: left;
	font-size: 16px;
	color: #333;
	border-bottom: 3px solid #D01C06;
}
#links-wrapper .links-list {
	margin-top: 10px;
	overflow: hidden;
}
#links-wrapper .links-list a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin: 3px 15px 0 5px;
}
#links-wrapper .links-list .more-link {
	font-weight: 600;
	text-decoration: none;
	color: #900b09;
}
#links-wrapper .links-list a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* ----------------------------------- 搜索内容页 ----------------------------------- */
.search-main .result-content-list {
	max-height: 180px;
}
.search-main .pro-item {
	width: 20%;
	height: auto;
	margin: 0px 6px 20px 11px;
}
.search-main .show-more-box{
	width: 100%;
	overflow: auto;
}
.search-main #show-more{
	float: right;
    padding-right: 20px;
}

/* 底部浮动条样式   */
.widget-main {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000); /*IE6-8*/ 
}
.widget-box {
	position: relative;
	width: 1129px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;  
    color: #eee;
}
.widget-box * {
    float: left;
}
.widget-box a {
    color: #eee;
}
.widget-box a:hover {
    color: #fff;
}
.widget-box .slogn {
	font-size: 18px;
}
.widget-box .quicklogin {
	position: relative;
    text-align: center;
	font-size: 14px;
	padding-top: 0;
}
.widget-box .quick-box a {
	display: inline-block;
	border: 1px solid transparent;
	margin: 24px 10px 0 10px;
	color: #fff;
	border-radius: 3px;
}
.widget-box .reg-btn {
	background: #f0ad4e; 
}
.widget-box .reg-btn:hover {
    background: #ed9c28; 
}
.widget-box .qq-btn {
	background: #56abe4;
}
.widget-box .qq-btn:hover {
    background: #1d9ad6;
}
.widget-box .weixina {
	background: #3bae56;
}
.widget-box .weixina:hover {
    background: #47a447;
}
.widget-box .weibo-btn {
    background: #eb4f38;
}
.widget-box .weibo-btn:hover {
    background: #ff5222;
}
.widget-box .icons-qq-widget {
    background-position: 0px -60px;
}
.widget-box .icons-weixin-widget {
    background-position: -30px -60px;
}
.widget-box .icons-weibo-widget {
    background-position: -60px -60px;
}
.widget-box .pop-sns {
	margin-top: 3px;
}
.widget-box-close {
	position: absolute;
    top: 9px;
    right: 60px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
	font-size: 15px;
    color: #eee;
    text-align: center;
    cursor: pointer;
}
.widget-box-close:hover {
	text-decoration: none;
}
.sig-group a {
	font-size: 14px;
}

/* vip浮动框样式  */
.vip-area {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 99999;
	left: 0; 
	top: 0;
}
.vip-area .vip-bg {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 99999;
	left: 0; 
	top: 0; 
	background: #000; 
	opacity: 0.75 ;
	filter: alpha(opacity=75);
}
.vip-area .vip-main {
	width: 575px;
	height: 505px;
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -310px;
}
.vip-main .close-btn {
	position: absolute; 
	right: 30px; 
	top: 50px; 
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	background: url(../images/close-btn.png) no-repeat center center; 
	cursor: pointer;
}
.vip-main .vip-dialog {
	width: 575px;
	height: 505px;
	background: transparent;
}

/* ----------------------------------- 页面自适应 ----------------------------------- */
@media (min-width:1200px) {
	#header_index,.footer-bottom,.s-footer-bottom,#navfirst,#navfirst ul#menu,#wrapper,.index-wrapper,#links-wrapper,.search-center,.search-main {
		width: 1129px;
    }
    #header_index .logo img {
        width: 195px;
		height: 44px;
		margin: 18px 0;
    }
	#maincontent {
	    width: 719px;
	}
	#header_index .searchbox {
        width: 190px;
    }
    #header_index .searchbox input.box {
        width: 139px;
    }
	#project-content {
		width: 924px;
    }
    #projectList #maincontent,.news-content {
		width: 884px;
    }
    .search-list {
    	width: 829px;
    }
    .main-container {
	    width: 749px;
	}
	.content-bg,#tpn,#bpn {
	    width: 719px;
	}
	.content-abox iframe,.content-abox img {
	    width: 719px !important;
    }
}
@media (min-width:1300px) {
	#header_index,.footer-bottom,.s-footer-bottom,#navfirst,#navfirst ul#menu,#wrapper,.index-wrapper,#links-wrapper,.search-center,.search-main {
		width: 1229px;
    }
    #header_index .logo img {
        width: 215px;
        height: 48px;
		margin: 16px 0;
    }
	#maincontent {
	    width: 819px;
	}
	#header_index .searchbox {
        width: 235px;
    }
    #header_index .searchbox input.box {
        width: 184px;
    }
	#project-content {
		width: 1024px;
    }
    #projectList #maincontent,.news-content {
    	width: 984px;
    }
    .search-list {
    	width: 929px;
    }
    .main-container {
	    width: 849px;
	}
	.content-bg,#tpn,#bpn {
	    width: 819px;
	}
	.content-abox iframe,.content-abox img  {
	    width: 819px !important;
    }
}

/* ----------------------------------- 隐藏站长统计 ----------------------------------- */
#cnzz_stat_icon_1258207405 {
    display: none;
}
#maincontent .backtoreference {
	border: none;
}

/* ----------------------------------- 意见反馈样式  ----------------------------------- */
.report-Box,.feedback-Box,.register-Box,.dialog-box{
	width: 100%;
	height: 100%; 
	background-color: #000; 
	position:fixed; 
	top:0px; 
	left:0px;
	background-color: rgba(000,000,000,0.8);
	z-index: 1200;
}
.report-Box-content,.feedback-Box-content,.register-Box-content,.dialog-box-content{
	z-index:1200;
	top:3%;
	width: 500px;
	margin:0px auto;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}
.report-Box-top,.feedback-Box-top,.register-Box-top,.dialog-box-head{
	padding: 10px 20px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #E5E5E5;
}
.report-Box-title,.feedback-Box-title,.register-Box-title,.dialog-box-title{
	font-size: 16px;
	font-weight: bold;
}
.report-Box-close,.feedback-Box-close,.register-Box-close,.dialog-box-close{
	cursor:pointer;
	float: right; 
	width:20px;
	height:20px;
	font-weight:700;
	text-align: center;
	color: #9e9e9e;
	text-shadow: 0px 1px 0px #FFF;
}

#updateCollection,#deleteCollection,#addCollection,.dialog-body-btn{
	cursor: pointer;
	float: right; 
	margin: 0 5px;
	text-align: center;
	padding: 4px 12px;
	background-color: #ae4141;
	border: 1px solid #ae4141;
	color: #FFF;
	border-radius: 3px;
}
/********begin dialog-列表专用********/
.dialog-box-body ul{
	margin-top: 30px;
}
.dialog-box-body li{
	border-bottom: 1px solid rgb(221, 221, 221);
    clear: both;
    margin: 10px;
    overflow: auto;
}
.dialog-box-body .dialog-body-img{
	float: left;
    width: 40px;
}
.dialog-box-body h3{
    margin: 12px 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.dialog-box-body .dialog-body-img img{
	width: 40px;
}
.dialog-box-body .dialog-body-title{
	float: left;
    line-height: 30px;
    padding:0 5px; 
}
.dialog-body-btn{
	margin: 0 15px 15px 0;  
}
/********end dialog-列表专用********/
#reportSubmit,#feedbackSubmit,#registerSubmit,#dialogSubmit{
	cursor: pointer;
	float: right; 
	margin: 20px;
	text-align: center;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background-color: #ae4141;
	border: 1px solid #ae4141;
	color: #FFF;
	border-radius: 4px;
}
.report-Box-content ul,.feedback-Box-content ul,.register-Box-content ul,.dialog-box-content ul,.dialog-box-body{
	margin: 10px 0;
	padding: 0 30px;
}
.radio-box,.feedback-box,.register-box{
	cursor:pointer;
	display: block;
}
.feedback-box #feedbackRadio,.feedback-box p {
    margin: 12px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;

}
.radio-text,.feedback-text,.register-text,.dialog-text{
	width: 340px;
    height: 21px;
    padding: 6px 8px;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-border-radius: 4px;      /* Gecko browsers */
    -webkit-border-radius: 4px;   /* Webkit browsers */
    border-radius:4px;            /* W3C syntax */
    font-size: 14px;
}
.dialog-text{
	height: 30px;
	width: 200px;
}
.radio-text,.feedback-text,.register-text{
	width: 430px;
	height: 63px;
}
.feedback-text {
	width: 600px;
	height:200px;
	overflow:auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: none;
    line-height: 22px;
}
.register-Box-info{
	background: url("../images/register_bg.png") no-repeat scroll 0px 0px;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.usertype-ico-1{
	background: url("../images/vip_ico.png") no-repeat scroll 0px 0px;
	padding: 9px 15px;
}
.register-Box-left,.register-Box-right{
	float: left;
	margin: 10px;
}
.register-Box-right{
	width: 325px;
}
.register-Box-left img{
	width: 130px;
	height: 130px;
}
.register-userinfo{
	clear: both;
    margin: 0 5px 10px;
}
.register-userinfo-title{
	font-size: 16px;
}
.register-userinfo-info{
	font-size: 20px;
	color: #bd2d30;
	margin-left: 35px;
}
.register-Box-info #reportSubmit{

	margin: 0 0 0 220px;
}
.register-userinfo span{
	width: 100px;
	word-break:break-all;
	overflow: hidden;
}

/* toast start */
.toast-title{font-weight:bold}
.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
.toast-message a,.toast-message label{color:#fff}
.toast-message a:hover{color:#ccc;text-decoration:none}
.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}
.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
.toast-top-full-width{top:0;right:0;width:100%}
.toast-bottom-full-width{bottom:0;right:0;width:100%}
.toast-top-left{top:12px;left:12px}
.toast-top-right{top:12px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}
.toast-top-center {top: 12px;margin: 0 auto;left: 50%;margin-left: -150px;}
.toast-bottom-center {bottom: 12px;margin: 0 auto;left: 50%;margin-left: -150px;}
#toast-container{position:fixed;z-index:999999}
#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}
#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}
#toast-container>.toast-info{background-image:url("../images/fedfecfee7a643988aca65bea4654d9f.gif")!important}
#toast-container>.toast-error{background-image:url("../images/a334bab1577c40549a7d9d9b5d10aa9a.gif")!important}
#toast-container>.toast-success{background-image:url("../images/a7a42749d31a4de89096bf2a551cc02f.gif")!important}
#toast-container>.toast-warning{background-image:url("../images/2bb2aaea62974542815ca6d0a878ef3b.gif")!important}
#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}
.toast{background-color:#030303}
.toast-success{background-color:#51a351}
.toast-error{background-color:#bd362f}
.toast-info{background-color:#2f96b4}
.toast-warning{background-color:#f89406}
@media all and (max-width:240px){
  #toast-container>div{padding:8px 8px 8px 50px;width:11em}
  #toast-container .toast-close-button{right:-.2em;top:-.2em}
}
@media all and (min-width:241px)and (max-width:480px){
  #toast-container>div{padding:8px 8px 8px 50px;width:18em}
  #toast-container .toast-close-button{right:-.2em;top:-.2em}
}
@media all and (min-width:481px)and (max-width:768px){
  #toast-container>div{padding:15px 15px 15px 50px;width:25em}
}
/* toast end*/

/*dict start */
.no-js .sig-box,.no-js #dropdown-user{
	height: 80px;
}
/*dict end */

/** 笔记插件 start */
.ntitlebox {
	width:100%;
}
.ntitle {
	/*border-top:none;
	border-left:none;
	border-right:none;*/
	width:100%;
	margin:0;
	padding:5px 0;
	border:1px solid #ccc;

}
.notebtn {
	padding: 4px 12px;
	border-radius: 3px;
	border:1px solid #ccc;
	cursor: pointer;
}
.notesubmit {
	background-color: #ae4141;
	border: 1px solid #ae4141;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	float: right;
	margin: 20px;
	padding: 4px 12px;
	text-align: center;
}
.pull-right {
	float:right;
}
.margin20 {
	margin:20px;
}
.floatBox{border: 1px solid #ccc;
	box-shadow: 0 2px 6px 1px #999;
	position:fixed !important;/*ie7 ff*/position:absolute;top:0;left:0;background:#fff; display:none; z-index:1000;
}
.floatBox .title{
	background: #ccc none repeat-x scroll 0 0;
	color: #333;
	cursor: move;
	height: 23px;
	padding: 7px 10px 0;
}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px;line-height:16px; font-weight:bold; display:inline;}
.floatBox .title span{float:right;cursor:pointer;}
.floatBox .title span img{cursor:pointer; margin:-5px -5px;}
.floatBox .content{padding:0;background:#fff;overflow-x:hidden;overflow-y: auto;}
.closeDialog{ font-size:20px; font-weight:bold; color:#000; margin-top:-5px;}
.closeDialog:hover{ font-size:20px; font-weight:bold; color:#fff; margin-top:-5px; position: relative fixed absolute}
#note-Dialog {
	padding:10px;
}
.en-markup-crop-options {
    top: 18px !important;
    left: 50% !important;
    margin-left: -100px !important;
    width: 200px !important;
    border: 2px rgba(255,255,255,.38) solid !important;
    border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
    margin-left: 0px !important;
}

.dialogBackground {
    background: #555 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #000 none repeat scroll 0 0;
    opacity: 0.5;
}
.is_show{display:block!important;}