/*问询*/
.infor_title {
    padding: 0 20px;
    -moz-box-shadow: 0px 3px 20px #ddd;
    -webkit-box-shadow: 0px 3px 20px #ddd;
    box-shadow: 0px 3px 8px #ddd;
}

.information_nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.information_nav li {
    float: left;
    margin-left: 0px;
}

.information_nav li a {
    font-size: 18px;
    color: #333;
    padding: 12px 20px;
}

/*法规*/
.display-inline-block {
    display: inline-block;
}

.search-input {
    padding: 2px 0;
}

.search-input input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #fff;
}

#dispatchOrgan {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border: 1px solid #eee;
}

.padding-margin-0 {
    margin: 0;
    padding: 0;
}

.border-none {
    border: none;
}

.border-radius {
    border-radius: 0;
}

.border {
    border: 1px solid #ee7826;
}

#sortTwo, #sortThree, .city-div, #timeliness-btn, #sort-btn-div {
    display: none;
}

.index-search-btn, .index-search-btn:hover {
    display: inline-block;
    background: #ee7826;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    cursor: pointer;
    font-size: 16px;
}

.condition-title {
    line-height: 40px;
    color: #999;
}

.condition-content {
    position: relative;
    line-height: 40px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.top-sort-two-ul, .top-sort-three-ul {
    border-top: solid 1px #eee;
}

.top-sort-one-ul li,
.top-sort-two-ul li,
.top-sort-three-ul li,
.region-ul li,
.city-ul li {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.top-sort-three-ul {
    line-height: 30px;
}

.top-sort-one-ul li.one-bg {
    background: #ee7826;
    color: #fff;
}

.top-sort-two-ul li {

}

.top-sort-two-ul li.bg {
    border: 1px solid #ee7826;
}

.top-sort-one-ul li *,
.top-sort-three-ul li *,
.timeliness-ul li *,
.city-ul li * {
    vertical-align: text-bottom;
}

.label-checkbox {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

.label-checkbox input, .checkbox-input {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 3px 2px 0;
    display: inline-block;
}

.label-checkbox input:checked {
    background: url("/img/checkbox-checked.png") no-repeat center;
    border: 1px solid #ee7826;
}

.timeliness-ul li {
    display: inline-block;
    margin: 0 5px;
}

.region-ul {
    height: 40px;
    overflow: hidden;
    width: 90%;
}

.city-ul {
    background: #ffffee;
}

.city-ul li {
    font-size: 13px;
}

.region-ul li.province-bg,
#top-sort-one-ul li.sort-one-bg,
#top-sort-two-ul li.sort-one-bg,
.region-ul li:hover {
    background-color: #ee7826;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.timeliness-ul {
    color: #666;
}

.layer-date-style {
    width: 110px;
}

.layer-date-style.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #eee;
}

#searchField.form-control:focus,
#selectOrder.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}

#selectOrder {
    box-shadow: none;
    border: none;
}

.border-bottom-ccc {
    border-bottom: 1px dotted #ccc;
}

.search-result-title {
    padding-left: 30px;
    border-bottom: 1px #eee solid;
    height: 40px;
    line-height: 40px;
    display: none;
}

.search-result-ul li {
    padding: 10px 20px 10px 50px;
    line-height: 30px;
    border-bottom: solid 1px #eee;

}

.search-result-ul li .em-highlight {
    color: red;
}

.search-result-ul li:hover {
    background: #f3f3f9;
}

.result-li {
    color: #333333;
    letter-spacing: 1px;
}

.result-content {
    color: #666;

}

.result-li a .title {
    font-size: 15px;
    color: #0B00BF;
    position: relative;
}

.result-li a .title:hover {
    text-decoration: underline;
}

.result-li a .title .index-tag-span {
    position: absolute;
    left: -40px;
    background: #E1E9F8;
    padding: 0 10px;
    min-width: 26px;
    margin-right: 10px;
}

.result-document, .result-effective {
    color: #999;
}

.result-effective {

}

.green {
    color: green;
}

.red {
    color: red;
}

.city-div, #sortThree {
    background-color: #ffffee;
}

#region-btn, #region-cancel, #sort-btn, #sort-cancel {
    background: #ee7826;
    padding: 6px 15px;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.row-title {
    padding: 5px 0;
}

#region-more, #post-date-more {
    float: right;
    background: #F8F8F8;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    margin: 10px 4px 0 0;
    cursor: pointer;
    color: #666;
}

.condition-item {
    padding: 2px 6px 2px 6px;
    color: #ee7826;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;

}

.condition-item * {
    vertical-align: middle;
}

.condition-item a {
    display: inline-block;
    height: 28px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ee7826;
}

.condition-item:hover {
    border: 1px solid #ee7826;
}

.close-icon {
    margin-left: 5px
}

em {
    font-style: normal
}

.result-item {
    border-right: 1px solid #eee;
    padding: 0 10px;
}

#post-date {
    height: 42px;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    color: #666;
}

#post-date-more {
    margin: 8px 4px 0 0;
}

#search-result-more, #search-result-no {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: #fbfbfc;
    display: none;
}

#search-result-no {
    cursor: text;
}

.display-no {
    display: none;
}

#toggle_description {
    cursor: pointer;
}

#toggle_description:hover {
    color: #ee7826;
}

.padding-left-10 {
    padding-left: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.label-vertical * {
    vertical-align: middle;
}

.timeliness-btn, .more-btn, .more-reset {
    padding: 4px 10px;
    background: #ee7826;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

#more-reset {
    margin-left: 15px;
}

.right-law-list li {
    height: 60px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #ddd;
    padding: 5px 10px;
    letter-spacing: 1px;
}

.right-law-list li a:hover {
    color: #ee7826;
}

.right-law-list li a {
    color: #333;

}

.hot-law-rule {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.document-number-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

#last-post-date {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

/*资讯*/
/*最新资讯*/
.left_con {
    background: #fff;
    width: 880px;
}

.left_con .left_con_top li {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #999;
}

.left_con .left_con_top h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    color: #333;
}

.left_con .left_con_top a {
    color: #333;
}

.left_con_top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.left_con_list li {
    padding: 4px 20px 4px 10px;
    border-bottom: 1px #eee solid;
    letter-spacing: 1px;
    position: relative;
    display: flex;
}

.left_con_list li .em-highlight {
    color: red;
}

.left_con_list li:hover {
    background: #f3f3f9;
}

.left_con_list li.interlace {
    background: #f8f8f9;

}

.left_con_list li .tag {
    min-width: 26px;
    padding: 4px 10px;
    background: #E1E9F8;
    left: 10px;
    margin-top: 14px;
    margin-right: 10px;
    display: inline-block;
}

.title-content-icon {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    background: #2158A0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
}
.content-icon {
    background: #21A087;
}

.left_con .list_img {
    width: 150px;
    height: 120px;
    margin-right: 15px;
    float: left;
}

.left_con .list_con {
    width: 1100px;
}

.question-list-search-box {
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    flex: 1px;
}

.content-title {
    font-size: 15px;
    color: #0B00BF;
    margin-bottom: 0;
}

.des-content {
    display: none;
}

.left_con_list li h4 a {
    color: #0B00BF;
    font-size: 15px;
    line-height: 26px;
}

.left_con_list li h4 a:hover {
    text-decoration: underline;
}

.left_con_list li p a {
    color: #666;
}

.left_con_list li p {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left_con_list .list_label {
    margin-bottom: 6px;
}

.left_con_list .list_label span a {
    color: #999;
    font-size: 12px;
    background: #eee;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 24px;
}

.left_con_list .list_label span a:hover {
    color: #666;
    background: #fff;
}

.left_con_list li i {
    margin-right: 20px;
}

/*快讯内容*/
/*快讯内容*/
.new_con {
    position: relative;
    border-bottom: dashed 1px #ccc;
    background: #f7f7f7;
}

.new_con:hover {
    background: #f7f445;
    transition: 0.3s;
}

.new_con .new_time {
    width: 50px;
    display: inline-block;
    padding: 20px 0 0 20px;
}

.new_con .right_con {
    padding: 20px 20px 20px 30px;
    width: 1100px;
    background: #fff;
    border-left: solid 1px #ccc;
    margin-left: 100px;
    margin-top: -40px;
}

.new_con .right_con p {
    width: 666px;
    display: inline-block;
    margin-bottom: 0px;
}

.new_con .right_con span {
    color: red;
}

.new_con .con_icon {
    height: 20px;
    float: right;
}

.new_con .right_con .con_icon i {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #999;
}

.new_con .right_con .con_link {
    display: inline-block;
    margin-top: 6px;
    color: #01a0ae;
}

.new_con .left_dot {
    width: 11px;
    height: 11px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 75px;
}

/*课程*/
.tax-policy-ul {
    padding-top: 10px;
}

.textDt {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.tax-policy-ul li {
    display: block;
    float: left;
    width: 280px;
    height: 260px;
    /*background: #35bbb2;*/
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    /*border: 1px solid #ddd;*/
}

.tax-policy-ul li h4 {
    font-size: 16px;
}

.tax-policy-ul li a {
    color: #666;
}

.tax-policy-ul .hover-li, .knowledge .hover-li {
    -moz-box-shadow: 0px 0px 12px #ccc;
    -webkit-box-shadow: 0px 0px 12px #ccc;
    box-shadow: 0px 0px 12px #ccc;
}

.boundary-left {
    background: #fff;
    padding-left: 15px;
    margin-right: 15px;
}

.boundary-h3-title {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.recommend-ul {
    padding-right: 15px;
}

.recommend-ul li {
    background: #35bbb2;
    height: 230px;
    margin-bottom: 10px;
}

.star-li li {
    height: 255px;
    margin-right: 0;
}

.knowledge li {
    display: inline-block;
    width: 160px;
    height: 130px;
    margin-left: 10px;
    margin-bottom: 10px;
    /*border: 1px solid #ee7826;*/
    position: relative;
}

.knowledge li .top-div {
    position: absolute;
    background: #fff;
    padding: 40px 10px;
    width: 100%;
    top: 0;
    bottom: 0;
    line-height: 22px;
    display: none;
}

.knowledge h3 {
    font-size: 16px;
    font-weight: bold;
}

.knowledge img {
    margin-top: 20px;
}

.knowledge {
    text-align: center;
    cursor: pointer;
    /*background: url("/images/course/li-bg-style.png") 22px 0;*/
}

.knowledge-bg {
    background: url("/images/course/li-bg-style01.png") 22px -2px no-repeat;
}

.join-member {
    background: #ee7826;
    padding: 0;
    display: inline-block;
    width: 200px;
    line-height: 40px;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

.join-member:hover {
    color: #fff;
}

.monthly-cover {
    position: absolute;
    left: 0;
    background: #000;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    height: 100%;
    margin: 0 8px 0 8px;
    color: #fff;
}

.monthly-cover-text {
    position: absolute;
    color: #fff;
    z-index: 99;
    padding: 20px;
    text-align: left;
}

.monthly-cover-div {
    display: none;
}

.dot-list-style {
    background: #ee7826;
    font-size: 14px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 6px;
}

.dynamic {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    padding-right: 10px;
}

.tagSingle {
    cursor: pointer;
    margin-right: 12px;
    padding: 1px 6px;
}

.tagSingle:hover {
    background-color: #ff883a;
    color: #fff;
    transition: 0.2s;
    border-radius: 4px;
}

.tagSingle-check {
    background-color: #ff883a;
    padding: 1px 6px;
    color: #fff;
    border-radius: 4px;
}

.tag-list-div {
    width: 1010px;
    height: 25px;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.div-shadow {
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(38, 115, 255, 0.23);
    border-radius: 5px;
}