@charset"utf-8";
 html, body {
    color: #333;
    background-color: #FFF; 
}
a:hover {
    text-decoration: none;
    color: #428bca
}

a:focus {
    color: #11161b
}

a:hover,a:focus,a:active {
    outline: 0
}

.container {
    max-width: 970px;
}
.navbar-default .navbar-brand  {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #11547f;
}
.alert {
    padding: 10px;
}
.breadcrumb  {
    background-color: transparent;
    margin-bottom: 5px;
}
.breadcrumb > li + li:before {
    content: ">\00a0";
}

.panel-heading {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
}
.talk-wrapper {
    margin-top: 60px;
}
.talk-avatar {
    border-radius:  4px;
    vertical-align: middle;
}
.big {
    width: 128px;
    height: 128px;
}
.middle {
    width: 50px;
    height: 50px;
}
.small {
    width: 30px;
    height: 30px;
}
span.slant {
    padding-left: 8px;
}
.notify .badge,
.inbox  .badge {
    background-color: #df1741;
    display: none;
}
.dropdown-menu li a i, .dropdown-menu li i {
    margin-right: 5px;
}
.img-rounded {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100%;
}
.talk-account {
    margin-top: 40px;
    min-height: 300px;
}

.navbar-default {
    background-color: #0575bd;
    border: none;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
.navbar-brand{
font-size:20px;
}
.navbar-default .navbar-nav >li >a, .navbar-brand {
    padding: 18px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1b6595;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.media-list .media {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.media-heading .timeago {
    margin-left: 20px;
    color: #a7a7a7;
}
.talk-form {
    max-width: 580px;
    padding: 15px;
    margin: 30px auto;
}
.talk-form  .panel-heading {
    font-size: 18px;
    margin-bottom: 30px;
}

.talk-topic .media-heading {
    font-size: 16px;
    text-decoration: none;
}
.talk-topic .media-heading a {
    color: #259;
	font-weight:700;
}
.talk-topic .extra {
    margin-top: 8px;
    padding-right: 10px;
    font-weight: bold;
    display: block;
    color: #cccccc;
}
.talk-topic .extra .category {
    #background-color: #E4ECF1;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    text-decoration: none;
    color: #6595AF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.talk-topic .extra .category a,.talk-topic .extra .username a
{
	color:#cccccc;
}
.talk-topic .extra  i {
    margin-right: 5px;
}
.talk-topic .extra  .content {
    font-size: 14px;
    margin-top: 15px;
    line-height: 150%;
}
.talk-posts .media-heading {
    font-size: 16px;
}
.talk-posts .media-body .content {
    margin-top: 15px;
    line-height: 150%;
    overflow: hidden;
}
.talk-posts .extra  i {
    font-size: 16px;
    padding-right: 10px;
}
.lead{
	font-size: 12px;
	margin-top: 8px;
    padding-right: 10px;
    display: block;
    #color: #cccccc;
}
.topic_extra{
	background: #f9f9f9;
	padding: 0 8px;
	color: #999;
	height: 28px;
	line-height: 28px;
	font-size:12px;
}
.g_read {
background-position: -4px -1223px;
padding-left: 20px;
margin-right: 10px;
}
.g_comment {
background-position: 2px -1720px;
padding-left: 20px;
margin-right: 10px;
}
.g_read,.g_comment{
background-image: url(../img/menu.png);
background-repeat: no-repeat;
}

.reply-action {
    position: relative;
    overflow: hidden;
}
.reply-action textarea {
    width: 100%;
    border: 1px solid #D5D5D5;
}
.reply-action .reply-submit {
    text-align: right;
    margin-top: 10px;
}

.topic-reply .submit {
    margin-top: 20px;
}

.list-inline > li {
    padding-bottom: 5px;
}

span.error {
    padding-bottom: 2px;
    color: #EA5200;
}
.user-profile {
    padding: 15px;
}
.user-action {
    padding: 15px;
}
.user-action .nav-tabs{
    margin-bottom: 25px;
}
.user-fans {
    margin-top: 20px;
    list-style: none;
}
.user-fans li {
    float: left;
    padding: 0 15px;
}
.user-fans li strong {
    display: block;
    line-height: 20px;
    font-size: 20px;
}

footer {
    /*background-color: #f8f8f8; #e4e4e4 #f9fafb*/
    background-color: #3b3f45;
    color: #fff;
    /*border-top: 1px solid #edf0f3;*/
    border-top: 1px solid #dad9d5;
    padding: 10px 0;
    margin-top: 100px;
}

.scroll-up {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 100px;
    right: 150px;
    display: none;
    background: url('../img/top.png') no-repeat;
}
 .fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
/* Fixes for IE < 8 */
 @media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
.user-profile .avatar {
    float: left;
    border-radius: 100%;
    margin-right: 20px;
}

.talk-user h3 {
    margin-top: 0;
}
.reply-message {
    margin-bottom: 100px;
}
.conversion-list .media {
    border-bottom: none;
}
/*话题标题附加信息*/
.title-other{
	font-size:12px;
	color:#9B9B9B;
	font-weight:normal;
}
/*分享到*/
.sharetopicdetail{
	padding:0px 10px 20px 0px;
}

/*导航模块*/
.list01 {
overflow: hidden;
zoom: 1;
font: 100 16px/30px 'Arial','Microsoft Yahei','微软雅黑','Simhei','黑体';
}
.list01 li {
float: left;
white-space: nowrap;
margin-right: 30px;
_display: inline;
}
ul, li {
list-style: none outside;
}
.list01 a:link, .list01 a:visited {
color: #4b5053;
}
.tit02 {
float: left;
width: 90px;
padding-left: 10px;
border-left: 2px solid #000;
font: 100 18px/24px 'Arial','Microsoft Yahei','微软雅黑','Simhei','黑体';
color: #000;
margin-top: 3px;
_display: inline;
_width: 85px;
}
.nav li a.selected{ background:#1b6595 no-repeat center center; color:#fff;}
.nav li a.selected2{ background:#1b6595 no-repeat center center; color:#fff;}
.nav li .submenu{position:absolute;top:57px;left:0px; background:#0575bd center center repeat-y;}
.nav li .submenu{width:120px;}
.nav li .submenu{ z-index:9999; display:block;}
.nav li .submenu li{float:left;padding:0;background:none;height:35px; line-height:35px;display: block;}
.nav li .submenu li a{float:none;padding:3px 18px;text-align:left; font-family:"Microsoft YaHei";height:35px;line-height:35px;background:none; color:#fff; width:120px;display:block;}
.nav li .submenu li a:hover{background:#1b6595 none repeat center center;font-weight:normal; color:#fff; text-decoration:none;width:120px;display:block;}

/*页脚链接信息*/
div.footerinfo ul.link li
{
	float:left;
}

.baseInfoWrap{display:inline-block;width:100%;font-size:12px;position:relative;z-index:10;background:url(http://baike.baidu.com/static/lemma/view/img/baseInfoBarBg.png);margin:0 0 -6px 0}.baseInfoWrap .baseInfoLeft,.baseInfoWrap .baseInfoRight{float:left;_width:395px}.baseInfoWrap .baseInfoLeft .biOpen,.baseInfoWrap .baseInfoLeft .biClose,.baseInfoWrap .baseInfoRight .biOpen,.baseInfoWrap .baseInfoRight .biClose{position:absolute;color:#999;line-height:12px;*line-height:14px;width:36px;text-align:right;cursor:pointer}.baseInfoWrap .baseInfoLeft .biItem,.baseInfoWrap .baseInfoRight .biItem{zoom:1;line-height:26px;position:relative}.baseInfoWrap .baseInfoLeft .biItem .biItemInner,.baseInfoWrap .baseInfoRight .biItem .biItemInner{zoom:1;position:relative;overflow:hidden}.baseInfoWrap .baseInfoLeft .biItem .biItemInner .biTitle,.baseInfoWrap .baseInfoRight .biItem .biItemInner .biTitle{display:block;float:left;color:#0575bd;width:78px;padding:0 5px 0 12px;font-weight:bold}.baseInfoWrap .baseInfoLeft .biItem .biItemInner .biContent,.baseInfoWrap .baseInfoRight .biItem .biItemInner .biContent{zoom:1;color:#333;width:230px;float:left;position:relative}.baseInfoWrap .baseInfoLeft .biItem .biItemInner .biContent .biOpen,.baseInfoWrap .baseInfoRight .biItem .biItemInner .biContent .biOpen{bottom:6px;right:14px}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem,.baseInfoWrap .baseInfoRight .biItem .biOpenItem{display:none;position:absolute;left:0;top:-4px;border:1px solid #d4d4d4;padding:3px 11px;background:#fbfbfb;overflow:hidden;box-shadow:0 1px 5px #ddd;z-index:56}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biOpenItemCon,.baseInfoWrap .baseInfoRight .biItem .biOpenItem .biOpenItemCon{background:url(/static/lemma/view/img/baseInfoBarOpenBg.png);overflow:hidden}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biOpenItemCon .biOpenTitle,.baseInfoWrap .baseInfoRight .biItem .biOpenItem .biOpenItemCon .biOpenTitle{display:block;width:78px;float:left;color:#999;font-weight:bold;padding-right:5px}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biOpenItemCon .biOpenContent,.baseInfoWrap .baseInfoRight .biItem .biOpenItem .biOpenItemCon .biOpenContent{width:288px;float:left}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biClose,.baseInfoWrap .baseInfoRight .biItem .biOpenItem .biClose{right:13px;bottom:10px}.baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biOpenCoverUp,.baseInfoWrap .baseInfoRight .biItem .biOpenItem .biOpenCoverUp{position:absolute;bottom:0;left:0;width:424px;height:4px;z-index:1;background:#fbfbfb;overflow:hidden}.baseInfoWrap .baseInfoLeft .biHightHierarchy,.baseInfoWrap .baseInfoRight .biHightHierarchy{z-index:58}.baseInfoWrap .baseInfoLeft .biItemHidden,.baseInfoWrap .baseInfoRight .biItemHidden{display:none}.baseInfoWrap .biBorderBottom{position:absolute;left:0;bottom:0;width:790px;height:1px;background:#eee}.baseInfoWrap a{text-decoration:none}.baseInfoWrap a:hover{text-decoration:underline}.arrow-up,.arrow-up-in,.arrow-down,.arrow-down-in{border-width:0 4px 4px;border-style:dashed dashed solid;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;border-color:transparent transparent #b4b4b4;z-index:1;position:absolute;left:0;top:4px;*top:-10px;_top:-10px}.arrow-up-in{border-bottom-color:#fff;top:5px;*top:-9px;_top:-9px}.arrow-down,.arrow-down-in{border-width:4px 4px 0;border-style:solid dashed dashed;border-top-color:#b4b4b4;border-bottom-color:transparent;*top:4px;_top:4px}.arrow-down-in{border-top-color:#fff;top:3px}.small-screen .baseInfoWrap{width:690px}.small-screen .baseInfoWrap .baseInfoLeft,.small-screen .baseInfoWrap .baseInfoRight{_width:345px}.small-screen .baseInfoWrap .baseInfoLeft .biItem .biItemInner .biContent,.small-screen .baseInfoWrap .baseInfoRight .biItem .biItemInner .biContent{width:250px}.small-screen .baseInfoWrap .baseInfoLeft .biItem .biOpenItem .biOpenItemCon .biOpenContent,.small-screen .baseInfoWrap .baseInfoRight .biItem .biOpenItem .biOpenItemCon .biOpenContent{width:238px}
ul#myTab0 li {
float: left;
color: #5B92E8;
}
ul#myTab0 .hover a {
background: url(http://www.caoxian.gov.cn/image/indexfocus_bnh3.gif) no-repeat;
color: #fff;
font-weight: bold;
text-decoration: none;
}
ul#myTab0 li a {
width: 64px;
height: 26px;
float: left;
color: #5B92E8;
text-align: center;
}
.hd {
margin-bottom: 8px;
line-height: 26px;
padding-left: 0;
background: #EBF3FC;
color: #5B92E8;
	padding: 0 10px;
}
h2{
	font-size:15px;
	font-weight:bold;
}

/*友情链接*/
.extend {
position: relative;
padding: 15px;
}
.box {
margin-bottom: 10px;
border: 1px solid #D4D4D4;
background-color: #FFF;
}
.about-tab {
	margin: -15px -15px 20px;
	border-bottom: 1px solid #F4F4F4;
	background-color: #FBFBFB;
}
.about-tab li {
	float: left;
}
.about-tab li a {
	display: block;
	margin-bottom: -1px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 16px;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
.about-tab li a:hover,
.about-tab .selected a {
    color:#0575bd;
	text-decoration: none;
	border-bottom-color: #FFF;
	background-color: #FFF;
}
.about-tab .selected a {
	font-weight: bold;
	color:#444;
}
.about-tab .icon-new {
	position: absolute;
	top: 12px;
	right: -12px;
}
.about-tab .icon-new-first {
	position: absolute;
	top: 12px;
}
.icon-new,.icon-new-first,
.icon-new-word {
	display: inline-block;
	width: 29px;
	height: 11px;
	background: url(../img/new.gif) no-repeat;
}
.icon-new,.icon-new-first {
	background-position: 0 0
}
.icon-new-word {
	background-position: 0 -11px;
}
.icon-best {
	width: 25px;
    height: 18px;
	display: inline-block;
	background: url(../img/bg.png) no-repeat;
	background-position: -81px -40px;
}

/* 友情链接列表页 */
.friends-list {
	margin-top: 15px;
	line-height: 1.8;
}
.friends-list span {
	float: left;
	margin: 0 7px;
	width: 100px;
}

.friends-list span a {
	color:#444;
}

.friends-list span a:hover {
	color:#0575bd;
}

.cf:after {
display: block;
visibility: hidden;
width: 0;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
content: ".";
}
/* jump */
#jump{position:fixed;top:300px;right:30px;width:40px;z-index:400;}
*html #jump{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}
#jump li{height:50px;overflow:hidden;}
#top,#sina,#weixin{display:block;width:40px;height:42px;overflow:hidden;cursor:pointer;}
#top{background:url(../img/top.png) no-repeat;}
#sina{background:url(../img/sina.png) no-repeat;}
#weixin{background:url(../img/weixin.png) no-repeat;}
#top:hover{background:url(../img/toped.png) no-repeat;}
#sina:hover{background:url(../img/sinad.png) no-repeat;}
#weixin:hover{background:url(../img/weixind.png) no-repeat;}
#EWM{position:absolute;left:-150px;display:none;}
#EWM img{width:150px;height:150px;}
