*{margin: 0;padding: 0;}
a{text-decoration:none;}
li{list-style: none;}

.xwxqbox {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.container {
    width: 1440px;
    margin: auto;
}
.leftbox {
    width: 100%;
    float: left;
    margin-right: 2%;
}
.leftbox .title {
    color: #a7292d;
    margin: 10px 0 20px;
    text-align: center;
    font-size: 28px;
}
.leftbox .meta-date {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    width: 1400px;
    margin: auto;
    border-bottom: 1px dashed #666;
    margin-top: 35px;
}
.leftbox .meta-date1 {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.leftbox .meta-date1 p {
    width: 33.3%;
}
.leftbox .meta-date i {
    color: #777;
    margin-right: 10px;
}
.leftbox p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #999;
    /* text-indent: 2em; */
}
.left-b {
    margin-top: 35px;
    width: 1200px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 50px;
}
.sxp a {
    padding: 10px 20px;
    background: #a7292d;
    color: #fff;
    transition: 0.3s;
}
.leftbox img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.sxp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 20px; */
    box-sizing: border-box;
    margin: 0 auto 50px;
}
.banner{width: 100%;}
.yd{margin-bottom: 20px;border-bottom: solid 1px #66666640;padding-bottom: 5px;color: #7a7676;}
.yd img{margin-right: 5px;}
.nr{width: 100%;margin-top: 50px;}

.news-all {

}
.news-all-dtl {

}
.menu-news-dtl {
	background: #f3f3f3;
}

.news-ctrl {
	clear: both;
	padding-top:3%;
	line-height: 24px;
	display: flex;flex-flow: nowrap;
	justify-content: space-between;
}
.news-ctrl p{
	font-size: 15px;
	color: #333;
}
.news-ctrl a{
	font-size: 15px;
	color: #333;
}
.news-ctrl p:hover {
  color: #92161b;
}
.news-ctrl p:hover a {
  color: #92161b;
}
a.news-ctrl-l,
a.news-ctrl-r {
	display: inline-block;
	position: relative;
	margin-top: 20px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
}
a.news-ctrl-r {
	float: right;
}
a.news-ctrl-l::before,
a.news-ctrl-r::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 46px;
    height: 46px;
    background: #d9d9d9;
    border-radius: 50%;
    opacity: .7;
    transition: .45s;
}
a.news-ctrl-l:hover::before,
a.news-ctrl-r:hover::before {
	background: #d51b32;
}
a.news-ctrl-l span.words,
a.news-ctrl-r span.words {
	position: absolute;
	width: 80px;
	font-size: 14px;
    color: #515151;
    transition: .45s;
}
a.news-ctrl-l span.words {
	left: 110%;
}
a.news-ctrl-r span.words {
	right: 110%;
}
a.news-ctrl-l:hover span.words,
a.news-ctrl-r:hover span.words {
	color: #d51b32;
}
.banner{width: 100%;}s
.location img,
.location p,
.location a {
    display: inline;
    vertical-align: middle;
    color: #777;
    font-size: 17px;
}
.news-list {
	margin-bottom: 34px;
	text-align: center;
	font-size: 0;
}
.location {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
}

.location img {
	padding-right: 8px;
}
.locatio {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
}

.locatio img {
	padding-right: 8px;
}

.location img,
.location p,
.location a {
	display: inline;
	vertical-align: middle;
	color: #777;
	font-size: 15px;

}
.locatio img,
.locatio p,
.locatio a {
	display: inline;
	vertical-align: middle;
	color: #777;
	font-size: 15px;

}
 .w_1200{width: 1440px;margin: 0 auto;}
.news-one {
	overflow: hidden;

	cursor:hand;
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	border: 1px solid #d8d7d75c;
	width: 100%;
	height: 143px;
	font-size: 0;
	text-align: left;
	transition: .3s;
}
.news-one:hover {
	background: #f5f5f6;
	box-shadow:0 4px 10px rgba(206, 206, 206, 0.1);
}
.news-one-date,
.news-one-desc {
	display: inline-block;
	vertical-align: top;
}
.news-one-date {
	width:211px;
	height: 141px;
	background: #f2f2f2;
	overflow: hidden;
}
.news-one-date img{
	width: 100%;
	height: 100%;
	transition: 1s;
	object-fit: cover;
}
.news-one:hover .news-one-date img{transform: scale(1.1);}
.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	color: #e7855e;
}
.news-one-date p.month,
.news-one-date p.year {
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #979797;
}
.news-one-date p.month {

}

.news-one-words {
	margin-top: 32px;
	margin-left: 52px;
	width: 630px;
}
.news-one-desc h3 {
	margin-bottom: 16px;

	font-size: 20px;
	font-weight: bold;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden; 
}
.news-one-desc h3 a {
	color: #666;
	transition: .25s;
}
.news-one-desc p.words {
	display: -webkit-box; 
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.news-one-desc a.link {
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 44px;
	top:40px;
	font-size: 14px;
	color: #fff;
}
 .link{
    padding-top:8px;
	background:#ccc;
	border-radius: 50%;
	width: 69px;
	height: 69px;
	color: #000000;
}

.news-one-desc a.link img {
	margin-left: 18px;
	transition: .25s;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(10px);
}
.news-one:hover .news-one-desc h3 a{color: #a7292d;text-decoration: none;}

/* =============================================news-det.html========================================== */
.mre{font-size: 20px;}
h2.news-title {
	margin-bottom: 85px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.news-belong {
	font-size: 0;
	text-align: center;
}
.belong-one {
	display: inline-block;
	margin-right: 80px;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}
.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.belong-one i{
	font-size: 18px;
	color: #e7855e;
	margin-right: 8px;
}
.news-edit {
	padding-top: 50px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
}
.news-edit img {
	max-width: 100%;
	height: auto;
}
.hotlist {
  padding-top: 9%;
}
.hotlist h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 2%;
  border-bottom: 1px solid #ababab;
}
.hotlist ul {
  padding-top: 2.5%;
}
.hotlist li {
  float: left;
  width: 47%;
  border-bottom: 1px dashed #ababab;
  position: relative;
}
.hotlist li:nth-child(2n) {
  margin-left: 6%;
}
.hotlist li:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #767676;
  display: inline-block;
  float: left;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
}
.hotlist li:hover .news-tit {
  color: #e7855e;
}
.hotlist .news-tit {
  font-size: 14px;
  line-height: 40px;
  color: #333;
  float: left;
  width: 75%;
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.hotlist .time {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  float: right;
  display: inline-block;
  width: 25%;
  text-align: right;
}
.news-case {
  margin-top: 9.1%;
  width: 30%;
}
.news-case h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ababab;
  color: #333;
}
.news-case .hotlist-case dl {
  padding-top: 34px;
  padding-bottom: 18px;
}
.news-case .hotlist-case .case-name {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-top: 24px;
}
.news-case .hotlist-case .sort {
  font-size: 12px;
  color: #979797;
  line-height: 20px;
}
.sjlm{overflow: hidden;padding: 0 15px 0 15px;display: none;}
.sjlm ul li{width: 25%;float: left;text-align: center;margin-top: 20px;margin-bottom: 20px;}
.sjlm ul li a{display: block;}












/*鍒嗛〉*/
.M-box {

	margin:20px auto;
	text-align: center;
  }

.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span{
	display: inline-block;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #cacaca;
    font-size: 14px;
}
 .acti{
	display: inline-block;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #a7292d;
    color: #fff !important;
    font-size: 14px;
    border: 1px solid #a7292d;
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a{
	
	display: inline-block;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover{
	text-decoration: none;
	color:#fff;
    background:#c34a4ef2;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 14px;
    font-weight: bold;
}

a{text-decoration:none;}
li{list-style: none;}
body{background-color: #fff;}
.banner{width: 100%;overflow:hidden;}

.maxx{padding-top: 28px;margin: 0 auto;}
.yd{margin-bottom: 20px;border-bottom: solid 1px #66666640;padding-bottom: 5px;color: #7a7676;}
.yd img{margin-right: 5px;}
.n{margin: 0 auto;background-color: #ffffff;border-radius:3px;width: 1200px;}
.tu{margin: 0 auto;width: 80%;margin-bottom: 20px;overflow: hidden;height: 500px;text-align: center;margin-top:15px;margin-bottom: 15px;}
.tu img {height: 500px;}
.h{ border-bottom: solid 1px #b8babc47;}
.dt{width: 50%;font-size: 23px;margin: 0 auto;text-align: center;padding-bottom: 8px;}
.dd{text-align: right;color: #9d9696;padding-top: 10px;margin-bottom: 30px;}
.wzi p{letter-spacing: 0.1pt;word-spacing:1pt ;}
.wzi{width:80%;margin: 0 auto;}
.wzhi span{color:#7a7676;}
.wzhi img {}
.wzhi{border-bottom:1px solid #D6D6D6;width:80%;margin-bottom: 50px;padding-top:20px;clear: both;margin:0 auto  50px auto;z-index: 9999;padding-bottom: 8px;}
.button{clear: both;margin-top: 40px;}
.zzz{margin-right: 5px;}
.right_order{text-align: center;position: relative;z-index: 9999;}
.z{padding:4px; background-color: #F5F5F5;border-radius: 3px;border: solid 1px rgba(58, 56, 56, 0.1);text-align: center;float: left;}
.y{padding: 4px; background-color: #F5F5F5;border-radius: 5px;border: solid 1px rgba(58, 56, 56, 0.1);text-align: center;float: right;}
.z:hover {background-color:#92161b;color: #FFFFFF;cursor:pointer; transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition:all 1s;}
.y:hover {background-color:#92161b;color: #FFFFFF;cursor:pointer;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition:all 1s;}
.z:hover a{color: #FFFFFF;}
.y:hover a{color: #FFFFFF;}
.dd span{padding: 0 20px 0 0;}
.xwp{font-size: 15px;color: #5c5c5c;text-indent: 2em;line-height: 1.7;}
.xwz{width: 50%;margin: 0 auto;text-align: center;font-size: 15px;color: #5c5c5c;}
.z a{color:#6d6c6c; text-decoration: none;}
.y a{color:#6d6c6c; text-decoration: none;}
.joinbtn{width:80px;height: 26px;text-align: center;color: #FFFFFF;background: #92161b;border:none;font-weight:bold;}
.lib{display: inline-block;background:rgba(102, 102, 102, 0.57);margin: 10px;padding: 5px;border-radius: 2px;}

.dbub{text-align: center;margin-bottom:40px;margin-top: 50px;}
.dbub ul li a{text-decoration: none;padding: 10px;font-size: 18px;color: #FFFFFF;}
.dbub ul li:hover{background:#92161b;transition:all 0.5s;}
.x{height: 1px;background:#b5b4b475;margin-top: 25px;}
.k-1{width: 50%;margin: 0 auto;}
.k-1 ul li{margin-bottom: 10px;}
.k-1 ul li a{text-decoration: none; color: #080808;}
.k-1 ul li a:hover{text-decoration: none;color:#92161b;}
.k-1 img {margin-right: 5px;}
.k-1 span{}
.v-1{width:500px;height: 388px;margin:10px auto 20px auto;display: block;}
.v-1 img {width: 100%;}
.v-2{width: 50%;margin: 0 auto;}
.v-3{background: #92161b;color: #FFF6F6;}
.v-4{text-decoration: none !important;}
.v-4:hover{color: #92161b;}
.xbo{margin-bottom: 16px;}
.zzz-1{color: #000000;font-weight: bold;}
.l-1{text-align: center;margin: 0 auto;width: 50%;font-size: 15px;}
.l-6{text-align: center;margin: 0 auto;width:70%;font-size: 15px;}
.l-2{border:solid 1px rgba(226, 220, 220, 0.68);}
.l-2 td{padding: 10px;}
.l-3{text-align: left;color: #333333;text-decoration: none;padding-left:10px !important;}
.l-3 a{color: #333333;}
.l-3:hover a{text-decoration: none;}
.l-4{text-align: center;margin-top: 50px;display: block;}
.l-5{background: #92161b40;}
.p-a{width:400px;margin:10px auto;text-align: center;display: block;}
.p-a img{width: 100%;}
.news-a{width: 70%;float: left;}
.news-b{width: 25%;float: right;margin-left: 5%;background: #efefef;padding: 10px;}
.news-c{display: block;text-align: left;font-size: 18px;}
.news-d a{color: #000;font-size: 15px;}
.news-d a:hover{color: #92161b;font-weight: bold;}
.news-d{margin-top: 26px;margin-bottom:5px;}
.news-e{margin-bottom:16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;color: #999;margin-top: 5px;}
.news-f{border-bottom: 1px solid #e0e0e0}
.news-h{width: 50%;margin: 0 auto;text-align: center;display: block;}
.news-edit p{text-indent: 2em;}
@media (max-width: 1680px) {
	h2.news-title{
		font-size: 28px;
		margin-bottom: 60px;
	}
	.news-edit{
		padding-top: 50px;
	}
}
@media (max-width: 1440px) {
	.leftbox .meta-date,.left-b,.container,.w_1200{width: 1200px;}
	h2.news-title{
		font-size: 24px;
		margin-bottom: 45px;
	}
	.news-edit{
		padding-top: 40px;
	}
}
@media (max-width: 1200px) {
	.leftbox .meta-date,.left-b,.container{
		width: 1000px;

	}
}


@media (max-width: 1024px) {
	.container{
		width: 90%;
	}
	.leftbox .meta-date{
		width: 100%;
	}.left-b{
		width: 100%;
	}
	.nybann img:nth-child(2) {
	    display: block;
	}
	.nybann img:nth-child(1) {
	    display: none;
	}
	.news-one {
		width: 100%;
	}
	.news-one-desc {
		
	}
	.n{width: 960px;}
	.w_1200{width: 960px}
	.cont{width: 960px}
	.ont{width: 960px}
	.news-one-desc a.link span.more {
		display: none;
	}
	.news-one-words {
		width: 590px;
		margin-left: 15px;
	}
	h2.news-title{
		font-weight: normal;
	}
	.belong-one{
		margin-right: 50px;
		/* &:last-child{
			margin-right: 0;
		} */
	}
	.news-case .hotlist-case .case-name{
		padding-top: 15px;
	}
	.news-case .hotlist-case dl{
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.hotlist h4,.news-case h4{
		font-size: 20px;
	}
	.hotlist .time {
	    font-size: 12px;
	}
	.hotlist .news-tit{
		font-size: 14px;
	}
	.hotlist .time{
		width: 68px;
	}
	.hotlist .news-tit{
		width: calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
	}
	.nybann{
		padding-top: 65px !important;
	}
}
@media (max-width: 1000px) {
	.news-dtl {
		width: 100%;
	}
	.news-con {
    width: 100%;
    padding: 5% 0 0;
    float: left;
  }
  .news-con .title {
    font-size: 22px;
    line-height: 40px;
  }
  .news-con .subhead {
    padding: 0px 0 2.5% 0;
  }
  .news-con .txt-tit {
    padding-top: 10px;
  }
  .news-case {
    margin-top: 5%;
    margin-bottom: 2%;
    width: 100%;
    float: left;
  }
  .news-case .hotlist-case {
    margin-left: -1%;
    margin-right: -1%;
  }
  .news-case .hotlist-case dl {
    width: 31.3333%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
  }
  .hotlist {
    padding-top: 5%;
  }
  .hotlist li {
    width: 48%;
  }
  .hotlist li:nth-child(2n) {
    margin-left: 4%;
  }
  .full_section_inner {
    display: none;
  }
  .newsdet-ban .banner-txt {
    right: auto;
    transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
  }
  .newsdet-ban .img-ban {
    height: 300px;
  }
  .ban-intro p {
    width: 80%;
  }
}



@media (max-width: 992px) {
	.leftbox .title {
	    font-size: 20px;
	}
	.leftbox .meta-date, .left-b, .sxp, .leftbox .meta-date1 {
	    width: 100%;
	}
	.leftbox .meta-date1 p {
	    font-size: 12px;
	}
	.news-all {
		padding-top:0px;
		/*padding-top: 0;*/
		padding-bottom: 40px;
	}
	.news-all-dtl {
		padding-top: 80px;
		padding-top: 1.066667rem;
		padding-bottom: 65px;
		padding-bottom: 0.866667rem;
		/*margin-bottom: 55px;*/
	}
	.news-list {

		padding: 0 15px;
		box-sizing: border-box;
		margin: 50px 0;
	}

	.news-one {
		margin-bottom: 25px;
		height: 94px;
	}
	.news-one-date {
	    width: 82px;
	}
	.news-one-date p.day {
		margin-bottom: 2px;
		line-height: 34px;
		font-size: 34px;
	}
	.news-one-date p.month, 
	.news-one-date p.year {
	    margin-bottom: 3px;
	    line-height: 13px;
	    font-size: 13px;
	}

	.news-one-desc {
	    width: calc(100% - 130px);
	}
	.news-one-desc a.link {
	    right: 15px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.news-one-words {
	    margin-top: 24px;
	    margin-left: 14px;
	}
	.news-one-desc h3 {
		margin-bottom: 8px;
		line-height: 16px;
		font-size: 16px;
		font-weight: normal;
	}
	.news-one-desc p.words {
	    -webkit-line-clamp: 1;
	}

	.news-one-desc a.link img {
		width: 20px;
	}
	.news-one:hover .news-one-desc a.link img {
	    transform: translateX(5px);
	}

	h2.news-title {
	    margin-bottom: 80px;
	    margin-bottom: 1.066667rem;
	}
	.belong-one {
		margin-right: 20px;
	}
	.news-edit {
	    padding-top: 65px;
	    padding-top: 0.866667rem;
	    margin-top: 15px;
	}
	.news-case .hotlist-case .case-name{
		padding-top: 10px;
		line-height: 24px;
	}
	h2.news-title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	.news-all-dtl{
		padding-top:5%;
	}
	.news-edit{
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.container{width: 100%;padding: 0 15px;box-sizing: border-box;}
	.leftbox .meta-date1 p:nth-child(3) {
	    display: none;
	}
	.leftbox p {
	    margin-bottom: 20px;
	    font-size: 14px;
	    color: #999;
	    /* text-indent: 2em; */
	}
	.sxp a {
	    padding: 5px 15px;
	    font-size: 14px;
	}
	.sjlm{display: block;}
	h2.news-title {
		font-size: 36px;
		font-size: 2rem;
	}
	.w_1200{width: 100%;}
	.news-one-words{width: auto;}
	h2.news-title{margin-bottom: 10px;}
	.mre{font-size: 16px;} 
	.link dl{font-size: 13px;} 
	.news-ctrl {
		height: 88px;
		height: 1.173333rem;
	}
	.M-box{margin: 20px 0 20px 0;width:100%;}
	.news-all{padding-bottom: 0px;} 
	.news-h{width: 100%;text-align: center;}
	.p-a{width: auto;margin: 10px 0 10px 0;text-align: center;}
	.n{width: 100%;padding: 0 15px 0 15px;}
	.news-edit{padding-top: 15px;font-size: 14px;}
	.news-con{padding: 0;}
	.belong-one i{display: none;}
	.maxx{padding-top: 0px !important;}
	.news-b{display: none;}
	.news-a{width: 100%;}
	.locatio{display: none;}
	.m-none{display: none !important;}
	.link{width: 62px;height: 62px;}
	.news-one-date{display: none;} 
	.news-one-desc a.link{display: block;}
	a.news-ctrl-l, 
	a.news-ctrl-r {
	    margin-top: 20px;
	    width: 46px;
	    width: 0.613333rem;
	    height: 46px;
	    height: 0.613333rem;
	    line-height: 0;
	    margin-top: 0.266667rem;
	}
	a.news-ctrl-l img, 
	a.news-ctrl-r img {
		position: relative;
		top: 15px;
		top: 0.2rem;
		width: 10px;
		width: 0.133333rem;
	}
	a.news-ctrl-l::before,
	a.news-ctrl-r::before {
	    width: 46px;
	    width: 0.613333rem;
	    height: 46px;
	    height: 0.613333rem;
	}
	a.news-ctrl-l span.words, 
	a.news-ctrl-r span.words {
	    line-height: 44px;
	    line-height: 0.586667rem;
	}
	.hotlist li{
		width: 100%;
	}
	.hotlist li:nth-child(2n){
		margin:0;
	}
	.hotlist h4,.news-case h4{
		font-size: 18px;																																																																						
	}
	.nr{margin-top: 0px;} 
	.news-all{margin-top: 0px;}
}
@media (max-width: 544px) {
	
	.news-one-desc {
	    width: calc(100% - 94px);
	}
	.news-one-desc a.link {
		display:block;
	}


	.belong-one {
		font-size: 12px;
	}
	.belong-one {
		margin-right: 13px;
	}
}
@media (min-width: 1024px) {
	/* .cont{width: 1360px;}
	.w_1200{width: 1360px;margin: 0 auto;}
	.news-one{width: 100%;}
	.ont{width: 1360px;}
	.n{width: 1360px;} */
	
}

@media ( max-width: 1199px) and (min-width:768px){
	.cont{width: 80%;}
	.w_1200{width:100%;}
	.news-one-words {width: 100%;}
	.news-one-desc {width: 65%;}
	.news-one-date{width:103px;overflow: hidden; }
	.news-one-date img{display: block;}
	.ont{width: 80%;}
	.maxx{width: 80%;}
	.n{width: 100%;overflow: hidden;}
	.nr{width: 700px;margin: 10px auto;}
}