/* 内容策划与定制 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
main {
  width: 100%;
  height: 100%;
  display: block;
}
/* 内容策划与生产 */
.services_content {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(5, 58, 79, 0.8) 0,
    rgba(5, 58, 79, 0.8) 30%,
    rgba(19, 123, 114, 0.8) 93%,
    rgba(19, 123, 114, 0.8) 100%
  );
  vertical-align: middle;
  /* display: table-cell; */
}
.services_con_text {
  width: 1170px;
  margin: auto;
  padding: 40px 15px;
  text-align: center;
  color: #fff;
}
.services_con_text h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
.services_banner_abstract {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.services_banner_abstract p:last-child {
  margin-bottom: 0;
}
.services_banner_btn_wrap {
  text-align: center;
}
.services_banner_btn_wrap .services-banner-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  background-color: #ff6c36;
  border: 1 px solid #ff6c36;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
}
/*  */
.services_section {
  width: 1200px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
}
.services_sub_section {
  margin-bottom: 50px;
}
.services_sub_section .containera {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.services_section .row.feature {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.services_section .containerb {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.services_section p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #111111;
  text-indent: 2em;
}
.row_left {
  width: 450px;
  height: 250px;
  margin-right: 40px;
}
.row_left img {
  width: 100%;
  height: 100%;
}
.row_right {
  width: 600px;
}
.row_right_title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
}
.row_right .row_right_con {
  font-size: 14px;
}
.row_right_con li {
  margin-bottom: 10px;
  position: relative;
}
.row_right_con li::before {
  content: " ";
  display: block;
  position: absolute;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c71b2d;
  top: 8px;
}
/*  */
.services_date {
  background-color: #fafafa;
  line-height: 1.8;
  position: relative;
  padding: 40px 0;
  font-size: 16px;
}
.services_date .services_arrow_down {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -20px;
}
.services_date .containerc {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.containerc_con {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.containerc_left {
  width: 450px;
  height: 260px;
  /* margin-right: 40px;
  margin-left: 40px; */
}
.containerc_left img {
  width: 100%;
  height: 100%;
}
.containerc_right,
.containerd_left {
  width: 600px;
}
.containerc_right .containerc_right_title,
.containerd_left_title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
}
.containerc_right p,
.containerd_left p {
  margin-bottom: 15px;
  text-indent: 2em;
}
.containerc_right p .containerc_right_btn,
.containerd_left p .containerd_left_btn,
.read p .read_content_btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ff6c36;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #ff6c36;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
}
.containerc_right p:hover .containerc_right_btn {
  background-color: #ff6c36;
  color: #fff;
}
.read p:hover .read_content_btn {
  background-color: #ff6c36;
  color: #fff;
}
/* 原创 */
.services_original {
  width: 1200px;
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  margin: auto;
}
.services_original .services-arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -20px;
}
.services_original .containerd_con {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.containerd_left p:hover .containerd_left_btn {
  background-color: #ff6c36;
  color: #fff;
}
.containerd_right {
  width: 450px;
  height: 250px;
}
.containerd_right img {
  width: 100%;
  height: 100%;
}
/* 推荐阅读 */
.read {
  width: 1200px;
  margin: auto;
  padding: 40px 0;
  /* background: #fafafa; */
}
.read_content {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.read_content li {
  width: 290px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.read_content li img {
  width: 290px;
  height: 140px;
  cursor: pointer;
  transition: all 0.6s;
  /* transition: transform 0.2s ease-out; */
}
.read_content li img:hover {
  height: 140px;
  /* transform: scale(1.4); */
  transform: translate(-50%, -50%);
}
.read_content li .card_ext_wrap {
  padding: 20px;
}
.h3_small {
  font-size: 16px;
  margin-bottom: 15px;
}
.h3_small a {
  color: #111111;
  text-decoration: none;
}
.card_text_info {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  min-height: 1.2 em;
}
.card_text_info .datetime {
  padding-right: 20px;
}
.read p .read_content_btn {
  margin-top: 20px;
  text-align: center;
}
.read p {
  width: 118px;
  margin: auto;
}
