* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #ff7000;
}

body {
    letter-spacing: 1px;
    height: 100%;
    font-family: PingFangSC-Medium, "Microsoft YaHei", 寰蒋闆呴粦;
    background: #F1F5FA;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.header {
    min-width: 1200px;
    width: 100%;
    background: #fff;
}

.header-content {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
}

.header-left {
    width: 50%;
    display: flex;
}

.header-left img {
    width: 148px;
    height: 68px;
    margin-top: 11px;
}

.header-title {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #999;
    font-size: 18px;
    color: #666;
    height: 32px;
    line-height: 30px;
    margin-top: 40px;
    cursor: pointer;
}

.header-title2 {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #666;
    height: 32px;
    line-height: 30px;
    margin-top: 40px;
    cursor: pointer;
}

.header-right {
    width: 50%;
    text-align: right;
    padding: 18px 0;
    font-size: 18px;
    color: #666;
}

.header-right a {
    color: #999;
    font-size: 14px;
    text-decoration: black;
}

.header-right div:first-child {
    margin-bottom: 5px;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    line-height: 70px;
    color: #999;
    text-align: center;
    background: #000;
    font-size: 14px;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #00b5d9;
}

.content {
    min-height: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
}

.left-content {
    width: 295px;
    height: 100%;
}

.menu {
    overflow: hidden;
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 10px;
}

.menu-block {
    float: left;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    min-width: 250px;
}

.menu-block:last-child {
    border-bottom: 0;
    margin-bottom: -18px;
}

.menu-block dt {
    line-height: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #0089d7;
    font-weight: bold;
}

.menu-block dd {
    line-height: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 18px;
    font-size: 12px;
}

.new-issue {
    width: 250px;
    padding: 30px 20px 20px 20px;
    background: #fff;
}

.new-issue-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    line-height: 100%;
}

.new-issue-block-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-issue-block-title h1 {
    font-weight: 300;
    font-size: 14px;
}

.new-issue-block {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.new-issue-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.new-issue-time {
    font-size: 12px;
    color: #999;
    display: flex;
}

.new-issue-time p {
    width: 125px;
}

.new-issue-time p:nth-child(2) {
    text-align: right;
}

.excellent {
    width: 840px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-title {
    line-height: 100%;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding-bottom: 30px;
}

.block-title-bottom-border {
    padding-left: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.excellent-block {
    width: 265px;
    float: left;
    margin-right: 22.5px;
    text-align: center;
}

.excellent-block:last-child {
    margin-right: 0;
}

.excellent-block-img {
    width: 265px;
    height: 142px;
    background: #eff0f4;
}

.excellent-block-img img {
    cursor: pointer;
}

.excellent-block-img img {
    width: 265px;
    height: 142px;
    cursor: pointer;
}

.excellent-block p {
    width: 265px;
    margin-top: 14px;
    line-height: 100%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.hot-block {
    padding: 0 30px;
    width: 840px;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}

.hot div:nth-last-child(2) {
    /*border-bottom: 0;*/
}

.hot-block-left {
    float: left;
    width: 705px;
}

.hot-block-right {
    float: left;
    width: 135px;
    display: flex;
}

.hot-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-title h1 {
    font-size: 14px;
    font-weight: bold;
}

.hot-title a {
    color: #000;
}
.hot-title h2{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.hot-title a:hover {
    color: #ff7000;
}

.hot-desc {
    width: 705px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
    /*height: 30px;*/
}

/*.hot-desc p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.hot-answer-conut {
    margin-top: 30px;
    width: 76px;
    height: 76px;
    background: #0089d70d;
    margin-left: 59px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
}

.hot-answer-conut p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
    margin-bottom: 5px;
}

.hot-answer-conut p:last-child {
    font-size: 12px;
    color: #666;
}

.hot-time {
    line-height: 100%;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

.hot-service {
    padding: 20px 30px;
    background: #fff;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}

.hot-service-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.hot-service-title-select {
    list-style: disc;
    color: #0089D7;
}

.hot-service-title ul {
    display: flex;
    list-style: none;
    cursor: pointer;
}

.hot-service-title ul li {
    margin-right: 30px;
}

.hot-service-content {
    display: flex;
    flex-wrap: wrap;
}

.hot-service-content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.hot-service-content ul li {
    font-size: 16px;
    color: #666;
    margin-right: 30px;
    margin-bottom: 6px;
}

.hot-service a {
    font-size: 16px;
    color: #666;
}

.hot-service a:hover {
    color: #ff7000;
}

.hot-service-recommend {
    font-size: 16px;
    color: #666;
}

.hot-service-link {
    font-size: 16px;
    color: #666;
}

.hot-service-recommend div {
    width: 33.33%;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.advertise {
    height: 86px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 30px;
}

.advertise img {
    width: 900px;
    height: 86px;
}

.breadcrumb {
    width: 1200px;
    min-width: 1200px;
    line-height: 100%;
    font-size: 14px;
    color: #999;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb a:last-child {
    color: #999;
}

.problem {
    width: 840px;
    padding: 20px 30px 10px 30px;
    background: #fff;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 200%;
}

.problem-category {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.problem-category div:first-child {
    float: left;
    width: 85px;
}

.problem-category div:last-child {
    float: left;
    width: 720px;
    font-size: 16px;
    color: #666;
}

.problem-category a {
    margin-left: 30px;
    line-height: 200%;
}

.problem-block {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.problem-block div {
    float: left;
    min-width: 50px;
    margin-right: 30px;
    padding: 6px 10px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.problem-block div:hover {
    color: #ff7000;
    background: #FFF0E5;
    border-radius: 15px;
}

.problem-block-active {
    background: #FFF0E5;
    border-radius: 15px;
}

.problem-block-active a {
    color: #ff7000;
}

.relevant-title {
    padding: 0 30px;
    line-height: 100%;
    padding-bottom: 30px;
    font-size: 18px;
    color: #666;
}

.relevant-block-title {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 100%;
}

.relevant-block-title h1 {
    font-size: 16px;
}

.answer-solve {
    position: relative;
    top: -3px;
    display: flex;
    font-size: 12px;
    color: #0089d7;
    background: #E5F3FB;
    padding: 3px 8px;
    float: left;
    margin-right: 12px;
    font-weight: initial;
}

.page {
    text-align: center;
    margin-top: 30px;
}

.page ul {
    list-style: none;
    display: inline-flex;
    font-size: 12px;
}

.page ul li {
    background: #fff;
    color: #666;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    padding: 3px 0;
    margin-right: 10px;
}

.page ul li:hover {
    background: #00B5D9;
    border: 1px solid #00b5d9;
    box-sizing: border-box;
    color: #fff;
}

.page ul li a {
    padding: 3px 10px;
}

.page ul li a:hover {
    background: #00B5D9;
    color: #fff !important;
}

.page .ellipsis {
    margin-right: 10px;
}

.page-active a {
    color: #fff;
}

.all-page {
    text-align: center;
    padding-top: 32px;
    color: #8590A5;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.left-arrow {
    border: 5px solid #fff;
    border-right-color: #00B5D9;
    float: left;
}

.ad-1 {
    width: 290px;
    height: 110px;
    background: #fff;
    cursor: pointer;
}

.ad-1 img {
    width: 290px;
    height: 110px;
}

.ad-2 {
    width: 290px;
    height: 186px;
    background: #fff;
    cursor: pointer;
}

.ad-2 img {
    width: 290px;
    height: 186px;
}

.content-des {
    padding: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    font-size: 16px;
    color: #666;
}

.content-title {
    margin-bottom: 20px;
}

.content-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

.content-footer {
    margin-top: 45px;
    font-size: 14px;
    color: #999;
}

.content-footer span {
    margin-right: 20px;
}

.reply-list {
    font-size: 16px;
    color: #666;
}

.reply-content {
    width: 840px;
    padding: 30px;
    border-bottom: 1px dashed #f0f0f0;
}

.reply-cell-headimg {
    width: 76px;
    height: 77px;
    margin-right: 30px;
}

.reply-cell-headimg img {
    width: 76px;
    height: 77px;
    border-radius: 50px;
}

.reply-cell-content {
    width: 734px;
}

.content-line-height p {
    line-height: 24px;
    color: #333;
}

.reply-cell-title {
    line-height: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reply-cell-time {
    color: #999;
    margin-top: 10px;
    line-height: 100%;
}

.noreply {
    padding: 150px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.adopt {
    background: #F4FBFD;
}

.adopt-img {
    width: 0px;
    height: 0px;
}

.adopt-img img {
    position: relative;
    top: -8px;
    left: 800px;
}

.recommended-reading {
    display: flex;
    margin-left: 106px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

.recommended-reading div:nth-child(1) {
    color: #FF6732;
    border: 1px solid #FF6732;
    border-radius: 4px;
    padding: 1px 6px;
    margin-right: 6px;
    height: 20px;
}

.recommended-reading div:nth-child(2) {
    color: #666;
    text-decoration: underline;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    width: 520px;
}

.agree {
    float: right;
    margin-top: -28px;
    padding: 0 14px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #C4C9CD;
    border-radius: 24px;
    font-size: 16px;
    color: #8590A5;
}

.agree img {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
}

.agree-button {
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.agree-select {
    border: 1px solid #099CEF;
    color: #099CEF;
}

.agree-button:active {
    transform: scale(0.9);
}

.related-issues {
    padding: 20px 30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.related-issues p {
    margin-top: 10px;
    font-size: 16px;
}

.related-issues p a:nth-child(1) {
    color: #333;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.related-issues p a:nth-child(2) {
    color: #8590A5;
    position: relative;
    top: -4px;
}

.related-issues p a:hover {
    color: #ff7000;
}

.related-issues-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dashed #f0f0f0;
    padding-bottom: 21px;
}

.related-issues span {
    font-weight: bold;
}

.div-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-overflow h2{
    font-size: 16px;
}

.page-input {
    width: 25px;
    border: 1px solid #f0f0f0;
    padding: 2px;
    border-radius: 3px;
    margin: 0 10px;
    text-align: center;
}

.page-msg {
    font-size: 14px;
    color: #666;
}

.page-button {
    margin: 0 10px;
    padding: 1px 7px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    border: 1px solid #f0f0f0;
}

#cnzz_stat_icon_1277019259 {
    display:none;
}

.adjacent {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}