#body {
  background-color: #f2f2f2;
}
#article_title {
  padding-bottom: 17px;
}
#article_title p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #333;
  text-align: center;
}
#article_title p:nth-child(1) img {
  height: 13px;
  vertical-align: baseline;
  margin-right: 4px;
}
#article_title p:nth-child(2),
#article_title p:nth-child(3) {
  color: #999;
  line-height: 22px;
  font-size: 13px;
  text-align: left;
  text-overflow: ellipsis;
  height: 22px;
  overflow: hidden;
  white-space: normal;
  padding: 0 14px;
}
#article_title p:nth-child(2) img,
#article_title p:nth-child(3) img {
  max-height: 13px;
  max-width: 13px;
  vertical-align: baseline;
  margin-right: 4px;
}
#article_content {
  width: 97%;
  background-color: #fff;
  margin: 0 auto 10px;
}
#article_content .container {
  padding: 15px;
}
#article_content p {
  overflow: hidden;
}
#article_content p img {
  max-width: 100%;
}
.news {
  float: left;
  display: block;
}
.news li {
  height: 54px;
  background: #F7F7F7;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.news_left {
  float: left;
  width: 80px;
  text-align: center;
}
.news_right {
  float: left;
  width: calc(19%);
  width: -moz-calc(19%);
  width: -webkit-calc(19%);
}
.news_left p {
  text-align: center;
}
.news_title {
  font-size: 16px;
  color: black;
}
.news_title .news_left,
.news_title .news_right {
  height: 24px;
  line-height: 24px;
}
.news_content .news_left,
.news_content .news_right {
  height: 16px;
  line-height: 16px;
}
.news_content {
  font-size: 10px;
  color: #aaa;
  height: 16px;
}
#relate_title {
  color: #FD1D27;
  padding: 20px 0 10px 0;
  font-size: 16px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
#article_footer_logo {
  border-top: 1px dotted black;
  text-align: center;
  padding: 10px 0;
}
#article_footer_logo img {
  width: 170px;
  height: 75px;
}
#others {
  text-align: center;
  margin: 40px 15px 20px;
}
#others a {
  border: 1px solid  #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 13px 22px;
  margin: 0 15px;
}
.phone-container {
  margin: 10 auto;
}
.phone-container .title {
  height: 42px;
  font-size: 16px;
  color: #d6201f;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}
.phone-container .phone {
  width: 80%;
  height: 50px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  font-size: 12px;
  margin: 0 auto 9px;
  display: block;
}
.phone-container .phone::-webkit-input-placeholder {
  color: #b3b3b3;
}
.phone-container .phone:-moz-placeholder {
  color: #b3b3b3;
}
.phone-container .phone::-moz-placeholder {
  color: #b3b3b3;
}
.phone-container .phone:-ms-input-placeholder {
  color: #b3b3b3;
}
.phone-container .sub_trademark_phone {
  width: 80%;
  height: 50px;
  border: none;
  background-color: #d6201f;
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 50px;
  margin: 0 auto 22px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
}
.recom_articles {
  margin-top: 12px;
}
.recom_articles .titles {
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 100%;
  margin: 8px auto 0;
}
.recom_articles .titles .kuai {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 5px;
  height: 18px;
  background-color: #d6201f;
}
.recom_articles .titles span {
  margin-left: 20px;
  margin-right: 5px;
  color: #adadad;
  font-size: 16px;
  cursor: pointer;
}
.recom_articles .titles span.active {
  font-weight: bold;
  color: #333;
}
.recom_articles .articles {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.recom_articles .articles ul {
  display: none;
  margin: 0 10px;
}
.recom_articles .articles ul.active {
  display: block;
}
.recom_articles .articles ul li.item_list {
  height: 29px;
  border-bottom: 1px dashed #e5e5e5;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}
.recom_articles .articles ul li.item_list .p_title {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 12px;
}
.recom_articles .articles ul li.item_list .p_time {
  text-align: left;
  height: 13px;
  margin-top: 8px;
  line-height: 13px;
  font-size: 12px;
  color: #999;
  text-indent: 12px;
}
.recom_articles .articles ul li.item_list .p_time span {
  max-width: 245px;
  height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}
@media screen and (max-width: 330px) {
  .recom_articles .articles ul li.item_list .p_time span {
    max-width: 205px;
  }
}
.recom_articles .articles ul li.item_list .p_time img {
  vertical-align: middle;
  height: 13px;
}
.recom_articles .articles ul li:last-child {
  border-bottom: none;
}
.trademark_bottom {
  margin: 18px auto 40px;
  text-align: center;
}
.trademark_bottom img {
  width: 28.8%;
}
