::-webkit-input-placeholder {
    color: white; text-overflow: ellipsis;
}
:-moz-placeholder {
    color: white !important; text-overflow: ellipsis;
}
::-moz-placeholder {
    color: white !important; text-overflow: ellipsis;
} /* for the future */
:-ms-input-placeholder {
    color: white !important; text-overflow: ellipsis;
}

.topNavbarItemLine {
    background-color: #FFF;
}

#back-to-top {
    background-color: #000;
    bottom: 0;
    box-shadow: 0 0 6px #000;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

.breadcrumbAFont {
    font-size: 23px;
    line-height: 34px;
    color: #000;
    background-color: transparent;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
}

.totalMarginSetting {
    margin: 0 auto;
    text-align: left;
}

.totalBackGroundColor {
    background: #F5F5F5;
}

.index-main-content {
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.detail-main-content {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 0px;
    background: #FFFFFF;
    padding: 40pt;
}

.index-main-content-more {
    margin-top: 20px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: #e1192c;
    text-align: center;
    margin-bottom: 40px;
    cursor:pointer;
}

.index-main-content-more:hover {
    text-decoration: none;
    color: #e1192c;
}

@media (min-width: 1920px) {
    .totalMarginSetting {
        max-width: 1920px;
    }
}

@media (max-width: 1024px) {
    .totalMarginSetting {
        min-width: 1024px;
    }
    #topNavControl {
        min-width: 1024px;
    }
    #topNavImage {
        min-width: 1024px;
    }
    .topNavbar {
        min-width: 1024px;
    }
}

.cl-txt-small {
    font-size: 14px;
    line-height: 26px;
    color: #B1B1B1;
}

.navbar-nav-btn {
    width: 80px;
    height: 40px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

.limitTwoLines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.limitOneLines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.limitThreeLines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bottomCommonPFont {
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    margin-bottom: 27px;
    display: block;
}

@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
    color:black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {

}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}

/*@font-face {*/
    /*font-family: 'KaiGenGothicSC-Light';*/
    /*src: url('../font/join/KaiGenGothicSC-Light.eot');*/
    /*src:*/
            /*url('../font/join/KaiGenGothicSC-Light.eot?#font-spider') format('embedded-opentype'),*/
            /*url('../font/join/KaiGenGothicSC-Light.woff') format('woff'),*/
            /*url('../font/join/KaiGenGothicSC-Light.ttf') format('truetype'),*/
            /*url('../font/join/KaiGenGothicSC-Light.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

/*p {*/
    /*font-family: 'Source Han Sans CN';*/
/*}*/


@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url('../fonts/SourceHanSansCN-Normal.otf');
    src:
            url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
            url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
            url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
            url("../fonts/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
}

@font-face {
    font-family: SourceHanSansCN-ExtraLight;
    src: url('../fonts/SourceHanSansCN-ExtraLight.otf');
    src:
            url('../fonts/SourceHanSansCN-ExtraLight.eot?#iefix') format('embedded-opentype'),
            url("../fonts/SourceHanSansCN-ExtraLight.ttf") format("truetype"),
            url("../fonts/SourceHanSansCN-ExtraLight.woff") format("woff"),
            url("../fonts/SourceHanSansCN-ExtraLight.svg") format("svg");
    font-weight: normal;
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
    src:
            url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
            url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
            url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
            url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
    font-weight: normal;
}

@font-face {
    font-family: SourceHanSansCN-Heavy;
    src: url('../fonts/SourceHanSansCN-Heavy.otf');
    src:
            url('../fonts/SourceHanSansCN-Heavy.eot?#iefix') format('embedded-opentype'),
            url("../fonts/SourceHanSansCN-Heavy.ttf") format("truetype"),
            url("../fonts/SourceHanSansCN-Heavy.woff") format("woff"),
            url("../fonts/SourceHanSansCN-Heavy.svg") format("svg");
    font-weight: normal;
}

body {
    /*font-family: SourceHanSansCN-Normal;*/
    font-family: 'Open Sans','Arial','sans-serif'

}