* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
}
* html,
* body {
  margin: 0;
  padding: 0;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  font-weight: 400;
}
* a {
  text-decoration: none;
}
* ul {
  list-style: none;
}
* .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
* .mult_line_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
* .mult_line_ellipsis_three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
* .title {
  /*padding: 8px 0;*/
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
* .title h2 {
  /*color: #000;
            font-size: 24px;
            display: inline-block;*/
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: #148FD5;
  padding: 4px 10px;
}
* .title h4 {
  color: #666;
  font-size: 14px;
  display: inline-block;
  padding: 0px 4px;
}
* .title a {
  width: 44px;
  height: 20px;
  background-color: #148FD5;
  font-size: 14px;
  display: inline-block;
  color: white;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 6px;
}
* .title::after {
  content: '';
  display: inline-block;
  /*width: 46px;
            height: 2px;
            background-color: #148FD5;
            position: absolute;
            left: 0;
            bottom: -2px;*/
}
* .container {
  width: 1200px;
  margin: 0 auto;
}
.news .banner {
  margin: 0 auto;
}
.news .nav {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.news .article_list {
  margin-top: 15px;
  overflow: hidden;
}
.news .article_list .operate {
  width: 780px;
  float: left;
}
.news .article_list .operate .nav a {
  display: inline-block;
  color: #000;
  background-color: #E5E5E5;
  width: 132px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  margin-left: -5px;
}
.news .article_list .operate .nav a:hover {
  transition: all 0.2s;
  background-color: #148FD5;
  color: white;
}
.news .article_list .operate .nav a.current {
  background-color: #148FD5;
  color: white;
  position: relative;
}
.news .article_list .operate .nav a.current::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #148FD5;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
.news .article_list .operate .operate_list {
  overflow: hidden;
  width: 100%;
}
.news .article_list .operate .operate_list ul {
  width: 100%;
}
.news .article_list .operate .operate_list ul li {
  padding: 32px 0;
  width: 780px;
  padding-left: 300px;
  position: relative;
  border-bottom: 1px solid #D2D2D2;
}
.news .article_list .operate .operate_list ul li img {
  position: absolute;
  top: 32px;
  left: 0;
  width: 264px;
  height: 140px;
}
.news .article_list .operate .operate_list ul li .details {
  display: inline-block;
  width: 460px;
  height: 140px;
  position: relative;
}
.news .article_list .operate .operate_list ul li .details h3 {
  font-size: 20px;
  color: #000;
}
.news .article_list .operate .operate_list ul li .details p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 26px;
}
.news .article_list .operate .operate_list ul li .details p span {
  font-size: 14px;
  color: #D41314;
}
.news .article_list .operate .operate_list ul li .details .details_footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news .article_list .operate .operate_list ul li .details .details_footer span {
  font-size: 14px;
  color: #999;
}
.news .article_list .operate .operate_list ul li .details .details_footer span.label {
  border: 1px solid #aaa;
  padding: 1px 5px;
  border-radius: 5px;
}
.news .article_list .operate .operate_list ul li .details .details_footer span.addtime {
  margin-left: 32px;
}
.news .article_list .operate .operate_list ul li .details .details_footer span.clicks {
  display: none;
  margin-left: 50px;
}
.news .article_list .operate .operate_list ul li:last-child {
  border-bottom: 0;
}
.news .article_list .operate .operate_list button {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 58px;
}
.news .article_list .answers {
  width: 380px;
  float: right;
}
.news .article_list .answers .list {
  width: 100%;
}
.news .article_list .answers .list ul {
  width: 100%;
}
.news .article_list .answers .list ul li {
  width: 290px;
  margin: 26px 0;
  padding-left: 90px;
  position: relative;
}
.news .article_list .answers .list ul li img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.news .article_list .answers .list ul li .details {
  display: inline-block;
  width: 290px;
  position: relative;
}
.news .article_list .answers .list ul li .details .info {
  position: relative;
}
.news .article_list .answers .list ul li .details .info h3 {
  font-size: 16px;
  color: #148ED4;
}
.news .article_list .answers .list ul li .details .info .details_footer {
  width: 100%;
  margin: 10px 0;
}
.news .article_list .answers .list ul li .details .info .details_footer span {
  font-size: 14px;
  color: #999;
}
.news .article_list .answers .list ul li .details .info .details_footer span.label {
  border: 1px solid #aaa;
  padding: 1px 5px;
  border-radius: 5px;
}
.news .article_list .answers .list ul li .details .info .details_footer span.addtime {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.news .article_list .answers .list ul li .details .info .details_footer span.clicks {
  position: absolute;
  right: 0;
}
.news .article_list .answers .list ul li .details p {
  font-size: 14px;
  color: #666;
  margin-top: 14px;
}
.news .article_list .answers .list ul li .details p span {
  font-size: 14px;
  color: #D41314;
}
.news .article_list .answers .list img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
