﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-repeat: no-repeat;
    font-weight: normal;
    /*overflow: hidden;*/
    font-family: 'pfdintextcondpro', "微软雅黑", "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

input,
textarea {
    outline: none;
}

textarea:focus {
    border-color: #0679F9;
}

div,
h1,
h2,
h3,
p,
span,
ul,
li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-srdd79');
    src: url('../fonts/icomoon.eot?#iefix-srdd79') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?-srdd79') format('truetype'),
        url('../fonts/icomoon.woff?-srdd79') format('woff'),
        url('../fonts/icomoon.svg?-srdd79#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pfdintextcondpro';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
        url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype'),
        url('../fonts/pfdintextcondpro-regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flex {
    display: flex;
}

.nav-bar .tabs span,
.article .item,
.nav-bar .tabs span i,
.nav-bar .portrait span,
.main-table .intro a,
.btn,
.btn2,
.footer .links a,
.chapters-nav h1,
.chapters-nav section,
input,
textarea,
.article .subtitle .links span,
.nav-bar .location span a,
.main-table .title {
    -webkit-transition: 0.3s 0.2s ease;
    -moz-transition: 0.3s 0.2s ease;
    transition: 0.3s 0.2s ease;
}

/*------------------------------------------首页-----------------------------------*/
.scroll {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.Header {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: url('../images/header2.png') top center no-repeat;

}

.nav-bar {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}

.nav-bar .wrap {
    width: 1003px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.nav-bar .tabs {
    display: inline-flex;
}

.nav-bar .tabs span {
    font-size: 22px;
    font-weight: bold;
    display: inline-flex;
    color: #878788;
    align-items: center;
    cursor: pointer;
    margin-right: 40px;
    padding-bottom: 15px;
    position: relative;
}

.nav-bar .tabs span i {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #A19F9F;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    margin-left: 4px;
}

.nav-bar .tabs span:hover {
    color: #33363B;
}

.nav-bar .tabs span:hover i {
    background: #A8221E;
}

.nav-bar .tabs .active {
    color: #33363B;

}

.nav-bar .tabs .active::after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #A8221E;
    right: 24px;
}

.nav-bar .portrait span {
    font-size: 16px;
    color: #878788;
    margin-left: 8px;
    cursor: pointer;
}

.nav-bar .portrait span:hover {
    color: #676767;
}

.nav-bar .portrait .login,
.nav-bar .portrait .logout {
    color: #A8221E;
}

.nav-bar .portrait .login:hover,
.nav-bar .portrait .logout:hover {
    color: #d44d49;
}

.index-container {
    width: 1003px;
    margin: 30px auto 0;
    overflow: hidden;
}

.index-container .wrap {
    display: none;
    min-height: 200px;
}

.main-table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 20px;
}

.main-table thead td {
    font-size: 18px;
    color: #33363B;
    font-weight: bold;
    text-align: center;
    background: #F6F6F6;
    line-height: 50px;
}

.main-table thead td:first-child {
    border-radius: 8px 0 0 8px;
}

.main-table thead td:last-child {
    border-radius: 0 8px 8px 0;
}

.main-table tbody tr {
    border-bottom: 1px solid #DFDFDF;
}

.main-table tbody td {
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 60px;
    text-align: center;
}

.main-table .title {
    font-size: 16px;
    font-weight: bold;
    color: #5C5C75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    cursor: pointer;
    width: 40%;
}

.main-table .title:hover {
    color: #A8221E;
}

.main-table .date {
    font-size: 16px;
    color: #5C5C75;
    justify-content: center;
    align-items: center;
}

.main-table .date i {
    font-style: normal;
    margin: 0 5px;
    color: #9D9DAC;
}

.main-table .intro a {
    color: #A8221E;
    font-size: 16px;
}

.main-table .intro a:hover {
    color: #d44d49;
}

.btn {
    line-height: 24px;
    border-radius: 4px;
    background: #A8221E;
    border: none;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}

.btn:hover {
    background: #d44d49;
}

.btn.disabled {
    background: #B4B4B4;
    cursor: not-allowed;
}

.btn2:hover {
    color: #A8221E;
}

.btn2 {
    line-height: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 0 10px;
    color: #5C5C75;
    cursor: pointer;
}

.banner-wjdc {
    width: 100%;
    background: #A8221E;
    height: 140px;
    display: block;
    margin-bottom: 20px;
    background: url('../images/banner.png') center no-repeat;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #F6F6F6;
}

.footer .wrap {
    width: 1003px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 30px;
    justify-content: space-between;
}

.footer .links {
    align-items: center;
}

.footer .links a {
    color: #707070;
    font-size: 14px;
}

.footer .links a:hover {
    color: #545454;
}

.footer .links a:after {
    content: '|';
    font-size: 12px;
    margin: 0 8px;
    color: #DFDFDF;
}

.footer .links a:last-child::after {
    display: none;
}

.footer p {
    font-size: 14px;
    color: #A1A1A1;
    margin-top: 8px;
}

.nav-bar .location {
    align-items: center;
}

.nav-bar .location span {
    color: #5C5C75;
    font-size: 16px;
    display: inline-flex;
    line-height: 44px;
}

.nav-bar .location span:not(:last-child)::after {
    content: '/';
    font-size: 16px;
    color: #D6D6D6;
    margin: 0 10px;
}

.nav-bar .location span:not(:last-child) a {
    color: #A8221E;

}

.nav-bar .location span:not(:last-child) a:hover {
    color: #d44d49;
}

.article {
    width: 1003px;
    margin: 30px auto 50px;
}

.article-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #33363B;
}

.article-lawtitle {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #33363B;
    line-height: 36px;
}

.article .subtitle {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.article .subtitle h2 {
    font-size: 16px;
    color: #5C5C75;
}

.article .subtitle .date {
    align-items: center;
    color: #5C5C75;
    margin-right: 30px;
}

.article .subtitle .date i {
    font-size: 16px;
    color: #9D9DAC;
    font-style: normal;
    margin: 0 10px;
}

.article .subtitle .links {
    display: inline-flex;
    align-items: center;
}

.article .subtitle .links span {
    font-size: 14px;
    color: #A8221E;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.article .subtitle .links span img {
    margin-right: 4px;
}

.article .subtitle .links span:hover {
    color: #d44d49;
}

.article .item {
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px 40px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
    color: #464646;
    font-size: 16px;
    line-height: 28px;
}

.article .item:hover {
    background: #FFF4F3;
    color: #A8221E;
}

.article .item1 {
    padding: 20px 40px;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.article .chapter {
    border: none;
    padding: 5px 40px;
    font-size: 20px;
    color: #33363B;
}

.article .comment {
    border: 2px solid #A8221E;
}

.article .comment::before {
    content: '';
    background: url('../images/comment.png') center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.article .chapter.comment {
    border: none;
}

.article .chapter.comment::before {
    top: 50%;
    margin-top: -9px;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.popup {
    width: 1003px;
    position: absolute;
    z-index: 21;
    top: 5%;
    left: 50%;
    margin-left: -501px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.popup .header-bar {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 17px;
    justify-content: flex-end;
}

.popup .header-bar .close {
    width: 15px;
    height: 15px;
    background: url('../images/close.png') center no-repeat;
    cursor: pointer;
}

.pop-content {
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 40px;
}

.pop-content .info {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    margin-top: 15px;
}

.pop-content .title {
    color: #33363B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pop-content textarea {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
}

.pop-content textarea:focus {
    border-color: #A8221E;
}

.pop-content .btn-bar {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pop-content .btn {
    line-height: 32px;
    padding: 0 20px;
}

.pop-content .btn2 {
    line-height: 32px;
    padding: 0 15px;
    margin-left: 10px;
}

.pop-content .my-opinion {
    background: #F0F2F5;
    position: relative;
    cursor: default;
    color: #707070;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 20px;

}

.pop-content .title-reply {
    color: #33363B;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.pop-content .title-reply::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #FF8000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.pop-content .title-reply::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background: #DFDFDF;
    left: 90px;
    right: 0;
    top: 50%;
}

.pop-content .reply-content {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #707070;
    font-size: 14px;
}

.main-table .status i {
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
}

.main-table .status i::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #41B92A;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.questionnaire .expire .title {
    color: #A6A6B1;
    font-weight: normal;
}

.questionnaire .expire .status i::before {
    background: #B4B4B4;
}

.questionnaire-article {
    width: 1003px;
    margin: 30px auto 50px;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    padding: 30px;
}

.questionnaire-article h1 {
    color: #33363B;
    font-size: 20px;
    margin-bottom: 15px;
}

.questionnaire-article .options-radio {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.questionnaire-article section {
    align-items: center;
    overflow: hidden;
}

.questionnaire-article .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.questionnaire-article .radio input[type="radio"]+.radio-label:before {
    content: '';
    border-radius: 3px;
    border: 1px solid #BFBFBF;
    display: inline-block;
    width: 14px;
    height: 14px; 
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    /* -webkit-transition: all 250ms ease;
    transition: all 250ms ease; */
    margin-right: 4px;
	    position: absolute;
    left: 0;
}

.questionnaire-article .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #A8221E;
    border-color: #A8221E;
    background-image: url('../images/Checkbox.png');
    background-repeat: no-repeat;
    background-position: center 60%;
}

.questionnaire-article .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    /* border-color: #3197EE; */
}

.questionnaire-article .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.questionnaire-article .radio,
.questionnaire-article .checkbox {
    float: left;
    margin-right: 20px; 
    margin-bottom: 10px;
}

.questionnaire-article label {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    color: #515A6E;
	    position: relative;
    font-size: 14px;
	box-sizing: border-box;
    padding-left: 26px;
}

.questionnaire-article input[type="checkbox"]+.checkbox-label:before {
    content: '';
    border-radius: 3px;
    border: 1px solid #BFBFBF;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    /* -webkit-transition: all 250ms ease;
    transition: all 250ms ease; */
    margin-right: 4px;
}

.questionnaire-article input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.questionnaire-article input[type="checkbox"]:checked+.checkbox-label:before {
    background-color: #A8221E;
    border-color: #A8221E;
    background-image: url('../images/Checkbox.png');
    background-repeat: no-repeat;
    background-position: center 60%;
}

.questionnaire-article .btn {
    line-height: 32px;
    margin-top: 30px;
    padding: 0 40px;
    font-size: 16px;
	margin-right: 20px;
}

.login-box {
    width: 360px;
    margin-left: -180px;
}

.login-box .header-bar {
    border-bottom: 1px solid #DBDBDB;
}

.login-tittle {
    flex: 1;
}

.login-tittle h1 {
    font-size: 16px;
    color: #878788;
    font-weight: bold;
    margin-right: 20px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.login-tittle .login-active {
    color: #33363B;
}

.login-tittle .login-active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #A8221E;
    bottom: -12px;
    z-index: 999;
}

.login-box .pop-content {
    padding: 10px 30px 20px 30px;
}

.login-button {
    width: 100%;
    line-height: 32px;
    background-color: #A8221E;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.forget {
    font-size: 14px;
    color: #878788;
    flex: 1;
    margin-top: 36px;
}

.zhuce {
    font-size: 14px;
    color: #A8221E;
    margin-top: 36px;
}

.input-box {
    width: 100%;
    height: 30px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    margin-top: 20px;
}

.input-box img {
    width: 13px;
    margin-top: 8px;
    padding: 0 1px 0 12px;
}

.input-box input {
    flex: 1;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
}

.input-box select {
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: none;
    background-color: #fff;
    flex: 1;
    padding: 0 6px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
}

.yzm-box {
    justify-content: space-between;
}

.yzm {
    width: 150px;
}

.yzm-img {
    margin-top: 20px;
}

.yzm-img p {
    font-size: 14px;
    color: #A8221E;
    line-height: 30px;
}

.input-box h1 {
    font-size: 14px;
    line-height: 32px;
    background-color: #F6F6F6;
    width: 100px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #BFBFBF;
}

.input-box h1 span {
    color: #A8221E;
}

.chapters-nav {
    position: absolute;
    width: 120px;
    box-sizing: border-box;
    padding: 15px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    border: 1px solid #D7D7E6;
    border-left: none;
    top: 50%;
    max-height: 220px;
    overflow-y: auto;
    z-index: 2;
    background: #fff;
}

.chapters-nav h1 {
    font-size: 14px;
    color: #33363B;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    position: relative;
}

.chapters-nav section {
    color: #707070;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    position: relative;
}

.chapters-nav h1:hover,
.chapters-nav section:hover {
    color: #A8221E;
}

.chapters-nav .active {
    color: #A8221E;
}

.chapters-nav .active::before {
    content: '';
    background: url('../images/arrow.png') center no-repeat;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.commons {
    color: #d44d49;
    font-size: 14px;
}