.ellipsis {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.ellipsis2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.announcement-container {
    padding: 18px 0 28px;
}
.announcement {
    display: flex;
}

.announcement-left-wrap {
    padding-top: 18px;
    position: relative;
    overflow: hidden;
}
.announcement-left-icon {
    position: absolute;
    left: 0;
    top: 8px;
    width: 167px;
    height: 44px;
}
.announcement .announcement-left {
    width: 496px;
    margin-right: 40px;
    height: 280px;
    border: 1px solid #EBE5DF;
    background: linear-gradient(180deg, #FFFBF9 0%, #FEF3EA 100%);
    padding: 16px 0 0 0;
}
.outer-warp {
    width: 496px;
    overflow: hidden;
    position: relative;
    height: 500px;
}

.outer-warp .outer {
    width: 1984px;
    display: flex;
    left: 0;
    /*transition: all 2s;*/
    position: absolute;
}

.announcement .announcement-left .notice-list {
    width: 496px;
    margin-top: 14px;
    padding: 0 27px 0 20px;
    float: left;
}
.announcement .announcement-left .notice-list li {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
}
.announcement .announcement-left .notice-list li:last-child {
    margin-bottom: 0;
}



.announcement .announcement-right {
    width: 744px;
}

.announcement .announcement-right .announcement-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
}

.announcement-nav-list {
    height: 48px;
}
.announcement-nav-list .nav-list-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.announcement-nav-list .nav-list-item:last-child {
    margin-right: 0;
}
.announcement-nav-list .nav-list-item a {
    display: block;
    color: #333333;
    line-height: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.announcement-nav-list .nav-list-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #C90E24;
    transition: all 0.2s;
}

.announcement-nav-list .nav-list-item-active a{
    color: #C90E24;
}
.announcement-nav-list .nav-list-item-active a:after {
    width: 100%;
}

.view-more {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.view-more a {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-right: 8px;
}

.view-more img {
    width: 6px;
    height: 10px;
}

.announcement-right .announcement-content-list {
    padding-top: 8px;
    color: #B3B3B3;
    padding-left: 15px;
}
.announcement-right .announcement-content-list li {
    padding: 9px 0;
    list-style: disc;
}
.announcement-right .announcement-content-list li a{
    color: #3D3D3D;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-content-list li a .desc {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.announcement-content-list li a .time {
    color: #999999;
    font-size: 14px;
}




.login-portal-container {
    padding: 0 0 50px;
}

.login-portal .login-portal-title {
    height: 48px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #C90E24;
    padding-top: 12px;
    margin-bottom: 12px;
}

.login-portal ul {
    /*display: flex;*/
    justify-content: space-between;
    margin-right: 40px;
}

.login-portal ul li a{
    height: 90px;
    display: flex;
    align-items: center;
    padding: 25px 32px;
    width: 496px;
    background :  linear-gradient(90deg,#FFFFFF 0%,#f3e1d3 100%);
    border :  1px solid #DC3D3D;
    border-radius :  4px;
}

.login-portal ul li img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.login-portal ul li .li-right span {
    display: block;
}

.login-portal ul li .li-right span.right-title{
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #111111;
    margin-bottom: 4px;
}
.login-portal ul li .li-right span.right-desc {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.dataStatistics-container {
    height: 328px;
    background: url(../images/dataStatisticsBanner.png) no-repeat center;
}

.dataStatistics {
    padding-top: 50px;
}

.data-top {
    display: flex;
}

.data-top img{
    margin-right: 10px;
}

.data-top .data-top-right{
    flex: 1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D25129;
}
.dataStatistics .data-top-right {
    border-bottom: none;
}


.data-top .data-top-right .data-top-title{
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.data-top .data-top-right .data-top-other{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.data-top .data-top-right .data-top-other i {
    font-style: normal;
}

.dataStatistics .dataStatistics1 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.dataStatistics .dataStatistics1 ul li{
    width: 300px;
    height: 140px;
    background: rgba(171, 129, 45, .16);
    border-radius: 2px;
    padding: 30px;
}

.dataStatistics ul li .title {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #483500;
    margin-bottom: 10px;
}

.dataStatistics ul li .bottom span {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.dataStatistics ul li .bottom .num {
    font-size: 36px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #3D3D3D;
}
.dataStatistics ul li .bottom .red {
    color: #DC3D3D;
}
.dataStatistics ul li .bottom .blue {
    color: #3284D6;
}
.dataStatistics ul li .bottom .brown {
    color: #A97100;
}

.dataStatistics .dataStatistics2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.dataStatistics .dataStatistics2 ul li{
    width: 205px;
    height: 130px;
    background: rgba(171, 129, 45, .16);
    border-radius: 2px;
    padding: 25px 30px;
}

.table-container {
    padding-top: 60px;
}

.sg-evaluate, .jl-evaluate {
    margin-bottom: 60px;
}

.data-middle {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 10px;
}

.data-middle ul {
    display: flex;
}

.data-middle ul li {
    padding: 6px 16px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-right: 8px;
    cursor: pointer;
    color: #3C3A39;
}

.data-middle ul li.active {
    border: 1px solid #C90E24;
    color: #C90E24;
}

.table-center {
    text-align: center;
}

.tableX th, .tableX td {
    border: none !important;
    padding: 12px 20px !important;
}

.table>thead>tr>th {
    height: 50px;
    vertical-align: middle;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;;
}

.table>tbody>tr:nth-child(2n+1) {
    background: #FFEDE0;
}
.tableX thead tr {
    background: #DC3D3D;
}

.table>tbody>tr>td {
    vertical-align: middle;
    color: #222222;
}

.sg-evaluate .table>tbody>tr>td,
.jl-evaluate .table>tbody>tr>td {
    height: 60px;
}

.table>tbody>tr>td .companyName {
    /*color: #0068CE;*/
}
.table>tbody>tr>td .projectName {
    margin-top: 2px;
    color: #999999;
}
.table>tbody>tr>td .view {
    cursor: pointer;
    color: #0068CE;
}

.problem-container {
    background: #F5F5F7;
}

.problem {
    padding-top: 40px;
    background: #F5F5F7;
}

.problem ul {
    overflow: hidden;
    padding: 10px 0 60px;
}

.problem ul li {
    width: calc(50% - 5px);
    float: left;
    margin-top: 10px;
    background: #ffffff;
    padding: 19px 20px;

}

.problem ul li:nth-child(2n + 1) {
    margin-right: 10px;
}

.problem ul li a {
    display: flex;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.problem ul li a:hover {
    color: #0000EE;
}

