/* 96KaiFa原创源码，唯一官网：www.96kaifa.com */
@charset "utf-8";

/**
 * list-common css file
 *
 * @author: Xu Yubing<xuyubing@123.com.cn>
 * @link:  通用频道信息流页面
 * @copyright: Copyright 安徽黄埔网络科技有限公司All Rights Reserved
 */

/*============================================
主题颜色设置
=============================================*/

/*文字交互*/
a:hover, .channel-head .channel-nav li a:hover, .nav-bar.nav-secondary li a:hover, .nav-bar.nav-secondary li.active a, .daily-news a:hover, .news-list li a:hover, .title-mod h3 a:hover, .title-aside h3 a:hover, .link-more:hover, .picList li h6 a:hover, .article-list li p a:hover, .comment h6 a:hover, .title-inside h4 a:hover, .mixed-txt h6 a:hover, .mixed-txt p a:hover, .video-list li a:hover {
    color: #b50404;
}

.title-mod h3 {
    border-top: 2px solid #b50404;
}

/*============================================
通用样式
=============================================*/

/*全局global中样式重置*/
a, p {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

i {
    line-height: 0;
    padding-top: 0;
    font-size: 12px;
}

body, input {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    *font-family: "Microsoft Yahei";
    color: #333;
}

/*频道通用*/
.ft-bold {
    font-weight: bold !important;
}

.hr-dashed {
    height: 0;
    margin: 17px 0 15px;
    *margin: 10px 0 8px;
    border-width: 0;
    border-top: 1px dotted #dfdbdb;
}

.mt30 {
    margin-top: 30px !important;
}

.mt25 {
    margin-top: 25px !important;
}

/*css3缓动图片放大5%*/
.transition img {
    display: block;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.logo-channel.transition a:hover img {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.img-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #000;
    filter: alpha(opacity=20);
    opacity: .2;
    z-index: 2;
    cursor: pointer;
}

/*广告图片尺寸*/
.ad-1, .ad-2 {
    width: 1190px;
    overflow: hidden;
}

.ad-3-1 {
    width: 900px;
    overflow: hidden;
}

.ad-3-2 {
    width: 275px;
    overflow: hidden;
}

/*上边框标题样式*/
.title-mod {
    height: 46px;
    line-height: 46px;
    margin: 0;
    border-top: 2px solid #dfdbdb;
    zoom: 1;
}

.title-mod h3 {
    float: left;
    display: inline-block;
    margin: -2px 0 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    z-index: 2;
}

.title-mod h3 a {
    color: #333;
}

/*侧边框标题*/
.title-aside {
    position: relative;
    height: 16px;
    margin: 0 0 30px 0;
    zoom: 1;
}

.title-aside .line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #dfdbdb;
    z-index: 1;
}

.title-aside h3 {
    position: relative;
    float: left;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 20px 0 15px;
    background: #FFF;
    border-left: 3px solid #b50404;
    z-index: 2;
    color: #333;
    font-size: 16px;
}

.title-aside h3 a {
    color: #333;
}

/*通栏标题*/
.title-block {
    padding: 17px 0 30px 0;
    border-top: 3px solid #b50404;
    zoom: 1;
}

.title-block h3 {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 40px 0 0;
    font-size: 26px;
    font-weight: normal;
}

.title-block h3 a, .title-block h3 span {
    position: relative;
    display: block;
    padding: 0 25px 0 0;
    color: #b50404;
}

.title-block h3 span {
    cursor: default;
}

.title-block h3 i {
    position: absolute;
    right: 5px;
    top: 7px;
    *top: 10px;
    display: block;
    width: 11px;
    height: 18px;
    padding: 0;
    background: url(../img/sprite-finance.png) no-repeat -207px -68px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.title-block h3:hover i {
    right: 0;
}

.title-block li {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 26px 0 0;
    font-size: 16px;
}

.title-block li a {
    color: #888;
}

.title-block li a:hover {
    color: #b50404;
    text-decoration: underline;
}

.title-block .link-info {
    color: #b50404;
    line-height: 30px;
    font-size: 14px;
}

.title-block .link-info:hover {
    text-decoration: underline;
}

/*内部子标题*/
.title-inside {
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 20px;
    zoom: 1;
}

.title-inside .link-more {
    margin: 0;
}

.title-inside h4 {
    float: left;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
}

.title-inside h4 a {
    color: #404040;
}

/*更多入口样式*/
.link-more {
    position: relative;
    float: right;
    display: inline-block;
    line-height: 24px;
    margin: 11px 0;
    padding: 0 13px 0 0;
    font-size: 14px;
    color: #999;
}

.link-more i {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/sprite-finance.png) no-repeat -189px -68px;
}

.link-more:hover i {
    background-position: -189px -85px;
}

/*文字新闻列表*/
.list-hot {
    background: #fff;
    padding: 35px 20px 24px;
    margin-bottom: 20px;
}

.list-hot .title-aside {
    margin: 0 0 20px 0;
}

ul.news-list, .news-list > ul {
    display: block;
}

.news-list li {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 28px;
    font-size: 16px;
    zoom: 1;
}

.news-list li i {
    position: absolute;
    left: 0;
    top: 18px;
    *top: 0;
    *line-height: 36px;
    display: block;
    padding: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    color: #c8c8c8;
}

.news-list li.red-color i {
    color: #bc000f;
}

.news-list li a {
    display: block;
    color: #333;
}

.news-list li a:hover {
    color: #b50404;
}

.news-list li i.icon-video {
    top: 13px;
    *top: 14px;
    width: 10px;
    height: 12px;
    background: url(../img/sprite-finance.png) no-repeat -113px -136px;
}

.topic {
    padding: 35px 20px 20px;
    margin-bottom: 20px;
    background: #fff;
}

/*图文混排推荐位*/
.mixed {
    margin: 0 0 10px 0;
    zoom: 1;
}

.mixed-img {
    position: relative;
    float: left;
    display: inline-block;
    *display: block;
    width: 175px;
    height: 120px;
    margin: 0 20px 0 0;
}

.mixed-txt h6 a {
    display: block;
    color: #404040;
    white-space: normal;
}

.mixed-txt h6 a:hover {
    color: #b50404;
}

.mixed-txt h6 {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.mixed-txt p {
    height: 54px;
    line-height: 27px;
    margin: 6px 0 0;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
}

.mixed-txt p a {
    display: block;
    color: #666;
    white-space: normal;
}

.mixed-txt p a:hover {
    color: #b50404;
}

/*layout*/
.main {
    position: relative;
    text-align: left;
    min-width: 1190px;
    padding-bottom: 40px;
    background: #f3f3f3;
    overflow: hidden;
}

.container {
    position: relative;
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

.container:after, .title-mod:after, .title-aside:after, .title-block:after, .title-inside:after, .news-list li:after, .mixed:after {
    content: "";
    display: table;
    *display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

/*通用盒模型*/
.article {
    float: left;
    display: inline-block;
    width: 915px;
}

.aside {
    float: right;
    display: inline-block;
    width: 290px;
}

.module {
    float: left;
    display: inline-block;
    width: 405px;
    margin: 0 35px 0 0;
}

.module.module-lg {
    width: 440px;
}

.module.module-sm {
    width: 385px;
}

.module.module-xs {
    width: 350px;
}

/*============================================
频道首页头部样式
=============================================*/
.channel-head {
    min-width: 1190px;
    background: #fff;
}

.channel-head li {
    float: left;    /*display: inline-block;*/

    /**display: inline;*/
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.channel-head li a {
    margin: 0 0 0 22px;
    color: #333;
}

.channel-head li a:hover {
    color: #b50404;
}

.channel-head li:first-child a {
    margin-left: 0;
}

.channel-head li i {
    padding: 0;
    margin-left: 22px;
    font-size: 12px;
    color: #ddd;
}

/*logo搜索*/
.nav-search-float {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    height: 75px;
}

.nav-search-float.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.logo-channel {
    padding: 24px 0 20px;
    margin-right: 86px;
}

.logo-channel a {
    float: left;
    display: inline-block;
    overflow: visible;
}

.logo-channel a:first-child {
    margin: -6px 2px 0 0;
}

.logo-channel a img {
    display: block;
}

/*搜索框*/
.search-circle {
    margin-left: 210px;
}

.search-circle .channel-search {
    position: relative;
    width: 500px;
    height: 40px;
    margin: 20px 0 0 0;
    background: #f6f6f6;
    border-radius: 30px;
    overflow: hidden;
}

.search-circle .channel-search input {
    width: 426px;
    height: 30px;
    line-height: 30px;
    padding: 5px 50px 5px 22px;
    *padding: 4px 40px 4px 12px;
    color: #333;
    border: none;
    border-radius: 30px;
    background: #f6f6f6;
}

.search-circle .channel-search .search-label {
    position: absolute;
    left: 10px;
    top: 1px;
    *top: 2px;
    display: block;
    width: 426px;
    height: 38px;
    *height: 36px;
    line-height: 38px;
    *line-height: 36px;
    padding: 0 0 0 13px;
    background: #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #ccc;
    cursor: text;
    border-radius: 30px;
}

.search-circle .channel-search .btn-search {
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/search-spirit.png) no-repeat -35px 0;
    text-indent: -9999px;
    overflow: hidden;
}

.search-circle .channel-search.focus input {
    border-color: #d4d4d4;
}

.search-circle .btn-close-search {
    margin: 34px 0 0 15px;
    width: 12px;
    height: 12px;
    background: url(../img/search-spirit.png) no-repeat -65px 0;
    cursor: pointer;
}

/*页面导航*/
.nav-search-float .container {
    *z-index: 999;
}

.container .container-nav {
    padding: 28px 0 25px;
}

.container .container-nav li {
    position: relative;
    float: left;
    margin-left: 40px;
}

.container .container-nav li:first-child {
    margin-left: 0;
}

.container .container-nav li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
}

.container .container-nav li .line {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -25px;
    width: 0;
    height: 2px;
    background: #b50404;
    z-index: 1;
}

.container .container-nav li a:hover, .container .container-nav li.cur a {
    color: #b50404;
}

.container .container-nav li.cur .line, .container .container-nav li:hover .line {
    width: 18px;
}

.container .search-icon {
    width: 21px;
    height: 21px;
    margin-top: 28px;
    background: url(../img/search-spirit.png) no-repeat 0 0;
    cursor: pointer;
}

.container .nav-list-off {
    position: relative;
    width: 25px;
    height: 5px;
    margin: 3px 0 0 30px;
    padding: 35px 10px 32px;
    cursor: pointer;
    background: url(../img/icon-nav-more.png) no-repeat center center;
    z-index: 1000;
}

.container .nav-list-off .line {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #b50404;
    z-index: 1;
}

.container .nav-list-off:hover .line {
    width: 18px;
}

.container .nav-list-dn {
    width: 208px;
    padding: 18px 0 2px 42px;
    *padding-bottom: 20px;
    position: absolute;
    top: 75px;
    right: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top-color: #f8f8f8;
    z-index: 1000;
}

.container .nav-list-dn li {
    float: left;
    width: 50%;
    height: 30px;
    margin-bottom: 15px;
    line-height: 30px;
}

.container .nav-list-dn li a {
    font-size: 16px;
    color: #333;
}

.container .nav-list-dn li a:hover {
    color: #b50404;
}

/*右侧悬浮按钮*/
.sidebar {
    position: fixed;
    right: 0;
    top: 40%;
    display: block;
    width: 55px;
    z-index: 100;
}

.sidebar li {
    position: relative;
    float: left;
    width: 55px;
    height: 53px;
    margin: 0 0 1px 0;
    line-height: 53px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.sidebar li > a {
    display: block;
    width: 55px;
    height: 100%;
    background: #dfe1e4;
    overflow: hidden;
}

.sidebar li > a:hover {
    color: #FFF;
}

.sidebar li .tips {
    position: absolute;
    right: 75px;
    bottom: 0;    /*width: 90px;*/
    height: 53px;
    line-height: 53px;
    padding: 0 8px;
    background: #b50404;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 12;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.sidebar li .tips a {
    color: #FFF;
}

.sidebar li .tips .angle {
    position: absolute;
    right: -8px;
    top: 50%;
    display: none;
    width: 8px;
    height: 13px;
    margin: -6px 0 0;
    background: url(../img/sprite-finance.png) no-repeat -374px -249px;
}

.sidebar li.open {
    overflow: visible;
}

.sidebar li.open .tips {
    right: 55px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.sidebar li.open .tips .angle, .sidebar li.open .tips-qrcode {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
}

.sidebar li .tips-qrcode {
    position: absolute;
    right: 50px;
    bottom: 0;
    display: none;
    width: 164px;
    height: 162px;
    background: url(../img/sprite-finance.png) no-repeat -200px -100px;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar .operate li >a:hover {
    background: #23262b;
}

.sidebar .operate li >a i {
    display: block;
    width: 25px;
    height: 25px;
    margin: 14px auto;
    text-indent: -99999px;
    background: url(../img/sprite-finance.png) no-repeat;
}

.sidebar .operate li.opt5 >a i {
    width: 28px;
}

.sidebar .operate li.opt4 >a i {
    width: 27px;
    height: 26px;
}

.sidebar .operate li.opt1 > a i {
    background-position: -374px -100px;
}

.sidebar .operate li.opt2 > a i {
    background-position: -374px -155px;
}

.sidebar .operate li.opt3 > a i {
    background-position: -374px -211px;
}

.sidebar .operate li.opt4 > a i {
    background-position: -374px -10px;
}

.sidebar .operate li.opt5 > a i {
    background-position: -374px -53px;
}

.channel-site {
    margin: 15px auto 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.channel-site a {
    color: #999;
}

.channel-site a:hover {
    color: #da5c4f;
}

.channel-site span {
    color: #333;
}

.main-list {
    float: left;
    width: 880px;
    margin: 20px 0 0;
    overflow: hidden;
}

.ad-list {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
}

.list-content {
    padding-top: 5px;
    background: #fff;
}

.list-content .rmd-mixed {
    padding: 0;
    margin: 0;
}

.list-content .mixed-img {
    width: 255px;
    height: 160px;
    margin: 0 25px 0 0;
    background: #eee;
}

.list-content .mixed-txt h6 {
    height: 30px;
}

.list-content .mixed-txt h6 a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

.list-content .mixed-txt p {
    line-height: 22px;
    height: auto;
    max-height: 44px;
    margin: 15px 0 0;
    overflow: hidden;
}

.list-content .mixed-txt p a {
    color: #333;
}

.list-content .laiyuan {
    height: 22px;
    line-height: 22px;
    margin: 36px 0 0;
    font-size: 14px;
    color: #999;
}

.list-content > ul > li.hasimg .mixed-txt p {
    height: 44px;
    margin-bottom: 32px;
}

.list-content .mixed-txt h6 a:hover, .list-content .mixed-txt p a:hover {
    color: #b50404;
}

.list-content > ul {
    padding: 0 35px;
}

.list-content > ul > li {
    padding: 30px 10px 30px;
    border-top: 1px dotted #d3d3d3;
    border-right: 3px solid #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.list-content > ul > li:first-child {
    border-top: 0;
}

.list-content > ul > li.hasimg {
    padding: 30px 10px 30px 0;
}

.list-content > ul > li.hasimg .mixed-txt h6 {
    margin-top: 5px;
}

.list-content > ul > li:hover {
    background: #fbfbfb;
    border-right: 3px solid #b1b0b0;
}

.aside {
    margin-top: 20px;
}

.aside .ad-4 {
    width: 290px;
    height: 85px;
    margin-bottom: 20px;
}

.aside .ad-bar {
    width: 290px;
    overflow: hidden;
}

.aside .ad-bar a, .aside .ad-bar img {
    display: block;
}

.tpc-new a {
    display: block;
    line-height: 0;
}

.tpc-new p {
    position: relative;
    width: 250px;
    height: 90px;
    overflow: hidden;
}

.tpc-new span {
    display: block;
    width: 225px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 15px;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.tpc-new img {
    cursor: pointer;
}

.tpc-new a:hover span {
    color: #b50404;
}

.tpc-list {
    margin: 20px 0 0;
}

.tpc-list li a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 15px;
    border-left: 3px solid #f5f5f5;
    font-size: 16px;
    color: #404040;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpc-list li a:hover {
    border-left: 3px solid #b1b0b0;
    background: #fbfbfb;
    color: #b50404;
}

.mod-content .view {
    width: 100%;
    margin: 11px 0 0;
}

.mod-content .view.mt0 {
    margin-top: 0;
}

.mod-content .view.mt0 h6 {
    margin-top: -2px;
}

.mod-content .view h6 {
    margin: 7px 0 16px;
    font-size: 18px;
}

.mod-content .view h6 a {
    display: block;
}

.mod-content .view >a {
    float: left;
    overflow: hidden;
    display: inline-block;
    width: 110px;
    height: 90px;
    margin: 0 15px 0 0;
}

.mod-content .view p {
    line-height: 30px;
    font-size: 14px;
}

.mod-content .view p a {
    overflow: hidden;
    display: block;
    height: 83px;
    white-space: normal;
    color: #666;
}

.mod-content .view p a:hover {
    color: #b50404;
}

/*频道页左边内容*/
.channel-main {
    position: relative;
    min-height: 1000px;
    margin: 23px auto 0;
}

.channel-main .ad-1 {
    width: 1190px;
    height: 85px;
    margin-bottom: 20px;
}

.channel-main-left {
    float: left;
    width: 820px;
    padding: 20px 30px;
    background: #fff;
}

.channel-site {
    font-size: 14px;
    color: #999;
}

.channel-site a {
    color: #999;
}

.channel-site span {
    color: #333;
}

.channel-main-left h1 {
    line-height: 38px;
    margin: 16px 0;
    font-size: 30px;
}

.channel-laiyuan {
    padding: 0 0 15px 0;
}

.channel-laiyuan p {
    font-size: 14px;
    color: #999
}

.channel-laiyuan span {
    margin: 0 10px 0 0;
}

.channel-laiyuan .text-ico {
    margin: 5px 0 0;
}

.channel-laiyuan .text-ico a {
    margin: 0 0 0 5px;
    cursor: pointer
}

/*左边正文内容*/
.channel-text .abstract {
    position: relative;
    width: 778px;
    line-height: 30px;
    margin: 0 0 34px 0;
    padding: 20px;
    background: #fff;
    border: 1px dashed #999999;
    font-size: 14px;
    color: #666;
    word-break: break-all;
}

.channel-text .abstract .zy-article {
    position: absolute;
    left: 30px;
    top: -13px;
    padding: 0 0 0 5px;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    z-index: 1;
}

.channel-text img {
    max-width: 805px;
}

.channel-text p, .channel-text b {
    display: block;
    line-height: 30px;
    margin: 20px 0 0;
}
.channel-text p{
    white-space: normal;
    word-break: break-all;
}
.channel-label {
    margin: 35px 0;
    font-size: 14px;
    color: #999;
}

.channel-label p span {
    margin: 0 0 0 15px;
}

.channel-label a {
    display: inline-block;
    margin: 0 9px 0 0;
    padding: 3px 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #999;
}

.channel-label a:hover {
    color: #bf0505
}

.channel-prompt {
    width: 780px;
    line-height: 24px;
    margin: 25px 0 30px;
    padding: 15px 9px 15px 14px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #999;
}

.channel-prompt p a {
    color: #333;
}

#gb_article_body {
    font-size: 16px;
    line-height: 30px;
}

#gb_article_body h2 {
    margin: 20px 0 0;
    font-size: 18px;
}

#gb_article_body h3 {
    margin: 20px 0 0;
    font-size: 16px;
}

/*表格*/
#gb_article_body table {
    margin: 30px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#gb_article_body table tr th {
    color: #333;
}

#gb_article_body table tr th, #gb_article_body table tr td {
    height: 30px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
}

/*评论*/
.cloud-guest-title a {
    font-size: 16px;
    color: #bf0505 !important;
}

.cloud-guest-title strong {
    font-size: 16px !important;
    color: #333 !important;
}

.cloud-guest-title .info-line {
    font-size: 16px;
}

.cloud-guest-textarea .textarea textarea {
    height: 80px !important;
}

/*右边区域*/
.channel-main-right {
    width: 290px;
}

/*7*24小时*/
.hours {
    padding: 24px 20px 30px;
    margin-bottom: 16px;
    background: #fff;
}

.hours .title h3 {
    position: relative;
    float: left;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 0;
    background: #FFF;
    z-index: 2;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.hours .title {
    position: relative;
    margin: 0 0 13px 0;
}

.hours .title h3 a {
    display: block;
    width: 90px;
    height: 38px;
    margin: 5px 0 16px;
    background: url(../img/sprite-homepage.png) no-repeat -175px -68px;
    text-indent: -99999px;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.hours .title h3 a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.hours .title .link-more {
    margin: 13px 0 0;
    padding: 0 11px 0 10px;
    background: #fff;
    font-size: 12px;
    z-index: 2;
}

.hours .title .line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #dfdbdb;
    z-index: 1;
}

.hours-opt {
    height: 20px;
    margin: 0 0 18px 0;
    overflow: hidden;
}

.hours-opt li {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 22px;
    color: #404040;
    cursor: pointer;
}

.hours-opt li i {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/sprite-homepage.png) no-repeat;
}

.hours-opt li:hover {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.hours-opt li.sound.default i {
    background-position: -121px -207px;
}

.hours-opt li.fresh.default i {
    /*top: 0;*/
    background-position: -149px -207px;
}

.hours-opt li.sound i {
    background-position: -121px -233px;
}

.hours-opt li.fresh i {
    background-position: -149px -234px;
}

.hours-opt li.default {
    color: #ccc;
}

.hours-opt li.fresh b {
    margin: 0 2px;
    font-weight: normal;
}

.time-line {
    height: 330px;
    overflow: hidden;
}

.time-line li {
    position: relative;
    line-height: 24px;
    padding: 0 15px 20px 12px;
    margin: 0 0 0 5px;
    border-left: 1px solid #c0c7ca;
    font-size: 14px;
    color: #333;
}

.time-line li em {
    position: absolute;
    top: 8px;
    left: -5px;
    display: block;
    width: 9px;
    height: 9px;
    background: url(../img/sprite-homepage.png) no-repeat -175px -116px;
}

.time-line li p {
    *margin: -22px 0 0;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.time-line li div {
    display: block;
    line-height: 22px;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #999;
}

.time-line li:hover p {
    color: #333;
}

.time-line li:hover span {
    padding: 1px 5px;
    background: #bf0505;
    color: #FFF;
}

.time-line li:hover em {
    background-position: -194px -116px;
}

/*下载专区*/
.download-box {
    padding: 15px 17px;
    margin: 35px 0 0 0;
    border: 1px dashed #e5e5e5;
}

.download-box h3 {
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
    color: #404040;
    font-weight: bold;
}

.download-box li a {
    position: relative;
    display: block;
    padding: 43px 0 0 0;
    width: 70px;
    text-align: center;
}

.download-box li i {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 30px;
    height: 33px;
    margin: 0 0 0 -15px;
    background: url(../img/sprite-homepage.png) no-repeat;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.download-box li.android i {
    background-position: -52px -68px;
}

.download-box li.ios i {
    background-position: -88px -68px;
}

.download-box li.pc i {
    background-position: -126px -68px;
}

.download-box li span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #404040;
}

.download-box li a:hover span {
    color: #bf0505;
}

.download-box li.android a:hover i {
    background-position: -52px -111px;
}

.download-box li.ios a:hover i {
    background-position: -88px -111px;
}

.download-box li.pc a:hover i {
    background-position: -126px -111px;
}

.download-box .btn-kh {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 13px 0;
    background: #bf0505;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.download-box .btn-kh:hover {
    background: #c92a2a;
    color: #FFF;
}

.download-box p {
    line-height: 16px;
    font-size: 14px;
    color: #999;
}

/*热点专题*/
.tpc-new a {
    position: relative;
    display: block;
    line-height: 0;
}

.tpc-list {
    margin: 20px 0 0 0;
}

.tpc-list li a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 15px;
    border-left: 3px solid #f5f5f5;
    font-size: 16px;
    color: #404040;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpc-list li a:hover {
    border-left: 3px solid #b1b0b0;
    background: #fbfbfb;
    color: #bf0505;
}

/*热点视频*/
.tpc-new em {
    display: inline-block;
    width: 14px;
    height: 17px;
    margin: 0 5px -2px 0;
    background: url(../img/channel-spirit.png) no-repeat 0 -155px;
}

.channel-video {
    padding: 35px 20px 30px;
    margin-bottom: 20px;
    background: #fff;
}

.channel-video ul {
    margin: 15px 0 0;
}

.channel-video ul li {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
    font-size: 14px;
}

.channel-video ul li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px 3px 0;
    background: url(../img/channel-spirit.png) no-repeat -32px 0;
}

/*推荐阅读*/
.recommend {
    width: 100%;
    margin: 35px 0 0;
    background: #f3f3f1;
}

.recommend ul {
    width: 1210px;
}

.recommend ul li {
    float: left;
    width: 282px;
    margin: 20px 20px 0 0;
}

.recommend ul li p {
    line-height: 28px;
    margin: 8px 0 0 0;
    font-size: 16px;
}

.recommend ul li p a {
    white-space: normal;
}

.recommend-title h3 {
    font-size: 20px;
    font-weight: normal;
}

.recommend-title a {
    font-size: 16px;
    text-decoration: underline;
}

/*上一篇、下一篇*/
.channel-article {
    margin-top: 25px;
}

.channel-article ul li {
    width: 74px;
    height: 100px;
    background: #fff;
    margin-bottom: 2px;
}

.channel-article ul li a {
    display: block;
    padding: 14px 5px 16px;
    white-space: normal;
    *cursor: pointer;
}

.channel-article ul li a p {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.channel-article ul li a h4 {
    overflow: hidden;
    max-height: 40px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #333;
}

.channel-article ul li a:hover h4 {
    color: #b50404;
}

/*更多*/
.link-more {
    position: relative;
    float: right;
    display: inline-block;
    line-height: 24px;
    margin: 18px 0px 0px;
    padding: 0px 13px 0px 0px;
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.link-more i {
    position: absolute;
    right: 0px;
    top: 6px;
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/sprite-homepage.png) 0px -160px no-repeat;
}

.link-more:hover i {
    background-position: -17px -160px;
}

.transition img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.transition:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.tpc-new2 a {
    display: inline-block;
}

.tpc-new2 a p {
    width: 310px;
    height: 102px;
    overflow: hidden;
}

.tpc-new a:hover span {
    color: #bf0505;
}

.tpc-new1 p {
    position: relative;
    width: 250px;
    height: 152px;
    overflow: hidden;
}

.recommend ul li>a {
    display: inline-block;
    width: 282px;
    height: 175px;
    overflow: hidden;
}

.tpc-new1 a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(../img/sprite-homepage.png) no-repeat -203px -189px;
    z-index: 12;
}

.tpc-new1 a em.mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 152px;
    margin: 0;
    background: #303030;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tpc-new1 a:hover .mask {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.tpc-new1 a:hover .icon {
    display: block;
}

/*左侧导航修改*/
.menu-wrap p em {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 20px -2px 0;
    *margin: 0 20px 3px 0;
    background: url(../img/channel-spirit.png) no-repeat 0 -352px;
}

.menu-wrap p span {
    float: right;
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: 21px 20px 0 0;
    *margin: -34px 20px 0 0;
    background: url(../img/channel-spirit.png) no-repeat -36px -352px;
    cursor: pointer;
}

.menu-wrap p span:hover {
    background-position: -71px -352px;
}

/*分享*/
.channel-share ul {
    padding: 0 5px;
    background: #fff;
}

.channel-share ul li {
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
}

.channel-share ul li:first-child {
    border-top: none;
}

.channel-share ul li i {
    padding: 0;
}

.post_topshare {
    position: fixed;
    left: 50%;
    /*top: 290px;*/
    margin: 0 0 0 -682px;
    z-index: 2;
}

.post_topshare2 {
    position: absolute;
    left: -120px;
    bottom: 0;
    z-index: 2;
}

.channel-share .post_share {
    position: relative;
}

.channel-share .post_share li a {
    display: block;
    position: relative;
    overflow: visible;
}

.channel-share .post_share li i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/article-share-spirit.png) no-repeat;
    z-index: 2;
}

.channel-share .post_share li .share-text {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.channel-share .post_share li .share-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999999;
    border-radius: 4px;
    vertical-align: middle;
}

.channel-share .post_share li .share-icon em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: all 0.2s linear;
    border-radius: 4px;
}

.channel-share .post_share .share_weixin i {
    width: 20px;
    height: 16px;
    background-position: 0 0;
    margin: -8px 0 0 -10px;
}

.channel-share .post_share .share_weibo i {
    width: 20px;
    height: 16px;
    background-position: -25px 0;
    margin: -8px 0 0 -10px;
}

.channel-share .post_share .share_haoyou i {
    width: 14px;
    height: 16px;
    background-position: -50px 0;
    margin: -8px 0 0 -7px;
}

.channel-share .post_share .share_qzone i {
    width: 18px;
    height: 16px;
    background-position: -70px 0;
    margin: -8px 0 0 -9px;
}

.channel-share .post_share .share_weixin:hover .share-icon em, .channel-share .post_share .share_weibo:hover .share-icon em, .channel-share .post_share .share_haoyou:hover .share-icon em, .channel-share .post_share .share_qzone:hover .share-icon em {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.channel-share .post_share .share_weixin:hover .share-icon em {
    background: #19b20a;
}

.channel-share .post_share .share_weixin:hover .share-text {
    color: #19b20a;
}

.channel-share .post_share .share_weibo:hover .share-icon em {
    background: #f66369;
}

.channel-share .post_share .share_weibo:hover .share-text {
    color: #f66369;
}

.channel-share .post_share .share_haoyou:hover .share-icon em {
    background: #6bc0f4;
}

.channel-share .post_share .share_haoyou:hover .share-text {
    color: #6bc0f4;
}

.channel-share .post_share .share_qzone:hover .share-icon em {
    background: #fcb733;
}

.channel-share .post_share .share_qzone:hover .share-text {
    color: #fcb733;
}

/*微信*/
.weixinbox {
    display: none;
    position: absolute;
    left: 86px;
    top: 0;
    width: 240px;
    height: 275px;
    padding: 10px;
    background: #fff;
    border: solid 1px #d8d8d8;
    font-size: 12px;
    z-index: 2
}

.weixinbox .t {
    position: relative;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000
}

.weixinbox .t a {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #999;
    text-decoration: none
}

.weixinbox .c div {
    width: 185px;
    height: 185px;
    margin: 16px auto
}

.weixinbox .b {
    line-height: 22px;
    color: #666
}

.weixin_btn_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #999;
    cursor: pointer
}

/*PDF*/
.zhr-nraa {
    position: relative;
    margin: 25px 0 -12px;
}

.zhr-nraa a {
    overflow: hidden;
    display: inline-block;
    height: 30px;
    line-height: 40px;
    padding: 0 0 0 35px;
    background: url(http://cdn.static.123.com.cn/CloudStatic/stock/images/yanbao/znr-pdf.png) no-repeat left 0;
    font-size: 16px;
    color: #c50205;
}

.zhr-nraa a:hover {
    text-decoration: underline;
}

.zhr-nraa em {
    display: inline-block;
    position: absolute;
    left: 185px;
    top: 12px;
    width: 37px;
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 9px;
    background: url(../img/pdf-icon.png) no-repeat;
    font-size: 12px;
    font-style: normal;
    color: #fff;
}

.stock_mk_show {
    position: fixed;
    display: none;
    width: 250px;
    height: 125px;
    border: solid 1px #d83939;
    background: #fff;
    opacity: .95;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 160px;
    box-shadow: 0 0 4px #d83939;
    z-index: 1
}

.stock_mk_show div {
    position: relative
}

.stock_mk_show img {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.stock_mk {
    text-decoration: underline;
}

.nav-down {
    *z-index: 9999;
}

.cloud-guest-textarea .textarea textarea {
    border: 0 none
}

.cloud-guest-list .cloud-guest-list-title strong {
    font-size: 16px !important;
    color: #333 !important;
}

.cloud-guest-readmore button {
    color: #ccc !important;
}

.cloud-guest-readmore {
    margin: 7px 0 0;
}

.cloud-guest-textarea .textarea .zi-num {
    font-size: 14px !important;
}

.kline-ner {
    padding: 10px 0 0 0;
    margin-bottom: -10px
}

.kline-rner {
    padding: 10px 0 0 0;
}

.nav-channel-1 {
    position: relative;
}
/*频道页缺省样式*/
.default-page {
    padding: 200px 0 630px;
}

.default-page img {
    display: block;
    width: 527px;
    height: 196px;
    margin: 0 auto 30px;
}

.default-page p {
    line-height: 40px;
    font-size: 28px;
    color: #3e3a39;
    text-align: center;
}

/*专题频道页列表*/
.special .list{
    overflow: hidden;
    width: 100%;
    margin-top: -15px;
}

.special .list ul{
    width: 103%;
    margin-left: 2px;
}

.special .list .insert{
    position: relative;
    height: 285px;
    background: #000;
}

.special .list ul li{
    position: relative;
    float: left;
    width: 383px;
    height: 398px;
    margin: 35px 15px 0 0;
    border: 1px solid #dadada;
    background: #fff;
}

.special .list ul li .link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.special .list ul li .insert img{
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.special .list ul li:hover{
    box-shadow: 0 0 8px 2px #dadada;
}

.special .list ul li:hover .insert img{
    opacity: 1;
    filter:alpha(opacity=100);
}

.special .list ul li:hover .link-txt h2.title a{
    color: #bf0505;
}

.special .list .insert .time{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}

.special .list .insert .time > span,
.special .list .insert .time .mask{
    position: absolute;
}

.special .list .insert .time > span{
    margin: 0 18px;
    z-index: 1;
}

.special .list .insert .time .mask{
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: url(../img/mask-h40.png)repeat-x;
    z-index: 0;
}

.special .list .link-txt{
    padding: 18px;
    color: #333;
}

.special .list .link-txt h2.title{
    overflow: hidden;
    width:353px;
    margin-bottom: 18px;
    font-size: 22px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special .list .link-txt .summary{
    font-size: 14px;
    white-space: normal;
}@charset "utf-8";

/**
 * list-common css file
 *
 * @author: Hu Ying<huying@123.com.cn>
 * @link:  专题详情页
 * @copyright: Copyright 安徽黄埔网络科技有限公司All Rights Reserved
 */
ul.clearfix li{
    float: left;
}
.main{
    background: #fff;
}
.insert{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1190px;
    height: 437px;
    z-index: 0;
}
.insert .mask{
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    display: block;
    background: #000;
    opacity: 0.40;
    filter:alpha(opacity=40);
    z-index: 1;
}
.insert .insert-img{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 0;
}
.summary{
    position: relative;
    margin-top: -127px;
    padding: 68px 40px;
    /*box-shadow: 0 0 8px 1px #ccc;*/
    box-shadow: 0 3px 1px 0px #eee;
    background:#fff;
    border: 1px solid #eee;
}
.summary .state-target{
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -62px;
    display: block;
    width: 122px;
    height:125px;
    background: url(../img/state-target.png) no-repeat;
    text-align: center;
}
.summary .state-target > b{
    display: block;
    margin: 45px 0 0 -8px;
    line-height: 50px;
    font-size: 48px;
    color: #bf0505;
    *margin: 43px 0 0 -8px;
}
.summary .target{
    position: absolute;
    top:0;
    right: 0px;
    width:35px;
    height:35px;
    background: url(../img/target-topic-t.png) no-repeat;
}
.summary .summary-txt{
    width: 890px;
}
.summary .title{
    overflow: hidden;
    line-height: 30px;
    font-size: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.summary .line{
    display: block;
    width: 70px;
    height: 6px;
    background: #bf0505;
}
.summary .text{
    overflow: visible;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    white-space: normal;
    text-overflow: inherit;
}

.details-list-content ul{
    margin-top: 15px;
    padding: 0;
}

.laiyuan .label{
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid #666;
    font-size: 14px;
    color: #666;
}
.laiyuan .color1{
    border-color: #a68759;
    color: #a68759;
}
.laiyuan .color2{
    border-color: #6c148e;
    color:#6c148e;
}
.laiyuan .color3{
    border-color: #b40404;
    color:#b40404;
}
.laiyuan .color4{
    border-color: #054c82;
    color: #054c82;
}
.laiyuan .color5{
    border-color: #ff910b;
    color: #ff910b;
}
.laiyuan .color6{
    border-color: #0079d6;
    color: #0079d6;
}
.laiyuan .color7{
    border-color: #c84eda;
    color: #c84eda;
}
.laiyuan .color8{
    border-color: #ffbe21;
    color: #ffbe21;
}

.tuijian h2.title{
    font-weight: normal;
    font-size: 18px;
    color: #323232;
}
.tuijian .list ul li + li{
    margin-left: 17px;
}
.tuijian .list .item{
    position: relative;
    width: 385px;
    height: 180px;
}
.tuijian .list .item a.title{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/mengban.png) repeat-x;
    z-index: 1;
}
.tuijian .list .item a.title span{
    overflow: hidden;
    width: 355px;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tuijian .list .item a.title span:hover{
    color:#e13f2e;
}
.tuijian .list .item img{
    position: relative;
    z-index: 0;
}

a.more{
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom:60px;
    line-height: 48px;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #333;
    text-align: center;
}
a.more:hover{
    border-color: #b1b0b0;
}


.new_pagediv {
    text-align: center;
	margin-bottom:30px;
}

.new_pagediv li {
    float: left;
    height: 36px;
    line-height: 34px;
    margin-left: 10px;
    border-bottom: none;
}

.new_pagediv li a {
    display: inline-block;
    padding: 0px 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.new_pagediv li.page_cur a {
    background: #bf0505;
    border: 1px solid #e13f2e;
    color: #fff;
    cursor: default;
}