body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}
ul,li,h1,h2,h3,h4,h5,h6,p,span{
    list-style: none;
    /* margin: 0;
    padding: 0; */
}
.ytj-header {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #253769;
    overflow: hidden;
    background-color: #2c417b;
    color: #fff;
}

.ytj-container {
    height: 100%;
    overflow: hidden;
}

.ytj-c2 {
    width: 100%;
    height: calc(100% - 48px);
}

aside.ytj-aside {
    float: left;
    width: 175px;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #e6e6e6;
    background-color: #34487f;
    color: #fff;
}

aside.ytj-aside .el-menu {
    border-right: 0;
    background-color: #34487f;
    color: #fff;
}

aside.ytj-aside .el-submenu__title{
    color: #fff;
}
aside.ytj-aside .el-submenu .el-menu-item{
    min-width: 160px;
}
main.ytj-main {
    height: 100%;
    overflow: auto;
    padding: 24px;
    box-sizing: border-box;
    padding-bottom: 60px;
}

a {
    color: #444;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #5e6d82;
}
.ytj-header a,
.ytj-aside a{
    color: #fff;
}
aside.ytj-aside .el-submenu__title:hover,
aside.ytj-aside .el-menu-item:hover{
    background-color: #384e8b;
}
aside.ytj-aside .el-submenu__title i{
    color: #fff;
}
aside.ytj-aside .el-menu-item.is-active{
    background-color: #384e8b;
}
.el-table .warning-row {
    background: oldlace;
}

.el-table .success-row {
    background: #f0f9eb;
}
.el-table th.is-leaf{
	background-color: #f0f2f5;
}
.el-submenu .el-menu-item a{
	display: block;
	line-height: 50px;
}

hr{
	width: 100%;
	clear: both;
	height: 0;
	border: 0;
	overflow: hidden;
	border-top: 1px solid #DDD;
}
hr.dashed{
	border-top: 1px dashed #DDD;
}
main.ytj-main .el-row{
    font-size: 14px;
    color: #606266;
    line-height: 1.64em;
}
main.ytj-main .ytj-label{
    color: #999;
}
main.ytj-main a{
    color: #1d4496;
}
main.ytj-main a.el-button{
    color: #fff;
}
.ytj-tbody tr td{
    padding: 10px;
}
.materials{
    width: 100%;
    background: #fff;
    border: 1px solid #ebeef5;
    display: flex;
}
.left{
    width: 400px;
    padding: 15px 10px; 
    border-right: 1px solid #ebeef5;
}
.right{
    padding: 15px 0;
    width: 65%;
}
.left p{
    cursor: pointer;
}
.activeNav{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	
    -moz-transform:rotate(-90deg); 	
    -webkit-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg);
    transition: all 0.6s;
    -moz-transition: all 0.6s;	
    -webkit-transition: all 0.6s;	
    -o-transition: all 0.6s;	 	
}
.left-list{
    padding-left: 16px;
}
.left-list li{
    padding: 5px 0;
}
.left-list li p{
    display: inline-block;
    font-size: 14px;
}
.upload-btn{
    margin-top: 10px;
}
.right-title{
    padding: 0 10px;
}
.right-content{
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #ebeef5;
    height: 360px;
    overflow: auto;
}
.right-content ul li{
    overflow: hidden;
}
.img-breviary{
    position: relative;
    float: left;
    margin: 5px 7px;
}
.img-breviary img{
    width: 160px;
    /* height: 80px; */
    height: auto;
}
.img-breviary span{
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}
#checkBox .el-row{
    margin: 15px 0;
}
#checkBox .el-textarea{
    width: 70%;
}
.real-name{
    line-height: 1.5;
}
.real-name table{
    border-collapse: collapse;
    border-spacing: 0
}
.peoplemanage{
    padding: 17px 30px;
}
.peoplemanage h2{
    font-size: 18px;
    margin: 0;
    padding: 13px 0 10px 0;
    clear: left;
}
.peoplemanage h2:before {
    width: 3px;
    height: 18px;
    float: left;
    content: '';
    background: #24a9ec;
    margin: 4px 6px 0 0;
}
.peoplemanage .sitem333{
    width: 33.33%;
    float: left;
}
.peoplemanage .sitem666{
    width: 66.66%;
}
.peoplemanage .sitem100{
    width: 100%;
    float: left;
    padding: 5px 0;
}
.peoplemanage hr{
    width: 100%;
    height: 0;
    border: 0;
    background: #eeeeee;
    margin: 10px 0;
}
.peoplemanage .sitem333 p {
    text-indent: 4em;
}
.peoplemanage .img1 {
    float: left;
    background: #f6f6f6;
    text-align: center;
}
.peoplemanage .img1 img {
    margin: 20px auto 0 auto;
    max-width: 100%;
    max-height: 100%
}
.peoplemanage .img2 {
    float: left;
    width: 100%;
    height: auto;
    background: #f6f6f6;
    position: relative;
    text-align: center;
}
.img2 img {
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.peoplemanage fieldset {
    position: absolute;
    bottom: 12px;
    width: 80%;
    text-align: center;
    left: 5%;
    border: 0;
    border-top: 1px #d6d6d6 solid;
}
.peoplemanage	legend {
    font-size: 14px;
    padding: 0 6px;
    color: #333333;
}
.photo {
    overflow: hidden;
    width: 942px;
    margin: 0 auto;
}
.img {
    overflow: hidden;
    text-align: center;
}
.peoplemanage .img3 .img2{
    height: auto;
    background: #f6f6f6;
    padding-bottom: 30px;
}
.peoplemanage .img3 .img4.img2{
    margin-top: 17px;
    background: #f6f6f6;
}
.peoplemanage .img3 fieldset{
    bottom: 4px;
}
.peoplemanage .img3 legend{
    padding: 0 16px;
}
h1.ptitle {
    display: block!important;
    font-size: 33px;
    text-align: center;
    margin: 10px auto 7px auto;
    width: 96%;
    position: relative;
}

h1.ptitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px solid #595959;
    position: absolute;
    z-index: 1;
    top: 20px;
}

h1.ptitle:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #595959;
    position: absolute;
    z-index: 1;
    top: 28px;
}

h1.ptitle span {
    display: inline-block;
    padding: 0 24px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.peoplemanage {
    padding-top: 0;
}

.peoplemanage h2 {
    font-size: 13pt;
    font-weight: bold;
}

.layui-table {
    margin-top: 15px;
}
.layui-table td,
.layui-table th {
    font-size: 11pt;
}

.layui-table {
    color: #000;
}

.peoplemanage>div {
    display: table;
    width: 100%;
}

.peoplemanage .sitem333 {
    line-height: 1.2;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    display: table-cell;
}

.peoplemanage .sitem333 p {
    text-indent: 0;
}

.peoplemanage h2:before {
    display: none;
}

.layui-form {
    display: none;
}

.peoplemanage .img1 {
    width: 66%;
    height: auto;
    background-image: none;
    position: relative;
    padding-bottom:40px;
}

.peoplemanage .img3 {
    float: left;
    width: 34%;
    padding-left: 16px;
    box-sizing: border-box;
}

.peoplemanage .img1 img {
    margin: 0;
    width: 100%;
}

.img2 img {
    max-width: 100%;
}

.peoplemanage legend {
    background-color: #f6f6f6;
}

.peoplemanage hr {
    border-top: 1px solid #EEE;
}

.photo {
    width: 100%;
}
.layui-table {
width: 100%;
background-color: #fff;
}

.layui-table tr {
transition: all .3s;
-webkit-transition: all .3s
}

.layui-table th {
text-align: left;
font-weight: 400
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table[lay-even] tr:nth-child(even) {
background-color: #f2f2f2
}

.layui-table td,
.layui-table th,
.layui-table-fixed-r,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
border-width: 1px;
border-style: solid;
border-color: #e6e6e6
}

.layui-table td,
.layui-table th {
position: relative;
padding: 4px;
min-height: 20px;
line-height: 20px;
font-size: 9pt;
}

.layui-table[lay-skin=line] td,
.layui-table[lay-skin=line] th {
border-width: 0 0 1px
}

.layui-table[lay-skin=row] td,
.layui-table[lay-skin=row] th {
border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td,
.layui-table[lay-skin=nob] th {
border: none
}

[v-cloak] {
  display: none;
}

span.label{
    color: #999;
}
.afoot {
    position: fixed;
    right: 0;
    bottom: 0;
    line-height: 60px;
    text-align: right;
    font-size: 14px;
    background: #FFF;
    left: 175px;
    z-index: 9;
    border-top: 1px solid #EBEEF5;
    padding: 0 20px;
    cursor: pointer;
    color: #606266;
}

::-webkit-scrollbar-track-piece{width: 8px;background-color:#EEE;}

::-webkit-scrollbar{width:8px;height:8px;border-radius: 0}

::-webkit-scrollbar-thumb{height:8px;background:#253769;cursor:pointer;border-radius: 0}

::-webkit-scrollbar-thumb:hover{background:#253769;cursor:pointer;border-radius: 0}

.caList{
    border-bottom: 1px dashed #DDD;
    padding-top: 10px;
    margin-bottom: 10px;
}
.caList:first-child{
    margin: -20px 0 0;
}

.column{ background: #FFF; margin-bottom: 15px;}
.colTitle{ padding: 0 20px; color: #626266; height: 40px; line-height: 40px; border-bottom: 1px solid #EBEEF5;}
.h3{ padding-left: 10px; position: relative; font-size: 16px; font-weight: 500; margin: 0;}
.h3::before{ width: 4px; height: 16px; background: #409EFF; display: block; clear: both; content: ""; top: 12px; position: absolute; left: 0;}
.colMain{ padding: 15px 20px 10px;}
.elTxt{ padding: 0px;}
.flex{ display: flex;}
.colLeft{ border-right: 1px solid #EBEEF5; width: 320px;} 
.colRight { flex: 1;}
.colTitle .colBtns{flex: 1; margin-left: 10px;}
.colMain .autoWid{ flex: 1;}
.colMain .w220{ width: 220px;}
.media-viewer{background: rgba(0,0,0,0.66); position: relative; padding: 10px 50px 0; box-sizing: border-box;}
.media-container{ display: flex; justify-content: center;align-items: center; min-height: 500px;}
.ibtn{width: 40px;height: 110px;background: rgba(0,0,0,0.3); position: absolute; text-align: center; line-height: 110px; cursor: pointer;}
.ibtn-left{ left:0; top: 205px; border-radius: 0px 6px 6px 0px;}
.ibtn-right{ right: 0; top: 205px; border-radius: 6px 0px 0px 6px;}
.elIcon{ color: #FFF; font-size: 20px;}
.ibtn.disabled .elIcon{ color:rgba(118, 118, 118, 0.5); }
.fullscreen{ position: absolute; right: 10px; top: 10px; cursor: pointer;}
.elDoc,.elFolder{ margin-right: 5px;}
.folder { font-size: 14px; color: #999; cursor: pointer; padding-bottom: 10px;}
.folder.active .elFolder{ color: #409EFF;}
.folder-list{ padding: 0; margin: 0; padding-left: 38px; cursor: pointer; }
.folder-list li{ list-style-type: disc;}
.media-container > a{line-height: 1;}
