.main-wrapper {
    width: 100%;
    overflow: hidden;
}

.bc-grey {
    background-color: #F5F5F5;
}

.bc-white {
    background-color: #ffffff;
}

.hidden {
    display: none !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}

.is-href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
}

a {
    color: inherit;
}

.public-input:hover {
    border-color: #c0c4cc;
}

.public-input:focus {
    border-color: #5798d9;
}

/*弹出层*/
.popup-box__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 9999;
}

.popup-box {
    position: relative;
    margin: 200px auto 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 500px;
    background-color: #fff;
    padding: 22px 24px;
}

.popup-box__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.popup-box__header h4 {
    font-size: 16px;
    color: #5798d9;
}

.popup-box__header a {
    color: #999999;
}

.popup-box__header a.close-popup-btn:hover {
    color: #5798d9;
}

.popup-box__container {
    position: relative;
}

.popup-box__btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

.popup-box__btn a {
    display: block;
    padding: 8px 24px;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 4px;
    color: #444444;
    background-color: #fff;
}

.popup-box__btn .cancel-btn {
    border-color: #e6e7e7;
}

.popup-box__btn .ok-btn {
    border-color: #5798d9;
    color: #ffffff;
    background-color: #5798d9;
    margin-left: 24px;
}

.login-box__container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.login-box__container ul li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    width: 360px;
}

.login-box__container ul li:last-child {
    justify-content: flex-end;
}

.login-box__container ul li label {
    width: 64px;
    text-align: right;
}

.login-box__container ul li input {
    width: 300px;
    font-size: 14px;
}

.login-box__container ul li img {
    width: 80px;
    height: 36px;
}

.login-box__container ul li .code {
    flex: 1;
}

.login-box__container ul li .cancel-btn {
    margin-right: 12px;
}

/*调整select2默认样式*/
.select2-container .select2-selection--single {
    border-color: #e6e7e7;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: #666666;
    padding-left: 15px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-results__option {
    font-size: 14px;
}

/*调整通知插件*/
.spop-container {
    z-index: 10000;
}

/*空数据*/
.no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0;
}

.no-data > span {
    font-size: 100px;
    color: #999999;
}

.no-data > p {
    width: 100%;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

/*主体布局*/
.module-banner,
.main--header {
    width: 1920px;
    height: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.main--header {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 70px;
    margin-bottom: 20px;
    background: url("../../web-pc/user/img/banner_bg.jpg") no-repeat;
}

.main--header .user-info {
    position: relative;
    display: flex;
    justify-content: flex-start;
    min-width: 400px;
}

.main--header .user-info .img-module {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.main--header .img-module .img-wrap {
    width: 160px;
    height: 160px;
    background-color: #cccccc;
    border-radius: 50%;
    overflow: hidden;
}

.main--header .user-info .text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 160px;
    padding-left: 184px;
    padding-top: 20px;
    box-sizing: border-box;
}

.main--header .text-wrap .user-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
    width: 100%;
}

.main--header .user-title .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 22px;
    background-color: #0090ff;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
    margin-left: 6px;
}

.main--header .text-wrap .user-time {
    font-size: 14px;
    color: #ffffff;
}

.main--header .user-time span {
    color: #fffc00;
}

.main--body {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 60px;
}

.main--body .main--contain {
    width: 930px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 55, 156, 0.02);
    border-radius: 4px;
}

.main--body .main--contain .contain-title {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #0090ff;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 30px;
    box-sizing: border-box;
}

.main--body .contain-title .tab-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: inherit;
}

.main--body .tab-list .tab-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    margin-right: 24px;
    font-weight: normal;
}

.main--body .tab-list .tab-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 3px;
    background-color: #0090ff;
    border-radius: 2px;
    opacity: 0;
}

.main--body .tab-list .tab-item.active {
    color: #0090ff;
}

.main--body .tab-list .tab-item.active:after {
    opacity: 1;
}

.main--body .main--contain .contain-body {
    padding: 30px;
    box-sizing: border-box;
}

.main--body .main--contain .info-wrap {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #333333;
    text-align: justify;
}

.main--body .main--contain .info-wrap .info-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    color: #333333;
    margin-bottom: 32px;
    text-align: center;
}

.main--body .main--contain .info-wrap img {
    max-width: 100%;
    text-align: center;
    margin: 2px 0;
}

.main--body .main--side {
    width: 240px;
    height: auto;
}

.main--side .train-side-img {
    width: 240px;
    height: 232px;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 32px;
}

.main--body .main--side .side-list,
.app-header .side-list {
    width: 240px;
    background-color: #ffffff;
    border-radius: 4px;
    /*overflow: hidden;*/
}

.main--side .side-list dt {
    width: 240px;
    height: 90px;
    border-radius: 4px 4px 0 0;
    /*background-image: url("../../img/tabbar_top_bg.png");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    /*padding-top: 30px;*/
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.main--side .side-list dt h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.main--side .side-list dd,
.app-header .side-list dd,
.main--side .side-list li {
    width: 240px;
    height: 56px;
}

.main--side .side-list dd a,
.app-header .side-list dd a {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #1a1a1a;
    padding: 0 24px;
    box-sizing: border-box;
}

.side-list dd span {
    font-size: 14px;
    color: inherit !important;
}

.side-list dd a:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 3px;
    height: 32px;
    background-color: #0090ff;
    opacity: 0;
}

.side-list dd.active a,
.side-list dd:hover a,
.branch-side dd > .side-list li.active a,
.branch-side dd > .side-list li:hover a {
    color: #0090ff;
    background-color: #f7f9fc;
}

.side-list dd.active a span, .side-list dd:hover a span {
    color: #0090ff;
}

.side-list dd.active a:after,
.branch-side dd > .side-list li.active a:after,
.branch-side dd > .side-list li:hover a:after {
    opacity: 1;
}

.main--side .side-list.side-red dd a {
    color: #f20000;
}

.side-list.side-red dd a:after {
    background-color: #f20000;
}

.side-list.side-red dd.active a span, .side-list.side-red dd:hover a span {
    color: #f20000;
}

/*.main--side .side-list.side-red dt {*/
/*    background-image: url("../../img/tabbar_top_bg_党建工作.png");*/
/*}*/

.branch-side dd.active > a,
.branch-side dd:hover > a {
    color: #1a1a1a;
    background-color: #ffffff;
}

.branch-side dd.active.has-child > a,
.branch-side dd.has-child:hover > a {
    color: #ffffff;
    background-color: #0090ff;
}

.branch-side dd > .side-list li a {
    color: #999999;
    background-color: #f7f9fc;
}

.branch-side dd > .side-list li a:after {
    opacity: 0;
}

.branch-side dd > .side-list a span, .branch-side dd > .side-list a span {
    color: #CCCCCC;
}

.branch-side dd.active > a:after {
    opacity: 0;
}

.main--side .branch-side dd {
    overflow: hidden;
    transition: all .3s;
}

.side-list dd.active > a span, .side-list dd:hover > a span {
    color: #cccccc;
}

.branch-side dd > a.active {
    background-color: #ffffff;
    color: #0090ff;
}

.branch-side dd > a.active:after {
    opacity: 1;
}

/*公用文字列表*/
.text-list-wrapper {
    width: 100%;
}

.text-list-wrapper > li {
    width: 100%;
    height: 58px;
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(0, 55, 156, 0.04);
    margin-bottom: 20px;
}

.text-list-wrapper > li .text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
}

.text-list-wrapper > li .text-wrap P {
    width: calc(100% - 140px);
}

.text-list-wrapper > li .text-wrap span {
    font-size: 13px;
    font-weight: normal;
    color: #b3b3b3;
}

.text-list-wrapper > li:hover .text-wrap {
    color: #0090ff;
}

/*公用新闻列表*/
.news-list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 0;
}

.news-list-wrapper > li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 6px 16px 0 rgba(0, 55, 156, 0.04);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.news-list-wrapper > li .img-wrap {
    width: 250px;
    height: 154px;
    border-radius: 6px;
}

.news-list-wrapper > li .text-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    width: calc(100% - 250px);
    padding-left: 24px;
    color: #444444;
    box-sizing: border-box;
}

.news-list-wrapper .text-wrap h2 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.news-list-wrapper .text-wrap p {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    line-height: 28px;
    color: #808080;
}

.news-list-wrapper .text-wrap .other-info {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.news-list-wrapper .text-wrap .other-info .class-name {
    display: block;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0090ff;
    background-color: #f0fbff;
    text-align: center;
    border-radius: 18px;
    padding: 0 14px;
    margin-right: 24px;
}

.news-list-wrapper .other-info span {
    margin-right: 24px;
    color: #999999;
    font-size: 12px;
}

.news-list-wrapper > li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    /*background-color: #f7fcff;*/
}

.news-list-wrapper > li:hover h2 {
    color: #0090ff;
}
