/*背景*/
#app {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 8%;
    position: relative;
}

#app > .bgImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.logoBox {
    overflow: initial;
    padding: 0;
}

.el-dialog__body p {
    color: #737171;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 1em;
}

/*顶部*/
.sy-topbar {
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 14px;
    z-index: 2009;
}

.el-message {
    z-index: 200000 !important;
}

.sy-topbar h4 {
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
    float: left;
}

.sy-topbar .el-col-12 span {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-left: 10px;
}

.sy-topbar .el-input--small .el-input__inner {
    height: 25px;
}

.sy-topbar .el-button {
    padding: 14px 20px;
}

.top .peopleBox .el-dropdown {
    width: 25px;
    height: 25px;
}

.top .peopleBox img {
    width: 25px;
    height: 25px;
}

/*搜索框样式处理*/
.topBox .el-input__inner {
    border-radius: 27px 0 0 27px;
    border-right: none;
}

.topBox .el-input-group__append {
    border-radius: 0 27px 27px 0;
    background: #fff;
}

.topBox .el-input.is-active .el-input__inner,
.topBox .el-input__inner:focus {
    border-color: #d8dce5;
}

/*顶部右侧数据列表*/
.topList {
    float: right;
}

.topList ul li {
    width: 90px;
    float: left;
    text-align: center;
    position: relative;
}

.topList ul li a {
    display: inline-block;
}

.topList ul li a img {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.topList ul li a p {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
}

.topList .topListBox {
    position: absolute;
    top: 43px;
    left: -35px;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}

.topList .topListBox img {
    width: 120px;
    height: 120px;
    border-radius: 0;
}

.topList ul li:hover .topListBox {
    display: block;
}

/*实时资讯*/
.realTime {
    padding: 8px 6px 5px;
    background: #EEEEEE;
    overflow: hidden;
}

.realTime span {
    display: block;
    width: 77px;
    height: 25px;
    background: #32549B;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
}

.realTime ul {
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
}

.realTime ul li {
    float: left;
    padding: 0 111px 0 20px;
}

.realTime ul li:last-child {
    margin-right: 0;
}

.realTime li:after {
    content: "";
    color: #7797C6;
    position: relative;
    left: 0px;
    bottom: 15px;
    width: 5px;
    height: 5px;
    display: block;
    background: #7797C6;
    border-radius: 50%;
}

.realTime ul li a {
    color: #7F7F7F;
    width: 100%;
    padding-left: 5%;
    display: block;
    line-height: 25px;
    font-size: 15px;
}

.realTime .el-carousel__container {
    height: 30px;
}

.realTime .el-carousel__indicators, .realTime .el-carousel__arrow {
    display: none !important;
}

/*底部通用模版*/
.templateBox {
    height: 347px;
}

.templateBox .hl {
    overflow: hidden;
}

.templateBox .hl img {
    width: 100%;
    height: 80px;
    display: block;
}

.templateBox .hl {
    position: relative;
    margin-bottom: 10px;
}

.templateBox .hl h3 {
    line-height: 35px;
    color: #000000;
    width: 100%;
    font-size: 17px;
    overflow: hidden;
    max-height: 78px;
    margin-bottom: 5px;
    font-weight: 600;
}

.templateBox .hl p {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.templateBox .paddBox {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
}

.templateBox li {
    font-size: 15px;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    list-style: none;
}

.templateBox li a {
    color: #656565;
    text-align: justify;
}

.templateBox li:hover a {
    color: #32549B;
}

.templateBox .more {
    margin-top: 8px;
    font-size: 15px;
    text-align: right;
}

.templateBox .more a {
    color: #C82D2B;
    font-size: 16px;
}

/*国际和金融的上证指数*/
.internateFina {
    height: 28px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    width: 94%;
    padding: 10px 3%;
    overflow: hidden;
}

.internateFina h5 {
    width: 107px;
    height: 28px;
    background: #6093D4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.internateFina span {
    font-size: 16px;
    color: #24A139;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -0.6px;
}

.internateFina img {
    width: 12px;
    margin-right: -3px;
    vertical-align: unset;
}

/*左侧轮播图*/

.carouselBox {
    width: 100%;
    position: relative;
}

.carouselBox a {
    display: block;
}

.carouselBox a img {
    width: 100%;
    height: 111px;
}

.carouselBox a p {
    display: block;
    line-height: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 65%;
    padding: 0 30% 0 5%;
    bottom: 0;
    left: 0px;
    overflow: hidden;
}

.el-carousel__indicators {
    left: auto;
    right: 0;
}

.el-carousel__button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

/*中间内容*/
/*弹出广告*/
.ejectAdvBox {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 10;
    width: 1240px;
    overflow: hidden;
}

.ejectAdvBox > div {
    float: right;
    text-align: center;
}

.ejectAdvBox > div > img {
    cursor: pointer;
}

.ejectAdvBox .el-carousel a {
    display: block;
}

.ejectAdvBox .el-carousel a img {
    width: 100%;
    height: 400px;
}

.ejectAdvBox .el-carousel__indicators {
    left: 50%;
    right: auto;
}

.scrollBox {
    width: 100%;
    height: 35px;
    overflow: hidden;
}

.scrollBox ul {
    overflow: hidden;
    height: 35px;
    white-space: nowrap;
}

.scrollBox ul li {
    padding: 0 60px 0 0;
    display: inline-flex;
}

.scrollBox ul li a {
    line-height: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    letter-spacing: .2px;
    display: block;
    font-weight: 600;
}

.scrollBox ul li a:hover {
    color: #cc0202;
}

.centerMess ul {
    padding-top: 9px;
    margin-top: 9px;
    border-top: 1px solid #DFDFDF;
}

.centerMess li {
    font-size: 15px;
    line-height: 26.5px;
    height: 26.5px;
    overflow: hidden;
    list-style: none;
}

.centerMess li a {
    color: #505050;
    text-align: justify;
    font-weight: 500;
}

.centerMess li:hover a {
    color: #32549B
}

a:hover {
    color: #cc0202;
}

.templateListBox .el-carousel__indicators {
    display: none;
}

/*财会报表搜索框*/
.ckBbBox {
    margin-bottom: 15px;
    position: relative;
}

.ckBbBox img {
    width: 100%;
    display: block;
}

.ckBbBox .cbInputBox {
    position: absolute;
    bottom: 22px;
    left: 10px;
    width: 58%;
    z-index: 10;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
}
