body{
  font-size: 16px;
  color: #333;
}
a:hover {
    color: #0A866A;
}
.header{
  height: 520px;
  width: 100%;
  background: url(../images/banner.png) no-repeat;
}
.logo{
  display: inline-block;
  position: absolute;
  top: 20px;
}
.content{
  width: 1200px;
  margin: auto;
}
.con{
  margin-top: 50px;
  overflow: hidden;
}
.contitle{
  width: 100%;
  height: 39px;
  position: relative;
}
.contitle1{
  background: url(../images/ttpg1.png) no-repeat;
}
.contitle2{
  background: url(../images/ttpg2.png) no-repeat;
}
.contitle3{
  background: url(../images/ttpg3.png) no-repeat;
}
.contitle4{

}

.pic{
  width: 600px;
  float: left;
}
.dcdt{
  width: 575px;
  float: right;
 overflow: hidden;
 margin-left: 24px;
}
.dcdt .li1 {
  height: 130px;
  border-bottom: 1px dashed #ccc;
  margin-top: 30px;
}
.dcdt .li1 .title{
font-size: 20px;
}
.dcdt .li1 .article{
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
text-indent: 2em;
}
.li2{
line-height: 50px;
height:50px
}
.li4 li{
  height: 80px;
  width: 580px;
  line-height: 80px;
  background-color: #F3FAF5;
  padding: 0 20px;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
  border-radius: 2px;
}
.li4 li:hover{
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* 阴影参数：水平偏移、垂直偏移、模糊半径、颜色 */
    /* 可自定义，例如：0 8px 16px rgba(0,0,0,0.3) 更明显 */
}
.li4 li:nth-of-type(even){
margin-left: 30px;
}
.li4 li:nth-of-type(n+2){
margin-top: 15px;
}
.xian{color: red;}

.more{
  position: absolute;
  right: 0;
  line-height: 39px;
  font-size: 16px;
color:#0A866A;
}
.conl{
  float: left;
  margin-right: 40px;
}
.conr{
  float: right;
}
.conl,.conr{
  width: 580px;
}
.con .li2{
 width: 580px;
 font-size: 18px;
}
.con .lis li{
  height: 49px;
  line-height: 49px;
}
.data{
  float: right;
}
.footer {
  border-top: 2px solid #449F67 !important;
  color: #fff !important;
}
.dot{
display: inline-block;
  width: 9px;
  height: 9px;
vertical-align:middle;
margin-right: 10px;
  background: url(../images/dot.png) no-repeat;
}

.gg{
  margin-bottom: 50px;
    background: url(../images/gg.png)no-repeat;
    height: 311px;
}
