.news {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
}

.case {
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 9;
	background: #FFFFFF;
}
.case .news-type{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.news .news-type .title1{
	font-size: 35px;
    color: #000;
    line-height: 30px;
}

.news .news-type .title2{
	font-size: 16px;
    color: #888888;
    font-family: arial;
    text-transform: uppercase;
    padding-top: 15px;}

.case .page{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}

.case .case_hz{
	padding: 30px 0;
}
/* .case .warp2{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
} */

.news .news-type {
	height: 80px;
	/* margin-bottom: 20px */
	border-bottom: 1px solid #ececec;
}


.news-type h3 {
	float: left;
	font-size: 30px;
	width: 15%
}

.news-type ul {
	width: 85%;
	float: right
}

.news-type ul li {
	float: left;
	height: 60px;
	color: #898989
}

.news-type ul li a {
	line-height: 60px;
	font-size: 16px;
	padding: 0 30px;
	color: #898989
}

.news-type ul li a:hover {
	color: #5f6061
}
.news-list{
    padding: 15px 0 15px;
    border-bottom: 1px solid #e6e6e6;
}
.news-list li {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.news-list li .imgbigout {
	width: 320px;
	float: left;
	height: 0;
	padding-top: 200px;
	position: relative;
}

.news-list li .imgbigout img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news-list li .news-summary {
	float: right;
	width: 68%;
	/*width: -moz-calc(100% - 350px);*/
	/*width: -webkit-calc(100% - 350px);*/
	box-sizing: border-box;
	/*padding-right: 100px;*/
	position: relative;
}

.news-list li .news-summary h4 {
	color: #0f0b09;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
}

.news-list li .news-summary p {
	margin-bottom: 30px
}

.news-list li .news-summary p a {
	color: #0f0b09;
	font-size: 22px;
	font-family: 'msyhl';
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.news-list li .news-summary span {
	margin-bottom: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list li .news-summary span a {
	font-size: 16px
}

.news-list li .news-summary .more {
	text-decoration: underline;
	font-size: 18px
}

.news-list li .newsItem_img{
    width:30%;
    float: left;
    height: 0;
    padding-top: 200px;
    position: relative;
}

.news-list li .newsItem_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.news-detail h1.title{
	font-size: 22px;
	color: #757575;
	text-align: center;
	line-height: 1.8;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-detail .inner{
	text-align: center;
}
.news-detail .inner span{
	font-size: 12px;
	color: #888889;
	margin: 0 10px;
}

.news-detail .article p{
	font-size: 14px;
	color: #888889;
	margin: 10px 0;
	text-align: left;
	text-indent: 2em;
}

.news-detail .article img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* pager */

.pager {
	position: relative;
	width: 100%;
	color: #666;
	line-height: 30px;
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
	height: 26px;
}
.pager li{display: inline-block;}
.pager a,
.pager span {
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	font-size: 13px;
	font-family: "Arial";
	color: #999;
	transition: all .2s ease-out;
	margin-right: 5px;
}

.pager a:after,
.pager span:after {
	display: block;
	margin: 2px auto;
	width: 0;
	height: 1px;
	background-color: #d4d4d4;
	content: "";
}

/* .pager .p1{font-size: 0;background: url(../img/arrow2.png) center no-repeat;transform: rotate(180deg);}.pager .p1:first-child, .pager .p1:last-child{display: none;}.pager .p1:nth-child(2){transform: rotate(0);} */
.pager .p1,
.pager .p4 {
	display: none;
}

.pager .p2,
.pager .p3 {
	font-family: 'simsun';
}

.pager a:hover {
	color: #333;
	opacity: 1
}

.pager .active a{
	color: #333
}

.pager a:hover:after,
.pager .active a:after {
	width: 10px;
}

.pager a.disabled {
	color: #0f0b09;
	display: none;
}

.current:first-child,
.pager .p1:last-child {
	display: none
}

.pager .p1:after {
	display: none
}




/* 其他页面 */

.position-weizhi .w1260 .news-type .museo-light {
	width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}







/*业务范围*/
.append .append-item{
    height: 425px;
    width: 100%;
    background-size: cover;
    position: relative;
    margin-top: 40px;
}

.append .append-item .append-img{
    width: 50%;
    height: 425px;
    
}


.append .append-item .append-tist{
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F8;
}
.append .append-item .append-tist .append-div{
    padding: 0 3%
}

.append .append-item:nth-of-type(2n+1) .append-tist{
    right: 0;
}

.append .append-item:nth-of-type(2n) .append-tist{
    left: 0;
}
.append .append-item .append-img{
    position: absolute;
}

.append .append-item:nth-of-type(2n) .append-img{
    
   right: 0;
}

.append .append-item:nth-of-type(2n+1) .append-img{
    left: 0;
}



.append .append-item .append-tist h3{
    font-size: 28px;
}

.append .append-item .append-tist p{
    font-size: 14px;
    line-height: 1.7;
}
.append .append-item .append-tist span{
    display: block;
    width: 60px;
    height: 2px;
    margin: 17px 0;
    background: #333333;
}

.append .append-item .append-tist a{
    color: #fff;
    background: #2d559e;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
    border-radius: 20px;
    margin-top: 70px;
}

@media screen and ( max-width:950px ){
    .append .append-item .append-img{
    /*height: auto;*/
    width: 100%;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}

.append .append-item .append-tist{
    position:absolute;
    /*height: auto;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,.6);
    padding: 20px;
    box-sizing: border-box;
}



}

