/* 二级导航 */
.qs {
    height: 40px;
    width: 100%;
    background-color: #f5f5f5;
    min-width: 1000px;
    font-family: 'Microsoft YaHei', "SimSun", sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

.qs .jh {
    width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
    height: 40px;
}

.qs .jh ul li {
    float: left;
    list-style: none;
    margin-right: 14px;
}

.qs .jh ul li a {
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    color: #666;
    margin-right: 14px;
}

.qs .jh ul li a:hover {
    color: #c00;
    text-decoration: underline !important;
}
/* 正文容器 */
.colnews_area {
    width: 1200px;
    background: #fff;
    border: 0;
    margin: 0 auto;
}
.colnews_left {
    width: 880px;
    padding: 0 0 35px 0;
    float: left;
}
.otherlist_table {
    padding: 0 5px 5px;
}
/* 标题 */
.otherlist_title {
    border: 1px solid #C9C9C9;
    background: url(//i.ssimg.cn/images/foreignEx/image.gif) repeat-x 0 -151px;
    height: 26px;
    padding: 0 10px;
}
.float_left {
    float: left;
}
.forex_icon1 {
    background: url(//i.ssimg.cn/images/foreignEx/image.gif) no-repeat -80px -124px;
    width: 11px;
    height: 11px;
    font-size: 0;
    margin-top: 6px;
}
.otherlist_title .news_title {
    font-size: 14px;
    font-weight: 700;
    color: #1a4792;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    font-family: "Microsoft Yahei";
}
/* 列表 */
.otherlist_content {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px dashed #C9C9C9;
    margin: 5px 0;
}
.otherlist_content table{
    border-collapse: initial;
}
.data_td1 {
    background-color: #f5f8ff;
    color: #666;
    height: 22px;
    line-height: 22px;
}
.otherlist_content td {
    padding: 0 3px;
}
.data_td2 {
    background-color: #FFF;
    height: 22px;
    line-height: 22px;
}
.newslist_page {
    text-align: center;
    padding-top: 10px;
}
.font_color_red {
    color: #C00;
}
.font_color_green {
    color: #080;
}
/* 右侧列表样式 */
.collist {
    width: 300px;
    float: right;
}
.Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
    margin-bottom: 10px;
}

.Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
    display: inline-block;
}

.Cheader span i {
    margin-left: 10px;
    color: #262626;
}

.Cheader a {
    margin-left: 10px;
}

.Cheader a:hover {
    color: #f34540;
    text-decoration: underline;
}

.right_special {
    padding: 0 0 33px;
    border-radius: 4px;
    background-color: #ffffff;
}

.right_special li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.right_special li:last-child {
    border-bottom: none;
}

.right_special li div {
    flex: 1;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 2px 0;
}

.right_special li div.jzll_gree {
    color: #228c02;
}

.right_special li div.jzll_red {
    color: #FF0000;
}

.right_special li div .jzll_blue {
    color: #0E478C;
}

.right_special li div .jzll_blue:hover {
    color: #c00000;
    text-decoration: underline;
}

a.right_mouch {
    float: right;
    color: #666666;
    font-size: 12px;
}

a.right_mouch:hover {
    color: #f34540;
    text-decoration: underline;
}