
/* part1 */
.part1{
  width:100%;
  background-image: url(../img/headerback.jpg) ;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 30px 15px;
  box-sizing: border-box ;
}
.part1_img{
  display:block;
  width:100%;
  transition:all 0.3s linear;
  border-radius: 10px;
}
.part1_img:hover{
  transform:scale(1.05,1.05);
}

.connect_dik{
  width:100%;
  background:#30333a;
  color:#fff;
  height: 50px;
  position:fixed;
  left:0;
  bottom:0;
  z-index: 999;
  display:flex;
  padding: 0 15px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.connect_dik_content{
  flex: 1 1 65%;
  font-size: 14px;
  line-height: 20px;
  height: 80%;
  position:relative;
  padding-left: 50px;
  padding-right: 5px;
  font-size: 24px;
  line-height: 20px;
  text-align:right;
  font-weight:bold;
}
.connect_dik_tip{
  display:inline-block;
  float:left;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  padding: 0 10px;
  font-weight:normal;
  background: #a98048;
  border-radius:8px;
  border-bottom-right-radius: 0;
}
.connect_dik_content_img {
  position:absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0%;
}
.content_dik_button{
  flex: 1 1 25%;
  white-space: nowrap;
  font-size: 15px;
  cursor:pointer;
  padding: 0 15px;
  height: 100%;
  line-height: 50px;
  background: #a98048;
  color:#fff;
}
.content_dik_button_img{
  display:inline-block;
  vertical-align: middle;
  width: 20px;
}

/* part2 */
.part2{
  line-height: 50px;
  padding: 0 10px 30px;
}
.part2_title{
  font-size:20px;
  font-weight:bold;
  color:#232323;
  text-align:left;
  
}
.part2_title span{
  font-size:14px;
  color:#ccc;
}
.part2_title img{
  display:inline-block;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.part2_connect{
  width:100%;
  padding: 10px 20px;
  color:#fff;
  background:#30333a url(../img/phoneback.jpg) no-repeat center center;
  display:flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
.part2_content_left{
  flex: 1 1 70%;
  position:relative;
  text-align:left;
  font-size:24px;
  line-height: 20px;
  font-weight:bold;
  color:#fff;
  padding: 0 10px 0 55px;
  white-space: nowrap;
}
.part2_content_right{
  flex: 1 1 30%;
  text-align:center;
  font-size: 15px;
  position:relative;
  color:#fff;
}
.part2_content_right_img{
  width: 100%;
  display:block;
  position:absolute;
  height: 10px;
  bottom: 6px;
  left: 0;
  right: 0;
  margin:auto;
}
.part2_content_left_img{
  position:absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
.part2_content_left_tip{
  display:inline-block;
  font-size:12px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  border-bottom-left-radius:0;
  padding: 0 5px;
  background:#a98048;  
  font-weight:normal;
  float:right;
}
.part2_list{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.part2_list_content{
  flex: 1 1 30%;
  text-align:center;
  font-size: 16px;
  color:#666;
  white-space: nowrap;

}
.part2_list_content_img{
  display:inline-block;
  vertical-align: -4px;
  height: 20px;
  margin-right: 5px;
}

/* part3 */
.part3{
  padding: 15px 10px;
}
.part3_dik{
  background:#fff url(../img/dateback.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 10px 30% 10px 10px;
  text-align:left;
  color:#232323;
  font-size: 17px;
  line-height: 24px;
  border-radius: 10px;
  white-space:nowrap;
}
.part3_subtitle{
  color:#7abca2;
  font-size: 15px;
  margin-bottom: 10px;
}
.part3_list{
  color:#666;
  display:flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
}
.part3_list_item{
  flex: 0 0 50%;
}

.part4{
  padding: 0 10px ;
}
.part4_dik{
  width: 95%;
  padding: 20px 0px 30px 10px;
  text-align:center;
  border: 1px solid #bbb;
  position:relative;
  line-height: 24px;
  color:#a98048;
}
.part4_dik:after{
  content: "";
  display:block;
  width: 100%;
  height: 100%;
  position:absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  border:1px solid #bbb;
}
.part4_dik_title{
  font-size: 20px;
  color:#232323;
  font-weight:bold;
  line-height: 40px;
}
.part4_dik_phone{
  display:inline-block;
  background:#a98048;
  color:#fff;
  height: 24px;
  padding: 0 15px;
  border-radius: 8px;
  font-weight:bold;
}

.normal_title{
  width: 100%;
  text-align:center;
  font-size: 20px;
  color:#232323;
  font-weight: bold;
  line-height: 40px;
}
.normal_subtitle{
  opacity: 0.7;
  font-size: 70%;
  line-height: 24px;
}
.normal_title_span{
  position:relative;
  display:inline-block;
  padding: 0 15px;
}
.normal_title_left{
  position:absolute;
  height: 14px;
  right: 100%;
  top: 0;
  bottom:0;
  margin:auto;
}
.normal_title_right{
  position:absolute;
  height: 14px;
  left: 100%;
  top: 0;
  bottom:0;
  margin:auto;
}

/* part5 */
.part5{
  padding: 25px 10px;
}
.part5_list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.part5_list_item{
  flex: 0 0 49%;
  border:1px solid #f0f0f0;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
  border-top-color:#a98048;
  border-bottom-color:#a98048;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 15px 20px;
}
.part5_list_title{
  height: 34px;
  font-size:18px;
  line-height: 34px;
  color:#fff;
  background:#30333a;
  border-radius: 10px;
  display:inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.part5_list_subtit{
  background:#f5f5f5;
  color:#666;
  width: 100%;
  font-size: 15px;
  padding: 15px 15px;
  line-height: 24px;
  border-radius:10px;
}
.part5_list_subcont{
  height: 48px;
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.part5_list_button{
  font-size: 15px;
  color:#232323;
  line-height: 34px;
}
.part5_list_button span{
  font-size: 120%;
}

.part6{
  padding: 25px 10px;
  font-size: 16px;
  color:#232323;
  font-weight:bold;
  text-align: center;
  line-height: 34px;
}
.part6_list{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.part6_list_item{
  flex: 0 0 25%;
  text-align:center;
  font-size: 13px;
  line-height: 18px;
  color:#999;
  white-space: nowrap;
  font-weight:normal;
}
.part6_list_item_img{
  display:block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5px;
}


.part7{
  padding: 25px 10px;
  background:url(../img/serveback.png) repeat;
}
.part7_list_item{
  flex: 0 0 49%;
  margin-bottom:10px;
}
.part7_list_item img{
  display:block;
  width: 100%;
}
.part7_bottom{
  color:#fff;
  font-size: 13px;
  text-align:center;
  line-height: 24px;
}
.part7 .part4_dik_phone{
  line-height: 24px;
  border-radius: 12px;
}
.part4_dik_phone img{
  display:inline-block;
  height: 12px;
  margin-right:5px;
  vertical-align: -2px;
}

.part8{
  padding: 25px 0px;
}
.part8_list{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.part8_list_line{
  height: 60px;
  width: 1px;
  margin: 0 10px;
  background:#f0f0f0;
}
.part8_list_item{
  flex: 1 1 23%;
  text-align:center;
  font-size: 13px;
}
.part8_list_span{
  font-size: 18px;
  color:#df6c2d;
  line-height: 30px;
  font-weight:bold;
}
.part8_list_title{
  font-size: 17px;
  color:#232323;
  line-height: 24px;
  font-weight:bold;
}
.part8_list_subtit{
  font-size: 15px;
  color:#ddd;
  line-height: 24px;
}
.part8_list_round{
  padding-top:6px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  border:1px solid #df6c2d;
}
.part8_users{
  display:flex;
  align-items: flex-start;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}
.part8_users_icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.part8_users_cont{
  flex: 1 1 80%;
  padding-left: 15px;
  text-align:left;
  line-height: 20px;
  color:#666;
  font-size: 14px;

}
.part8_title{
  font-size: 15px;
  color:#232323;
  font-weight:bold;
  line-height: 34px;
}
.part8_title_star{
  width:150px;
  white-space: nowrap;
  text-align:right;
  color:#e61717;
  float:right;
  font-size: 14px;
}
.part8_title_star img{
  display:inline-block;
  vertical-align: -1px;
  height: 12px;
  margin-left: 3px;
}


.part9{
  padding: 25px 0px 0;
  background:#2a2a2c;
  color:#fff;
}
.part9_cont{
  width: 96%;
  margin: 0 auto;
  background:#444444;
  padding: 25px 15px;
  font-size: 14px;
  text-align:left;
  line-height: 24px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.part9_img{
  display:block;
  width: 100%;
  margin:0;
}

.end{
  padding: 25px 10px;
}
.end_first{
  background:#f5f5f5;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  color:#666;
  margin: 10px 0;
  text-align:left;
}
.end_first_title{
  font-weight:bold;
  padding: 10px 15px;
  margin-bottom: 15px;
  color:#232323;
  position:relative;
  cursor:pointer;
  border-radius: 10px;
  
}
.end_first_active{
  background: #717171;
  color:#fff;
}
.end_first_cont{
  padding: 10px 15px 20px;
  display:none;
}
.end_first_button{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align:center;
  font-size: 24px;
  position:absolute;
  right: 15px;
  top:0;
  bottom:0;
  margin:auto;
}



/* Article container */
.content {
  max-width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

/* Article title */
.content h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #222;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* Article meta info (date and views) */
.article-meta {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}

/* Content container */
.content .txt {
  margin-top: 15px;
  font-size: 16px;
}

/* Paragraph styling */
.content .txt p {
  margin: 0 0 20px 0;
  color: #444;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.8;
  word-break: break-word;
}

/* First paragraph styling */
.content .txt p:first-child {
  text-indent: 0;
}

/* Responsive adjustments */
@media only screen and (min-width: 768px) {
  .content {
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 8px;
  }
  
  .content h1 {
    font-size: 26px;
  }
  
  .content .txt {
    font-size: 17px;
  }
  
  .article-meta {
    font-size: 14px;
  }
}


