@charset "utf-8";

._container{
  width: 100%;
  padding: 40px 0;
  background-color: #dedede;
}
.w_1200{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w_1200>.head{
  padding-bottom: 25px;
}

.w_1200>.head>.tit{
  float: left;
}

.w_1200>.head>.pos{
  float: right;
}

.w_1200>.head>.tit>.cn{
  font-size: 20px;
  color: rgb(51, 51, 51);
}

.w_1200>.head>.tit>.en{
  font-size: 20px;
  color: rgb(153, 153, 153);
}

.w_1200>.head>.pos>span{
  margin-right: 2px;
  color: #666;
}

.w_1200>.head>.pos>span>a{
  color: #666;
}




.w_1200>.content{
  background-color: #fff;
}

.w_1200>.content>.top{
  border-bottom: 1px solid #39ae5f;
}

.w_1200>.content>.top>.tit{
  display: inline-block;
  width: 95px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #39ae5f;
}

.w_1200>.content>.detail{
  padding: 20px 20px 30px;
}

.navs {
  padding: 20px 20px 30px;
  margin-top: 30px;
}
.navs > div {
  line-height: 30px;
  color: #555;
}
.navs > div > a {
  color: #555;
  text-decoration: none;
}
.navs > div > a:hover {
  color: #39ae5f;
}