﻿/**
 * @file 首页的css
 * @author liyuqiang(liyuqiang@baidu.com)
 */
/**
 * @file 一些通用的样式类和头部脚部等
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.article-page-left {
    width: 680px;
    float: left;
    padding-bottom: 50px;
}


mark {
    background: #ff0;
    color: #333;
}

figure {
    margin: 1em 40px 1em 40px;
}

html {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", Arial;
    font-size: 13px;
}

html,
body {
    height: 100%;
}

.wrapper {
    text-align:center;
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -230px; /* the bottom margin is the negative value of the footer's height */
}


body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #ffffff;
    line-height: 2;
}

div {
    padding: 0;
    margin: 0;

}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    zoom: 1;
    /*     hide-focus: expression(this.hideFocus=true);
     */
}

a:hover {
    color: #323232;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 800;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table,
ul,
ol,
li,
form,
img,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
dl,
dt,
dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 2px groove #f0f0f0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    margin: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button {
    padding: 0 6px;
    _padding: 0;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-ms-clear {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
    font-weight: 400;
}

.clearfix,
.nav {
    clear: both;
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after,
.nav:after {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 800;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.opacity0 {
    filter: alpha(opacity=0);
    opacity: 0%;
}

.opacity1 {
    filter: alpha(opacity=100);
    opacity: 1;
}

.font12 {
    font-size: 12px;
}

.botline {
    border-bottom: 1px dashed #999;
}

.seperate-line {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.text-gray {
    color: #989898;
}

.mt20 {
    margin-top: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt50 {
    margin-top: 50px;
}

.gray {
    color: #333;
}

.blue {
    color: #0265BA;
}

.font14 {
    font-size: 14px;
}

.highlight {
    color: #f00;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mod-header {
    text-align: left;
    margin: 0;
    padding: 0;
    background: url(../Images/img/bg-top-big.png) no-repeat;
    background-size:100% 100%;
     
}

/* header */
.mod-header-top {
    width: 1000px;
    padding-right: 5px;
    height: 46px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
}

.mod-header-top .top-link a {
    display: block;
    cursor: pointer;
    color: #1E4A39;
    font-size: 17px;
    width: auto;
    float: right;
    margin-left: 15px;

}

.mod-header-top .top-link a:hover {
    text-decoration: underline;
}

.mod-header-mid {
    display: block;
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;  
}

    .mod-header-mid .logo a {
        display: block;
        width: 215px;
        height: 61px;
        float: left;
    }

.mod-header-nav {
    width: 100%;
    height: 52px;
    margin: 80px auto 0; 
}

.mod-header-nav .container {
    width: 1000px;
    margin: 0 auto;
    height: 42px;
}

.mod-header-nav a {
    float: left;
    line-height: 42px;
    color: #32B080;
    text-decoration: none;
    display: block;
    font-weight:bold;
    text-align: center;
    width: 110px;
    height: 39px;
    font-size: 19px;
}

.mod-header-nav a span {
    display: block;
    width: 110px;
    height: 100%;
}

.mod-header-nav a:hover span {
    background: url(../Images/img/nav_hover.png) repeat-x;
}

.mod-header-nav .nav-item-active span {
    background: url(../Images/img/nav_active.jpg) repeat-x;
}

.mod-banner {
    width: 100%;
}

.mod-banner .banner {
    position: relative;
    width: 640px;
}

.placeholder {
    color: #999;
}

.content {
    float: left;
    width: 620px;

}

.sidebar {
    float: right;
    width: 300px;
    margin-top: 30px;
}

.mod-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.mod-page {
    width: 1000px;
    min-width: 1000px;
    margin: 50px auto;
}

.mod-page-index {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}

.mod-page-left {
    width: 715px;
    float: left;
    margin-top: 10px;
}

.mod-page-title {
    font-size: 26px;
    font-weight: 800;
    margin-top: 25px;
}

.mod-page-index .content {
    width: 715px;
    float: left;
}

.index_tab_select {
    position: relative;
    z-index: 10;
}

.slides-right-title {
    width: 300px;
 height: 353px;
    float: left;
    margin-left: 2px;
    overflow: hidden;
    margin-right:10px;
}

.slides-right-title li {
    margin: 0;
    padding-top: 0;
   /*margin-top: 10px;*/
}

.slides-right-title li span {
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    background: url(../Images/img/list-style.png) no-repeat center left;

}

.slides-right-title a:hover {
    text-decoration: underline;
}

.text-limit {
    color: #999;
    text-indent: 2em;
    font-size: 12px;
    display: none;
    padding-left: 15px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-limit a {
    color: #999;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 286px;
}

.text-limit a:hover {
    text-decoration: none;
}

.slides-right-title .first-active span {
    font-size: 14px;
    font-weight: 800;
    overflow: hidden;
    background: url(../Images/img/list-style-hover.png) no-repeat center left;

}

.left-hander,
.right-hander {
    display: block;
    width: 30px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 9;
}

/*四图片轮播*/

.left-hander {
    position: absolute;
    left: 0;
    top: 60px;
}

.right-hander {
    position: absolute;
    right: 3px;
    top: 60px;
}

.rolling-pic {
    width: 715px;
    height: 136px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.roll-pic-box {
    width: 715px;
    height: 136px;
    overflow: hidden;
    position: relative;
}

.roll-pics {
    width: 1071px;
    position: absolute;
}
.roll-pics li {
    display: inline-block;
    width: 175px;
    height: 135px;
}

.subject-pics {
    padding-top: 10px;
    position: relative;
}

.subject-pics a {
    display: inline-block;
    width: 175px;
    height: 135px;
    border: 1px solid #ccc;

}

.mask-hover {
    width: 173px;
    height: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=80);
    overflow: hidden;
    -webkit-transition: height .5s ease;
       -moz-transition: height .5s ease;
         -o-transition: height .5s ease;
            transition: height .5s ease;
}

.mask-hover span {
    display: block;
    line-height: 45px;
    width: 160px;
    margin: 15px auto;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    filter: alpha(opacity=60);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.subject-pics a img {
    width: 100%;
}

.slides-right-title .first-active p {
    display: block;
    max-height: 80px;
}

.mod-footer {
    height: 230px;
    width: 100%;

}

.footer-bg-image {
    width: 100%;
    height: 124px;
    min-width: 1000px;
    
}

.mod-footer a {
    color: #fff;
}

.mod-footer .container {
    height: 105px;
    width: 100%;
    min-width: 1000px;
    background: #1E4A39;
    line-height: 24px;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/*面包屑*/
.breadcrumb {
    list-style: none;
    font-size: 12px;
    line-height: 12px;

}

.breadcrumb .active {
    color: #333;
    cursor: pointer;
}

.breadcrumb,
.breadcrumb a {
    color: #999;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
}

.breadcrumb .index-bread {
    display: inline-block;
    *display: inline;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(../Images/img/breadcrumb.png) no-repeat center center;
    vertical-align: -2px;
}

.channel-bread > li > i {
    background: none;
}

.breadcrumb > li:after {
    display: inline-block;
    content: "/\00a0";
    color: #999;
    width: 10px;
    margin-left: 5px;
}

/*页码*/
.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #eee;
    /*     border: 1px solid #dddddd; */
    margin-left: -1px;
    font-size: 12px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #013c6e;
    background-color: #e4e4e4;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0265ba;
    border-color: #0265ba;
    cursor: default;
}

.pagination > .active > .prev {
    display: none;
}

.pagination > .active > .next {
    display: none;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.news-pagination {
    margin-top: 20px;
}

.media {
    margin-top: 22px;
    overflow: hidden;
}

.media .media-time {
    color: #999;
    font-size: 12px;
    padding: 5px 0;
}

.media:first-child {
    margin-top: 0;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-desc {
    clear: both;
    margin-top: 20px;
}

.mod-page-news .media,
.mod-page-policy .media,
.mod-page-reference .media,
.mod-page-topic .media {
    border-bottom: 1px dashed #999;
    padding-bottom: 22px;
}

.mod-page-reference .media-heading {
    font-size: 16px;
    color: #333;
}

.mod-page-reference .media-desc {
    font-size: 12px;
    color: #000;
}

.mod-page-news .banner .slidejs-mask {
    font-size: 18px;
    font-weight: 800;
    height: 35px;
    line-height: 35px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.mod-page-left .content {
    width: 100%;
    margin-bottom: 30px;
}

.channelbox {
    float: left;
    width: 355px;
    margin-top: 10px;
    height:200px;
    padding-right:1px;
}

.channelbox-left {
    margin-right: 26px;
}

.channel-chengjie {
    float: left;

}

.channel-policy {
    float: left;
    height: 213px;
}

.intorduce-wrap {
    padding-bottom: 35px;
}

.channel-header .channel-header-title a {
    width: 86px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    float: left;
    background: url(../Images/img/title-back.png) no-repeat;

}

.page-channel-header h1 {
    margin: 20px 0 25px 0;
    color: #333;
    font-size: 26px;
    font-weight: 800;
    display: inline-block;
}
.page-channel-header .viceh1 {
    display: none;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    padding: 0 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-channel-header .qc-color {
    display: inline-block;
    border: 1px solid #096cba;
    color: #096cba;
}
.page-channel-header .zy-color {
    display: inline-block;
    border: 1px solid #3d990f;
    color: #3d990f;
}
.page-channel-header .ty-color {
    display: inline-block;
    border: 1px solid #d91616;
    color: #d91616;
}

.list-title {
    width: 100px;
    float: left;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 4px solid #1E4A39;
}

.list-more {
    display: block;
    width: 230px;
    font-size: 12px;
    line-height: 28px;
    padding-right: 22px;
    float: left;
    margin-top: 9px;
    border-bottom: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    text-align: right;
    background: url(../Images/img/more-ico.png) no-repeat center right;
}

.channel-header .channel-header-nomore {
    /*float: left;
    width: 545px;*/
    height: 34px;
    line-height: 70px;
    border-bottom: 2px solid #e4e4e4;
    text-align: right;
    padding-right: 20px;
}

.channel-header .channel-header-more {
    display: block;
    width: 258px;
    height: 22px;
    margin-top: 4px;
    float: right;
    border-bottom: 1px solid #eeeeed;
    background: url(../Images/img/more-pic.png) no-repeat top right;

}

.channel-content {
    overflow: hidden;
    margin-top: 20px;

}

.channel-blockA {
    width: 100%;
    position: relative;

}

.channel-blockA h5 {
    width: 333px;
    font-size: 14px;
    color: #333;
    font-weight: 800;
    margin-bottom: 23px;
    overflow: hidden;
    height: 20px;
}

.channel-blockA h5:hover {
    text-decoration: underline;
}

.channel-blockA .channel-block-img {
    vertical-align: middle;
    float: left;
    margin-right: 15px;
}

.channel-blockA .channel-block-text a {
    display: block;
    width: 183px;
    height: 85px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    text-indent: 2em;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.channel-topic .channel-blockA .channel-block-text p {
    color: #333;
}

.channel-blockA .channel-detail {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;

}

.channel-blockB {
    margin-top: 5px;

}

.channel-blockB li {
    height: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding-left: 10px;
    background: url(../Images/img/list-style.png) no-repeat left center;

}

.channel-blockB li a:hover {
    text-decoration: underline;
}

.channel-blockB .channel-blockB-title {
    background: none;
    font-size: 14px;
    padding-left: 0;
    font-weight: 800;
    margin-bottom: 10px;
    overflow: hidden;

}

.channel-blockB .channel-block-text a {
    display: block;
}

.channel-policy .channel-blockB .channel-block-text a {
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.channel-news-extenal {
    margin-top: 20px;
}

.channel-news-extenal li {
    background: url(../Images/img/channel-news-bgicon.png) no-repeat 8px center;
    padding-left: 20px;
}

.channel-news .channel-blockA {
    position: relative;
}

.channel-news .channel-blockA .mask {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    line-height: 28px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.channel-topic .channel-blockB .channel-block-text a {
    max-height: 55px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.channel-blockB .channel-block-text span {
    font-size: 12px;
    color: #999;
}

.channel-blockB .channel-block-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.sidebarbox {
    float: right;
    width: 260px;
}

.sidebar-box {
    border: 1px solid #bdbdbd;
}

.index_sidebar {
    margin-top: 0px;
}

.sidebar_public_search {
    margin-top: 32px;
}
.public_search {
    display: block;
    width: 260px;
    height: 100px;
    background: url(../Images/img/publicity_banner.jpg) no-repeat;
    margin-top: 10px;
}
.detail_more {
    font-size: 12px;
    color: #666;
    float: right;
    margin-top: -17px;
}

.detail_more:hover {
    text-decoration: underline;
}
.record-good {
    margin-top: 20px;
}
.record-good .sidebar-box {
    height: 311px;
    background: #fafafa;
}

.record-good .sidebar-header {
    width: 100%;
    height: 54px;
    margin: 0 auto;
    line-height: 54px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #c6c6c6;
    *width: 248px;
    background: url(../Images/img/record-line.png) no-repeat 0 5px;

}

.record-good .record-box {
    position: relative;
    height: 287px;
    overflow: hidden;
}

.record-good .record-content {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
}

.record-good .record-content ul {
    height: 287px;
}

.record-good .record-content li {
    width: 100%;
    overflow: hidden;
    *width: 225px;
}

.record-good .id_code {
    float: left;
    padding: 0;
    background: none;
}

.record-good li a {
    display: block;
    font-size: 13px;
    color: #333;
    height: 31px;
    line-height: 41px;
    padding-left: 25px;
    background: url(../Images/img/record-point.png) no-repeat;
    background-position: 13px 3px;

    position: relative;
    overflow: hidden;
}
.record-good li span {
    display: block;
    height: 41px;
}

.record-good li a:hover {
    text-decoration: underline;
}

.blue-back {
    background-color: #f3f3f3;
}

.black-name {
    float: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
}

.black-name:hover {
    text-decoration: underline;
}

.black-area {
    float: right;
    padding-right: 10px;
}

#exit-content .dishonest-name,
#train-content .dishonest-name {
    width: 216px!important;
}

.dishonest-name {
    display: block;
    width: 120px;
    height: 20px;
    line-height: 20px;
    float: left;
}

#blackListSlides {
    height: 341px;
    position: relative;
    border: 1px solid #bdbdbd;
    overflow: hidden;
}

#blackListSlides .sidebar-box {
    border: none;
}

#blackListSlides .slidesjs-pagination {
    padding-left: 200px;
}

#blackListSlides .slidesjs-pagination a {
    background-color: #1E4A39;
    color: #1E4A39;
}

.sedebar-box1 {
    margin-bottom: 30px;
}

.record-good .slidesjs-pagination .active {
    background-color: #1E4A39!important;
    color: #1E4A39!important;
}
.dishonest-name:hover {
    text-decoration: underline;
}

.dishonest-box {
    display: block;
    width: 64px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #333;
    text-align: center;
    font-weight: 800;
    float: right;
    margin-right: 12px;

}

.dishonest-box:hover {
    background: #333;
    color: #fff;
}

/*新增诚信事件二级页面*/
.honest-wrap {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.goodness-native {
    width: 1000px;
    background: #fff;
    margin-top: 28px;
    margin-bottom: 35px;
}

.story-list {
    margin: 0;
    padding: 23px 76px 70px 42px;
}

.story-list li {
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.story-title {
    font-size: 16px;
    font-weight: 800;
    float: left;

}

.more-icon {
    display: block;
    width: 42px;
    height: 45px;
    font-size: 12px;
    color: #999;
    float: right;
    margin-right: 21px;
    line-height: 60px;
    background: url(../Images/img/more-pic.png) no-repeat center right;
}

.header-photo {
    display: block;
    width: 100px;
    height: 96px;
    float: left;
    margin-right: 20px;

}

.header-photo img {
    width: 96px;
}

.story-native {
    margin-left: 114px;
}

.story-info {
    width: 762px;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal;
    text-justify: inter-ideograph;

}

.story-name {
    font-size: 16px;
    font-weight: 800;
}

.honest-story .sidebar-box {
    margin-top: 10px;
}

.honest-story .sidebar-header {
    height: 45px;
    width: 100%;
    background: #fafafa;
    padding-left: 10px;
    border-bottom: 1px solid #bdbdbd;
    line-height: 45px;
    overflow: hidden;
    *width: 248px;
}

.honest-story .stories {
    background: #ffffff;
    width: 258px;
    padding: 0 25px;
    margin-top: 0;
    overflow: hidden;
}

.honest-story .story-detail {
    width: 212px;
    overflow: hidden;
    padding: 24px 0;
    background: #ffffff;
}

.honest-story .photo {
    display: block;
    width: 58px;
    height: 72px;
    float: left;
    padding-right: 18px;
    padding-top: 3px;

}

.honest-story .photo img {
    width: 58px;
}

.honest-story .peo-detail {
    width: 134px;
    float: right;
}

.honest-story .peo-detail h4 {

    color: #151515;
    font-size: 14px;
    margin-top: 0;
    font-weight: 800;

}

.honest-summary {
    width: 134px;
    font-size: 12px;
    color: #151515;
    line-height: 23px;
    margin-top: -7px;
    word-wrap: break-word;
    text-align: justify;
}

.share-box .sidebar-box {
    background: #ffffff;
    margin-top: 10px;
    cursor: pointer;

}

.share-box h4,
.credit-box h4 {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    line-height: 50px;
    margin-left: 11px;
    margin-top: 0;

}

.share-box .box-del {
    height: 50px;
    position: relative;

}

.credit-box {
    position: relative;
   height: 51px;
    border: 1px solid #bdbdbd;
    cursor: pointer;
    margin: 10px 0;
}

.survey-box {
   
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}

.survey-box a {
    display: block;
}

.surver_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 19px;
    background: #000;
    opacity: .7;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.surver_bg:hover {
    color: #fff;
}

.survey-box img {
    display: block;
}

.honest-source {
    margin-top: 10px;
    margin-bottom: 35px;
    float: right;
}

.credit-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../Images/img/credit-gov.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 16px;
}

.pilotList {
    position: relative;
}

.pilotList li {
    position: relative;
    overflow: hidden;
}

.pilot-item {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;

}

.pilotList a {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;
}

.pilotList a:hover {
    background-color: #3780da;
    color: #fff;
}

.pilot-gray {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;
    color: #999;
}
.insert-list {
    overflow: hidden;
}
.region-list-box {
    position: absolute;
    width: 260px;
    background: #fff;
    height: 450px;
    overflow: hidden;
    z-index: 10;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
    top: 48px;
    left: -1px;
    padding: 10px 0 10px;
}
.fraudQuery-box {
    position: absolute;
    width: 260px;
    background: #fff;
    height: 220px;
    overflow: hidden;
    z-index: 10;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
    top: 48px;
    left: -1px;
    padding: 10px;
    cursor: auto;
}
.fraud-title {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 6px;
    width: 114px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.fraud-title-active {
    background-color: #3b82d7!important;
    color: #fff!important;
}
.fraud-net-con {
    position: relative;
    overflow: hidden;
    height: 140px;
}
.fraud-con-default {
    background: url(../Images/img/fraudCon.png) no-repeat left 2px;
    padding-left: 21px;
    color: #999;
    position: absolute;
    left: 60px;
    top: 50px;
}
.fraud-close-btn {
    position: absolute;
    right: 13px;
    bottom: 10px;
    font-size: 11px;
    color: #999;
    padding-left: 13px;
    background: url(../Images/img/fraud-close-btn.png) no-repeat left 5px;
}
.fraud-title a {
    float: left;
    padding: 0 10px;
    height: 25px;
    font-size: 12px;
    line-height: 22px;
}
.fraud-title i {
    font-style: normal;
    float: left;
}
.fraud-search-box,
.fraud-search-phone-box {
    position: relative;
    overflow: hidden;
}
.fraud-search-box input {
    width: 184px;
    height: 31px;
    padding-left: 5px;
    float: left;
    border: 1px solid #ccc;
}
.net-search-results-safity {
    background: url(../Images/img/query-net-safity.png) no-repeat 100px 15px;
}
.net-search-results-danger {
    background: url(../Images/img/query-net-danger.png) no-repeat 100px 15px;
}
.net-search-results-unknow {
    background: url(../Images/img/query-net-unkonw.png) no-repeat 100px 15px;
}
#netSearchResults {
    height: 55px;
    line-height: 60px;
}
.net-search-address {
    height: 40px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
}
.net-search-address span {
    float: left;
}
.net-search-address-con {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#phoneInput {
    width: 238px;
    height: 31px;
    padding-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
#validateInput {
    width: 84px;
    height: 31px;
    padding-left: 5px;
    float: left;
    border: 1px solid #ccc;
}
.Code-box a {
    float: left;
}
.Code-box {
    position: relative;
    overflow: hidden;
    height: 100px;
}
.Code-box .fraud-con-default {
    top: 70px;
}
#validateBtn {
    color: #3b82d7;
}
#validateBtn img {
    width: 53px;
    height: 31px;
    margin: 0 3px;
}
#fraudSearchPhoneBtn {
    float: right;
}
.fraud-search-btn {
    float: right;
    width: 48px;
    height: 31px;
    background: #3b82d7;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-left: 3px;
}
a.fraud-search-btn:hover {
    color: #fff;
}
.fraud-research-btn {
    width: 98px;
    height: 31px;
    background: #3b82d7;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-left: 3px;
    position: absolute;
    top: 110px;
    left: 70px;
}
a.fraud-research-btn:hover {
    color: #fff;
}
.phone-search-result {
    position: relative;
    overflow: hidden;
    padding: 14px;
    height: 170px;
    background: url(../Images/img/search-phone.png) 26px 40px no-repeat;
}
.phone-search-result-name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    min-height: 20px;
    width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.phone-search-result-province,
.phone-search-result-count {
    padding-left: 50px;
}
.region-btns {
    width: 180px;
    border: 1px solid #ccc;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.region-btns-box {
    background: #fff;
    padding: 15px 0;
    z-index: 11;
    position: absolute;
    width: 250px;
    top: 0;
}
.region-btns-active {
    background: #3780da;
    color: #fff!important;
}
.region-btns span {
    float: left;
    width: 50%;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}
.arrow-rotate {
    -webkit-transition: transform .5s;
       -moz-transition: transform .5s;
         -o-transition: transform .5s;
            transition: transform .5s;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);
}
.arrow-rotate2 {
    -webkit-transition: transform .5s;
       -moz-transition: transform .5s;
         -o-transition: transform .5s;
            transition: transform .5s;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0);
}
.pilotList {
    display: none;
}
::-webkit-scrollbar {
    width: 8px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c0c0c0;

}

.region-list {
    position: absolute;
    width: 100%;
    *width: 274px;
    width: 274px\9\0;
    background: #fff;
    height: 385px;
    overflow: auto;
    z-index: 10;
    top: 0;
    margin-top: 62px;
}

.region-item {
    margin: 0;
    padding: 0;
}

.region-item a {
    display: block;
    width: 100%;
    line-height: 26px;
    padding-left: 55px;
    cursor: pointer;
    background: url(../Images/img/goverment-dian.png) no-repeat;
    background-position: 27px 12px;
}

.region-item .liaoning-trueLink {
    background: none;
    padding-left: 75px;
}

.region-item span {
    display: block;
    width: 100%;
    line-height: 26px;
    padding-left: 55px;
    cursor: pointer;
}

.region-item a:hover {
    background-color: #3780da;
    color: #fff;
    background-image: url(../Images/img/goverment-dian.png) no-repeat;
    background-position: 27px -12px;
}

.region-item span:hover {
    background: #3780da;
    color: #fff;
}

.check-region {
    background: url(../Images/img/check-region.png) no-repeat;
    background-position: 10px 0;
}

.noLink {
    color: #999;
}

.trueLink {

}

.grade-link {
    color: #015cad;
}

.grade-link:hover {
    color: #015cad;
    text-decoration: underline;
}

/*分享按钮样式*/
#bdshare_weixin_qrcode_dialog_bg {
    width: 270px !important;
    height: 310px !important;
}

#bdshare_weixin_qrcode_dialog {
    width: 270px !important;
    height: 305px !important;

}

.bd_weixin_popup_foot {
    width: 240px !important;
    padding-left: 10px;
}

.bdshare-button-style0-32 a {
    float: none!important;
    z-index: 99;
    display: inline-block;
    width: 110px !important;
    height: 30px !important;
    margin: 0!important;
    background: url(../Images/img/index_share.png) no-repeat !important;
    position: absolute;
    left: 4px;
    top: 4px;
}

.bdshare-button-style0-32 .bds_tieba {
    background-position: 0 0 !important;
}

.bdshare-button-style0-32 .bds_weixin {
    background-position: 0 -30px !important;
}

.bdshare-button-style0-32 .bds_tsina {
    background-position: 0 -60px !important;
}

.bdshare-button-style0-32 .bds_people {
    background-position: 0 -90px !important;
}

#shareHover:hover .share-icon {
    background-position: left -38px;
}

.icon-box {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    position: absolute;
    display: none;
}

.icon-box li {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.icon-box li span {
    position: absolute;
    left: 42px;
    top: 0;
}

.icon-box li:hover {
    background: #efefee;
}

#snsBox {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.sns-title {
    list-style: none;
    width: 248px;
    height: 24px;
}

.sns-title li {
    float: left;
    color: #666;
    padding-top: 8px;
    font-size: 12px;
    width: 60px;
    text-align: center;

}

/*end*/

.accusation-box {
    border-bottom: 1px solid #bdbdbd;
}

.share-box .sider-icon,
.fraudQuery-icon {
    display: block;
    width: 16px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 16px;
}

.fraudQuery-icon {
    background: url(../Images/img/fraudQuery.jpg) no-repeat;
}

.comment-icon {
    background: url(../Images/img/comment.png) no-repeat;
}

.accusation-icon {
    background: url(../Images/img/jubao.png) no-repeat;
}

.share-box .share-icon {
    display: block;
    width: 100%;
    height: 30px;
    background: url(../Images/img/share_bg.png) left top no-repeat;
}

/*二级频道*/
.channel-page {
    width: 1000px;
    float: left;
}

.main-channel {
    width: 100%; 
    margin-bottom: 0;

}

.main-channel-left {
    width: 680px;
    float: left;
}

.main-channel .top-news {
    width: 680px;
    height: auto;
    overflow: hidden;
}

.top-news h4 {
    margin-top: 0;
}

.main-channel .top-news-policy {
    height: auto;
}

.main-channel .top-news-left {
    width: 310px;
    float: left;
}

.top-news-right {
    float: right;
    width: 310px;
}

.main-channel .top-news h4 {
    font-size: 14px;
    font-weight: 800;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.main-channel .top-news-policy h4 {
    font-size: 16px;
    max-height: 48px;
    margin-top: 0;
    overflow: hidden;
}

.top-news-policy .top-news-left h4 {
    margin-top: 0;
}

.mlellip-policy-limit {
    width: 310px;
    line-height: 1.5;
    font-size: 12px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;

}

.mlellip-demo {
    width: 310px;
    line-height: 1.5;
    font-size: 12px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
}

.top-news .other-top-news {
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.select-box {
    width: 680px;
    margin-top: 40px;
    position: relative;
}

.select-item {
    height: 45px;
    z-index: 3;
    position: absolute;
    background: #fff;
    border-right: 1px solid #b4b4b4;
}

.select-item span {
    display: block;
    width: 120px;
    height: 45px;
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-bottom: 3px solid #32B080;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.select-item .active {
    display: block;
    border-top: 3px solid #32B080;
    border-bottom: 0;
    color: #32B080;
    background: #ffffff;
}

.dom-box {
    border-top: 3px solid #32B080;
    top: 42px;
    left: 0;
    width: 100%;
    position: relative;
    top: 42px;
    display: none;
    margin-bottom: 43px;
}

.selected-dom {
    display: block;
}

.dom-box ul {
    margin: 0;
    padding: 20px 0 33px;
}

.dom-box ul li {
    width: 680px;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    background: url(../Images/img/list-style.png) no-repeat;
    background-position: 5px center;
}

.dom-box .dom-title {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    width: 500px;
    height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.top-news-policy h4 a {
    line-height: 21px;
}

.top-news-policy h4 a:hover {
    line-height: 21px;
    text-decoration: underline;
}

.evaluate_list {
    top: 0;
    border: 0;
    margin-bottom: 0;
}

.under-hover {
    display: block;
    line-height: 17px;
}

.under-hover:hover {
    display: block;
    line-height: 17px;
    text-decoration: underline;
}

.dom-title a:hover {
    text-decoration: underline;
}

.dom-time {
    color: #999;
    float: right;
    line-height: 38px;
    height: 38px;
    font-size: 12px;
}

.dom-hot {
    display: block;
    width: 28px;
    height: 38px;
    background: url(../Images/img/hot.png) no-repeat center;
    float: right;
    margin-right: 10px;
}

.page-box {
    margin-top: 20px;
}

.page-box li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #eee;
}

.currentPage {
    background: #32B080;
}

.next {
    display: block;
    width: 80px;
    background: #eee;
    text-align: center;
}

/*政策法规*/
.policy-title {
    margin: 0;
    height: 20px;
}

.policy-top-news {
    height: 70px;
    overflow: hidden;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.policy-list-title {
    width: 680px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 43px;
}

.policy-list-title li {
    padding: 20px 0;
    border-bottom: 1px dashed #e2e2e1;
    position: relative;
}

.policy-list-title li:last-child {
    border-bottom: none;
}

.policy-list-title h4 {
    display: block;
    padding-left: 27px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    float: left;
    background: url(../Images/img/list-style.png) no-repeat center left;
}
.policy-list-title h4 a{
    float: left;
}

.police-news-time {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    line-height: 14px;
}

.policy-list-title p {
    display: block;
    font-size: 12px;
    width: 680px;
    padding-left: 27px;
    text-align: justify;
    text-justify: inter-ideograph;

}

.last-news {
    border-bottom: none;
}

.time-source {
    display: block;
    float: left;
    width: 200px;
    height: 25px;

}

.soucrces {
    float: left;
    width: 460px;
    height: 25px;
    overflow: hidden;
}

.policy-article-source {
    display: block;
    color: #999;
    width: 100%;
    text-align: right;
    overflow: hidden;
    font-size: 12px;

}

.article-source {
    display: block;
    text-align: left;
    color: #999;
    width: 240px;
    height: 25px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

/* 信用评级 */
.grade-gov {
    width: 260px;
    border: 1px solid #bdbdbd;
    background: #fafafa;
    margin-top: 29px;
}

.grade-gov h2 {
    font-size: 16px;
    font-weight: 800;
    line-height: 55px;
    margin: 0;
    float: left;
}

.grade-list {
    padding: 0 10px;
}

.grade-list li {
    border-bottom: 1px dashed #dbdbdb;
    padding: 16px 0 16px 25px;
    font-size: 12px;
    color: #333;
    background: url(../Images/img/grade.png) no-repeat center left;
}

.last-grade {
    border-bottom: none !important;
}

.grade-list li a:hover {
    text-decoration: underline;
}

.cre-service-wrap {
    width: 1000px;
    background: #fff;
    padding: 30px;
}

.cre-service-title {
    width: 940px;
    border-bottom: 3px solid #015cad;
}

.cre-service-title span {
    display: block;
    width: 132px;
    height: 43px;
    background: #015cad;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.cre-service-list {
    width: 870px;
    padding: 40px 68px;

}

.cre-service-list li {
    width: 870px;

}

.last-report {
    border-bottom: 1px dashed #ccc;
}

.org-pagination {
    padding-left: 68px !important;
}

.org-link {
    margin: 10px 0;
    width: 809px;
    overflow: hidden;
}

.first-info {
    width: 809px;
    line-height: 26px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 6em;
    margin-top: -26px;
}

.item-detail {
    width: 809px;
    float: left;
    padding: 40px 0;
    border-top: 1px dashed #ccc;
}

.page-last-item {
    border-bottom: 1px dashed #ccc;
}

.cre-service-logo {
    display: block;
    float: left;
    width: 132px;
    height: 39px;
    margin-right: 22px;
    background: url(../Images/img/service-list.png) no-repeat;

}

.company1 {
    background-position: 0 0;
}

.company2 {
    background-position: 0 -451px;
}

.company3 {
    background-position: 0 -61px;
}

.company4 {
    background-position: 0 -132px;
}

.company5 {
    background-position: 0 -339px;
}

.company6 {
    background-position: 0 -195px;
}

.company7 {
    background-position: 0 -200px;
}

.company8 {
    background-position: 0 -395px;
}

.cre-service-name {
    display: block;
    float: left;
    margin-bottom: 10px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 800;
    text-justify: inter-ideograph;
    color: #333;

}

.service-toggle {
    display: block;
    float: left;
    width: 50px;
    height: 20px;
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;

}

.service-close-btn {
    background: url(../Images/img/service-close.png) no-repeat;
}

.service-close-btn:hover {
    background: url(../Images/img/service-close-hover.png) no-repeat;
}

.service-open-btn {
    background: url(../Images/img/service-open.png) no-repeat;
}

.service-open-btn:hover {
    background: url(../Images/img/service-open-hover.png) no-repeat;
}

.cre-service-list li p {
    line-height: 30px;
    font-size: 14px;
    width: 809px;
    text-decoration: none;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
}

.info-detail {
    display: block;
    float: left;
    font-weight: 800;
    font-size: 14px;
    width: 80px;
    line-height: 26px;
}

.org-info {
    display: block;
    font-weight: 800;
    font-size: 14px;
    width: 80px;
    line-height: 26px;
}

.report-title {
    float: left;
}

.lhzx-text {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.report-del {
    display: block;
    float: left;
    color: #888;
    line-height: 28px;
}

.report-right {
    float: right;
}

.report-del1 {
    display: block;
    width: 100px;
    float: left;
    line-height: 28px;
}

.report-del2 {
    display: block;
    width: 160px;
    float: left;
    line-height: 28px;
}

.report-del3 {
    display: block;
    width: 80px;
    float: left;
    margin-left: 10px;
    line-height: 28px;
}

.report-del:hover {
    color: #015cad;
    text-decoration: underline;
}

.report-list {
    float: left;
    width: 729px;
}

.report-list a {
    line-height: 30px;
}

.exp-text {
    text-align: center;
    font-size: 12px;
    color: #666;
}

.service-attition {
    width: 235px;
}

/*大家关注 上面的图片*/
.attention-img {
    display: block;
    width: 260px;
    margin-top: 30px;
}

.attention-img img {
    display: block;
    width: 100%;
}

/*大家关注*/
.attention-box {
    width: 260px;
    border: 1px solid #bdbdbd;
    background: #fafafa;
    margin-top: 29px;
}

.attention-box .sidebar-header,
.grade-gov .sidebar-header {
    border-bottom: 1px solid #bdbdbd;
    padding-left: 10px;
    width: 100%;
    *widows: 250px;
    overflow: hidden;
    background: #fafafa;

}

.attention-box h2 {
    font-size: 16px;
    font-weight: 800;
    line-height: 55px;
    margin: 0;

}

















.attention-list {
    width: 100%;
    background: #fff;
    position: relative;
}
.attention-list ul {
    display: none;
}
.attention-list ul.active {
    display: block;
}
.attention-list li {
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 10px;

}

.attention-list li a {
    display: block;
    width: 235px;
    padding-left: 15px;
    background: url(../Images/img/list-style.png) no-repeat;
    background-position: 0 10px;
    font-size: 12px;
    overflow: hidden;
    vertical-align: middle;
    line-height: 20px;
}

.attention-list li a:hover {
    text-decoration: underline;
}

.attention-list li:last-child {
    border-bottom: none;
} 

    /*信用搜索（右侧）*/
.credit-search .sidebar-box {
    width: 260px;
    *width: 250px;
    padding-bottom: 15px;
}

.credit-search .sidebar-header h2 {
    line-height: 54px;
    margin-bottom: 0;
}

.credit-search .sidebar-content {
    margin-top: 5px;
    line-height: 22px;
    width: 230px;
    color: #666;
    padding-left: 10px;
}

.credit-search .input-group {
    width: 232px;
    height: 40px;
    line-height: 40px;
    *width: 212px;
    position: relative;
}

.credit-search .btn-primary {
    width: 40px;
    height: 36px;
    border: none;
    position: absolute;
    right: 1px;
    top: 1px;
    background: url(../Images/img/search-ico.png) no-repeat center center;
}

.credit-search .form-control {
    display: block;
    width: 232px;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    *height: 26px;
    *width: 214px;
}

.credit-search .sidebar-header {
    margin-bottom: 0;
    width: 230px;
    margin-left: 10px;
    *width: 200px;
}

.credit-search h2 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding: 0;

}

.right-search-input {
    position: relative;
}

.right-inputText {
    width: 230px;
    height: 34px;
    padding-left: 14px;

}

.right-inputBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../Images/img/search-ico.png) no-repeat center center;
}

.right-search-list {
    margin-top: 15px;
    padding-left: 10px;
}

.right-search-list li {
    height: 30px;
    line-height: 28px;
    padding-left: 20px;
    background: url(../Images/img/radio_btn.png) no-repeat;
    cursor: pointer;
}

.sidebar-wrap .sidebar-box .sidebar-header .sidebar-header-title {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    margin-top: 10px;
} 
/*
 *  首页诚信视频
*/
.index-video {
    margin-top: 10px;
    border: 0;
}
.index-video .stories {
    width: 258px;
    height: 146px;
    overflow: hidden;
    position: relative;
    /*
    z-index: 2;
    */
}
.index-video .stories .play-btn {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 106px;
}
.index-video .stories .play-btn1 {
    background: url(../Images/img/paybtn1.png) center 50px no-repeat;
    background-size: auto 35%;
}
.index-video .stories .play-btn-none {
    background: none;
}
.index-video .stories .play-btn2 {
    background: url(../Images/img/paybtn2.png)  center 50px no-repeat;
    background-size: auto 35%;
}

 
 

/*底部成员名单列表*/
.unit-list {
    overflow: hidden;
    font-size: 12px;
    width: 1000px;
    margin: 0px auto 0;

}

.unit-list p {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;

}

.unit-list table td {
    font-size: 14px;
    color: #333;
    height: 30px;
}

.unit-list table td a:hover {
    text-decoration: underline;
}

/*左侧主体*/

.mod-page-left .pull-left {
    width: 344px;
    height: 210px;
    display: block;
    border: none;
    position: relative;

}

.container {
    margin: 0 auto;
    position: relative;
}

/*  首页轮播 插件 slidesjs
*/

.slidesjs-pagination {
    
    /*width: 344px;*/
    height: 10px;
    right: 0;
    bottom: 0;
    padding-left: 465px;
    list-style: none;
    z-index: 10000;
    position: relative;

}

.slidesjs-pagination li {
    text-decoration: none;
    float: left;
    width: 15px;
    text-align: center;
}

.slidesjs-pagination li a {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}


.slidesjs-pagination li a:hover {
    display: block;
    width: 6px;
    height: 6px;
    background: #b3d4fd;
    border-radius: 12px;
    margin-top: -1px;
    margin-left: -1px;
    color: #b3d4fd;
}

.slidesjs-pagination-item .active {
    display: block;
    width: 6px;
    height: 6px;
    background: #b3d4fd;
    border-radius: 12px;
    margin-top: -1px;
    margin-left: -1px;
    color: #b3d4fd;
} 

.change-box {
    border-top: 1px solid #979797;
    padding: 20px 17px;
    float: left;
    z-index: 99;
    width: 712px;
    margin-top: -1px;
}

.evaluate-box,
.change-box-discilinary {
    display: block;
    width: 712px;
    height: 250px;
    background: url(../Images/img/evaluate-back.jpg) no-repeat;
    position: relative;
}

.evaluate-text {
    display: block;
    width: 415px;
    height: 98px;
    position: absolute;
    left: 254px;
    top: 112px;
    font-size: 12px;
    color: #333;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}

.evaluate-text:hover {
    text-decoration: underline;
}

.change-box-discilinary {
    background: url(../Images/img/changeBoxDiscilinary.jpg) no-repeat;
}

.slides-main a {
    display: block;
    height: 350px;
}

.slidesjs-slide-number {
    position: absolute;
    height: 40px;
    width: 685px;
    overflow: hidden;
    padding: 5px 0 5px 12px;
    left: 0;
    bottom: 0;
    z-index: 88;
    color: #fff;
    font-size: 14px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    *height: 27px;
    *width: 332px;
}

.slidesjs-slide-number:hover {
    text-decoration: underline;
} 
.slides-tab li {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    line-height: 14px;
    padding: 8px 0;
    margin-right: 15px;
    cursor: pointer;
}

.tab-active {
    color: #1E4A39;
    border-bottom: 5px solid #1E4A39;
} 
.search_btn_active {
    background-position: 0 -26px !important;
}

.ellipsistext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 8px 20px;*/
    font-size: 12px;
    line-height: 1.2;
}
.selectType {
    width: 180px;
    height: 30px;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #d2d2d2;
    background: #f5f8f9;
    text-align: center;
}

.selectType option {
    background: #fff;
}

.selectType {
    display: block;
}

.btn {
    width: 70px;
    height: 24px;
    background: #32B080;
    color: #fff;
    margin-right: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
           -user-select: none;

}

.btn:hover {
    color: #fff;
}

.btn:active {
    color: #fff;
}

.btn:link {
    color: #fff;
}

.btn:visited {
    color: #fff;
}

/*网站声明*/
.announceTitle {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.announceLink {
    color: #015cad;
}

.announceLink:hover {
    text-decoration: underline;
    color: #015cad;
}

.mod-page-state {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

.state-top {
    width: 1000px;
    margin-top: 30px;
    height: 123px;
    padding: 0;
    border-bottom: 1px solid #999;
}

.article-page-title {
    width: 680px;
    font-size: 26px;
    font-weight: 800;
    margin: 20px 0 30px;
    word-wrap: break-word;
    text-align :center;
}
.article-page-titleTwo {
    width: 680px;
    font-size: 15px;
    font-weight: 800;
    margin: 20px 0 30px; 
    text-align :center;
}

.state-text {
    padding-top: 35px;
    padding-bottom: 90px;
    width: 980px;
    margin: 0 auto;
}

.state-page-source {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.state-text p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 28px;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-text {
    padding-top: 35px;
    padding-bottom: 270px;
}

.about-text p {
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.about-text .work-time {
    color: #999;
}

.email-tip-box {
    position: relative;
    overflow: hidden;
    height: 410px;
}
.email-tip-tit {
    padding-right: 20px;
    background: url(../Images/img/email-tip-bg.png) right 3px no-repeat;
    color: #0066b6;
    cursor: pointer;
}
.email-tip {
    width: 368px;
    height: 347px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 106px;
    top: 12px;
    box-shadow: 0 1px 2px #ccc;
    padding: 15px;
    line-height: 2em;
    font-size: 12px;
}
.email-tip dd {
    padding-left: 16px;
}
.mr_house {
    position: absolute;
    top: 173px;
    right: 183px;
}

/*文章详情*/
.article-state-top {
    width: 680px;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #dedede;
}

.article-detail {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}



.article-wrap {
    padding: 35px 0;
    width: 680px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin-bottom: 35px;
}

.article-wrap p {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal;
    text-justify: inter-ideograph;
}

.article-wrap img {
    max-width: 100%;
}

.article-sidebarbox {
    width: 260px;
    float: right;
    padding-top: 30px;
}

/*相关文章*/
.related-list {
    width: 700px;
    /*position: absolute;*/
    bottom: 200px;
}

.related-list li {
    font-size: 14px;
    padding: 5px 0;
    height: 31px;

}

.related-list li a {
    display: block;
    float: left;
    max-width: 530px;
    color: #333;
}

.related-list li a:hover {
    color: #3898f4;
    text-decoration: normal;
}

.related-list li span {
    font-style: normal;
    display: block;
    float: right;
    height: 100%;
    width: 127px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    color: #666;
}

.related-list .related-list-title {
    padding: 0;
}

.related-list .related-list-title h6 {
    font-weight: 700;
    color: #32B080;
    border-left: 3px solid #3898f4;
    padding-left: 8px;
    font-size: 14px;
}
.article-top-share {
    height: 22px;
    width: 100%;
    position: relative;
    margin-top: 35px;
    color: #999;
}
 .provice_banner {
    display: block;
    width: 715px;
    height: 108px;
    float: left;
    margin-top: 8px;
    background: url(../Images/img/banner715.jpg) no-repeat;
}

/*关注我们二维码*/
.code_attention {
    width: 260px;
    margin-top: 20px;
}

.index_code_attention {
    width: 117px;
    position: fixed;
    top: 200px;
    right: 1%;
    z-index: 99999;
}

.index_code_attention > img {
    display: block;
}

.code_attention h5 {
    width: 260px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.code_attention img {
    display: block;
    width: 145px;
    margin: 0 auto;
}

 

 

 

 

 

 

 

 


/*  首页三个搜索
*/
.searchInputWrap {
    width: 100%;
    padding: 30px 0 0 0;
}

.search-title-list {
    text-align: center;
}

.search-title-list li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.search-title-list li:first-child {
    border: 0;
}

.search-title-list .active {
    color: #0069c1;
    font-weight: 700;
}

.last-directions {
    position: relative;
    border-left: none;
    width: 20px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    cursor: inherit;
}

.direction-detail {
    position: absolute;
    width: 160px;
    bottom: -10px;
    left: 30px;
    text-align: left;
    background: #fefdbd;
    padding: 5px;
    line-height: 1.5;
    color: #333;
    font-size: 12px;
}

.direction-tip {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../Images/img/directions.png) no-repeat;
    cursor: pointer;
}

/*搜索提示*/
.search-tip {
    position: absolute;
    left: 60px;
    top: 30px;

}
.source-num {
    color: #0265ba;
    font-weight: 800;
}

.search-count {
    border: 1px solid #F7CE39;
    padding: 2px 10px;
    background: #ffffe0;
    font-size: 12px;
}

.corner {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px;
    position: absolute;
    left: 80px;
    top: -21px;
    color: #F7CE39;
    font-size: 28px;
}

.corner-bottom {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px;
    position: absolute;
    left: 80px;
    top: -20px;
    color: #ffffe0;
    font-size: 28px;

}

.input-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.thisimg {
    width: 1000px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.thisimg li {
    position: absolute;
    top: -13px;
    left: 28%;
    z-index: 99;
}

.search-content {
    width: 100%;
    text-align: center;
    height: 60px;
    margin-top: 10px;
}

.search-text {
    width: 600px;
    line-height: 24px;
    line-height: 26px;
    padding-left: 10px;
}

.hot-minglu {
    margin-top: 10px;
}

.hot-minglu a {
    font-weight: 700;
    font-family: "微软雅黑";
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 3px;
}

.index-search-tip {
    position: absolute;
    left: 100px;
    top: 30px;
}

/*搜索展示页*/

.mod-search-page {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px;
    background: url(../Images/img/search-back.png) no-repeat;
}

.search-page-content {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
}

.search-main {
    margin-top: 25px;
    position: relative;
    min-height: 600px;
}

.minglu-item0 {
    color: #c03;
}

.minglu-item0:hover,
.minglu-item0.minglu-active {
    background: #c03;
    color: #fff;
}

.minglu-item1 {
    color: #e48241;
}

.minglu-item1:hover,
.minglu-item1.minglu-active {
    color: #fff;
    background: #e48241;
}

.minglu-item2 {
    color: #886d4b;
}

.minglu-item2:hover,
.minglu-item2.minglu-active {
    color: #fff;
    background: #886d4b;
}

.minglu-item3 {
    color: #4d8d83;
}

.minglu-item3:hover,
.minglu-item3.minglu-active {
    color: #fff;
    background: #4d8d83;
}
.minglu-item4 {
    color: #1075b5;
}

.minglu-item4:hover,
.minglu-item4.minglu-active {
    color: #fff;
    background: #1075b5;
}

.search-page-left {

    width: 700px;
    position: absolute;
    left: 0;
    top: 0;
}

.credit-select-list,
.pub-select-list {
    width: 100%;
    border-left: 1px solid #bfd3e8;
}

.select-option,
.select-option-other {
    margin: 0;
    padding: 0;
    width: 25%;
    height: 40px;
    line-height: 36px;
    float: left;
    border-right: 1px solid #bfd3e8;
    border-top: 1px solid #bfd3e8;
    border-bottom: 1px solid #bfd3e8;
    background: #d6e4f3;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.creditType-first {

}
.credit-select-list .select-option {
    width: 33%;
}
.selected-active {
    background: #bfd3e8 !important;
}

.option-group {
    width: 100%;
    border-left: 1px solid #bfd3e8;
    border-right: 1px solid #bfd3e8;
    border-bottom: 1px solid #bfd3e8;
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 9;
}

.option-group li,
.other-select li {
    background: #f4f4f4;
    color: #333;
    border-top: 1px solid #bfd3e8;
    padding: 5px 10px;
    width: 100%;
}

.option-group::-webkit-scrollbar,
.other-select dl::-webkit-scrollbar {
    background-color: #d6e4f3 !important;
}

.option-group::-webkit-scrollbar-thumb,
.other-select dl::-webkit-scrollbar-thumb {
    background-color: #bfd3e8 !important;
}

.select-down,
.select-left {
    position: absolute;
    top: 14px;
    right: 5px;
    display: block;
    width: 12px;
    height: 12px;
}

.select-down {
    background: url(../specialImg/other-search-down.png) no-repeat center;
}

.select-left {
    background: url(../specialImg/other-search-right.png) no-repeat center;
}

.other-select {
    width: 100%;
    border-left: 1px solid #bfd3e8;
    border-right: 1px solid #bfd3e8;
    border-bottom: 1px solid #bfd3e8;
    max-height: 210px;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 9;
}

.commissions-select,
.cities-select,
.province-select {
    position: relative;
}

.province-list {
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    width: 150px;
    max-height: 210px;
    background: #f4f4f4;
    border: 1px solid #bfd3e8;
    overflow-x: hidden;
    overflow-y: auto;
}

.cities-list {
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    width: 150px;
    max-height: 210px;
    background: #f4f4f4;
    border: 1px solid #bfd3e8;
    overflow-x: hidden;
    overflow-y: auto;
}

.commissions-list,
.province-list,
.cities-list {
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    width: 330px;
    max-height: 210px;
    background: #f4f4f4;
    border: 1px solid #bfd3e8;
    overflow-x: hidden;
    overflow-y: auto;
}

.province-list dd,
.cities-list dd {
    height: 47px;
    line-height: 47px;
    float: left;
    min-width: 20%;
    border-bottom: 1px solid #bfd3e8;
}

.commissions-list dd {
    height: 47px;
    line-height: 47px;
    float: left;
    min-width: 33%;
    border-bottom: 1px solid #bfd3e8;
}

.w-20 {
    width: 20%!important;
}

.w-30 {
    width: 30%!important;
}
/*搜索右侧*/
.public-results-right,
.media-results-right {
    width: 260px;
    position: absolute;
    right: 0;
    top: 0;
}

.credit-info-cont {

}

.credit-info-cont dd {
    float: left;
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.credit-info-cont.public-results-credit-info-cont dd {
    width: 33%;
}

.public-results-left {
    width: 700px;
}
.ty-item-template {

}
.ty-item-template dl.clearfix {
    position: relative;
}
.ty-item-template dl.clearfix dt {
    position: absolute;
    left: 0;
    bottom: 10px;
}
.ty-item-template dl.clearfix dt span {
    width: 690px;
}
.ty-item-template dl.clearfix dd {
    padding: 18px 0 45px;
}


.public-alldata {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

.public-alldata h2 {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
    background: url(../Images/img/alldatatitlebj.jpg);
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.public-alldata p {
    padding: 10px 10px 0;
    line-height: 1;
}

.public-alldata span {

}

.credit-info-cont .ellipsistext {
    display: block;
}

.credit-info-cont .creditType-object-type {

}

.object-type a {
    display: block;
}

.object-type i,
.object-type span {
    display: block;
    font-style: normal;
}

.credit-type {

}

.credit-type a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 20px;
    text-align: center;
}

.goodtag {
    background-color: #3dc1ff;
}

.badtag {
    background-color: #f88600;
}

.dishonesty {
    background-color: #d00000;
}

.area-code {
    color: #333;
}

.department,
.updata-time {
    color: #666;
}

.updata-time span {
    display: block;
    height: 21px;
}

.results-ranking {
    border: 1px solid #ddd;
}

.results-ranking-title {
    width: 100%;
    text-align: center;
    background: url(../Images/img/alldatatitlebj.jpg);
    padding: 0;
    margin: 0;
}

.results-ranking-title span {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.results-ranking-title p {
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
}

.ranking-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.ranking-title li {
    display: inline-block;
    padding: 5px 10px;
    background: #d6e4f3;
    border: 1px solid #bfd3e8;
    cursor: pointer;
    margin: 0;
}

.ranking-title .active {
    background: #aad4f8;
}

.ranking-title .disable {
    background: #ddd;
    color: #999;
    border: 1px solid #ddd;
    cursor: inherit;
}

.ranking-main {

}

.ranking-cont {
    display: none;
}

.ranking-main .active {
    display: block;
}

.ranking-cont > span,
.ranking-cont > dl {
    padding-left: 10px;
}

.ranking-cont > span {
    font-weight: 700;
}

.ranking-cont-list {
    padding: 10px 0;
}

.ranking-cont-list dd {
    padding-top: 5px;
    font-size: 12px;
}

.ranking-cont-list dd span {
    width: 63px;
    margin: 0 5px;
}

.ranking-cont-list dd i {
    display: inline-block;
    line-height: 1;
    width: 120px;
    height: 12px;
}

.ranking-cont-list dd i font {
    display: inline-block;
    line-height: 1;
    width: 0;
    height: 12px;
    background: #62a7e3;
    text-align: center;
}

.ranking-cont-list .ellipsistext {
    display: inline-block;
    line-height: 1;
}

.ranking-cont-list dd strong {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    line-height: 1;
    height: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    display: none;
}

.ranking-cont-list dd .redtop {
    color: #f49e3d;
}

.ranking-cont-list dd .greentop {
    color: #5fc251;
}

.media-results-right .attention-img {
    margin: 0;
}

.toggle-btn-down {
    display: block;
    width: 50px;
    height: 20px;
    cursor: pointer;
    background: url(../Images/img/toggle_down.png) no-repeat;
}

.toggle-btn-down:hover {
    background: url(../Images/img/toggle_down_hover.png) no-repeat;
}

.toggle-btn-up {
    width: 50px;
    height: 20px;
    cursor: pointer;
    float: right;
    background: url(../Images/img/toggle_up.png) no-repeat;
}

.toggle-btn-up:hover {
    background: url(../Images/img/toggle_up_hover.png) no-repeat;
}

.creditsearch-filter .toggle-content {
    width: 555px;
    line-height: 26px;
    float: left;
}

.creditsearch-filter-open .toggle-content {
    display: block;
}

.toggle-content li {
    float: left;
    width: 75px;

}

.toggle-content li:hover {
    color: #0d51a6;
}

.toggle-content tr td:hover {
    color: #0d51a6;
}

.toggle-content p:hover {
    color: #0d51a6;
}

.toggle-content li.oneline {
    width: 546px;
}

/*无结果*/
.media-list {
    margin-top: 40px;
}

.search-result .pagination {
    margin-top: 30px;
}

.no-result {
    width: 600px;
    padding: 10px 10px 10px 215px;
    background: url(../Images/img/noresult.png) no-repeat;
    background-position: 20px;
}

.article-no-result {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 40px 10px 10px 487px;
    background: url(../Images/img/noresult.png) no-repeat;
    background-position: 300px;
}

.media-search-heading {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    color: #0265BA;
    height: auto;
}

.media-search-heading:hover {
    color: #0265BA;
    text-decoration: underline;
}

.no-rearch-tip {
    color: #666;
    font-size: 16px;
}

.no-result h4,
.article-no-result h4 {
    font-size: 24px;
    font-weight:  600;

}

.no-result-count {
    margin-top: 15px;
    color: #f76900;
}

/*投诉*/

.accusation_radio {
    display: block;
    width: 120px;
    float: left;
    padding-left: 20px;
    cursor: pointer;
    line-height: 24px;
    height: 30px;
    background: url(../Images/img/radio_btn.png) no-repeat 0 0;
}

#accusation-last {
    width: 174px;
}

.feedback_radio {
    display: block;
    width: 120px;
    float: left;
    padding-left: 20px;
    cursor: pointer;
    line-height: 24px;
    height: 30px;
    background: url(../Images/img/radio_btn.png) no-repeat 0 0;
}

.radio_clicked {
    background: url(../Images/img/radio_btn.png) no-repeat;
    background-position: 0 -25px;
}

.other_input {
    width: 120px;
    border: 1px solid #d2d2d2;
    background: #f5f8f9;
    float: right;
    margin-left: 5px;
}

.other-type {
    display: block;
    color: #f00;
    position: absolute;
    font-size: 12px;
    bottom: 22px;
    left: 426px;
}

/*
 *  新的  联合惩戒页面
 */
.disciplinary-breadcrumb {
    margin: 50px auto 30px;
}

.disciplinary-mod-page {
    margin-top: 0;
}

.disciplinary-container .slides-right-title {
    width: 340px;
}

.disciplinary-subject-pics {
    padding-top: 30px;
}

.disciplinary-subject-pics a {
    border: 0;
    width: 163px;
    height: 110px;
    margin: 0 5px;
    padding: 5px;
}

.disciplinary-subject-pics a img {
    display: block;
    width: 153px;
    height: 100px;
}

.disciplinary-subject-pics .active {
    background: #ddd;
}

.subject-pics-main {
    padding: 10px 0;
}

.subject-pics-content {
    display: none;
}

.subject-pics-content.active {
    display: block;
}

.sub-pics-title {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.sub-pics-title span {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 100px;
    overflow: hidden;
    text-indent: 22em;
    background: url(../Images/img/subpictitlebj.png) no-repeat 0 13px;
    border-bottom: 5px solid #1E4A39;
}

.sub-pics-title2 span {
    background-position: 0 -30px;
}

.sub-pics-title3 {
    border: 0;
}

.sub-pics-title3 span {
    background-position: 0 -70px;
}

.sub-pics-title4 {
    margin-top: 20px;
}

.sub-pics-title4 span {
    background-position: 0 -110px;
}

.sub-pics-con {
    padding-bottom: 20px;
}

.subject-word {
    width: 100%;
    padding: 30px 0 0;
}

.subject-word dt {
    float: left;
    width: 70px;
    font-weight: 700;
    height: 100%;
}

.subject-word dd {
    float: left;
    width: 640px;
}

.subject-word dd span {
    display: inline-block;
    width: 140px;
    margin: 0 5px;
    white-space: nowrap;
}

.subject-word dd h6 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 0;
}

.subject-word dd p {
    line-height: 24px;
}

.mid-con .subject-word {
    padding: 30px 0 0;
}

.mid-con dd {
    width: 100%;
}

.mid-con dd span {
    width: 45%;
    margin: 0 2%;
}

.last-con .subject-word {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

.last-con .subject-word h6 a:hover {
    text-decoration: underline;
}

.last-con dt {
    width: 167px;
}

.last-con dd {
    width: 540px;
}

.last-con img {
    display: block;
    width: 152px;
    height: 100px;
}

 

 
 

 
 

 
 

 

 

 

 

 
 
 
 

 

 
 
  
 
 
.roll-pics .baike-roll-item {
    width: 320px;
    height: 110px;
    margin-right: 16px;
}
.roll-pics .baike-roll-item a {
    width: 320px;
    height: 110px;
}
.survey-box-new {
    position: absolute;
    top: 0;
    left: 0;
}
.channel-block-img {
    display: block;
}
.slidesjs-container {
    overflow: visible !important;
    height:340px !important;
}
.slidesjs-control{ 
    height:340px !important;
}
 .email-tip {
    z-index: 999999;
    height: auto;
}
.email-tip-box {
    height: auto;
    overflow: inherit;
}
.floatLayout {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}
 