@charset "utf-8";
/* CSS Document */

input, textarea, button, select{
    outline: none;
}
input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-input-placeholder {
    color: #bbb;
}
input::-ms-input-placeholder {
    color: #bbb;
}
.container{
    width: 1200px;
}
.header-top{

    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.header-top h1{
    margin:0;
    float: left;
    font-size: 14px;
    font-weight: normal;
}
.header-top ul{
    float: right;
}
.header-top ul li{
    display: inline-block;
    padding-left: 15px;
}

.header-mid{
    background: url("https://obs.negn.cn/creditchina-cms/pc/img/home_bg.png") center top no-repeat;
    height:229px;
}
.header-mid .logo{
    float: left;
    margin-top: 50px;
}
.header-search{
    float: right;
    width: 580px;
    float: right;
    margin-top: 55px;
}
.header-search ul{
    height:37px;
    overflow: hidden;
}
.header-search li{
    height:32px;
    line-height: 32px;
    border-radius: 4px;
    float: left;
    padding:0 17px;
    margin-right: 37px;
}
.header-search li.active{
    background: #4caf50;
    color: #fff;
    position: relative;
}
.header-search li.active:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:-5px;
    margin-left: -5px;
    border-top:5px solid #4caf50;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.header-search .search_content{
    margin-top: 4px;
    overflow: hidden;
}
.header-search input.search_input{
    height:40px;
    background: #fff;
    width: 500px;
    float: left;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:0 15px;
}
.header-search input.search_btn{
    float: right;
    width: 80px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /*background: #4caf50;*/
    background: url("../img/searchicon.png") #4caf50 12px center no-repeat;
    height:40px;
    line-height: 40px;
    color: #fff;
    padding-left:36px;
    text-align: left;
    cursor: pointer;
}
/*.nav{*/
/*    height:100px;*/
/*    background: #4caf50;*/
/*}*/
/*.nav-1{*/

/*    overflow: hidden;*/
/*}*/
/*.nav li{*/
/*    height:50px;*/
/*    font-size: 16px;*/
/*    float: left;*/
/*    width: 14.28%;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
/*    position: relative;*/
/*}*/
/*.nav li.active:after{*/
/*    content: "";*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 80px;*/
/*    height: 0px;*/
/*    border-bottom: 6px solid #fb7d7d;*/
/*}*/
/*.nav li a{*/
/*    margin-top: 14px;*/
/*    display: block;*/
/*    height:21px;*/
/*    line-height: 21px;*/
/*    border-right: 1px solid rgba(255,255,255,0.3);*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/
/*.nav li:nth-child(7) a,.nav li:nth-child(14) a{*/
/*    border-right: 0;*/
/*}*/

.mt{
    height:45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.mt span{
    padding-left:0px;
    font-size: 18px;
    color: #143111;
    float: left;
    font-weight: 700;
    position: relative;
}
.mt span:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    height:1px;
    width:100%;
    background: #4caf50;
}
.mt .more{
    float: right;
    font-size: 14px;
    color: #999999;
}
.u-list{
    margin-top: 10px;
}
.u-list li{
    height:50px;
    line-height: 50px;
    padding-left:15px;
    background: url("../img/dot.png") left center no-repeat;
    font-size: 15px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.u-list-time{
    margin-top: 10px;
}
.u-list-time li{
    height:50px;
    line-height: 50px;
    position: relative;

}
.u-list-time li span{
    float: right;
    position: absolute;
    right:0;
    top:0;
    height:50px;
    color: #a3a3a3;
}
.u-list-time li a{
    display: block;
    height:50px;
    line-height: 50px;
    padding-right:50px;;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.news-cont img{
    float: left;
    width: 830px;
    height: 360px;
}

.news-cont .text{
    float: right;
    width: 370px;
    padding:20px;
    height:360px;
    position: relative;
}
.news-cont .artical_detail{
    overflow: hidden;
}
.news-cont .artical_detail strong{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.news-cont .artical_detail .detail_left{
    float: left;
}
.news-cont .artical_detail .detail_left .zhuanlan{
    float: left;
    width: 40px;
    height: 20px;
    border: 1px solid #4caf50;
    color: #1e9212;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.news-cont .artical_detail .detail_left .zhuanlan_name{
    float: left;
    background: #EEEEEE;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding:0 11px;
}
.news-cont .artical_detail .detail_right{
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}
.news-cont .artical_detail .detail_right i{
    padding:0 2px;
}
.news-cont .artical_detail .detail_right .artical_from {
    padding-left: 19px;
    background: url("../img/earth.png") left center no-repeat;
}
.news-cont .text p{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    margin-top: 15px;
}
.news-cont .text > a{
    position: absolute;
    right:20px;
    bottom:0;
    width: 330px;
    text-align: right;
    color: #1e9212;
    font-size: 14px;
    border-top:1px solid #E5E5E5;
    padding:20px 13px 20px 0;
    background: url("../img/morearr.png") right center no-repeat;
}


.qrcode_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 10px;
    padding: 10px;
    width: 270px;
    height: 300px;
    border: 1px solid #bebebe;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
    display: none;
}
.qrcode_wrap .qrcode_header_tips {
    height: 15px;
    line-height: 15px;
}
.qrcode_wrap .qrcode_header_tips .qrcode_header_right {
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}
.qrcode_wrap .qrcode {
    width: 185px;
    height: 185px;
    margin: 20px auto;
}
.qrcode_wrap .qrcode_footer_tips {
    line-height: 20px;
}

.header-mid{
    background: none;
    height:160px;
}
.header-mid .logo{
    margin-top: 12px;
}
.header-search{
    margin-top: 20px;
}

.left{
    float: left;
    width: 830px;
}
.xyd{
    overflow: hidden;
}
.xyd .mt span{
    background: url("../img/cnli.png") left center no-repeat;
    background-size: auto 45%;
    padding-left: 23px;
}
.xyd .mt span:before{content: none;}
.xyd .mt span:after{content: none;}
.xyd-cont img{
    margin-top: 20px;
}
.xyd-cont p{
    font-size: 15px;
    line-height:26px;
    text-indent: 2em;
    margin-top: 10px;
}
.xyd-cont p a:hover{color: #32A853}
.xyd-cont dl{
    float: left;
    width: 50%;
    padding:0 15px;
    margin-top: 20px;
    overflow: hidden;
}
.xyd-cont dt{
    float: left;
}
.xyd-cont dt img{
    width: 230px;
    height:130px;
}
.xyd-cont dd{
    float: right;
    width: 200px;
    height:130px;
    background: #eeeeee;
    padding:15px;
    position: relative;
}
.xyd-cont dd strong{
    font-size: 15px;
    line-height: 26px;
    display: block;
}
.xyd-cont dd span{
    position: absolute;
    right:15px;
    bottom:15px;
    font-size: 12px;
    color: #a8a8a8;
}
.xyd-cont .u-list-time li span{
    right:15px;
}
.xyd-cont .u-list-time li{
    float: left;
    width: 50%;
    padding:0 15px;
}
.xinyijia-1{
    float: left;
    width: 430px;
    margin-top: 10px;
}

.xinyijia-2,.xinyijia-4{
    float: right;
}
.xinyijia-1 .mt span{
    background: url("../img/xinyijiaicon-2.png") left center no-repeat;
}
.xinyijia-2 .mt span{
    background: url("../img/xinyijiaicon-3.png") left center no-repeat;
}
.xinyijia-3 .mt span{
    background: url("../img/xinyijiaicon-4.png") left center no-repeat;
}
.xinyijia-4 .mt span{
    background: url("../img/xinyijiaicon-5.png") left center no-repeat;
}
.right{
    width: 280px;
    float: right;
}
.artical-search{
    background: #E2F0FF;
    height:105px;
    margin-top: 40px;
    padding:15px;
}
.artical-search strong{
    display: block;
    font-size: 18px;
}
.artical-searchcont{
    background: rgba(255,255,255,0.50);
    border: 1px solid #BCD8F4;
    border-radius: 2px;
    height:36px;
    margin-top:15px;
}
.artical-searchcont .search_text{
    width: 203px;
    border: 0;
    height:36px;
    line-height: 36px;
    background: no-repeat;
    padding:0 15px;
    float: left;
}
.artical-searchcont .scearchBtn{
    float: left;
    width: 45px;
    height:36px;
    background: url("../svg/searchiconblue.svg") center center no-repeat;
    border: 0;
    cursor: pointer;
}
.ztc{
    margin-top: 30px;
    border: 1px solid #DDDDDD;
    padding:5px 15px 15px;
    overflow: hidden;
}
.ztc .mt span{
    background: url("../svg/ztcicon.svg") left center no-repeat;
}
.ztc ul{
    margin:15px -5px 0;
    overflow: hidden;
}
.ztc li{
    float: left;
    width: 50%;
    padding:0 5px;
    margin-top: 10px;
    height:34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}
.ztc li a{
    background: #F2F2F2;
    display: block;
    height:34px;
}
.ztc li:nth-child(1) a,.ztc li:nth-child(4) a,.ztc li:nth-child(5) a{
    background: #E8E7E7;
}
.djgz{
    border: 1px solid #DDDDDD;
    padding:5px 15px 15px;
    margin-top: 30px;
    overflow: hidden;
}
.djgz .mt span{
    background: url("../svg/djgzicon.svg") left center no-repeat;
}
.djgz ul{
    margin-top: 10px;
}
.djgz li{
    line-height:24px;
    padding:10px 0 10px 15px;
    background: url("../img/dot.png") left center no-repeat;
    border-bottom: 1px dashed #E5E5E5;
}

.hdly{
    margin-top: 40px;
}
.hdly .mt{
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: 1px solid #bebebe;
    background: #fff;
    overflow: hidden;
}
.hdly .mt span{
    background: #4caf50;
    padding:0 27px;
}
.hdly .mt span a{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.hdly .mt span:after{
    display: none;
}
.hdly li{
    height:50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}
.hdly li a{
    float: left;
    width: 100%;
    padding-right: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hdly li span{
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    color: #999999;
}
.liuyan-detail{
    background: #ecf2f6;
    padding:40px;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 30px;
}
.liuyan-title{
    text-align: right;
    margin-bottom: 20px;
    line-height: 24px;
    overflow: hidden;
}
.liuyan-title strong{
    font-size: 18px;
    float: left;
    text-align: left;
    width: 900px;
    position: relative;
    padding-left:50px;
}
.liuyan-title strong span{
    position: absolute;
    left:0;
    top:0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width:40px;
    height:24px;
    line-height: 24px;
    float: left;
    background: #d60000;
    border-radius: 3px;
    margin-right: 10px;
}
.liuyan-detail dl{
    background: url("../img/da.png") #fff left top no-repeat;
    background-size:4%;
    padding:40px;
    margin-top: 30px;
}
.liuyan-detail dt{
    height:47px;
    text-align: right;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.liuyan-detail dt strong{
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
.liuyan-detail dt strong span{
    color: #1a5284;
    font-weight: bold;
}

.path{
    margin-top: 40px;
    height: 36px;
    font-size: 15px;
    color: #444;
}
.path a:last-child{
    color: rgb(0, 99, 186);
}

