.com_1200 {
    width: 1200px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 112px;
    background: url("../img/headerBg.png") no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
}
.loginMain {
    display: flex;
    justify-content: space-between;
}
.logo {
    display: flex;
    margin-top: 30px;
    height: 52px;
}
.logo img{
    height: 48px;
    margin-right: 18px;
}
.logo p {
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    height: 52px;
}
.logo p span{
    font-size: 24px;
    font-weight: 700;
}
.switch {
    font-size: 16px;
    color: #ffffff;
    line-height: 112px;
}
.switch a {
    color: #ffffff;
    display: inline-block;
    margin: 0 20px;
}
.switch a.cur {
    font-weight: bold;
}
.container {
    /*background: url("../img/bg.png") no-repeat;*/
    background-size: 100% 100%;
    height: calc(100vh - 112px);
}
.bodyBg {
    position: fixed;
    background: url("../img/bg.png") no-repeat;
    /*top: 112px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    zoom: 1;
    background-size: 100% 100%;
}
.wraper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ciferLogo {
    position: absolute;
    top: 154px;
    left: -10px;
    z-index: -9;
    zoom: 1;
    width: 524px;
    height: 120px;
    background: url("../img/cifer.png") no-repeat;
}
.joinList {
    padding-top: 185px;
}
.joinList li {
    display: flex;
    align-items: center;
}
.joinList li div {
    width: 70px;
}
.joinList li a {
    display: inline-block;
    width: 444px;
    height: 86px;
    line-height: 86px;
    border-bottom: 1px solid rgba(0, 89, 156, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.joinList li a:hover {
    opacity: 0.9;
}
.joinList li a span {
    font-size: 22px;
    font-weight: bold;
    color: #00599c;
    line-height: 26px;
}
.joinList li a img {
    width: 11px;
    height: 14px;
}
.joinRight {
    width: 508px;
    height: 338px;
    background: url("../img/joinRightBg.png");
    margin-top: 236px;
}
.joinRight img.homeImg {
    margin: 66px 0 26px 96px;
}
.joinRight p.text{
    font-size: 22px;
    font-weight: bold;
    color: #00599c;
    line-height: 30px;
    padding-left: 96px;
    padding-bottom: 46px;
}
.joinRight div.btn{
    display: flex;
    justify-content: space-between;
    padding: 0 96px;
}
.joinRight div.btn a{
    font-size: 20px;
    color: #00599C;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.joinRight div.btn a img{
    width: 22px;
    height: 12px;
    margin-left: 10px;
}
.joinRight div.btn a:hover {
    opacity: 0.9;
}
.joinRight div.btn a:nth-child(1){
    text-decoration: underline;
}

.noticeMain {
}
.noticeTitle {
    width: 100%;
    height: 140px;
    background: linear-gradient(90deg, #eaf8fd, #fbfeff);
}
.noticeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noticeBox h2.title {
    font-family: 微软雅黑 Bold, 微软雅黑 Regular, 微软雅黑, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #0c3d65;
    line-height: 140px;
}
.logoGray {
    width: 94px;
    height: 114px;
    background: url(../img/logo-gray.png);
    background-size: 100% 100%;
}
.noticeList {
    padding: 20px 0 0 0;
}
.noticeList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.noticeList li p {
    cursor: pointer;
    font-family: 微软雅黑, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #00599c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    display: inline-block;
}
.noticeList li p a{
    color: #00599c;
}
.noticeList li p a:hover {
    text-decoration: underline;
}
.noticeList li span {
    color: rgb(153, 153, 153);
    font-size: 15px;
    font-family: Arial, "Arial Normal", sans-serif;
}
.noticeList li:hover {
    background: #f5f7f8;
}
.noticeList > div {
    border-bottom: 1px solid #eee;
}

/*分页---start*/
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 50px 0;
}

.page-info {
    font-size: 14px;
    font-weight: bold;
}

.page-size-selector {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-size-selector label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a {
    border: 1px solid #dedede;
    color: #64a5eb;
}
.pagination>.disabled>a {
    color: #777;
    cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    color: #ffffff;
    background-color: #64a5eb;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*分页---end*/

.footer{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 80px 0 20px 0;
    line-height: 24px;
}

/*适配分辨率小于1920像素*/
@media (max-width: 1920px) {
    .loginMain, .container {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    .ciferLogo {
        top: 104px;
    }
    .joinList {
        padding-top: 135px;
    }
    .joinRight {
        margin-top: 186px;
    }
}