.problemSearch {
    position: absolute;
    right: 0;
    top: 0;
    width: 460px;
}

.problemList {
    width: auto !important;
    max-width: 115px !important;
    height: 27px;
    padding: 0px 12px;
}

.problemSearchInput {
    margin-left: -1.5px !important;
    height: 27px;
    padding: 0px 12px;
    margin-top: 0px;
}

.problemSearchBtn {
    margin-left: -2.5px !important;
    border-radius: 0;
    height: 27px;
    padding: 0px 12px;
    margin-top: 0px;
    background-color: #2A63C9;
    color: #ffffff;
}

.problemSearchBtn:hover,
.problemSearchBtn:focus,
.problemSearchBtn.focus {
    color: #ffffff;
}

.problemSearchBtn:focus {
    outline: none;
}

.problemContent {
    width: 100%;
    margin-top: 50px;
}

.problemIcon {
    float: left;
}

.problemTitle {
    color: #0253B5;
    font-size: 17px;
    float: left;
    margin-left: 7px;
}

.problemContentDd {
    border-top: 1.5px solid #4062BD;
    margin-top: 8px;
}

.problemContentDd ul {
    width: 100%;
}

.problemContentDd ul li {
    box-sizing: border-box;
    width: 100%;
    background-color: #F3F6F9;
    color: #5C5C5B;
    margin-top: 2px;
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding-right: 0;
}

.problemContentDd ul li.active,
.problemContentDd ul li:hover {
    background-color: #D0DFF1;
    color: #0C55B6;
    position: relative;
}

.problemContentDd ul li.active::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #125FBA;
    position: absolute;
    left: 0;
    top: 0;
}

.problemListTitle {
    color: #585858;
    font-size: 17px;
    float: left;
}

.problemUpg {
    float: right;
    font-size: 13px;
    padding-top: 5px;
    color: #585858;
    cursor: pointer;
}

.problemListDd {
    border-top: 1.5px solid #C3C3C3;
    margin-top: 8px;
}

.problemListDd.problemListDd2 {
    box-sizing: border-box;
    padding: 0 13px;
}

.problemListDd .problemListDdUl {
    width: 100%;
    height: 505px;
    padding-bottom: 5px;
    border-bottom: 1.5px solid #C3C3C3;
}

.problemListDd .problemListDdUl li {
    list-style: inside;
    margin-top: 15px;
    box-sizing: border-box;
    color: #585858;
    cursor: pointer;
}

.problemListDd .problemListDdUl li:hover {
    color: #3281da;
}

.problemListDd .problemListDdUl li .liContent {
    display: inline-block;
    width: 600px;
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.problemListDd .problemListDdUl li .timeAndData {
    float: right;
}

.problemListDd .problemListDdUl li .timeAndData .time {
    float: left;
}

.problemListDd .problemListDdUl li .timeAndData .time::after {
    content: "|";
    margin: 0 5px;
}

.problemListDd .problemListDdUl li .timeAndData .data {
    float: left;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #E8EFF9;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: #E8EFF9;
}

.problemNav {
    float: right;
}

.sumCount {
    float: right;
    background-color: #E8EFF9;
    color: #4E7BC9;
    margin: 20px 15px;
    padding: 7px 10px;
    border-radius: 6px;
}

.release {
    text-align: right;
    color: #585858;
    font-size: 13px;
    padding: 5px 0;
}

.listContent {
    width: 100%;
}

.listContent .listContentDl {
    width: 100%;
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
}

.listContent .listContentDl dt {
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 5px;
}

.listContent .listContentDl dt::before {
    content: "";
    width: 5px;
    height: 12px;
    background-color: #3E70C5;
    position: absolute;
    left: 0;
    top: 4px;
}

.problemListDd .listPage {
    border-top: 2px solid #C3C3C3;
}

.problemListDd .listPage p {
    color: #585858;
    font-size: 13px;
    box-sizing: border-box;
    padding: 5px 0 0 2px;
    cursor: pointer;
}

.problemListDd .listPage p:hover {
    color: #2860BA;
}

.problemListDd .upgradeUl {
    width: 100%;
    padding-top: 20px;
}

.problemListDd .upgradeUl li {
    background-color: #F3F6F9;
    color: #6B6A6A;
    float: left;
    width: 31.3%;
    margin: 10px 1.5% 10px 1.5%;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #F3F6F9;
    cursor: pointer;
    word-wrap: break-word;
    white-space: break-spaces;
}

.problemListDd .upgradeUl li.active,
.problemListDd .upgradeUl li:hover {
    border: 1px dashed #3868CA;
    background-color: #D0DFF1;
    color: #064EB2;
}

.problemListDd .upgradeUl li:nth-of-type(3n+1) {
    margin-left: 0;
}

.problemListDd .upgradeUl li:nth-of-type(3n+3) {
    margin-right: 0;
}

#problemList .problemListDl:nth-of-type(n+2) {
    margin-top: 40px;
}

.problemListDd .problemXqUl {
    width: 100%;
    padding-top: 20px;
}

.problemListDd .problemXqUl li {
    width: 50%;
    float: left;
    margin-top: 15px;
    position: relative;
}

.problemListDd .problemXqUl li .problemName {
    float: left;
    color: #656565;
    font-weight: bold;
    width: 80px;
    font-size: 14px;
}

.problemListDd .problemXqUl li .problemVale {
    float: left;
    font-weight: bold;
    font-size: 14px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.problemListDd .problemXqUl li .problemVale.problemHzx {
    max-width: 200px;
}

.problemListDd .problemXqUl li .problemDown {
    background: #3E70C4;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
    position: absolute;
    right: 40px;
    top: -2px;
    cursor: pointer;
}

.problemListDd .problemXqUl li .problemDown::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/icon3.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 1px;
    margin-right: 6px;
}

.problemListDd .upgradeDec {
    margin-top: 15px;
}

.problemListDd .upgradeDec > p {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 15px;
}

.problemListDd .upgradeDec .upgradeContent {
    font-size: 13px;
}

#subProblemList .problemListDl {
    padding-bottom: 50px;
}

#subProblemList .problemListDl:nth-of-type(2n) {
    background-color: #F3F6F9;
    margin-bottom: -8px;
}

.noData {
    list-style: none !important;
    width: 100%;
    height: 100%;
    background-image: url(../img/noData.png);
    background-repeat: no-repeat;
    background-position: center;
}

#subProblemContent .listContentDl dd {
    overflow: hidden;
}

#subProblemContent .listContentDl dd img {
    display: block;
    max-width: 100%;
}


#problemList,
#subProblemContent,
#subProblemList {
    min-height: 505px;
    margin-bottom: 30px;
}