﻿@charset "utf-8";
/* CSS Document */

a {
    color: #333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#005580;
	cursor:pointer;
	}
/* Responsive
-------------------------------------------------- */
@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 130px;
    }

        .bs-docs-sidenav > li > a {
            width: 102px \9; /* Override the previous IE8-9 hack */
        }
}
@media (max-width: 1199px){
.navbar .nav > li > a {
    padding: 10px 10px 10px;
}
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 90px;
        margin-top: 30px;
        margin-right: 0;
    }
}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 100px;
        margin-top: 20px;
    }

        .bs-docs-sidenav.affix {
            top: 0;
        }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }

        .bs-docs-sidenav.affix {
            position: static;
            width: auto;
            top: 0;
        }
}
/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 100px;
    margin: 50px 0 0;
    padding: 0;
    background-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 72px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        bottom: 0;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #344f73, #293f5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#344f73), to(#293f5e));
    background-image: -webkit-linear-gradient(top, #344f73, #293f5e);
    background-image: -o-linear-gradient(top, #344f73, #293f5e);
    background-image: linear-gradient(to bottom, #344f73, #293f5e);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344f73', endColorstr='#ff293f5e', GradientType=0);
    background-image: linear-gradient(to bottom, #344f73, #293f5e);
}

#nav > li > a {
    color: #ffffff;
}

    #nav > li > a:hover {
		-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
		  background-color:#1d3250;
    }
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none;
  background-color: #1d3250;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
/*---------------fixtop-menu----start---------------*/

.fixtop-menu {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

    .fixtop-menu .font-logo {
        display: block;
        float: left;
        padding: 5px 20px 3px;
        *+padding: 5px 20px 0;
        margin-left: -20px;
        text-shadow: 0 1px 0 #ffffff;
        width: 85px\0;
        height: 31px\0;
    }

    .fixtop-menu ul li {
        margin: 0 5px;
    }

.font-logo img {
    width: 140px;
    height: 50px;
}
/*---------------fixtop-menu----end---------------*/
/*---------------main-nav-----start---------------*/
.header-app {
    position: relative;
}

    .header-app a.a1 {
        margin: 0 10px 0 10px;
        position: absolute;
        left: -750px;
        top: 20px;
    }

    .header-app a.a2 {
        position: absolute;
        left: -420px;
        top: 47px;
    }

    .header-app a.a3 {
        position: absolute;
        left: -340px;
        top: 47px;
    }

    .header-app .a4 {
        position: absolute;
        left: -235px;
        top: 44px;
    }

    .header-app .a5 a {
        display: block;
        float: right;
        font-size: 14px;
        margin: 0 7px;
        color: #F00;
    }

        .header-app .a5 a:hover {
            color: #2e4567;
        }

    .header-app .a5 {
        position: absolute;
        left: -170px;
        top: 17px;
    }
/*---------------main-nav----end---------------*/
.conleft-toplist {
    margin-top: 20px;
}

 .conright-list li {
	 /*line-height:25px;*/
		*+margin:0;
        line-height: 2em;
    font-size: 15px;
    }
        .conleft-toplist li span, .conright-list li span {
            font-size: 12px;
        }
    #getguess dd,#guessname dd{ line-height:26px;}

.bs-docs-example {
    position: relative;
    background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 5px;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 2px 6px;
    line-height: 10px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.tab-content dl {
    margin-left: 10px;
}

    .tab-content dl dd {
        width: 40%;
        float: left;
        margin-bottom: 5px;
        background: url(/Content/images/bj-dian.gif) no-repeat left;
        padding-left: 10px;
        margin-left: 20px;
    }

        .tab-content dl dd a {
            color: #005580;
        }

.con-border {
    height: 1px;
    background: #005580;
    margin: 10px 0 15px;
}

.con-border2 {
    height: 5px;
    background: #005580;
    margin-bottom: 5px;
}

.con-nav {
    background: #ededed;
    border-bottom: 3px solid #c6c6c6;
    margin-bottom: 10px;
}

    .con-nav ul li a {
        font-size: 16px;
        font-weight: bold;
    }

    .con-nav ul {
        border-bottom: 1px solid #cac9c9;
        margin-bottom: 4px;
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #005580;
}

ul.unstyled li{
	background: url(../images/list-dian1.jpg) no-repeat left;
	margin-left:10px;
	padding-left:15px;
    overflow:hidden;
	}
.unstyled li a{
	display:block;
	 width:100%;
	 float:left;
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 
	}

.con-img {
    margin: 16px 0 0;
}
/*
.con-img a{
	margin:0 5px;
	}
.con-img a img{
	border:1px solid #9c9c9c;
	}
*/
.con-news {
    height: 45px;
    background-color: #999;
}
/*内容侧栏开始*/
.con-side {
    border: 5px solid #ccc;
    margin-top: 12px;
}

    .con-side, .con-side ul li a {
        font-size: 12px;
    }

        .con-side .side-logo {
            background: #e8e3e7;
            border-bottom: 1px solid #dcdcde;
            margin-bottom: 2px;
        }

            .con-side .side-logo img {
                margin: 5px 0 5px 10px;
            }

        .con-side .tabbable .nav-tabs li a {
            font-size: 14px;
            font-weight: bold;
        }

.con-side1 {
    width: 105px;
}

    .con-side1 a img {
        border: 1px solid #999;
        width: 90px;
        height: 82px;
        margin-left: 6px;
    }

    .con-side1 p {
        margin-left: 7px;
        line-height: 20px;
    }

.con-side1-list p {
    margin-left: 10px;
    line-height: 15px;
}

.con-border1 {
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 0px;
}

.conright-list{
    margin-top:10px;
}

.footer {
    padding-top: 10px;
    font-size: 12px;
    margin: 20px 0 80px;
    border-top-color: #ececec;
    border-top-width: 1px;
    border-top-style: solid;
}

.nav-list li a:hover {
    background-color: #005580;
    color: #ffffff;
}

.con-middle {
    margin: 35px 0;
}

    .con-middle h4 {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .con-middle p a {
        font-weight: 400;
    }
/*----------------------------------------*/
/*------------------右侧内容----------------------*/

.carousel-indicators .active {
    background-color: #005580;
}

.carousel-indicators li {
    background-color: #ddd;
}

/*图标定义样式*/

.info {
    font-size: 12px;
}

.comm, .view, .time, .sidebar li a {
    background: url(/Content/images/sprite.gif) no-repeat;
}

.comm, .view, .time {
    margin-right: 10px;
    padding-left: 20px;
}

.comm {
    background-position: left 4px;
}

.view {
    background-position: left -36px;
}

.time {
    background-position: left -158px;
}

.arrow {
    float: right;
    padding-left: 10px;
    color: #DDD;
    font-family: simsun;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}



.container-txt {
    font-size: 14px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

    .container-txt li {
        line-height: 25px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

.contact-message {
    padding: 10px 20px;
    background-color: #eeeeee;
	border:1px solid #ccc;
}

/*
    =======================================================================================================

    Name          : Pager

    =======================================================================================================
*/
div.flickr {
    padding: 0px;
    margin: 20px 0 0 0;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    text-align: right;
}

    div.flickr a {
        border-right: #dedfde 1px solid;
        padding-right: 6px;
        background-position: 50% bottom;
        border-top: #dedfde 1px solid;
        border-left: #dedfde 1px solid;
        color: #666666;
        margin-right: 3px;
        padding: 10px;
        border-bottom: #dedfde 1px solid;
        text-decoration: none;
    }

        div.flickr a:hover {
            border-right: #000 1px solid;
            border-top: #000 1px solid;
            background-image: none;
            border-left: #000 1px solid;
            color: #fff;
            border-bottom: #000 1px solid;
            background-color: #003366;
        }

        div.flickr a.current {
            border-right: #dedfde 1px solid;
            padding-right: 6px;
            background-position: 50% bottom;
            border-top: #dedfde 1px solid;
            border-left: #dedfde 1px solid;
            color: #333;
            margin-right: 3px;
            padding: 10px;
            border-bottom: #dedfde 1px solid;
            text-decoration: none;
        }

div.meneame a:active {
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    background-image: none;
    border-left: #000 1px solid;
    color: #fff;
    border-bottom: #000 1px solid;
    background-color: #0061de;
}

div.flickr span.current {
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    padding-bottom: 2px;
    color: #333333;
    margin-right: 3px;
    padding-top: 2px;
}

div.flickr span.disabled {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    color: #adaaad;
    margin-right: 3px;
    padding-top: 2px;
}

dt, dl {
    margin: 0;
    padding: 0;
}

.dl-horizontal dt {
    width: 50px;
    padding: 20px 0 0 0;
}

.dl-horizontal dd {
    margin-left: 60px;
}

.nav-tabs > .active > a{
    color: #777;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-color: #293f5e;
    border-top-width: 2px;
}

/*  ----------------------------------------------------------------------------
    视频ul
*/



.nav-tabs > li > a {
    padding: 10px 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}



    .nav-tabs > li > a.topbtn {
        font-size: 18px;
    }

.btn:active, .btn.active {
    background-color: #cccccc \9;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}


.menu > li > a, .nav-pills > li > a {
/*padding-right: 15px;
padding-left: 15px;*/
margin-right: 2px;
line-height: 14px;}


.list-border li{
	border-bottom:1px dashed #d8d8d8;
	}
.border{
	border:1px solid #005580;
	}
.border1{
	border:1px solid #e7e6e6;
	}

.p1 {
    text-indent: 0em;
line-height: 20px;
background-color: #99CCFF;
padding: 10px;
border-radius: 6px;
padding-bottom: 20px;
}
#content p {
    line-height:2em;
    font-size:18px;
}
#txtcont{padding-top:30px;}
/*有问必答**/

.media p{
	font-size:12px;
	}
ul.unstyled li .media{
	padding:10px 0;
	}
.media-body .media-heading{
	margin-top:5px;
	}
.media-body p{
	text-indent:18px;
	}


.list-border li{
  background:none;
	border-bottom:1px dashed #d8d8d8;
	}

.ul-style {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .ul-style li {
        width: 45%;
        margin: 10px 5px 0;
        font-size: 12px;
    }

.sp {
    background: url(/Content/images/media-bj.jpg) no-repeat center;
    border: none;
    padding: 3px 0 15px;
}

    .sp img {
        margin-bottom: 5px;
    }

.thumbnails > li a {
display: block;
/*width: 100%;*/
text-align:center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}
.tabbable {
	margin-top:20px;
	}
.thumbnails li{
	Margin-top:20px;
}
/*ie7固定菜单兼容*/
/*省略号*/
.text-ellipsis1 dd a,.text-ellipsis1 dt a,.text-ellipsis p a,.text-ellipsis h3 a,.con-nav-s a,.con-nav-sr a{
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.text-ellipsis00 {
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.text-ellipsistt li a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.text-ellipsisee{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/*面包屑导航*/
.breadcrumb {
    padding: 5px 15px;
    margin: 15px 0px;
    list-style: none outside none;
    background-color: #E8E8E8;
    border-radius: 4px;
    line-height: 30px;
}
.breadcrumb > li {
    display: inline-block;
	*+display:block;
    text-shadow: none;
}
.breadcrumb .active strong {
    color: #999;
}



/*有色赏鉴*/
.breadcrumb > li > .divider {
  padding: 0 2px;
  color: #985a55;
}
.js-size{
	font-size:12px;
	}
.js-nav{
	background:url(/Content/images/0929-11.jpg) no-repeat;
	height:66px;
	}
.metalnav {
text-align: center;
line-height: 35px;
height:35px;
}
.navbar-inverse1 .navbar-inner1 {
    background-image:url(/Content/images/0929-1.jpg);
    background-repeat: repeat-x;
	border-bottom:1px solid #928c85;  
}
.txt-shadow li{
	text-shadow: 0px 1px 0px #d2c9bd;
	}
.txt-shadow1 li{
	text-shadow: 0px 1px 0px #d2c9bd;
	line-height:20px;
	*line-height:21px;
	}
.txt-shadow li a,.txt-shadow1 li a{
	color:#81511c;
	}
.txt-shadow1 li a{
	font-weight:bold;
	}
.txt-shadow li a:hover,.txt-shadow1 li a:hover{
	color:#b42115;
	}

ul.unstyled1 li{
	list-style:none;
	background: url(/Content/images/list-dian1.jpg) no-repeat left;
	margin:0;
	padding:0;
	padding-left:15px;
    overflow:hidden;
	line-height:26px;
	*line-height:24px;
	}
ul.unstyled1 li a{
	display:block;
	 width:70%;
	 float:left;
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis; 
	}
ul.unstyled1 li span{
	float:left;
	width:25%;
	font-size:10px;
	text-align:right;
	}
ul.unstyled2 li{
	list-style:none;
	background: url(/Content/images/list-dian1.jpg) no-repeat left;
	margin:0;
	padding:0;
	padding-left:15px;
    overflow:hidden;
	line-height:26px;
	*line-height:20px;
	}
ul.unstyled2 li a{
	display:block;
	 width:100%;
	 float:left;
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis; 
	}
.carousel-caption h4 a{
	color:#fff;
	}
.sj-nav{
	margin:15px 0 0;
	}
.sj-border-l{
	border-left:2px dashed #ddd;
	padding-left:10px;
	}
.sj-border-w{
	border-bottom:3px solid #e9e9e9;
	margin:10px 20px 15px;
	clear:both;
	}

.breadcrumb > .active > a {
	font-weight:bold;
	color:#b42115;
}
.thumbnail{
	text-align:center;
	}
.thumbnail h4 a{
	color:#81511c;
	}
.thumbnail > img {
	width:170px;
	height:125px;
	*width:180px;
	*height:140px;
}
.btn-sj{
	position: absolute;
	left: 245px;
	top: 2px;
	left: 120px\9;
	top: 1px\9;
	}
.btn-sj a{
	font-size:12px;
	}

.nav-tabs > li > a.btn1 {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #f4f1e5;
  background-image: -moz-linear-gradient(top, #f3f1e9, #f4f1e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f1e9), to(#f4f1e5));
  background-image: -webkit-linear-gradient(top, #f3f1e9, #f4f1e5);
  background-image: -o-linear-gradient(top, #f3f1e9, #f4f1e5);
  background-image: linear-gradient(to bottom, #f3f1e9, #f4f1e5);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #f4f1e5 #f4f1e5 #e1e1df;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #d7d7d5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f1e9', endColorstr='#fff4f1e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  color:#845318;
}
.btn-mini1 [class^="icon-"],
.btn-mini1 [class*=" icon-"] {
  margin-top: -1px;
}

.nav-tabs > li > a.btn-mini1 {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.ft12{ font-size:12px;text-align:left}

.titlebg{width: 370px; height: 30px;}

    /*客户端页面样式*/
        .fixnav li {
            line-height: 5px;
			*+line-height: 10px;
            text-shadow: none;
        }

        .p-style li p {
            padding-left: 15px;
        }

        .p-style li h5 {
            margin: 0;
        }

        .t-style h4 {
            color: #7d1e20;
        }

        .t-style p, .t-style ol li {
            font-size: 14px;
        }

        .dl-style dd {
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

        .img-style {
            margin-left: 15px;
        }

            .img-style li {
                margin-top: 0;
            }
/*行情页面*/
.nav-txt li{
	font-size:12px;
	}
.tab-content .tab-pane table caption h5 a{
	line-height:5px;
	}
.tab-content .tab-pane table caption h5 a:hover,.h5-a-color a{
	color:#942e2e;
	}
.h5-a-color{
	margin-top:0;
	margin-bottom:0;
	}
.h5-a-color a{
	font-size:12px;
	text-decoration:underline;
	}

.con-nav {
background: #ededed;
border-bottom: 2px solid #c6c6c6;
margin-bottom: 10px;
}
.con-nav ul {
border-bottom: 1px solid #cac9c9;
margin-bottom: 2px;
}
.con-nav ul li a {
font-size: 16px;
font-weight: bold;
}
.con-borderno {
height: 3px;
background:#344f73;
margin:15px 0 5px;
}
.con-borderni {
border-bottom:1px dashed #c6c6c6;
border-top:1px dashed #c6c6c6;
background-color:#e6e6e6;
-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
padding:1px 10px;
}
.con-nav-s{
	width:70%;
	}
.con-nav-s a{ 
	color:#942e2e;
	font-weight:bold;
	}
.con-nav-s a:hover{ 
	color:#6e1919;
	font-weight:bold;
	}
.con-nav-sr{
	width:50%;
	}
.con-nav-sr a{
	color:#942e2e;
	}
.side-con{
	background:#e6e6e6;
	padding:0 5px;
	-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
	}
.r-border{
	border-right:1px dashed #ccc;
	}
.l-border{
	padding-bottom:5px;
	border:2px solid #e6e6e6;
	-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
	}
.content{
	padding:0 5px;
	font-size:14px;
	}

ul.unstyled3{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.unstyled3 li h5{
	text-align:center;
	margin:10px 0 5px;
	font-size:14px;
	border: 1px solid #e5e5e5;
	background: #ebebeb;
	}
ul.unstyled3 li h5 a:hover{
	color:#3e81a2;
	}
.unstyledoo{
	list-style:none;
	padding:0;
	margin:0;
	}
.right-listoo li{
	/*margin: 2px 0;*/
    margin: 15px 0 5px;
    height:20px;
	}
.right-listoo li a{
	float:left;
	width:45%;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.taiweimei{
	width:100%!important;
	overflow: hidden!important;
	text-overflow:ellipsis!important;
	white-space: nowrap!important;
}
.right-listll{
	margin:5px 0 10px;
	}
.right-listll li{
	margin: 3px 0;
	}
.right-listll li a,.conright-list dd a{
	display:block;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
	}
.right-listoo li a:first-child{
	margin-right:5px;
	}
.content dl dd {
margin: 4.6px 0;
background: url(../images/bj-dianh.gif) no-repeat left;
padding-left: 15px;
margin-left: 10px;
}
/*erro页面*/
.jumbotron {
margin: 15px 0 30px;
text-align: center;
}
.container-navrow{
	padding:10px;
	color:#bd9e22; 
	background:url(../images/PSD227.png) no-repeat top;
	}
.container-navrow a{
	color:#ddd;
	}
.container-navrow hr{
	border-top:1px solid #91bacc;
	border-bottom:1px solid #91bacc;
	}
.container-navrow h4{
	color:#dfbc60;
	padding-bottom: 10px;
border-bottom: dashed 1px #dfbc60;
}

.container-navrow p a{
	margin:0 10px;
	}
.container-navrow p strong a{
	margin-left:0;
	}
.container-navrow .span9 p,.container-navrow .span9 p a,.container-navrow .span3 p a{
	color:#787878;
	}
.container-navrow .span9 p a:hover,.container-navrow .span3 p a:hover{
	color:#dfbc60;
	font-weight:bold;
	font-size:20px;
	}
#content p a{
	text-decoration:underline;
	}
#content p a:visited span,#content p a:hover span,#content p a:active span{
	font-weight:bold;
	}
.navbar .nav > li > a {
padding: 10px\0;
*padding: 10px;
}
/*分页的css*/
.pagersty {
   color:#005580;
   font-weight:bold;
}
div#flickrpager {
padding: 5px;
margin: 3px;
text-align: center;
}
div#flickrpager a,div#flickrpager span {
border: 1px solid #ddd;
padding: 2px 6px;
border-radius: 4px;
}

/*分页的css*/

/*2016-03-01修改
内容页标题*/
.h4title{
/*text-align: center;*/
font-size:35px;
line-height:45px;
}
.ml{
	margin-left:30px;
}
.btn-text{
	color:#dc143c
}
.daodu{
	text-indent: 0em; line-height: 2em;font-size: 16px; background-color:#DCFAF8;margin:30px 0;
}
.fa-daodu,.fa-daodutxt{
	 color: #2D9DAB;
}
.fa-daodu{
	font-size: 3em;
}
.actor,.jianjie,.sm{
	color: #005580; text-indent: 0
}
.jianjie,.sm{
	font-size:15px;
}
.sm{
	margin: 15px 0;
}
.likeGuess{
	margin-left: 0; width: 40%;
}
#guessname{
	width: 55%;
}
