/* 品牌专区 */
#brand_expand_div {
    width:1200px;margin: 0px auto 0px auto; font: 0/0 arial;
    background: #fff;
}
.rap {
    width: 1200px;
    height: 78px;
    background: #f5f5f5;
    margin: 0 auto;
    position: relative;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.rap img {
    border: none;
    position: absolute;
    top: 19.5px;
    left: 24.5px;
}
.rap ul li {
    float: left;
    background: #eee;
    margin-left: 22px;
    border: 1px solid #e0e0e0;
    margin-top: 8px;
}
#special_list {
    margin-left: 95px;
}
.ssadpublic img {
    display: block;
}
.rap ul li .ssadpublic a img {
    position: inherit;
    top: 0px;
    left: 0px;
}
/* 滚动 */
.wrap{
width: 1200px; margin: 0px auto 0px auto;
}
.scroll_box {
    background: #f3f3f3;
    height: 28px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    border: 1px solid #e0e0e0;
}
/* 已删除重复的 .scroll_box 定义 */

.top_scroll .scroll_con {
    margin-top: 2px;
    position: relative;
    height: 20px;
    width: 1200px;
    overflow: hidden;
}
.top_scroll .scroll_con .roll {
    position: absolute;
    overflow: hidden;
    top: 2px;
    left: 10px;
    width: 1180px;
}
.top_scroll .scroll_con .roll ul li {
    height: 20px;
    line-height: 20px;
    clear: both;
    width: 1180px;
    overflow: hidden;
    white-space: nowrap;
}
.more_insit .title h3 a {
    color: #0E478C;
} /* 修复：补充缺失的闭合大括号 */

.dib {
    display: inline-block;
    width: 220px !important;
    /* 优化：移除过时的 IE 黑客写法 *zoom:1; *display: inline; */
}
.dib a {
    color: #00538e;
}
.dib a:hover {
    color: #c00;
}
.dib span {
    display: inline-block;
    /* width: 40px; */
    max-width: 55px;
    text-align: right;
    margin-left: 5px;
}
/* .dib .dib_span1 {
    max-width: 50px;
} */
.red {
    color: #c00;
}
.green {
    color: #080;
}
#rolltext li span {
    float: none;
}
.dib .arrow_up,
.arrow_down {
    /* width: 50px !important; */
    margin-left: 5px;
    padding-left: 22px;
}
.dib .arrow_up {
    background: url(../image/new_up.png) no-repeat left center;
    background-size: 16px;
}
.dib .arrow_down {
    background: url(../image/new_down.png) no-repeat left center;
    background-size: 16px;
}
.top_scroll .opr_btn {
    padding-right: 1px;
    float: right;
    width: 17px;
    position: absolute;
    right: 0;
    top: 0;
}
.top_scroll .opr_btn span {
    display: block;
    width: 17px;
    height: 14px;
    overflow: hidden;
    background: url(//i.ssimg.cn/images/futures/scroll_imgbg.gif);
    cursor: pointer;
}
.top_scroll .opr_btn span.upWord { background-position:0 0; }
.top_scroll .opr_btn span.upOver { background-position:-17px 0;}
.top_scroll .opr_btn span.downWord { background-position:0 -14px; height:13px;}
.top_scroll .opr_btn span.downOver { background-position:-17px -14px; height:13px;}
/* 内容区域 */
.container {
    width: 1200px;
    margin: 10px auto 0;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.container .content {
    margin: 0 auto;
}

/* 左 - 列表 */
.container .content .left {
    float: left;
    width: 900px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.container .content .left .lefttop2 {
    height: 36px;
    border-bottom: 1px solid #dedede;
    margin-right: 20px;
    text-align: left;
    position: relative;
}
.container .content .left .lefttop2 a {
    color: #262626;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    margin-right: 45px;
    text-decoration: none;
    height: 36px;
}
.container .content .left .lefttop2 a.lefttop2_mouch{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    margin-right: 0;
}
.container .content .left .lefttop2 a.lefttop2_mouch:hover{
    color: #e12d0a;
    text-decoration: underline;
}
.red {
    border-bottom: 3px solid #e12d0a;
    color: #e12d0a;
}
.left_list {
    margin-bottom: 60px;
    padding-right: 20px;
}
.left_list_div {
    position: relative;
}
.left_list_div a {
    display: flex;
    padding: 18px 10px;
}
.left_list_div:after {
    content: '';
    display: block;
    height: 131px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    z-index: -1;
}
.left_list_div:hover:after {
    background-color: #f4f4f4;
    width: 100%;
    transition: 0.3s;
}
.list_le {
    width: 260px;
    height: 165px;
    margin-right: 30px;
    overflow: hidden;
}
.list_le img {
    width: 100%;
    transition: 1s;
    transform-origin: center center;
}
.left_list_div:hover .list_le img {
    transform: scale(1.2);
}
.list_re {
    height: 165px;
    flex: 1;
}
.text_top {
    height: 50px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
}
.left_list_div:hover .text_top {
    color: #e12d02 !important;
}
.text_bot_cen {
    text-decoration: none;
    line-height: 25px;
    color: #5E6B73;
    font-size: 14px;
    height: 50px;
    margin-top: 12px;
    word-break: break-all;
    text-align: justify;
    overflow: hidden;
}
.text_bot_time {
    padding-right: 20px;
    color: #A7A7A7;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
    text-align: right;
}
/* 右 - 列表 */
.container .content .right {
    float: left;
    width: 300px;
    box-sizing: border-box;
}
.container .content .right .Choiceness {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: "Noto Sans SC", "Microsoft YaHei", "SimSun";
}
.container .content .right .Choiceness .Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}
.container .content .right .Choiceness .Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
}
.container .content .right .Choiceness .Cheader span i {
    margin-left: 10px;
    color: #262626;
}
.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 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;
}

a.right_mouch {
    float: right;
    color: #666666;
}
a.right_mouch:hover {
    color: #f34540;
    text-decoration: underline;
}
/* 财经日历 */
.calendar {
    height: 220px;
}
.calendar .current {
    padding: 2px 5px;
    background: #ddd;
}
.calendar .prev,
.calendar .prev1,
.calendar .next,
.calendar .next1 {
    display: inline-block;
    width: 10px;
    height: 12px;
    line-height: 12px;
    font-size: 0;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    background: url(//i.ssimg.cn/images/gold/20121113/icon.gif) 0 -19px no-repeat;
}
.calendar .prev1 {
    background-position: 0 -46px;
}
.calendar .next {
    background-position: 0 -32px;
    margin: 0 10px 0 0;
}
.calendar .next1 {
    background-position: 0 -59px;
    margin: 0 10px 0 0;
}
.calendar th {
    height: 24px;
    background: #f4f4f4;
    text-align: center;
}
.calendar td {
    height: 24px;
    text-align: center;
}
.calendar td a {
    color: #666666;
}
.calendar .source {
    padding: 5px;
    border-top: 1px solid #dedfda
}
.calendar .source a {
    color: #0e478c;
    text-decoration: underline;
    font-size: 14px;
    padding: 4px 0;
    display: block;
}
.calendar .source a:hover {
    color: #cc0000
}
/* 机构专区 */
.clearfix{
    display: flex;
    flex-wrap: wrap;
}
.jigouzhuanqu{
    padding-right: 20px;
    margin-bottom: 60px;
}
.jigouzhuanqu li{
    margin-right: 32px;
    margin-top: 20px;
}
.jigouzhuanqu li a{
    display: block;
}
.clearfix li:nth-of-type(4n){
    margin-right: 0;
}
.jigouzhuanqu ul.clearfix li {
    border: 1px solid #bebebe;
}

.jigouzhuanqu ul.clearfix img {
    display: block;
}
.right_special li div .jzll_blue {
    color: #0E478C;
}
.right_special li div .jzll_blue:hover{
    color: #c00000;
    text-decoration: underline;
}
/* 品种分类 */
.pzfl{
padding-bottom: 33px;
}
.pzfl_ul{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    line-height: 20px;
}
.pzfl_ul li{
    padding: 6px 0;
}
.pzfl_top{
    width: 50px;
    margin: 5px 0 5px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #bcbcbc;
}
.pzfl_ul a{
    color: #0E478C;
     margin-left: 5px;
     
}
.pzfl_ul a:hover{
    color: #c00000;
    text-decoration: underline;
}
.pzfl_name{
    line-height: 25px;
    padding-right: 5px;
    word-break: keep-all;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pzfl_img1{
    width: 22px;
    height: 20px;
    background: url(//i.ssimg.cn/images/futures/2016/simcon-V3_019.jpg) no-repeat -3px 0px;
}
.pzfl_img2{
    width: 22px;
    height: 20px;
    background: url(//i.ssimg.cn/images/futures/2016/simcon-V3_019.jpg) no-repeat -1px -58px;
}
.pzfl_img3{
    width: 22px;
    height: 20px;
    background: url(//i.ssimg.cn/images/futures/2016/simcon-V3_019.jpg) no-repeat -3px -113px;
}
.pzfl_img4{
    width: 22px;
    height: 20px;
    background: url(//i.ssimg.cn/images/futures/2016/simcon-V3_019.jpg) no-repeat -2px -169px;
}