h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    font-weight: normal;
}
.newsList{
    width: 1180px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 60px 0 60px;
}
.newsList .content{
    padding: 0 20px;
}
.newsList h2{
    font-size: 36px;
    padding-bottom: 30px;
    font-weight: 600;
}
.newsList ul{
    padding: 0;
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}
.newsList ul li{
        /* float: left; */
    width: 33.333%;
    margin-bottom: 60px;
    list-style: none;
    padding: 0 8px;
}
.newsList ul li>img{
    width: 100%;
    max-height: 150px;
}
.newsList ul li h3{
    font-size: 22px;
    padding: 25px 0 15px;
    font-weight: 600;
}
.newsList ul li h5{
    font-size: 18px;
    padding-bottom: 20px;
}
.newsList ul li h4{
    font-size: 14px;
    color: #7d7d7d;
    line-height: 1.6;
    margin-bottom: 15px;
}
.newsList ul li h6{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 50px 10px 18px;
    background: #000;
    position: relative;
}
.newsList ul li h6::after{
    content: "";
    display: block;
    background: url(../img/newList_right_three.png) no-repeat;
    background-size: 100% 100%;
    width: 27px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.newsList ul li img {
    width: 100%;
}
.newsList ul li p{
    font-size: 16px;
    color: #6e6c6c;
    position: relative;
    display: block;
    padding-left: 18px;
    margin-bottom: 30px;
}
.newsList ul li p:before{
    content: "";
    display: inline-block;
    background: url(../img/newList_why.png) left center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.newsList ul li a{
    color: #000;
}

.newsList ul li h4{
    min-height: 66px;
}
.moreNews{
    padding: 40px 0;
    text-align: center;
}
.moreNewsCenter{
    display: inline-block;
    background: #fdc532;
}
.moreNews a{    
    padding: 10px 21px;
    font-size: 14px;
    color: black;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    width: auto;
}

/* 电力系统 */
.electrical-content{
    padding-bottom: 70px;
}
.electrical-wrap{
    width: 1180px;
    margin: 0 auto;
    padding: 0 60px;
}
.electrical-content h2,.newfinancial h2{
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 25px;
    font-weight: 600;
    border-left: 4px solid #000;
    line-height: 1;
    padding-left: 15px;
}
.electrical-content p,.newfinancial p{
    font-size: 18px;
    line-height: 1.6;
}
.electrical-content .product-why{
    padding-top: 25px;
}
.electrical-content .product-why li{
    border: 2px solid #f4c624;
    padding: 14px 0 14px 12px;
    list-style: none;
    margin-left: 17px;
    float: left;
    margin-bottom: 12px;
}
.electrical-content .product-why li:nth-child(1){
    width: 202px;
    margin-left: 0;
}
.electrical-content .product-why li:nth-child(2){
    width: 167px;
}
.electrical-content .product-why li:nth-child(3){
    width: 134px;
}
.electrical-content .product-why li:nth-child(4){
    width: 153px;
}
.electrical-content .product-why li:nth-child(5){
    width: 163px;
}
.electrical-content .product-why li:nth-child(6){
    width: 119px;
}
.electrical-content .product-why li:nth-child(7){
    width: 357px;
    margin-left: 0;
}
.electrical-content .product-why li:nth-child(7) h3{
    display: inline-block;
    vertical-align: top;
}
.electrical-content .product-why li:nth-child(7) span{
    font-size: 14px;
    padding-left: 15px;
}
.electrical-content .product-why h3{
    font-size: 20px;
    font-weight: 600;
}
.electrical-content .product-why p{
    font-size: 14px;
    padding-top: 14px;
}
.electrical-wrap .sever{
    padding: 40px 60px 100px 60px;
}
.electrical-wrap .sever img{
    width: 100%;
}
.client-sever{
    background: #262626;
    padding: 60px;
    width: 1180px;
    margin: 0 auto;
}
.client-sever h2{
    margin-top: 0;
    color: #fff;
    border-left: 4px solid #fff;
}
.client-sever p{
    color: #fff;
    padding-top: 25px;
}
.client-sever ul{
    list-style: none;
    margin: 0;
    padding-top: 50px;
}
.client-sever ul li{
    float: left;
    width: 33.333%;
    margin-bottom: 15px;
}
.client-sever ul li a{
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.client-sever ul li a::before{
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    background: #ffc700;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8.5px;
}
.client-sever ul li.right{
    text-align: right;
}
.client-sever ul li.center{
    padding-left: 100px;
}
.electrical-evm{
    background: #ffc700;
    padding: 35px 0;
}
.electrical-evm img{
    width: 199px;
    height: 199px;
    display: block;
    float: left;
}
.electrical-evm .evm-text{
    width: 861px;
    float: left;
    padding-left: 50px;
    padding-top: 65px;
}
.electrical-evm .evm-text p{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
}

/* 融资 */
.financial-about {
    width: 1180px;
    padding: 80px 60px 0 60px;
    margin: 0 auto;
    background: url(../../img/financial-about-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 421px;
}
.financial-about p{
    line-height: 1.6;
    color: #fff;
    padding-bottom: 35px;
    font-size: 18px;
}
.newfinancial{
    padding-bottom: 50px;
}
.newfinancial p span{
    color: #ffc700;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.newfinancial p span.icon01{
    padding-left: 38px;
}
.newfinancial p span.icon02{
    padding-left: 41px;
}
.newfinancial p span.icon03{
    padding-left: 40px;
}
.newfinancial p span:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.newfinancial p span.icon01:before{
    background: url(../../img/hand-money.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100% 100%;
}
.newfinancial p span.icon02:before{
    background: url(../../img/hand-right.png) no-repeat;
    width: 38px;
    height: 27px;
    background-size: 100% 100%;
}
.newfinancial p span.icon03:before{
    background: url(../../img/bog-money.png) no-repeat;
    width: 37px;
    height: 33px;
    background-size: 100% 100%;
}
.specific{
    padding-top: 25px;
}

/* CAT实干家 */
#story_list p::before{
    content: "";
    display: none;
}
#story_list li p{
    font-size: 14px;
    font-family: 微软雅黑, "Microsoft YaHei";
}
.smask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    display: none;
}
.masterEwmValue {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
}
.masterEwmValue .masterBox {
    width: 400px;
    position: relative;
    margin: 150px auto 0 auto;
    text-align: center;
    padding: 50px 0;
    background: #fff;
}
.masterEwmValue .masterBox img {
    width: auto;
    margin: 0 auto;
}
.masterEwmValue .masterBox .valueImg{
    display: block;
}
.masterEwmValue p {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 10px;
    color: #000;
}
.masterEwmValue p::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -19px;
    width: 24px;
    height: 43.2px;
    background: url(/img/phone_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.masterEwmValue .masterClose {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.masterEwmValue .masterClose img {
    width: 100%;    
}