.someTextLineClamp1{
    width:100%;
    display: inline-block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.someTextLineClamp2{
    text-overflow: -o-ellipsis-lastline;
    white-space:normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.someTextLineClamp3{
    text-overflow: -o-ellipsis-lastline;
    white-space:normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.flexColumn{
    display: flex;
    flex-flow: column nowrap;
}
.flexRow{
    display: flex;
    flex-flow: row nowrap;
}
.iconAndTextRowCenterBox{
    display: flex;
    width: 80px;
    height: 35px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    cursor: pointer;
}
.iconAndTextRowCenterBox .iconfont{
    font-size: 14px;
    color: #000000;
}
.iconAndTextRowCenterBox .theText{
    font-size: 14px;
    font-family: '宋体';
    color: #000000;
}
.iconAndTextRowCenterBox .itemIndexRecord:nth-child(1){
    margin-right: 2px;
}
.iconAndTextRowCenterBoxTextColorWhite .iconfont{
    color: white;
}
.iconAndTextRowCenterBoxTextColorWhite .theText{
    color: white;
}
.iconAndTextRowCenterBoxBgRed{
    background: #1e9fffdb;
}
.myCustomUploadArea{
    
}
.myCustomUploadBtn{
    width: 70px;
    height: 61px;
    background: #E3E0E0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.myCustomUploadBtn .originalUploadFile {
    width: 100%;
    height: 150%;
    position: absolute;
    top: -30px;
    left: 0;
    cursor: pointer;
}
.myCustomUploadArea .myCustomUploadBtn .addIconText{
    font-size: 48px;
    font-family: '宋体';
    color: #333333;
}
.myCustomUploadArea .myCustomUploadAreaDesc{
    font-size: 12px;
    font-family: '宋体';
    color: #666666;
    margin-left: 9px;
    margin-top: 7px;
}
.labelAlignRightSomeAlignLeft{
    margin-bottom: 15px;
    display: flex;
}
.labelAlignRightSomeAlignLeft .labelLeft{
    width: 90px;
    font-family: '宋体';
    color: #000000;
    text-align: right;
    word-break: break-all;
}
.labelAlignRightSomeAlignLeft .someRight{
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}
.labelAlignRightSomeAlignLeft:nth-last-child(1){
    margin-bottom: 0;
}
/* div排版类似table表格的区域样式 */
.divLikeTableContent{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    position: relative;
}
.divLikeTableContentItem{
    min-height: 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.divLikeTableListTitle{
    font-size: 16px;
    font-family: '宋体';
    color: #333333;
    padding: 0 10px;
    /* font-weight: bold; */
}
.divLikeTableList{
    border-top: 1px solid #E2E2E2;
}
.divLikeTableListItem{
    font-size: 14px;
    font-family: '宋体';
    color: #333333;
    min-height: 35px;
    word-break: break-all;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* font-weight: bold; */
}
.divLikeTableListItem:nth-child(2){
    border-left: 1px solid #E2E2E2;
}
.divLikeTableListLeft{
    width: 205px;
    justify-content: center;
}
.divLikeTableListRight{
    flex: 1;
    overflow: hidden;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding: 10px;
    font-size: 14px;
    /* font-family: '宋体'; */
    color: #333333;
    border-left: 1px solid #E2E2E2;
    box-sizing: border-box;
    display: initial;
}
/* 右侧多行 */
.divLikeTableContentItemRightMore .divLikeTableListRight{
    padding: 0;
    display: block;
}
.divLikeTableContentItemRightMore .divLikeTableListRight .divLikeTableListRightRow{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    box-sizing: border-box;
}
.divLikeTableContentItemRightMore .divLikeTableListRight .divLikeTableListRightRow:nth-last-child(1){
    border-bottom:none;
}
.divLikeTableContentItemRightMore .divLikeTableListRight .divLikeTableListRightRow .rowLeft{
    width: 120px;
    min-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divLikeTableContentItemRightMore .divLikeTableListRight .divLikeTableListRightRow .rowRight{
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-left: 1px solid #E2E2E2;
    min-height: 35px;
    padding: 10px;
    box-sizing: border-box;
    word-break: break-all;
}
/* 左侧有内容区 */
.divLikeTableContentHaveLeftContent{
    display: flex;
}
.divLikeTableContentLikeTableArea{
    flex: 1;
    overflow: hidden;
}
.divLikeTableContentLeftArea{
    width: 166px;
    border-right: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 10px;
}
.divLikeTableContentLeftAreaImg{
    width: 100%;
    height: 100%;
}
.divLikeTableContentLeftAreaImg img{
    width: 100%;
    height: 100%;
}

/* 内页位置返回导航 */
.outerPosNav{
    width: 100%;
    height: 50px;
    background: #ECE9E9;
}
.outerPosNavStart{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: '宋体';
    color: #333333;
}
/* 内页子导航 */
.outerChildNav{
    width: 100%;
    height: 50px;
    background: #ECE9E9;
}
.outerChildNavStart{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ECE9E9;
    display: flex;
}
.outerChildNavStart .outerChildNavUl{
    display: flex;
}
.outerChildNavStart .outerChildNavLi{
    width: 230px;
    height: 100%;
    position: relative;
    font-size: 18px;
    font-family: '宋体';
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
}
.outerChildNavStart .outerChildNavLi:hover{
    background: #1e9fffdb;
    color: #FFFFFF;
}
.outerChildNavStart .outerChildNavLiActive{
    background: #1e9fffdb;
    color: #FFFFFF;
}
.outerChildNavStart .outerChildNavLi .outerChildNavLiSelected{
    display: none;
}
.outerChildNavStart .outerChildNavLiActive .outerChildNavLiSelected{
    width: 230px;
    height: 120px;
    background: #1e9fffdb;
    display: flex;
    flex-flow: column;
    padding-top: 20px;
    padding-left: 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.outerChildNavLiSelected .navBoxTopTitle{
    font-size: 30px;
    font-family: 'SimSun-ExtB';
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.outerChildNavLiSelected .navBoxTopDesc{
    font-size: 18px;
    font-family: '宋体';
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.outerChildNavLiSelected .navBoxTopTitleBottom{
    width: 15px;
    height: 3px;
    background: #FFFFFF;
}
/* 横线定位剧中带标题 */
.lineCoverCenterWithTitleContent{
    width: 100%;
}
.lineCoverCenterWithTitleContentTop{
    margin-bottom: 15px;
    position: relative;
}
.lineCoverCenterWithTitleContentTop .lineCoverCenterWithTitleContentTopTitle{
    font-size: 24px;
    font-family: 'SimHei';
    color: #040404;
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-self: center;
}
.lineCoverCenterWithTitleContentTop .lineCoverCenterWithTitleContentTopTitleText{
    background: white;
    position: relative;
    z-index: 5;
}
.lineCoverCenterWithTitleContentTop .lineCoverCenterWithTitleContentTopDesc{
    font-size: 24px;
    font-family: 'SimSun-ExtB';
    color: #C4C0C0;
    text-align: center;
}
.lineCoverCenterWithTitleContentTop .lineCoverCenterWithTitleContentTopLine{
    width: 1100px;
    height: 1px;
    background: #DDDBDB;
    position: absolute;
    top:15px;
    z-index: 4;
}
.lineCoverCenterWithTitleContent .mapContent{
   /* height: 354px;*/
    background: gray;
    margin-bottom: 53px;
}

/* 左盒子有右边有阴影盒子垂直居中 */
.leftImgRigntCenterBoxShadowContent{
    display: flex;
}
.leftImgRigntCenterBoxShadowContentDescBanner{
    height: 100%;
}
.leftImgRigntCenterBoxShadowContentInfo{
    flex: 1;
    overflow: hidden;
    height: 289px;
    border: 1px solid #E4E1E1;
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.35);
    box-sizing: border-box;
    margin-top: 13px;
    padding: 58px 90px 92px 90px;
}
.leftImgRigntCenterBoxShadowContentInfoTitle{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    font-family: '宋体';
    margin-bottom: 30px;
}
.leftImgRigntCenterBoxShadowContentInfoDesc{
    font-size: 14px;
    color: #666666;
    font-family: '宋体';
}
.leftImgRigntCenterBoxShadowContentInfoDesc p{
    margin-bottom: 15px;
}

/* 图片缩放 */
.isNeedImgScale{
    overflow: hidden;
}
.isNeedImgScale img{
    transform: scale(1,1);
    transition: all .5s;
}
.isNeedImgScale img:hover{
    transform: scale(1.1,1.1);
    transition: all .5s;
}