.wrap {
    width: 980px;
}
.header{

}
.header >.h-thumb{
    color:#A7913A;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #bba969;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b19a54;
    background-color: #e3d9be;
    padding: 3px  3px 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    position:relative;
}

.header >.h-thumb>img{
    margin-right:3px;
}
.stock-code{
    position:absolute;
    right:3px;
    bottom:3px;
    color: #bba969;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.header >.line{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b19a54;
    height:14px;
}

.content{

}


.footer{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #b19a54;
    margin-top:15px;
    padding: 22px 0 46px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}
.footer>.pull-left{float:left;}
.footer>.pull-right{float:right;}
.footer .footer-copyright{
    background: #e3d9be;
    padding: 4px 20px;
    margin-right: 20px;
}
.footer a.footer-link {
    color: #aaa;
    margin-left: 20px;
    display: inline-block;
}

.underline{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b19a54;
    position: relative;
}

.menu{
    background: rgb(227,217,190);
    height:29px;
    padding:0;
    text-decoration: none;
    border: none;
    position:relative;
}
.menu >a {
    color: #a7913a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    width: 80px;
    margin-right:15px;
    display: inline-block;
    text-align:center;
    vertical-align: middle;
}
.menu >.mm{
    position:absolute;
    right:0;
    top:0;
    padding-left:50px;
    background: #fff;}
.menu .mp,
.menu .lanauge{
    border-bottom-left-radius: 8px;
    display: inline-block;
    color: #a7913a;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float:right;
    width: 86px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: rgb(227,217,190);
}
.menu .lanauge{
    margin-left: 15px;
}
.menu .mp a,
.menu .lanauge a{
    display: inline-block;
    color: #a7913a;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle;
}

.box-index .menu{
    text-decoration: none;
    padding:0;
    padding-right: 5px;
    padding-left: 5px;
    background: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b19a54;
    text-decoration: none;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 88px;
    height:auto;
}
.box-index .menu>.ename,.box-index >.menu>.cname{
    display: inline-block;
    text-align: left;
}
.box-index .menu>.ename{width:523px;}
.box-index .menu>.cname{width:349px;}
.box-index .menu a{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    margin:0;
}
.box-index a:hover {
    color: #996600;
}

.bgwhite{
    background: #fff !important;
}

/*首页*/
.box-index{
    margin-top:50px;
    margin-bottom: 131px;
}

/*公司信息*/
.box-ci{
    background: rgb(227,217,190);
    padding:0px 0 0px 0px;
    margin: 0;
}

.box-ci >.underline{
    height:21px;
    background: #fff;
}
.list{
    background: #fff;
    padding-top:21px;
    padding-bottom: 20px;
    position: relative;
}
.list .list-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #bba969;
    padding-left:66px;
    height:59px;
    line-height: 59px;
}
.list .list-pager{
    position: absolute;
    right: 0;
    top: 56px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 150px;
}
.list .list-pager a.prev,.list .list-pager a.next{}
.list .list-pager input{
    width:20px;
}
.list .table-border{
    border-top:1px solid #d9d1b1;
    border-bottom:1px solid #d9d1b1;
    padding: 15px 0 ;
    background: url("../images/tableborder.png") 158px 0px repeat-y;
}
.list table{
    border-collapse: collapse;
    width: 100%;
}
.list table td{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background: rgb(246, 244, 232);
}
.list table tr > td:first-child{
    width:240px;
}
.list table tr:nth-child(even) td{
    background: #fff;
}

