body {
	font-family: '微软雅黑',Helvetica,Arial,Verdana,sans-serif,宋体;
	margin: 0 auto;
	color: #434343;
	background: #f8f8f8;
}

h1 {
	color: #494949;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
    font-size: 24px;
}

h1 a {
	color: #555
}

h2 {
	color: #555;
}

h2 span {
	font-size: 12px;
	font-weight: normal
}

h3,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.link-red{color:#ff0000}
.link-blue{color:#0000ff}

/****此处bootstrap样式重写开始****/


.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right:10px;
    padding-left:10px;
}

.thumbnail{
    border: none;
    border-radius:0px;
    padding:0px;
}

.breadcrumb{
    border-radius:0px;
}

.panel-default{
    border-radius:0px;
    box-shadow:none;
    border:none;}

.carousel-control.left, .carousel-control.right{
    background: none;
}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


/****此处bootstrap样式重写结束****/

.wto{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.btn-fat{padding-left:30px;padding-right:30px;}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0
}


.f12 {
	font-size: 12px
}

.f14 {
	font-size: 14px
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs30{font-size: 30px;}



.fl {
	float: left
}

.fr {
	float: right
}

/*头部导航*/
.header {
	background: #49a5de;
	width: 100%;
	border-radius: 0px;
	margin:0;
}




/*顶部搜索*/
.navbar-form{
    margin-top: 11px;
}

.navbar-form .form-control {
    height: 30px;
    width: 100px;
    border-radius: 20px;
    line-height: 28px;
    padding: 0 24px 0 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #fff;
}

.navbar-form .form-group {
    position: relative;
}

.navbar-form .button {
    position: absolute;
    right: 2px;
    top: 6px;
    border: none;
    background: none;
}




.ts-dropdown{display:none;position:absolute;left:0;top:105%;z-index:9999;width:100%;min-width:110px;background: #fff;border:1px solid #ccc;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}

.ts-dropdown p{padding:5px 10px;margin:0;}
.ts-dropdown .ts-dropdown-list{list-style: none;margin:0;padding:0;}
.ts-dropdown .ts-dropdown-list li{position:relative;height:42px;line-height:42px;padding:0 10px !important;border-top: 1px solid #f0f0f0;cursor: pointer;text-align: left;font-size: 14px;}
.ts-dropdown .ts-dropdown-list li:first-child{border-top: none;}
.ts-dropdown .ts-dropdown-list li:hover, .ts-dropdown .ts-dropdown-list li.active{background-color: #f0f0f0;}
.ts-dropdown .ts-dropdown-list li a{display:block;color: #666;}


.ts-logo, .ts-top-nav{position:relative;float: left;}
.ts-user-nav{position:relative;float: right;margin:10px 0 10px 10px;}


.ts-logo{width:190px;height:40px;margin:0;}
.ts-logo a{display:block;width: 190px;height: 40px;}

.ts-top-nav{margin:0;border: none;}
.ts-top-nav .collapse{visibility: visible;}

.ts-top-nav > nav > ul > li > a{padding:16px;color: #fff;}
.ts-top-nav > nav > ul > li > a.active{background: #49a5de;font-weight: bold;}
.ts-top-nav > nav > ul > li > a:hover, .ts-top-nav > nav > ul > li > a:focus{background: #49a5de;}



.ts-top-nav ul li:hover .ts-dropdown{display: block;}
.ts-top-nav .ts-dropdown{display:none;top:100%;min-width:300px;border-top: none;border-radius: 0 0 4px 4px;}
.ts-top-nav .ts-dropdown .more{font-size: 12px;}
.ts-top-nav .ts-dropdown .close{display: none;}
.ts-top-nav .ts-dropdown ul li{padding:5px 10px;border-top:1px solid #f5f5f5;}
.ts-top-nav .ts-dropdown ul li:first-child{border-top: none;}
.ts-top-nav .ts-dropdown ul li:hover{background: #f5faff;}
.ts-top-nav .ts-dropdown ul li:last-child{border-radius: 0 0 4px 4px;}


.ts-user-nav{margin:10px 0 0 10px;}
.ts-user-nav:hover .dropdown-list{display: block;}
.ts-user-nav img{width: 32px;height: 32px;}

.ts-user-nav .ts-user-nav-dropdown{display:block;height: 42px;}
.ts-user-nav .ts-user-nav-dropdown .badge{position: absolute;top: -8px;right: -8px;}
.ts-user-nav .dropdown-list{top:100%;width:122px;border-top:none;border-radius: 0 0 4px 4px;}
.ts-user-nav .dropdown-list ul li a i{vertical-align:-2px;margin-right: 5px;font-size: 16px;}

.ts-user-nav > a img {
	border-radius: 4px;
}

.ts-user-nav img {
	width: 32px;
	height: 32px;
}



.appnav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fafafa;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
}


.appnav ul, .appnav ul li{list-style: none;margin:0;padding:0;}
.appnav ul {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden
}

.appnav ul li {
	float: left;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	position: relative
}

.appnav .select {
	background: #dddddd;
    color:#333333;
}

.appnav .hot{
	background:url('hot.gif') no-repeat;
}

.appnav .select a {
	color: #999
}

.midder {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: auto!important;
	min-height: 400px;
	margin-top: 10px
}
.midder_nominheight{min-height:0;}

.midder .mc {
	overflow: hidden;
	display: block
}

.midder .mc .cleft {
	float: left;
	width: 640px
}

.midder .mc .cright {
	float: right;
	width: 310px
}

.footer {
padding: 30px 0 15px 0;
background-color: #2a2c31;
color:#999999;
	margin-top: 20px;
}

.footer p a{color:#FFFFFF;}

.softname {
	font-weight: bold
}

.tabnav {
	height: 50px;
	padding: 0
}

.tabnav ul, .tabnav ul li{list-style: none;margin:0;padding:0;}
.tabnav ul {
	background: #fafafa;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	font-size: 12px;
	height: 26px;
	padding: 5px 0 0 0;
	width: 100%
}

.tabnav ul li {
	float: left;
	line-height: 26px;
	margin-bottom: -1px;
	margin-left: 10px;
	padding: 0 10px
}

.tabnav .select {
	background: #fff;
	border: solid 1px #ddd;
	border-bottom: 0;
	font-weight:bold;
	position: relative
}
.tabnav .select a{color:#666}

.page {
	margin: 20px 0 10px 0;
	text-align: center;
	padding: 5px
}

.tags{overflow: hidden;padding-bottom: 20px;}
.tags a {
	float: left;
	background: #eee;
	color: #000;
	margin: 6px 6px 0 0;
	padding: 2px 8px;
	white-space: nowrap;
	display: block
}

.tags a:hover {
	background: #369;
	color: #fff
}

.comment {
	width: 100%;
	overflow: hidden
}

.comment ul, .comment ul li{list-style: none;margin:0;padding:0;}

.comment li {
	margin: 0 0 20px 0;
	overflow: hidden
}

.comment li .user-face {
	float: left;
	height: 48px;
	overflow: hidden;
	width: 48px
}

.comment li .reply-doc {
	margin-left: 60px;
	overflow: hidden
}

.comment li .reply-doc img{max-width:100%;}

.comment li .reply-doc h4 {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	margin: 0 0 15px 0;
	background: #f5f5f5;
	color: #999;
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom: solid 1px #eee
}

.comment li .reply-doc h4 i {
	position: absolute;
	top: 5px;
	right: 5px
}

.comment li .reply-doc p {
	margin: 0;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 23px
}

.comment li .reply-doc .recomment {
	background: #f8f8f8;
	border: 1px dashed #ddd;
	color: #666;
	font-size: 12px;
	padding: 10px
}

.comment li .group_banned {
	text-align: right
}

/*!commentform*/
.commentform{}
.commentform .authcode{float:left;}
.commentform .submit{float:right;}



.attach {
	border-left: solid 3px #8394b2;
	font-size: 12px;
	background: #eef2f7;
	padding: 0;
	padding-left: 10px
}

.attach .delete {
	float: right;
	padding-right: 10px
}

.facebox {
	overflow: hidden
}

.facebox .face {
	float: left
}

.facebox .info {
	margin-left: 60px
}

.facebox .info h3 {
	margin: 0 0 5px 0
}

.facebox .other {
	border-top: solid 1px #eee;
	margin-top: 10px
}

.facebox ul, .facebox ul li {list-style: none;margin:0;padding:0;}
.facebox .other li {
	float: left;
	padding: 10px 15px
}

.facebox .fmore {
	border-top: solid 1px #eee;
	margin-top: 0px;
	padding: 0 10px;
	line-height: 30px
}



.br {
	border-right: solid 1px #eee
}

.bbox {
	border: solid 1px #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff
}

.bbox050{padding:20px 50px 50px 50px;border:none;}

.bbox-nbt{border-top:none;}

.bbox .bd {
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #eee
}

.bbox .btitle {
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #eee;
	background: #f5f5f5;
	padding: 8px 5px;
	margin: 0;
	position: relative
}

.bbox .btitle .right {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 10px
}

.bbox .bc {
	padding: 10px;
	overflow: hidden;
	clear: both
}

.rbox {
	float: right;
	width: 250px;
	border-left: solid 1px #ddd
}

.rbox h2 {
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #eee;
	background: #f5f5f5;
	padding: 8px 5px;
	margin: 0
}

.leftmenu {
	float: left;
	width: 200px
}

.leftmenu h1 {
	color: #4ba733;
	font-size: 24px;
	margin: 35px 0 15px 40px
}

.leftmenu ul {
	margin-left: 15px
}

.leftmenu ul .current {
	background-color: #fff;
	border-color: #ecebeb #fff #ecebeb #ecebeb;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	left: -1px;
	width: 133px
}

.leftmenu ul li {
	color: #4ba733;
	font-size: 16px;
	padding: 15px 25px;
	position: relative
}

.leftbg {
	background: #f0f0f0
}

.leftbox {
	margin-left: 200px;
	background: #fff;
	min-height: 800px;
	overflow: hidden
}

.pd5 {
	padding: 5px
}

.pd05 {
	padding: 0 5px
}

.pd10 {
	padding: 10px
}

.pd100 {
	padding: 10px 0
}

.pd010 {
	padding: 0 10px
}

.pd20 {
	padding: 20px
}

.pd020 {
	padding: 0 20px
}

.pd1020 {
	padding: 10px 20px
}

.pd50{padding:50px}

.mb20{margin-bottom:20px;}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.bgc {
	background: #fafafa
}

.ht10 {
	height: 10px
}

.wd590 {
	width: 590px
}

.wd100 {
	width: 100%
}

.c9 {
	color: #999
}

.lh25 {
	line-height: 25px
}

.lh30 {
	line-height: 30px
}

.mh400 {
	min-height: 400px
}

.mh500 {
	min-height: 500px
}



.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}



.commlist ul, .commlist ul li{list-style: none;margin:0;padding:0;}
.commlist ul li {
	padding: 8px;
	border-bottom: dashed 1px #ddd;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.commlist ul li .addtime{position: absolute;top:10px;right:0px;font-size: 12px;color:#999999;}

.facelist ul, .facelist ul li{list-style: none;margin:0;padding:0;}
.facelist ul li {
	float: left;
	min-height: 95px;
	width: 70px;
	text-align: center;
	overflow: hidden
}

.facelist .username{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding:5px 0;
}

.facelist .username a{
    color:#999999;
    font-size: 14px;
}

.of {
	overflow: hidden
}

/*!feed*/
.feed ul, .feed ul li{list-style: none;margin: 0;padding: 0;}

.feed .mbtl {
    float: left;
    margin: 8px 7px 0 0;
    padding: 0;
    width: 55px;
}
.feed .mbtr {
    border-bottom: 1px solid #EEEEEE;
    margin: 5px 0;
    min-height: 55px;
    overflow: hidden;
    padding: 5px 0;
}
.feed .pl {
    color: #666666;
    line-height: 1.5;
}
.feed .broadsmr {
    color: #999999;
    padding: 5px 24px;
}
.feed .indentrec {
    color: #333333;
    line-height: 1.6em;
    margin-left: 24px;
}

.feed .quote {
    background: url("quotel.gif") no-repeat scroll left 4px transparent;
    margin: 8px 0 0 26px;
    overflow: hidden;
    padding: 0 24px 5px 15px;
    width: auto;
    word-wrap: break-word;
	line-height:23px;

}
.feed .quote .inq {
    background: url("quoter.gif") no-repeat scroll right bottom transparent;
	color:#999999;
    display: inline-block;
    padding-right: 15px;
}

.feed .broadimg {
    border: 1px solid #DDDDDD;
    float: right;
    margin-left: 14px;
}

.feed .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.feed .indentrec {
    color: #333333;
    line-height: 1.6em;
    margin-left: 24px;
}
.feed .timeline-album {
    float: left;
    margin: 8px 12px 8px 0;
}


/*我的社区*/
.my{background: #F6F6F6;overflow:hidden;border: 1px solid #E6E6E6;
    border-radius: 5px;margin-bottom:20px;}

.my_left{background: #fff;}


.my_left .user_info{padding:10px 0 10px 10px;overflow:hidden;}
.my_left .user_info .photo{float:left;}
.my_left .user_info .info{float: left;margin-left: 8px;}
.my_left .user_info .info .username{ display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88px;
    word-wrap: normal;}
.my_left .user_info .info .rolename{}

.user-level {
    background: none repeat scroll 0 0 #009966;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
}

.my_left .stats-mod {
    margin-bottom: 20px;
    margin-left: 10px;
	overflow: hidden;
}

.user-stats{list-style: none;margin:0;padding:0;}
.user-stats li {
    display: inline;
    line-height: 15px;
    list-style: none;margin:0;padding:0;
}

.user-stats a strong {
    display: block;
}

.user-stats a {
    color: #666666;
    float: left;
    padding: 7px 15px 7px 0;
    text-decoration: none;
}

.my_left .menu-mod ul, .my_left .menu-mod ul li{list-style: none;margin:0;padding:0;}

.my_left .menu-mod .menus {
    margin-left: 10px;
    margin-right: 10px;
}

.my_left .menu-mod .menus li {
    position: relative;
}
.my_left .menu-mod .menus li a {
    color: #555555;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    padding-left: 10px;
}

.my_left .menu-mod .menus li.active a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.my_left .menu-mod .menus li .feature-icon {
    margin: 0 8px;
}
.my_left .menu-mod .menus li .counter {
    position: absolute;
    right: 10px;
    top: 0;
}
.badge {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.badge-warning {
    background-color: #F89406;
}

.my_left .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}

.my_right{margin-left:168px;min-height:600px;background:#fff;overflow:hidden;}
.my_right .rc{padding:10px;}

/*公告*/
.gonggao{background:url('trumpet.gif') no-repeat;padding:0 0 10px 30px;}


.carousel-inner>.active a{overflow:hidden;display:block;}
.carousel-caption{left:0;text-align:right;bottom:0px;padding:0;right:0px;} 
.carousel-caption a{font-size:14px;color:#fff;padding:10px;}



.page-header {
    margin: 0px 0 20px;
}


.pubs_home{background: url('bg-2.jpg') no-repeat;background-size: cover;}
.pubs_home_login{background: #000000;padding:30px 20px;margin-top:50px;margin-bottom: 20px;}
.pubs_home_footer{text-align: right;width: 100%;}

/*右侧广告位定位*/
.fixed_box{top:10px;}


.footertip{position: fixed;  z-index: 200;  padding: 10px 0;  width: 100%;  background-color: #333;  background-color: rgba(0,0,0,0.75);  color: #FFF;  font-size: 18px;text-align:center;bottom: 0;}

.br0{border-radius: 0px;border:none;}

.mt20 {
    margin-top: 20px;
}


.card{margin-bottom: 15px;}


/********************************/
.home_bg0{text-align: center;padding:0px 0 20px 0;}
.home_bg1{background: #49A5DE;}
.home_bg1 .t1{font-size: 48px;text-align: center;color: #FFFFFF}
.home_bg1 .t2{font-size: 48px;text-align: center;color: #FFFFFF;}
.home_bg1 .t3{text-align: center;color: #FFFFFF;padding:30px 0;}
.home_bg1 .t4{text-align: center}
.home_bg1 .t4 a{font-size: 36px;padding: 0px 60px;text-align: center}
.home_bg1 .t4 p{font-size: 16px;margin-bottom: 5px;}
.home_bg1 .t5{font-size: 18px;text-align: center;color:#FFFFFF;padding:30px 0;}
.home_bg1 .p1{}
.home_bg1 .p1 img{max-width: 90%;}

.home_bg2{background: #FFFFFF}
.home_bg2 a {
	padding: 2rem 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #444;
	font-size: 24px;
	text-align: center;
}

.home_bg2 a:hover {
	color: #000;
	background: #e3e3e3;
	text-decoration: none
}


.home_bg3{background: #EEEEEE;padding:80px 0;  }
.home_bg3 .t1{font-size: 24px;}
.home_bg3 .t2{font-size: 18px;padding:20px 0;line-height: 30px;}
.home_bg3 .p1 img{max-width: 100%;}


.home_bg4{background: #FFFFFF;padding:80px 0;  }
.home_bg4 .t1{font-size: 24px;}
.home_bg4 .t2{font-size: 18px;padding:20px 0;line-height: 30px;}
.home_bg4 .p1 img{max-width: 100%;}


.home_bg5{background: #EEEEEE;padding:80px 0;  }
.home_bg5 .t1{font-size: 24px;}
.home_bg5 .t2{font-size: 18px;padding:20px 0;line-height: 30px;}
.home_bg5 .p1 img{max-width: 100%;}

.home_bg6{background: #FFFFFF;padding:80px 0;  }
.home_bg6 .t1{font-size: 24px;}
.home_bg6 .t2{font-size: 18px;padding:20px 0;line-height: 30px;}
.home_bg6 .p1 img{max-width: 100%;}

.home_bg7{background: #EEEEEE;padding:60px 0;  }
.home_bg7 .t1{font-size: 24px;text-align: center}
.home_bg7 .t1 a{color:#666666;}
.home_bg7 .t2{text-align: center;padding:30px 0;}
.home_bg7 .t2 a{font-size: 24px;background: #49A5DE;border: none;padding:10px 80px;}
.home_bg7 .t3{text-align: center;line-height: 30px;}


.home_bg8{background: #FFFFFF;padding:30px 0;  }
.home_bg8 .t1 a{color:#666666}









/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-brand{display: none}
	.navbar-collapse{
		position: absolute;
		overflow: hidden;
		width: 120px;
		background: #49A5DE;
		text-align: center;
		z-index:9999999;
		top:60px;
		left:0px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar-brand{display: none}
	.navbar-collapse{
		position: absolute;
		overflow: hidden;
		width: 120px;
		background: #49A5DE;
		text-align: center;
		z-index:9999999;
		top:60px;
		left:0px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
