html, body {
    width: 100%;
    height: 100%;
    color: #0c0300;
}

/*header样式*/
.mod-header {
    width: 100%;
    height: 320px;
    min-width: 1200px;
    border: 1px solid #cccccc;
}

.placeholder {
    color: #aaa;
}

.logo {
    width: 274px;
    height: 76px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px
}

.logo_img {
    width: 100%;
    height: 76px;
    background: url("../img/creditChina_logo.png")/*tpa=http://www.creditchina.gov.cn/images/creditChina_logo.png*/ no-repeat;
    display: inline-block;
    float: left
}

.logo_font {
    font-weight: 200;
}

.search {
    position: absolute;
    text-align: right;
    top:38px;
}

.search_term {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.search_term span {
    margin-right: 48px;
    font-size: 14px;
    cursor: pointer;
}

.search_content {
    line-height: 50px;
    font-size: 0;
}

.search_input {
    width: 382px;
    height: 50px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    line-height: normal;
    line-height: 50px\0;
    text-indent: 20px;
    vertical-align: middle;
}

.search_btn {
    vertical-align: middle;
    width: 68px;
    height: 50px;
    background: #e22323 url("../img/search_grey.png") no-repeat 26px;
    border: 0px;
    cursor: pointer;
    float: right;
}

.active {
    color: #e22323;
}

.thisimg {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.thisimg li {
    position: absolute;
    top: -24px;
    right: 32.5%;
    z-index: 99;
}

/*header样式*/

/*header样式*/
.mod-content {
    width: 100%;
}

/*内容模块一*/
.mod-content .content_one {
    width: 1200px;
    clear: both;
    margin: 28px auto 0;
    overflow: hidden;
    border: 1px solid #bebebe;
}

.mod-content .content_one .content_one_left {
    width: 1200px;
    height: 350px;
    float: left;
}

.mod-content .content_one .content_one_right {
    width: 386px;
    height: 350px;
    float: right;
    border: 1px solid #cccccc;
    background: #fff;
}

.mod-content .content_one .content_one_right #tab {
    position: relative;
}

.mod-content .content_one .content_one_right #tab .tabList ul li {
    font-size: 18px;
    float: left;
    width: 50%;
    text-align: center;
    margin-left: -1px;
    position: relative;
    cursor: pointer;
    border-top: none;
    border-right: none;
}

.mod-content .content_one .content_one_right #tab .loginTitle {
    height: 50px;
    line-height: 50px;
}

.mod-content .content_one .content_one_right .welcomTab {
    position: relative;
}

.mod-content .content_one .content_one_right .welcomTab .welcome {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #cccccc;
    color: #0063ba;
    font-size: 18px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation {
    margin: 0 20px;
    overflow: hidden;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .Information {
    height: 100px;
    font-weight: 200;
    background: #f9f9f8;
    padding: 0 10px;
    margin-bottom: 10px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .Information li {
    float: left;
    line-height: 100px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName {
    line-height: 45px;
    font-size: 16px;
    color: #0c0300;
    padding-left: 10px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName .total {
    background: blue;
    padding: 0 5px;
    color: #ffffff;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName p {
    height: 25px;
    line-height: 25px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .integration {
    height: 100px;
    font-weight: 200;
    background: #f9f9f8;
    padding: 0 10px;
    margin-bottom: 10px;
}

#tab .tabCon {
    left: -1px;
    top: 32px;
    border-top: none;
    width: 100%;
    height: 200px;
}

#tab .tabCon div {
    padding: 0 10px;
    position: absolute;
    display: none;
}

.newList {
    height: 165px;
    border-bottom: 1px solid #cccccc;

}

.newList a {
    color: #333333;
}

#tab .tabList li.cur {
    color: #0063ba;
}

#tab .tabCon div.cur {
    display: block;
}

.newTitle {
    font-size: 18px;
    padding-top: 20px;
    cursor: pointer;
}

.newContent {
    padding-top: 10px;
    cursor: pointer;
}

.newFrom {
    padding-top: 20px;
    opacity: 1;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}

.column {
    padding: 2px 10px;
    background: #ea3e3e;
    color: #ffffff;
}

.newTime {
    display: inline-block;
    float: right;
    padding-top: 20px;

}

.datatime {
	vertical-align: top;
    padding-left: 20px;
    background: url("../img/clock.png")/*tpa=http://www.creditchina.gov.cn/images/clock.png*/ no-repeat 4px 4px;
}

.newnet {
    padding-left: 20px;
    padding-right: 10px;
    background: url("../img/comp.png")/*tpa=http://www.creditchina.gov.cn/images/comp.png*/ no-repeat 4px 4px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.from .line {
    width: 1px;
    height: 12px;
    border-left: 1px solid #cccccc;
    padding-right: 10px;
    margin-bottom: 2px;
}

.uion {
    padding: 2px 20px;
    background: #eeeeee;
    color: #666666;

}

#tab2 .tabList li.cur {
    font-size: 18px;
    background: #0063ba;
    color: #ffffff;
    line-height: 48px;
}

#tab2 .tabCon div.cur {
    display: block;
}

.keepPwd {
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    border-bottom: 1px solid #cccccc;
}

.free_regist {
    float: right;
    margin-left: 20px;
}
.free_regist a{
    color: #0063ba;
}
.login_form {
    margin: 0 10px;
}

.phoneNumber {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 15px;
    text-indent: 20px;
}

.pwd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 15px;
    text-indent: 20px;
}

.codeInput {
    width: 230px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    float: left;
    margin-bottom: 15px;
    text-indent: 20px;
}

.codeBtn {
    font-family: Arial;
    font-style: italic;
    color: #6e6e6e;
    font-size: 30px;
    float: right;
    width: 100px;
    height: 35px;
    background: #cccccc;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight: bolder;
    text-align: center;
}

.submitBtn {
    width: 100%;
    height: 37px;
    border: none;
    background: #0063ba;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.prompt {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.danger {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
}

.dangerP1 {
    padding-top: 10px;
}

.dangerP2 {
    font-size: 24px;
}

.danger_list {
    width: 280px;
    height: 60px;
    line-height: 15px;
    display: inline-block;
    color: #0c0300;
    position: relative;
    cursor: pointer;
    margin-left: 12px;
}
.danger_title{
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}
.danger_list1{
    font-size: 12px;
    color: #bcbcbc;
    overflow: hidden;
}
.danger_list1 a{
    color: #bcbcbc;
}

.demoContent {
    cursor: pointer;
}

.from {
    padding-top: 12px;
    font-size: 12px;
    float: right;
    color: #9f9f9f;
}

.danger_list a {
    color: #000000;
    float: left;
}

/*内容模块一*/

.content_two {
    min-width: 1200px;
    clear: both;
    background: #eaeaea;
    overflow: hidden;
    margin: 30px auto 0;
}

.creditServices {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.content_three {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 28px auto 0;
}

/*主体左侧样式*/
.content_three.main_body .body_part_left {
    width: 930px;
    padding-bottom:10px;
}

/*左侧新闻列表嵌套模板*/
.content_three.main_body .body_part_left .artical_wrap {
    width: 780px;
}

.blackList {
    width: 260px;
    height: 100%;
    float: right;
}

.content_four {
    width: 1200px;
    margin: 0 auto;
  /*  padding: 20px 0;*/
}

.pictureConent {
    height: 80px;
    padding: 10px 10px;
    cursor: pointer;
}

.pictureConent a {
    color: #333333;
}

.pictureC {
    font-size: 12px;
}

.pictureTitle {
    font-size: 16px;
}

.pictureActive {
    background: #0063ba;
    color: #ffffff;
}
.pictureActive a{
    color: #ffffff!important;
}
.content_five {
    width: 1200px;
    margin: 28px auto 0;
    overflow: hidden;
}

.content_five_one {
    width: 780px;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;

}

.content_five_two {
    width: 400px;
    height: 100%;
    float: right;
}

.content_five_one_one {
    width: 100%;
}

.content_five_one_two {
    /*width: 588px;
	float:right;*/
}

.modeldemo {
    width: 100%;
    overflow: hidden;
}

.content_five_one_two .modeldemo li {
    
    /*  width: 100%;*/
    padding-top: 17px;
    overflow: hidden;
    float: left;
}


.content_six {
    clear: both;
    min-width: 1200px;
    /* background: #e6e6e6; */
    color: #ffffff;
    margin-bottom: 50px;

}

.Members {
    width: 1174px;
    height: 100%;
    margin: 28px auto 0;
    padding: 12px;
    overflow: hidden;
    padding-bottom: 40px;
    border: 1px solid #bebebe;
}

.ban {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.ban2 {
    width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 1200px;
    height: 500px;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 130px;
    overflow: hidden;
    width: 1100px;
    position: relative;
    float: left;
}

.min_pic {
    width: 1200px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 98px;
    margin-right: 21px;
}

.num ul li img {
    width: 98px;
    height: 90px
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}

.searchBlackList {
    height: 45px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.searchTitle {
    width: 130px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #0063ba;
}

.searchList {
    width: 260px;
    height: 642px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    overflow-x: hidden;
}

.searchList li {
    height: 107px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}


.content_three.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a{
    color: #0c0300;
    font-size: 16px;
    letter-spacing: 1px;
    /* font-weight: bold;*/
}
.content_three.main_body .body_part_left .artical_wrap .artical_show_part li {
    padding: 20px 20px;
    border-bottom: 1px solid #bebebe;
    height: 124px;
}

.content_three.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
    margin-top: 16px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.list a{
    display: inline-block;
    height: 80px;
    padding: 13px 1px;
}
.list img{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 80px;

}

.companyName {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.step {
    font-size: 14px;
    color: #ea3e3e;
}

.time {
    font-size: 12px;
    color: #666666;
    float: right;
    padding-left: 20px;
    background: url("../img/clock.png")/*tpa=http://www.creditchina.gov.cn/images/clock.png*/ no-repeat 4px 4px;
}

.site {
    display: inline-block;
    width: 218px;
    vertical-align: middle;
    font-size: 16px;
    color: #0c0300;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    top: -67px;
    left: 135px;
    width: 115px;
}

.blackListBottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #efefef;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #ea3e3e;
}

.modeldemo .modeldemo_right {
    float: right;
}
.picture {
    overflow: hidden;
}

.picture li {
    width: 224px;
    height: 160px;
    float: left;
    border: 1px solid #cccccc;
    margin-right: 17px;
}
.pictureNoActive{
    margin-right: 0;
}
.MembersP {
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    margin-left: 20px;
    color: #333333;
    display: inline-block;
// border-bottom: 1px solid #cccccc;
}

.Memberspan {
    padding-right: 85px;
}

.MembersTwo {
    width: 100%;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
// border-bottom: 1px solid #ccc;
}

.Membersmin {
    font-size: 12px;
    color: #666666;
}

.MembersList {
    margin-left: 20px;
    margin-right: 20px;
    width:1180px;
}

.MembersList td {
    height: 30px;
    line-height: 30px;
}

.MembersList a {
    color: #333333;
}

.MembersTwo a {
    color: #333333;
}

.MembersTwo td {
    width: 170px;
}

/*
.title {
    width: 100%;
    height: 31px;
    border-bottom: 4px solid #e6e6e6;
}
*/

.cityName {
    font-size: 18px;
    height: 35px;
    float: left;
    line-height: 35px;
    color: #0c0300;
    border-bottom: 4px solid #ea3e3e;
    padding-left: 35px;

}

.demo {
    background: url("../img/04_icon-.png")/*tpa=http://www.creditchina.gov.cn/images/04_icon-.png*/ no-repeat 4px 4px;
}

.keynode {
    background: url("../img/06_icon.png")/*tpa=http://www.creditchina.gov.cn/images/06_icon.png*/ no-repeat 4px 4px;
}

.city {
    background: url("../img/05_icon.png")/*tpa=http://www.creditchina.gov.cn/images/05_icon.png*/ no-repeat 4px 4px;
}

.cityMore {
    font-size: 12px;
    float: right;
    line-height: 35px;
    cursor: pointer;
}
.cityMore a{
    color: #666666;
}

.cityList {
    margin-top: 12px;
    width:100%;
}

.cityList tr {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #efefef;
}

.cityList tr.header_tr {
    background: #ea3e3e;
    color: #ffffff;
}

.cityList td {
    /* width: 185px; */
    line-height: 41px;
    line-height: 43px\9;
    text-align: center;
}
/* .odd tr:nth-child(even) {
    background: #efefef;
}

.odd tr:nth-child(odd) {
    background: #efefef;
} */
.odd tr td:nth-child(even) {
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display:inline-block;
}
.demoList {
    float: left;
}

.demo tr {
    height: 50%;
}

.demo td {
    width: 390px;
    padding-top: 10px;
    display: inline-flex;
}

.demoImg {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.demoNews {
    display: inline-block;
    word-wrap: break-word;
    width: 310px;
}

.modeldiv {
    width: 380px;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    float: left;
}

.modeldiv img {
    width: 100%;
    height: 100%;
}

.modeldiv2 {
    width: 380px;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
    float: right;
    display: inline-block
}

.modeldiv2 img {
    float: left;
}

.model image {
    width: 78px;
    height: 78px;
    background: red;
    display: inline-block
}

.modelul {
    width: 280px;
    height: 80px;
    display: inline-block;
    padding-left: 10px;
}

.modelul a{
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.phcolor {
    color: #999;
}

.control {
    display: inline-block;
}

div.slideBox {
    position: relative;
    width: 790px;
    height: 350px;
    overflow: hidden;
}

div.slideBox img {
    width: 790px;
    height: 350px;
}

.footer {
    min-width: 1200px;
    height: 120px;
    min-width: 1200px;
    background: #387BCA;
    color: #ffffff;
}

.container-bottom {
    padding-top: 32px;
}

.container-bottom p {
    text-align: center;
}

.container-bottom label {
    margin-right: 60px;
}

.link {
    color: #ffffff;
}

.towCode {
    padding-top: 25px;
    float: right;
}

.mobile {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
}

.mobile.CreditChina {
    margin-right: 20px;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
div.slideBox div.tips div.nums {
    left: auto;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .integration li{
    float: left;
    line-height: 100px;
}

/*个人登录*/
.integrationScore{
    font-size: 16px;
    width: 45%;
}
.CreditScore{
    text-align: center;
    color: #0063ba;
}
.CreditScore p{
    line-height: 33px;
}
.score{
    font-size: 38px;
}
.assessTime{
    color: #666666;
}
.resetPwd a{
    color: #0063ba;
    float: right;
    height: 25px;
    line-height: 25px;
}
.slide {
    text-align: center;
}
.slide a{
    color: #333;
    font-size: 12px;
    text-align: center;
}
/*轮播样式*/
.slides_container img{
    /*width: 790px;*/
    height: 350px;
}
.slides_container{
   /* width: 790px;*/
    height: 350px;
    overflow: hidden;
    position: relative;
}
/*.pagination1 {

    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 20px;
}*/

.check_danger{
    width: 50px;
    height: 50px;
    background: #0063ba;
    display: inline-block;
    float: left;
}
.demo_content{
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.demo_content a{
    color: #777;
    font-size: 12px;
    letter-spacing: 1px;
}
.modeldiv_img{
    width: 78px;
    height: 78px;
    float: left;
}

/*#slides .next {
    position:absolute;
    top:140px;
    right: 20px;
    width:16px;
    height:24px;
    display:block;
    z-index:101;
}*/

/*城市信用无数据*/
.no-histroy {
    width: 100%;
    height: 54px;
    background: url("../img/no-histroy.png")/*tpa=http://www.creditchina.gov.cn/images/no-histroy.png*/ no-repeat center 40px;
    padding-top: 172px;
}
.no-histroy .no-histroy-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}


/*轮播右侧文章样式*/
.mod-content .content_one .carousel_right {
    position: relative;
    display: inline-block;
    width: 320px;
    padding: 0 20px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;

}

.mod-content .content_one .carousel_right .artical_content a {
    color: #333;
    font-size: 14px;
}
.mod-content .content_one .carousel_right .artical_title {
    margin-top: 40px;
    line-height: 24px;
}
.mod-content .content_one .carousel_right .artical_title a {
    color: #0c0300;
    font-size: 18px;
    font-weight: bold;
}
.mod-content .content_one .carousel_right .artical_detail {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}
.mod-content .content_one .carousel_right .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
}
.mod-content .content_one .carousel_right .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}
.mod-content .content_one .carousel_right .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}
.mod-content .content_one .carousel_right .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}
.mod-content .content_one .carousel_right .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("../img/comp.png")/*tpa=http://www.creditchina.gov.cn/images/comp.png*/ 0 3px no-repeat;
}
.mod-content .content_one .carousel_right .artical_content {
    line-height: 18px;
    height: 140px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.mod-content .content_one .carousel_right .artical_footer_unfold {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 58px;
    line-height: 58px;
    text-align: right;
    border-top: 1px solid #bebebe;
    box-sizing: border-box;
}
.mod-content .content_one .carousel_right .artical_footer_unfold a {
    color: #ea3e3e;
}

.warning{
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    width: 1200px;
}
.fengxiantishi {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}
.zhuanlan_name {
    display: inline-block;
    padding: 0 10px;
    background-color: #efefef;
    color: #0c0300;
    letter-spacing: 2px;
}
.warning_name{
    display: inline-block;
    padding: 0 10px;
    background-color: #efefef;
    letter-spacing: 2px;
}
.warning_name a{
    color: #999;
}
.body_part_left_top{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.body_part_left_top ul{
    padding-top: 10px;
}
.body_part_left_top ul a{
    font-size: 14px;
    color: #666;
}
.body_part_left_top ul li{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.body_part_left_top ul li p {
    float: left;
    color: #666;
}
.body_part_left_top ul li p a{
    color: #333333;
    float:left;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:340px;
}
.body_part_left_top ul li span{
    float: right;
    color: #999;
}
.body_part_left_top_one {
    width: 445px;
    height: 100%;
    float: left;
}
.body_part_left_top_two {
    width: 445px;
    height: 100%;
    float: right;
}

.main_header {
    background: url("../img/home_bg.jpg") no-repeat center;
    /*background-position: 50px;
    WIDTH: 1200px;
    margin: 0 auto;*/
}
.content_four_bg {
    min-width: 1200px;
    clear: both;
    background: #eaeaea;
    overflow: hidden;
    margin: 10px auto 0;
}
.publicity
{
    background: url("../img/publicity_icon.png") no-repeat 4px 4px;
}
.list_icon
{
    background: url("../img/list_icon.png") no-repeat 4px 4px;
}

.list_line{
    border:0.5px solid #e6e6e6;
    height:202px;
    display:inline-block;
    margin-left: 20px;
    margin-top: 45px;
}
.bx-wrapper {
    padding: 20px 0;
}
.bx-wrapper .bx-viewport {
    left: 0px;
    top: 0px;
}
.bx-wrapper .bx-controls-direction a {
    /*display: none;*/
}

.editPwd {
    position: absolute;
    top: 28px;
    right: 60px;
}
.editPwd a{
    color: #333;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-size: 12px;
}
.username a{
    cursor: pointer;
}

.header_edit_icon{
    position: absolute;
    width: 15px;
    top: 38px;
    height: 10px;
    right: 91px;
    background: url("../img/header_edit_icon.png") no-repeat;
}

/*专题专栏*/
.content_four .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: block;
}
.modelLi {
    overflow: hidden;
}


.header_bg {
    position: relative;
    width: 100%;
    /*height: 175px;*/
    height: 228px;
    /*
    background: url(../images/home_bg.png)no-repeat center -35px;
    */
}
.header_login a label {
    font-size: 12px;
}

.main_header .header_content .header_logo {
    top: 80px;
}

/*焦点图兼容safari浏览器*/
.pic_left {
    float: left;
}
.Members .title{
    position:relative;
    border-bottom-width:4px;
}
.Members .cityName{
    border-bottom:none;
}
.unit {
    background: url("../img/index_unit.png") no-repeat 4px 4px;
}
/* .Members .unit{
    background-image:url('../img/index_unit.png');
    background-repeat:no-repeat;
    background-position:left center;
} */
.platform {
    background: url("../img/index_platform.png") no-repeat 4px 4px;
}
/* .Members .platform{
    background-image:url('../img/index_platform.png');
    background-repeat:no-repeat;
    background-position:left center;
} */
.title .cityName>em{
    display:inline-block;
    width:200px;
    height:100%;
    border-bottom:4px solid #ea3e3e;
    position:absolute;
    left:0;
    top:0;
}
/* 首页“文明城市”底部红色边框 */
.title .unit>em{
    display:inline-block;
    width:110px;
    height:100%;
    border-bottom:4px solid #ea3e3e;
    position:absolute;
    left:0;
    top:0;
}
.content_six-first .unit i{
    font-style:normal;
    font-size:12px;
    color:#666;
}
.content_six-first .units-list{
    /* padding-left:12px; */
    padding-top:25px;
    height:165px;
    width:100%;
    box-sizing:border-box;
}
.Members ul{
    float:left;
/*     width:166px; */
	padding:0 8px;
    text-align:left;
}
.Members .units-list7{
    /*float:right;*/
    /*text-align:right;*/
}
.Members ul a{
    height:100%;
    width:100%;
    line-height:25px;
    font-size:14px;
    color:#626161;
}
.Members ul a.disable{
    cursor:no-drop;
    color:#aaa;
}
.Members li{
    width:100%;
    height:28px;
}
.Members ul li.firstLi{
    font-weight:bold;
}
.Members li.textSpace{
    letter-spacing: 3px;
}
.content_six-first .units-list1{
    margin-left:0;
}
.content_six-first .units-list-ul ul{
    width: auto;
    padding: 0 27px;
}
.content_six-second .platform-list{
    padding-top:25px;
    padding-bottom:25px;
    width:100%;
    box-sizing:border-box;
    height:auto;

}
.content_six-second  .platform-tab{
    height:40px;
    width:100%;
    padding-left:20px;
    border-bottom:1px solid #bebebe;
    box-sizing:border-box;
}
.content_six-second  .platform-tab span{
    position:relative;
    display:inline-block;
    width:80px;
    height:100%;
    line-height:40px;
    color:#333;
    font-size:16px;
    text-align:center;
    margin-right:114px;
    cursor:pointer;
}
.content_six-second .platform-tab span.active{
    color:#4990e2;
}
.content_six-second .platform-tab span.active i{
    display:inline-block;
}
.content_six-second  .platform-tab span i{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:inline-block;
    background-image:url('../img/index_upArrow.png');
    background-repeat:no-repeat;
    background-position:center bottom;
    display:none;
}
.platform-content-lists{
    width:100%;
    box-sizing:border-box;
}
.platform-content-lists>div{
    width:100%;
    height:100%;
    padding-left:20px;
    padding-top:28px;
    box-sizing:border-box;
    overflow:hidden;
    display:none;
}
.platform-content-lists>div.active{
    display:block;
}
.platform-content-lists ul{
    width:180px;
}
.platform-content-lists .lastUl{
    width:100px;
    /*text-align:right;*/
}
.newsList{
	margin: 0;
    width: 100%;
}
.newsList a{
	color: #333333;
}
.newsList td{
	height: 30px;
    line-height: 30px;
}
.banner_part {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.banner_part img {
    width: 450px;
    height: 120px;
}






/*新增奖惩页面样式*/
*{
    margin: 0;
    padding: 0;
}
/*奖惩首页*/
.banner{height: 97px;width: 100%}
.banner a img{display: block;width: 100%;height: 100%}
.feedback-section{width: 100%;min-height: 731px; overflow:hidden; padding-bottom:20px;background: #ffffff;margin: 20px 0;}
.feedback-header{width: 1130px;height: 24px;line-height:24px;margin: 0 auto;padding: 25px 0 14px;}
.feedback-header span:nth-child(1){font-size: 18px;font-weight: 700;color: #333333;}
.feedback-header span:nth-child(2){float: right;font-size: 14px;color: #F25F5F;background: url("../img/break.png") no-repeat left center;padding-left: 20px;}
.feedback-section .uls{width: 1130px;margin: 0 auto;font-size: 14px;}
.feedback-section .uls>li{width: 100%;height: auto;overflow: hidden;padding-bottom:15px;background: #ffffff;border: 1px solid #e8e8e8;border-radius: 4px;margin-bottom: 20px;}
.feedback-section .uls>li:hover{border: 1px solid #f25f5f;box-shadow: 0px 3px 6px 0px #ffebd5}
.feedback-section .uls>li>ul{padding-top: 15px;padding-left:18px;box-sizing: border-box;height: 100%;}
.feedback-section .uls>li>ul>li{width: calc(100% / 3);display: inline-block;float: left;}
.feedback-section .uls>li>ul>li:first-child{width: 100%}
.feedback-section .uls>li>ul>li:nth-child(3),.feedback-section .uls>li>ul>li:nth-child(4),.feedback-section .uls>li>ul>li:nth-child(5){margin: 10px 0;}
.feedback-section .uls>li>ul>li span:first-child{color: #666666;}
.feedback-section .uls>li>ul>li span:last-child{color: #333333;}
.feedback-section .uls>li>ul>li:nth-child(1) span:last-child a{color: #F25F5F;}
.feedback-section .uls>li>ul>li span.yellow{color: #FF9A26;}
.feedback-section .uls>li>ul>li span.blue{color: #3293F5;}
.case-section{width: 100%;min-height: 396px;background: #ffffff;}
.case-section p{padding-top: 25px;margin:0 35px;padding-bottom: 16px;border-bottom: 1px solid #e8e8e8;font-size: 18px;font-weight: 700;color: #333333;}
.case-section ul{width: 1130px;margin: 12px auto 0;}
.case-section ul li{width: 100%;height: 50px;line-height: 50px;margin: 0;}
.case-section ul li span{font-size: 14px;}
.case-section ul li span:last-child{float: right;text-align: left;display: block;min-width: 100px;background: url("../img/case-right.png") no-repeat left center;padding-left: 20px;color: #F25F5F;}
.case-section ul li span:first-child{cursor: pointer;background: url("../img/case-left.png") no-repeat left center;padding-left: 15px;}
.case-section ul li:nth-child(odd){background: #F9F9F9;}
.search-title{height: 135px;width: 570px;margin: 20px auto;}
.search-title ul{width: 258px;height: 70px;margin: 0 auto;}
.search-title ul li{width: 120px;height: 60px;text-align: center;line-height: 60px;float: left;background: #ffeedb;border-radius: 4px;}
.search-title ul li:last-child{float: right;}
.search-title ul li span{display: block;width: 100%;height: 100%;border-radius: 4px;cursor: pointer;color: rgb(242, 95, 95);}
.libg li{height: 28px}
.kaikong{width:0;height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #F25F5F;margin-left: 50px;}
/*.search-title ul li:nth-child(1){background: #f25f5f;}*/
/*.search-title ul li:nth-child(1) span{color: #ffffff;font-weight: 700;box-shadow: 0px 3px 12px 0px rgba(255,208,154,0.7);}*/
/*.search-title ul li:nth-child(2) span{color: #f25f5f;font-weight: 700;}*/
.select-li-wrap{width: 100%;height: 50px;background: #ffffff;border: 1px solid #ffc8c8;border-radius: 4px;margin-top: 10px;}
.select-input{width: 504px;padding: 14px 0 17px 15px;color: #666666;border-radius: 4px;}
.select-searchbtn{width: 65px;float: right;line-height: 50px;height: 50px;}
.select-searchbtn a i{display: inline-block;width: 20px;height: 20px;background: url("../img/search.png")no-repeat left center;vertical-align: middle;margin-right: 5px;}
.select-searchbtn a span{color: #F25F5F;}
.search-content{width: 100%;background: #ffffff;}
.search-content1{width: 100%;background: #ffffff;display: none;}
.libg{padding: 28px 0px;box-sizing: border-box;}
.cut1{background: #FFE9E9;color: #F25F5F;border:1px solid }
.libgHover{color: #F25F5F!important;}
.huojiang{min-height: 228px;}
.selected-data-red li{position: relative;}
.selected-data-red li i{background: url("../img/checked-bg.png")no-repeat;position: absolute;display: block;width: 12px;height: 12px;top: -6px;right: -6px;}
.selected-data li{position: relative;}
.selected{background: #F25F5F;color: #ffffff!important;font-weight: 700;box-shadow: 0px 3px 12px 0px rgba(255,208,154,0.7);}
.selected-data li i{background: url("../img/checked-bg.png")no-repeat;position: absolute;display: block;width: 12px;height: 12px;top: -6px;right: -6px;}
.tab-check{width: 1130px;margin: 0 auto;overflow: hidden;}
.search-list{width: 1130px;margin: 0 auto;}
.search-list li{cursor: pointer;width: 100%;height: 50px;line-height: 50px;border: 1px solid #e8e8e8;border-radius: 4px;margin: 20px 0;}
.search-list li:hover{border: 1px solid #f25f5f;box-shadow: 0px 3px 12px 0px #ffdcb4; }
.disciplinarian{float: left;margin-left: 18px;color: #F25F5F;}
.desc-time-btn{float: right;}
.desc-time-btn p{float: left;margin-right: 130px;}
.desc-time-btn button{float: right;width: 64px;height: 30px;line-height:30px;background: #ffffff;border: 1px solid #ffbfbf;border-radius: 4px;vertical-align: middle;margin-top: 10px;margin-right: 28px;color: #F25F5F;}
.desc-time-btn button:hover{border: 1px solid #f25f5f;box-shadow: 0px 3px 12px 0px #ffdcb4;}
.tip{padding: 15px 35px!important;color: #999999!important;}
.search-list li:first-child{margin-top: 0;}
.no-data-title{width: 100%;text-align: center;font-size: 14px;color: #999999;}
.no-data-cont {width: 100%;height: 84px;background: url(../img/no-data.png) no-repeat center 88px;padding-top: 250px;display: none}
/*措施清单*/
.navigation{margin-top: 20px;color: #333333;font-size: 14px;}
.detailed-list-cont{min-height: 835px;width: 100%;margin: 20px 0}
.menu-list-left{width: 267px;height: 100%;float: left;}
.bMenuList{width: 100%}
/*手风琴*/
.oneLevel {
    display: inline-block;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.oneLevel img:nth-child(2){float: right;margin-top: 30px;margin-right: 20px;}
.oneLevel > span {
    margin-left: 10px;
}
.img-left{float: left;margin:26px 14px 0;}
.oneLevelList {
    display: none;
    max-height: 696px;
    overflow-y: scroll;
    border-top: 1px solid #ccc;
}
.oneLevelList li{width: 236px;height: 30px;margin: 0 auto;line-height: 30px;}
.oneLevelList li a{margin-left: 25px;color: #666666;}
.oneLevelList li a:hover{color: #F25F5F;}
.bMenuTitle {margin-bottom: 20px;width: 100%;background: #ffffff;}
.oneLevelList li:nth-child(1){margin-top: 10px;}
.check-li{background: #fff2e4;border-left: 4px solid #F25F5F;}
.check-li a{color:#F25F5F!important;}
.check-li a{margin-left: 21px!important;}
/*整体滚动条样式*/
.oneLevelList::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.oneLevelList::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #B1B1B1;
}

.oneLevelList::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 8px;
    background: #E8E8E8;
}
.menu-content-right{width: 877px;height: 100%;float: right}
.list-of-lists{width: 100%;padding: 25px 25px 30px 36px;box-sizing: border-box;background: #ffffff;}
.list-of-lists h3{font-size: 18px;color: #333333;font-weight: 700;padding-bottom: 16px;border-bottom: 1px solid #e8e8e8;}
.list-of-lists ul li{line-height: 24px;margin: 8px 0;background: url("../img/lists-left-bg.png")no-repeat left 9px;padding-left: 16px;font-size: 14px;}
.list-of-lists ul li:hover{color: #F25F5F;}
.lists-info{width: 100%;margin-top: 20px;background: #ffffff;}
.lists-info p{width: 100%;height: 74px;line-height: 74px;text-align: center;font-size: 20px;color: #ffffff;font-weight: 700;background: #FF7575;}
.lists-info h3{width: 420px;height: 36px;margin:  0 auto;text-align: center;line-height: 36px;background: url("../img/bumen_name_bg.png") no-repeat center center;}
.lists-info ul{padding: 22px 30px 0 26px;min-height: 250px;}
.lists-info ul li{line-height: 30px;color: #333333;font-size: 14px;}

/*奖惩典型案例反赠*/
.case-list-cont{width: 100%;margin: 20px 0;background: #ffffff;}
.case-select-find{width: 570px;margin: 0 auto;}
.case-list-cont h3{height: 24px;font-size: 18px;font-weight: 700;color: #333333;text-align: center;padding: 53px 0 26px;}
.case-tips{height: 19px;font-size: 14px;font-weight: 400;color: #999999;margin: 29px 0 9px 35px}

.case-list-cont .uls{width: 1130px;margin: 0 auto;font-size: 14px;padding-bottom: 20px;}
.case-list-cont .uls>li{width: 100%;height: 80px;background: #ffffff;border: 1px solid #e8e8e8;border-radius: 4px;margin-bottom: 20px;}
.case-list-cont .uls>li:hover{border: 1px solid #f25f5f;box-shadow: 0px 3px 6px 0px #ffebd5}
.case-list-cont .uls>li>ul{padding-top: 15px;padding-left:18px;box-sizing: border-box;height: 100%;}
.case-list-cont .uls>li>ul>li:nth-child(1){width: 100%}
.case-list-cont .uls>li>ul>li{width: calc(100% / 4);display: inline-block;float: left;}
.case-list-cont .uls>li>ul>li:not(:first-child){margin: 10px 0;}
.case-list-cont .uls>li>ul>li span:first-child{color: #666666;}
.case-list-cont .uls>li>ul>li span:last-child{color: #333333;}
.case-list-cont .uls>li>ul>li:nth-child(1) span:last-child{cursor: pointer;color: #F25F5F;}
.case-list-cont .uls>li>ul>li span.yellow{color: #FF9A26;}
.case-list-cont .uls>li>ul>li span.blue{color: #3293F5;}
/*奖励典型案例弹出框样式*/
.desc-message{padding: 20px 55px;}
.layui-layer-btn0{background: #ffffff!important;color: #F25F5F!important;border: 1px solid #ffbfbf!important;}
.desc-message ul li{font-size: 14px;line-height: 19px;margin-bottom: 15px;}
.desc-message ul li span:nth-child(1){color: #999999;}
.desc-message ul li span:nth-child(2){color: #333333;}
/*执行结果反馈*/
.enfor-result-cont{height: 654px;width: 100%;margin: 20px 0;}
.result-info{height: 100%;width: 876px;float: left;background: #ffffff;}
.result-info h3{height: 24px;font-size: 18px;font-weight: 700;color: #333333;padding-bottom: 16px;padding-top: 25px;margin-left: 25px;margin-right: 22px;border-bottom: 1px solid #e8e8e8;}
.result-info ul{margin-left: 60px;margin-top: 9px;}
.result-info ul li{height: 19px;margin: 15px 0;font-size: 14px;}
.result-info ul li span:first-child{color: #999999;}
.result-info ul li span:last-child{color: #333333;}
.enfor-right{float: right;height: 100%;width: 268px;}
.special-car{width: 100%;height: 242px;padding: 25px;box-sizing: border-box;background: #ffffff;margin-bottom: 15px;}
.special-car .car-title{border-bottom: 1px solid #e8e8e8;height: 24px;color: #333;font-size: 16px;padding-bottom: 16px;}
.special-car .car-title span{font-size: 18px;font-weight: 700;color: #333333;display: inline-block;}
.special-car .car-title span em{display: inline-block;width: 30px;height: 30px;vertical-align: middle;background: url(../img/car_icon.png) 0 5px no-repeat;}
.special-car .car-list{width: 204px;margin: 3px 29px 23px 0px;font-size: 14px;}
.special-car .car-list li{width: 92px;height: 26px;line-height: 26px;display: inline-block;margin-top: 10px;text-align: center;border: 1px solid #ffbfbf;border-radius: 13px;}
.special-car .car-list li:hover{box-shadow: 0px 3px 6px 0px #ffd5d5;}
.special-car .car-list li a{color: #F25F5F;}
.special-car .car-list li:nth-child(even){float: right;}
.every-attention{width: 100%;height: 398px;padding: 25px;box-sizing: border-box;background: #ffffff;}
.every-attention .attention-title{border-bottom: 1px solid #e8e8e8;height: 24px;color: #333;font-size: 16px;padding-bottom: 16px;}
.every-attention .attention-title span{font-size: 18px;font-weight: 700;color: #333333;display: inline-block;}
.every-attention .attention-title span em{display: inline-block;width: 30px;height: 30px;vertical-align: middle;background: url(../img/attention_icon.png) 0 5px no-repeat;}
.every-attention .attention-list{font-size: 14px;margin-top: 20px;}
.every-attention .attention-list li{margin-bottom: 15px;line-height: 22px;}
.every-attention .attention-list li span{margin-right: 6px;color: #F25F5F;display: inline-block;margin-left: -8px;}
