.h_line{width: 1190px; height: 1px; background-color: #B7B7B7; margin-top: 56px;}
.inner-line{width: 545px; height: 1px; background-color: #232A3A;	}

.news_list {
	width: 1190px;
	min-height: 800px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news_list img{width: 6px; height: 9.7px; margin-left: -5px;}

.news_list a {
	display: inline-block;
	line-height: 50px;
	padding-left: 12px;
	color: #555555;
	font-size: 14px;
}

.middle-line{width: 1190px; height: 1px; background-color: #eee; margin-top: 35px; margin-bottom: 35px;}

.news_content {
	width: 1150px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
	
}

.text-title{font-size:14px; font-weight:500; color:rgba(34,34,34,1); line-height:21px;margin-top: 55px;}

.news_content p {
	font-size: 14px;
	font-weight:400; 
	color:rgba(85,85,85,1);
	line-height: 2.5;
	/* text-indent: 2em; */
	text-align: left;
}

.news_content h2 {
	font-size: 14px;
	text-indent: 0em;
	line-height: 60px;
	margin-top: 20px;
	font-weight:500; 
	color:rgba(34,34,34,1);
	text-align: left;
}

.news_content img {
	clear: both;
	display: block;
	margin: 10px auto;
	max-width: 800px;
}

.pageinfo {
	text-align: left;
	margin-top: 90px;
	margin-bottom: 72px;
}

.pageinfo a {
	display: block;
	margin-bottom: 32px;
	color: #424242;
}

.news_content h1.news_title {
	font-size: 20px;
	color: #3e3e3e;
	margin-top: 31px;
	margin-bottom: 30px;
	text-align: center;
}

.news_content p.post_time {
	color: #808080;
	margin-bottom: 27px;
	text-align: center;
}

.news_content .post_time {
	font-size: 14px;
	display: block;
	color: #808080;
	margin-bottom: 27px;
	text-align: center;
}

.news_content ul {
	margin-left: 50px;
}

.news_content ul li {
	list-style: disc;
	font-size: 14px;
	color: #818181;
	line-height: 40px;
	text-align: left;
}

.news_content .point {
	font-weight: bold;
}

.img-tip {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #979797;
	line-height: 20px;
}

.smaller-pic-1 {
	display: block;
	width: 600px;
}

.smaller-pic-2 {
	display: block;
	width: 600px;
}

.smaller-pic-3 {
	display: block;
	width: 600px;
}

.left_arrow {
	display: block;

	font-size: 14px;
	color: #818181;
	line-height: 40px;
	padding-left: 50px;
	background-image: url(../images/solutions/left_arrow16_16.png);
	background-repeat: no-repeat;
	background-position: 30px 12px;
}
.left_duigou {
	display: block;

	font-size: 14px;
	color: #818181;
	line-height: 40px;
	padding-left: 50px;
	background-image: url(../images/solutions/left_duigou16_16.png);
	background-repeat: no-repeat;
	background-position: 30px 12px;
}

.center-title {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	font-weight: 800;
}

strong {
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
}

.line{width: 1208px; height: 1px; margin: 0 auto; background-color: #eee; margin-top: 25px;}
.button-content{width: 1150px; height: 20px; margin: 0 auto;  margin-top: 26px; margin-bottom: 80px;}

.left-button{display: inline-block; width: auto; float: left;}
.right-button{display: inline-block; width: auto; float: right;}
.button-content img{width: 8px; height: 12px;}
.button-content a{font-size: 14px;}

.text-title{font-size:14px; font-weight:500; color:rgba(34,34,34,1); line-height:21px;margin-top: 55px;margin-bottom: 20px; text-align: center;}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .content { width: 100%; box-sizing: border-box; }

  .h_line { width: 100%; margin-top: 20px; }
  .inner-line { width: 60%; }

  .news_list {
    width: 100%;
    min-height: unset;
    padding: 15px 15px 20px;
    box-sizing: border-box;
  }

  /* 每条新闻：图标和文字同行对齐，文字多行时也能正确缩进 */
  .news_list > div:not(.middle-line) {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
  }

  .news_list img {
    flex-shrink: 0;
    margin-top: 4px;
    margin-left: 0;
  }

  .news_list a {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 8px;
    white-space: normal;
    word-break: break-all;
  }

  .middle-line {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background: transparent;
  }

  .news_content {
    width: 100%;
    padding: 20px 15px 40px;
    box-sizing: border-box;
  }

  .news_content img {
    max-width: 100%;
    height: auto;
  }

  .news_content h1.news_title {
    font-size: 17px;
    line-height: 1.6;
    padding: 0 5px;
  }

  .news_content h2 {
    line-height: 2;
  }

  .news_content p {
    line-height: 2;
    text-align: justify;
  }

  .news_content ul {
    margin-left: 20px;
  }

  .pageinfo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 5px;
  }

  .pageinfo a {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .line { width: 100%; }
  .button-content {
    width: 100%;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-button,
  .right-button {
    max-width: 48%;
    overflow: hidden;
    float: none;
  }

  .left-button a,
  .right-button a {
    font-size: 13px;
    white-space: normal;
    line-height: 1.6;
    vertical-align: middle;
  }

  .button-content img {
    vertical-align: middle;
    flex-shrink: 0;
  }

  .smaller-pic-1,
  .smaller-pic-2,
  .smaller-pic-3 {
    width: 100%;
    max-width: 100%;
  }

  .left_arrow,
  .left_duigou {
    padding-left: 30px;
    background-position: 10px 12px;
  }
}
