body{
	background: rgba(242, 242, 242, 1.0);
}
.title{ margin-top: 30px; margin-bottom: 20px; font-size: 24px;}
.position{ margin-top:20px; }
.content{ margin-top: 20px; line-height: 25px; margin-bottom: 100px; min-height: 200px; display: flex; align-items: self-start; justify-content: space-between;}
.content .leftMenu{ width:200px; background:#fff; padding-bottom:20px; }
.content .leftMenu>h4{ font-size:18px; padding:15px 15px; font-weight:500; color:#000; text-align:center; margin-bottom:10px; }
.content .leftMenu ul{ width:100%; padding:0px 0px; }
.content .leftMenu ul li{ padding:0px 25px; line-height:30px; text-align:center; }
.content .leftMenu ul li:hover,.content .leftMenu ul li.active{ background:#0069b5; line-height:35px; }
.content .leftMenu ul li:hover a,.content .leftMenu ul li.active a{ color:#fff;}

.content .rightList{ width:calc(100% - 220px); background:#fff; }
.content .rightList>h4{ margin:20px; font-size:18px; }
.content .rightList>ul{ padding:0 20px; }
.content .rightList>ul li{ background: #fff; padding: 0px; line-height: 40px; border-bottom: dashed 1px #ccc;}
.content .rightList>ul li h4{ margin-bottom: 0px; line-height: 40px; font-size: 14px; font-weight: 400;}
.content .rightList>ul li dd{ display:flex; justify-content:space-between; }
.content .rightList>ul li:last-child{ border:none; }
.content .rightList .con{ padding:20px 20px; }
.content .rightList .con .xwxqtitle{border-bottom:1px solid #e9e9e9; padding-bottom:20px;}
.content .rightList .con .xwxqtitle p{ font-size:30px; color:#000; text-align:center; margin:0; padding:0;}
.content .rightList .con .xwxqtitle span{font-size:14px; text-align:center; color:#888888; display:block;line-height:30px; margin-top: 10px;}
.content .rightList .con .xwzw{margin:20px 0px; line-height:25px; font-size:14px;}
.content .rightList .con .xwzw img{ max-width:100%!important; }


.inform{ background:#fff; margin:20px 0px 100px 0px; padding:30px 30px; border-radius:10px; }
.inform h4{ line-height:30px; border-bottom:1px dashed #ddd; text-align:center; font-size:16px; padding-bottom:10px; }
.inform .xwzw{ margin-top:30px; }


.feedback{ background:#fff; margin:20px auto; padding:50px 200px; }
.feedback h1{ text-align:center; font-size:22px; color:#666; margin-bottom:50px; }
.el-form-item{ display:flex; flex-wrap:wrap; margin-bottom:30px; }
.el-form-item label{ width:100px; text-align:right; margin-right:10px; }
.el-form-item label i{ color:#f00; margin-right:3px; }
.el-form-item .el-form-item__content{ width:calc(100% - 110px); }
.el-form-item .el-form-item__content p{ color:#666; margin-bottom:10px; }
.el-form-item textarea{ width:100%; padding:10px; line-height:23px; border: 1px solid #dcdfe6; height:120px; }
.layui-upload{ display:flex; }
#imgUpload{ cursor:pointer; width:120px; height:120px; border-radius:5px; border:1px dashed #dcdfe6; text-align:center; padding-top:20px; }
#imgUpload i{ font-size:36px; }
#imgList{ display:flex;}
#imgList dd{ width:120px; height:120px; margin-right:10px; border-radius:5px; overflow:hidden; border:1px dashed #dcdfe6; }
#imgList dd img{ height:100%; width:auto; }
.msg{ padding-left:30px; color:#666; margin-bottom:10px; }
.el-form-item-group{ display:flex; flex-wrap:wrap; }
.el-form-item-group div{ width:50%; display:flex; margin-bottom:20px; }
.el-form-item-group div label{ width:100px; text-align:right; margin-right:10px; line-height:40px; }
.el-form-item-group label i{ color:#f00; margin-right:3px; }
.el-form-item-group div input{ width:calc(100% - 110px);-webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);}
.bnts{ margin-top:20px; text-align:center; }
.bnts button{ height:40px; width:300px;    background-color: #17528e !important;
    border-color: #17528e !important;
    color: #fff !important; border:none; border-radius:3px; }

