/*通用列表页*/
.page_top {
    width: 100%;
    min-width: 1000px;
    height: 220px;
    text-align: center;
    background: url(list_top.jpg) center top;
}
.page_top h1 {
    color: #dc081e;
    padding-top: 90px;
    font-size: 28px;
}
.mbx {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
}
.mbx span.mbx_fi {
    padding-left: 20px;
    background: url(mbx.png) no-repeat;
    color: #333;
}
.mbx span a, .mbx span {
    color: #888;
}
.list_main {
    padding: 30px 0;
    overflow: hidden;
    min-height: 600px;
}
.list_nav{
    width: 220px;
}
.list_text{
    width: 750px;
}
.navs_ali{
    position: relative;
}
.navs_ali em {
    position: absolute;
    background: url(nav.png) center no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.navs_ali.cur em,.navs_ali:hover em,.navs_ali.active em{
    background: url(nav_cur.png) center no-repeat;
}
a.navs_a {
    font-size: 16px;
    display: block;
    margin-bottom: 1px;
    line-height: 40px;
    height: 40px;
    padding-left: 40px;
    background: #f2f2f2;
}
.navs_ali.cur a.navs_a,.navs_ali:hover a.navs_a,.navs_ali.active a.navs_a{
    color: #fff;
    background:#dc081e ;
}
.list_ejnav{
    display: none;
    padding: 5px 0 10px 0;
}
li.cur .list_ejnav{
    display: block;
}
a.navs_b {
    display: block;
    line-height: 28px;
    height: 28px;
    padding-left: 56px;
    padding-right: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:126px;
}
.list_ejnav li.cur a.navs_b,.list_ejnav li:hover a.navs_b {
    color: #dc081e;
    background: #f2f2f2 url(nav_zcur.png) 195px center no-repeat;
}
.list_title {
    height: 30px;
    border-bottom: 2px solid #f2f2f2;
}
.list_title span {
    display: block;
    border-bottom: 2px solid #dc081e;
    width: auto;
    height: 30px;
    float: left;
    padding: 0 5px;
    color: #dc081e;
    font-size:16px;
}
ul.list_new {
    padding: 10px 0;
}
ul.list_new li {
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
ul.list_new li i {
    display: block;
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    top: 22px;
}
ul.list_new li a{
    display: block;
    padding-left: 12px;
}
ul.list_new li span {
    position: absolute;
    right: 0;
    top: 0px;
    color: #888;
}
/*通用列表页 end*/

/*分页样式*/
.list_fy {
    overflow: hidden;
    margin: 20px 0;
}
.easysite-page-wrap.fl span {
    display: none !important;
}
.easysite-page-wrap.fl a, .easysite-page-wrap.fl font {
    display: inline-block;
    padding: 0 12px;
    line-height: 30px;
    background: url(fy.png);
    height: 30px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    float: left;
    margin: 0 6px 0 0;
}
.easysite-page-wrap.fl a:hover, .easysite-page-wrap.fl font {
    background: #dc081e;
    color: #fff;
    border-color: #dc081e;
}
.easysite-total-page.fl {
    line-height: 30px;
    margin: 0 8px 0 10px;
}
input.easysite-page-text {
    height: 30px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    text-align: center;
    width: 60px;
}
input.easysite-jump-btn {
    border: none;
    line-height: 32px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
.list_content{
    padding:12px 0 0;
    line-height: 26px;
}
.list_content img {
    height: auto;
    max-width: 100%;
}
/*通用列表 end*/



/*外汇计算器样式*/
.jsq {
    border: 10px solid #ccc;
    border-radius: 5px;
    width: 520px;
    margin: 30px auto;
    padding: 20px;
}
ul.whdh_jsq .whdh_jsq_li {
    height: 30px;
    padding: 10px 0;
    width: 100%;
}
.jsq_text {
    float: left;
    width: 180px;
    text-align: right;
    margin-right: 10px;
    height: 30px;
}
.jsq_text.results{
  color: #333;
}
.jsq_select {
    position: relative;
    float: left;
    width: 160px;
}
.jsq_select ul {
    position: absolute;
    height: 200px;
    width: 168px;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
}
.jsq_select ul li {
    padding: 0 5px;
    cursor: pointer;
    line-height: 25px;
}
.jsq_select ul li:hover, .jsq_select ul li.cur {
    background: #ff8d3a;
    color: #fff;
}
.jsq_select input {
    width: 156px;
    padding: 0 5px;
    height: 24px;
    cursor: pointer;
    background: url(select.png) no-repeat;
    border: 1px solid #999;
    background-position: 149px 8px;
}
.jsq_inp input.dhje_num {
    padding: 0 5px;
    width: 156px;
    height: 26px;
    border: 1px solid #999;
}
.jsq_inp input.dhje_num:focus {
    box-shadow: 0 0 2px 1px #ff6600;
    border: 1px solid #ff6600;
}
.infk_span{color:#da0000;display:none;margin-left: 8px;}
input.dhje_num.erjg{
  border: 1px solid #da0000;
}
input.js_but {
    border: none;
    background: #dc081e;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    width: 60px;
    border-radius: 3px;
    text-align: center;
}
input.cz_but {
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    background: #ff6600;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.whjsq_results span{
    color: #333;
    font-weight: bold;
}
/*外汇计算器样式 end*/