#bread {
  margin-bottom: 20px;
  border-bottom: 1px dashed #c9c9c9;
}
.tm_left {
  width: 858px;
  float: left;
}
.tm_left .title {
  width: 100%;
  height: 65px;
  background-color: #d6201f;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  margin-bottom: 10px;
}
.tm_left .article_item {
  height: 145px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 22px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.tm_left .article_item:hover {
  background-color: #eaeaea;
}
.tm_left .article_item:hover .info-container .i-tit a {
  color: #d6201f;
}
.tm_left .article_item .pic-container {
  width: 205px;
  height: 145px;
  float: left;
  position: relative;
}
.tm_left .article_item .pic-container .imgp {
  width: 205px;
  height: 145px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.tm_left .article_item .pic-container .imgp img {
  max-width: 156px;
  max-height: 97px;
}
.tm_left .article_item .info-container {
  width: 623px;
  float: left;
  height: 100%;
  position: relative;
}
.tm_left .article_item .info-container .i-tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 23px;
  line-height: 34px;
}
.tm_left .article_item .info-container .i-tit a {
  color: #666;
}
.tm_left .article_item .info-container .i-desc {
  font-size: 13px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tm_left .article_item .info-container .i-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 13px;
}
.tm_left .article_item .info-container .i-bottom .i-tag {
  height: 32px;
  max-width: 460px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 18px;
}
.tm_left .article_item .info-container .i-bottom .i-tag img {
  vertical-align: text-bottom;
  margin-right: 3px;
}
.tm_left .article_item .info-container .i-bottom .i-tag b {
  margin-right: 12px;
  color: #999;
  font-weight: normal;
}
.tm_left .article_item .info-container .i-bottom .i-time {
  float: right;
}
.tm_left .article_item .info-container .i-bottom .i-time img {
  vertical-align: text-bottom;
  margin-right: 3px;
}
.tm_right {
  width: 315px;
  float: right;
}
.tm_right .r_notice {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  padding: 20px 15px 20px 25px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tm_right .r_notice p {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
}
.tm_right .r_contact_me {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  width: 100%;
}
.tm_right .r_contact_me .tit {
  font-size: 14px;
  color: #262626;
  text-align: center;
  margin-top: 19px;
}
.tm_right .r_contact_me .tit span {
  font-weight: bold;
  font-size: 15px;
}
.tm_right .r_contact_me .hotline {
  font-size: 20px;
  text-align: center;
  color: #d6201f;
  margin-top: 13px;
  font-weight: bold;
}
.tm_right .r_contact_me .line {
  width: 227px;
  height: 14px;
  line-height: 14px;
  position: relative;
  margin: 10px auto 0;
  text-align: center;
  color: #e5e5e5;
}
.tm_right .r_contact_me .line .l1 {
  height: 1px;
  width: 86px;
  background-color: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
.tm_right .r_contact_me .line .l3 {
  height: 1px;
  width: 86px;
  background-color: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
}
.tm_right .r_contact_me #tm_right_phone {
  width: 225px;
  height: 38px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fafafa;
  text-align: center;
  color: #6d6a6a;
  margin: 10px auto 0;
  display: block;
}
.tm_right .r_contact_me #tm_do_left_phone {
  width: 225px;
  height: 38px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  line-height: 38px;
  background-color: #d6201f;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 10px auto 12px;
}
.tm_right .r_hot_tags {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}
.tm_right .r_hot_tags .title {
  width: 280px;
  margin: 6px auto 0;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.tm_right .r_hot_tags .title .kuai {
  position: absolute;
  width: 5px;
  height: 18px;
  background-color: #d6201f;
  left: 0;
  top: 10px;
}
.tm_right .r_hot_tags .title span {
  color: #000033;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.tm_right .r_hot_tags ul {
  width: 290px;
  margin: 0 auto 2px;
  display: block;
  padding-bottom: 3px;
}
.tm_right .r_hot_tags ul li {
  float: left;
  padding: 12px 15px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #e5e5e5;
  margin: 0 5px 12px;
}
.tm_right .r_hot_tags ul li a {
  color: #606060;
}
.tm_right .r_hot_tags ul li:hover {
  background-color: #d6201f;
}
.tm_right .r_hot_tags ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.tm_right .recom_articles {
  border: 1px solid #e5e5e5;
  margin-top: 12px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 388px;
  width: 100%;
  background-color: #fff;
  display: block;
}
.tm_right .recom_articles .titles {
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 280px;
  margin: 8px auto 0;
}
.tm_right .recom_articles .titles .kuai {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #d6201f;
}
.tm_right .recom_articles .titles span {
  margin-left: 10px;
  margin-right: 5px;
  color: #adadad;
  font-size: 16px;
  cursor: pointer;
}
.tm_right .recom_articles .titles span.active {
  font-weight: bold;
  color: #333;
}
.tm_right .recom_articles .articles {
  width: 280px;
  margin: 0 auto;
}
.tm_right .recom_articles .articles ul {
  display: none;
}
.tm_right .recom_articles .articles ul.active {
  display: block;
}
.tm_right .recom_articles .articles ul li.item_list {
  height: 46px;
  border-bottom: 1px dashed #e5e5e5;
}
.tm_right .recom_articles .articles ul li.item_list .p_title {
  margin-top: 8px;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tm_right .recom_articles .articles ul li.item_list .p_time {
  text-align: right;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
.tm_right .recom_articles .articles ul li.item_list .p_time img {
  vertical-align: middle;
  width: 12px;
}
.tm_right .recom_articles .articles ul li.item_first {
  width: 100%;
  height: 160px;
  position: relative;
}
.tm_right .recom_articles .articles ul li.item_first img {
  width: 280px;
  height: 160px;
}
.tm_right .recom_articles .articles ul li.item_first div {
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  line-height: 16px;
  overflow: hidden;
  display: table;
}
.tm_right .recom_articles .articles ul li.item_first div p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px;
  font-weight: bold;
  color: #000;
}
.tm_right .recom_articles .articles ul li:last-child {
  border-bottom: none;
}
.lp_bottom {
  height: 155px;
  width: 100%;
  background-color: #ededef;
  padding-top: 30px;
}
.lp_bottom p {
  font-size: 24px;
  color: #c21919;
  text-align: center;
}
.lp_bottom p .strong {
  font-size: 28px;
  font-weight: bold;
}
.lp_bottom .phone_cont {
  height: 60px;
  width: 600px;
  margin: 15px auto 0;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #fff;
}
.lp_bottom .phone_cont #trademark_phone {
  height: 60px;
  width: 456px;
  background-color: #fff;
  float: left;
  text-indent: 50px;
  color: #666;
  border: none;
  font-size: 14px;
}
.lp_bottom .phone_cont #do_trademark_phone {
  width: 144px;
  height: 60px;
  float: right;
  background-color: #c21919;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
/* pages */
.pagination a.current {
  background-color: #d6201f;
  border-color: #d6201f !important;
}
.pagination a:hover {
  border-color: #d6201f !important;
}
.tm_left_phone {
  margin-top: 97px;
}
.tm_left_phone p {
  font-size: 24px;
  color: #c21919;
  text-align: center;
}
.tm_left_phone p .strong {
  font-size: 28px;
  font-weight: bold;
}
.tm_left_phone .phone_cont {
  height: 60px;
  width: 600px;
  margin: 35px auto 0;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #fff;
}
.tm_left_phone .phone_cont #trademark_phone {
  height: 60px;
  width: 456px;
  background-color: #fff;
  float: left;
  text-indent: 50px;
  color: #666;
  border: none;
  font-size: 14px;
}
.tm_left_phone .phone_cont #do_trademark_phone {
  width: 144px;
  height: 60px;
  float: right;
  background-color: #c21919;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
