.news-container{
    padding-top: 12px;
    width: 900px;
}
.news-container .list-slide-img {
    width: 290px;
	height: 202px;
    background-color: #bfbfbf;
}
.list-slide-main {
    width: 570px;
    margin-left: 40px;
}
.news-main{
    width: 504px;
}
.news-main .list-slide-name {
    font-size: 24px;
    line-height: 30px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 7px 0 16px;
}
.news-main .list-slide-intro {
    color: #a0a0a0;
    width: auto;
}
.news-tip{
    margin-top: 61px;
    text-align: left;
}
.news-tip p{
    font-size: 14px;
    line-height: 18px;
    color: #535353;
    margin-right: 30px;
}
.news-tip p span{
    color: #a0a0a0;
}


.news-recom{
    width: 288px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    margin-top: 36px;
}
.news-recom-title{
    font-size: 18px;
	font-weight: bold;
    line-height: 46px;
    margin:0 21px 2px;
}
.news-recom-hot{
    margin:0 14px;
    color:#313131;
}
.news-recom-hot-img{
    width: 260px;
	height: 180px;
	background-color: #bfbfbf;
    overflow: hidden;
}
.news-recom-hot-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}
.news-recom-hot-name{
    font-size: 16px;
	font-weight: bold;
	line-height: 22px;
    margin-top: 8px;
}
.news-recom-hot:hover .news-recom-hot-img img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.news-recom-wrapper{
    margin:14px 14px 6px;
}
.news-recom-slide{
    padding:16px 0;
}
.news-recom-slide + .news-recom-slide{border-top:1px solid #eeeeee;}
.news-recom-link{
    text-align: left;
    color: #313131;
    line-height: 40px;
}
.news-recom-link-no{
    vertical-align: middle;
    font-size: 30px;
	font-weight: bolder;
	color: #007eff;
     width: 62px;
     text-align: center;
     margin-right: 3px;
}
.news-recom-link-name{
    width: 183px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.news-recom-link:hover .news-recom-link-no{
    color:#FF6900;
}



.news-types{
    text-align: left;
    margin-bottom: 60px;
}
/* 同 index.css */
.news-type{
    width: 395px;
	height: 250px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
	        box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
    margin-top: 16px;
    margin-left: 16px;
}
.news-type:nth-child(3n+1) {margin-left: 0;}
.news-type-name{
    background: url(../images/bg4.jpg) no-repeat 0 0;
    width: 360px;
	height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin:18px auto 0;
    color:#fff;
}
.news-type:nth-child(2) .news-type-name{background-position: -360px 0;}
.news-type:nth-child(3) .news-type-name{background-position: -720px 0;}
.news-type:nth-child(4) .news-type-name{background-position: 0px -100px;}
.news-type:nth-child(5) .news-type-name{background-position: -360px -100px;}
.news-type:nth-child(6) .news-type-name{background-position: -720px -100px;}
.news-type-links{
    margin:11px 20px 0 23px;
}
.news-type-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.news-type-link-name{
    font-size: 14px;
	line-height: 34px;
	color: #313131;
    width: 225px;
    -webkit-line-clamp: 1;
    padding-left: 16px;
    position: relative;
}
.news-type-link-name::before{
    content:'';
    width: 6px;
    height: 6px;
    position: absolute;
    left:0;
    top:14px;
    background-color: #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.news-type-link-date{
    font-size: 14px;
	line-height: 34px;
	color: #7d7d7d;
}
.news-type-link:hover .news-type-link-name{
    color:inherit;
}
.news-type-link:hover .news-type-link-name::before{
    background-color:#FF6900;
}


.nd-container{
    margin-bottom: 80px;
}
.n-details-container{
    width: 900px;
    margin-top: 53px;
}
.nd-title{
    font-size: 24px;
	font-weight: bold;
	line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.nd-tags{
    padding-bottom: 28px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.nd-tags p{
    font-size: 14px;
	line-height: 16px;
	color: #a0a0a0;
    margin:0 15px;
}
hr{
    color:#f00;
    background: #f00;
}
.nd-intro{
    background-color: #edf6ff;
    padding:20px 33px;
    font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
    text-align: justify;
    margin:0 25px;
}

.nd-content{
    width: 785px;
    margin:24px auto 0;
    font-size: 14px;
	line-height: 20px;
	color: #535353;
}
.nd-content img{
    margin:0 auto;
    max-width: 100%;
}
.nd-content p{
    margin-bottom: 20px;
}
.nd-btns{
    border-top: 1px solid #eee;
    margin: 44px 0 0;
    padding:40px 0;
}
.nd-btns p + p{
    margin-top: 8px;
}
.nd-btn{
    display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #535353;
}


.section-project-nd{
	background-color: #f7f7f7;
}